Fix keywords.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * derived.el: Fix keywords.
4 (define-derived-mode): Only define if needed.
5
6 * simple.el (fill-comment, comment-column, comment-start)
7 (comment-start-skip, comment-end, comment-indent-function)
8 (block-comment-start, block-comment-end, indent-for-comment)
9 (set-comment-column, kill-comment, comment-padding, comment-region)
10 (comment-multi-line, indent-new-comment-line): Remove.
11
12 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13 function names for comment operations.
14
15 * newcomment.el: Add abundant autoload cookies.
16 (comment-style): Don't depend on runtime data at compile-time.
17 (comment-indent-hook): Remove.
18 (comment-indent): Check if comment-indent-hook is bound.
19 (comment-region): Docstring fix.
20
21 2000-05-25 Dave Love <fx@gnu.org>
22
23 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
24 byte-code-function-p.
25
26 * mail/rmailsum.el: Add provide.
27
28 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
29
30 * smerge-mode.el (smerge-diff-switches): Don't use list* in
31 defcustom.
32
33 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
34
35 * ediff-diff.el (ediff-exec-process): delete --binary option from
36 non-buffer ediff jobs.
37
38 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
39
40 * hilit-chg.el (highlight-changes-mode): Ask about color or
41 grayscale support, not about window-system.
42
43 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
44 window-system.
45 (ffap-highlight): Always default to t.
46
47 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
48 display-popup-menus-p instead of looking at window-system.
49
50 * disp-table.el (standard-display-g1, standard-display-graphic):
51 Only refuse to use string glyphs on X and MS-Windows.
52
53 * avoid.el: Remove window-system from commentary, suggest to use
54 display-*-p instead.
55
56 * apropos.el (apropos-print): Use display-mouse-p instead of
57 window-system.
58
59 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * international/codepage.el (cp-decoding-vector-for-codepage):
62 Fill up unsupported characters with their own codes. From Kenichi
63 Handa.
64
65 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * international/mule-diag.el (describe-char-after): Use
68 display-graphic-p instead of window-system, so that this function
69 works on MS-DOS.
70
71 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * international/codepage.el (cp-make-coding-systems-for-codepage):
74 Remove the eight-bit-graphic and eight-bit-control charsets from
75 the list of charsets which we convert into `?'.
76
77 2000-05-25 Kenichi Handa <handa@etl.go.jp>
78
79 * international/mule-conf.el: Specify CHARSET-ID explicitely for
80 private charsets.
81 (mule-unicode-0100-24ff, japanese-jisx0213-1,
82 japanese-jisx0213-2): New charsets.
83
84 * international/fontset.el: Setup default fontset for new charsets.
85
86 2000-05-24 Dave Love <fx@gnu.org>
87
88 * info.el (Info-find-node-2): Restructure [following "Vadim
89 S. Solomin" <sovs@uic.nnov.ru>].
90
91 * icomplete.el: Fix header for Finder.
92
93 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
94
95 * rmailout.el (rmail-output-to-rmail-file): Added optional param
96 STAY.
97
98 * rmail.el (rmail-automatic-folder-directives): New user variable.
99 (rmail-show-message): Add call to `rmail-auto-file' during
100 display.
101 (rmail-auto-file): New function.
102
103 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
104
105 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
106 account.
107 (ediff-test-utility,ediff-diff-mandatory-option)
108 (ediff-reset-diff-options): Utilities for proper initialization of
109 ediff-diff-options and ediff-diff3-options on Windows.
110
111 * ediff-init.el (ediff-merge-filename-prefix): New customizable
112 variable.
113
114 * ediff-mult.el (ediff-filegroup-action): Use
115 ediff-merge-filename-prefix.
116
117 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
118
119 * viper-ex.el (ex-write): Set selective display to nil.
120
121 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
122
123 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
124 aliases for hebrew-iso-8bit.
125
126 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
127
128 * woman.el: New version from Francis J. Wright
129 <F.J.Wright@Maths.QMW.ac.uk>.
130 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
131 names in environment variables regardless of the path separator.
132 (woman-topic-all-completions-1): Don't call file-name-directory-p
133 on all files, since woman-file-regexp already filters out any
134 directories.
135
136 2000-05-24 Kenichi Handa <handa@etl.go.jp>
137
138 * international/quail.el (quail-start-translation): Don't change
139 modified-p of the current buffer.
140 (quail-start-conversion): Likewise.
141
142 * international/kkc.el (kkc-region): Don't change modified-p of
143 the current buffer.
144
145 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
146 conform to RFC1468.
147 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
148
149 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
150
151 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
152 (speedbar-insert-button): Invisible text property fix.
153 (speedbar-directory-plus): Renamed from speedbar-directory-+
154 (speedbar-directory-minus): Renamed from speedbar-directory--
155 (speedbar-page-plus): Renamed from speedbar-file-+
156 (speedbar-page-minus): Renamed from speedbar-file--
157 (speedbar-page): Renamed from speedbar-file-
158 (speedbar-tag): Renamed from speedbar-tag-
159 (speedbar-tag-plus): Renamed from speedbar-tag-+
160 (speedbar-tag-minus): Renamed from speedbar-tag--
161 (speedbar-expand-image-button-alist): Use above renames.
162
163 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
164 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
165 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
166 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
167 * sb-pg.xpm: Renamed from sb-file.xpm
168 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
169 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
170
171 2000-05-24 Kenichi Handa <handa@etl.go.jp>
172
173 * international/quail.el (quail-show-guidance-buf): Set
174 current-input-method of the guidance buffer to the name of the
175 curren input method.
176
177 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
178
179 * progmodes/compile.el (compile-internal): Style typo.
180
181 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
182 quote vars and functions in the docstring.
183
184 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
185
186 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
187 Don't quote lambdas.
188
189 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
190
191 2000-05-23 Gerd Moellmann <gerd@gnu.org>
192
193 * startup.el (command-line): Determine source file of compiled
194 user init file differently. Warn if compiled user init file
195 is older than its source file.
196
197 * ffap.el (ffap-url-regexp): Add `https'.
198
199 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
200
201 * files.el (make-backup-file-name-1): Replace slashes with `!'
202 rather than `|' (which is not allowed on Windows). Replace the
203 drive letters with a string "drive_X".
204
205 2000-05-23 Gerd Moellmann <gerd@gnu.org>
206
207 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
208
209 * files.el (interpreter-mode-alist): Add `bash2'.
210
211 2000-05-22 Dave Love <fx@gnu.org>
212
213 * loadhist.el (feature-symbols, file-provides, file-requires): Use
214 mapc.
215 (feature-file): Avoid calling symbol-name. Doc fix.
216 (file-set-intersect, file-dependents): Use dolist, not mapcar.
217 (loadhist-hook-functions): Add mouse-position-function.
218 (unload-feature): Change uses of mapcar.
219
220 * files.el (parse-colon-path): Doc fix.
221 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
222 (set-auto-mode): Use mapc.
223
224 * complete.el (PC-look-for-include-file): Use :alnum: character
225 class.
226 (partial-completion-mode): Add autoload cookie.
227
228 2000-05-22 Sam Steingold <sds@gnu.org>
229
230 * info.el (Info-fontify-node): Fixed the call to
231 `add-text-properties' (bug introduced on 2000-05-18).
232
233 2000-05-22 Dave Love <fx@gnu.org>
234
235 * bindings.el: Remove debug-ignored-errors set in other files.
236
237 * progmodes/etags.el: Add to debug-ignored-errors.
238 (visit-tags-table-buffer): Clear out buffers holding old tables
239 when making a new list.
240 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
241 mapc.
242
243 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
244 quote keywords.
245 (cmpl-string-case-type): Use character classes.
246
247 * comint.el:
248 * textmodes/ispell.el:
249 * imenu.el:
250 * mail/mh-e.el:
251 * progmodes/compile.el: Add to debug-ignored-errors.
252
253 * dabbrev.el: Add to debug-ignored-errors.
254 (dabbrev-completion): Use mapc.
255
256 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
257
258 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
259 (woman-mapcan, woman-parse-man.conf)
260 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
261 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
262 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
263 path syntax better.
264 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
265 (woman-manpath): Call woman-parse-man.conf.
266 (woman-emulation): New defcustom, defaults to nroff.
267 (woman-font-support): New defconst.
268 (woman-use-symbol-font): New defcustom.
269 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
270 "Emulation".
271 Many functions: Doc fix.
272
273 2000-05-22 Kenichi Handa <handa@etl.go.jp>
274
275 * international/quail.el (quail-simple-translation-keymap): Map
276 128..255 to quail-self-insert-command.
277 (quail-keyboard-layout-alist): Add definition for "pc102-de".
278
279 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
280
281 * help.el (help-manyarg-func-alist): Typo.
282
283 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
284 intervals which makes it heaps simpler.
285
286 * newcomment.el (comment-region-internal): Go back to BEG after quoting
287 the nested comment markers.
288
289 * subr.el (remove-hook): Don't turn the hook's value into a list.
290
291 2000-05-21 Dave Love <fx@gnu.org>
292
293 * edmacro.el (edmacro-parse-keys): Return vector if any elements
294 are invalid characters.
295
296 * international/mule-util.el (detect-coding-with-priority): Use
297 mapc. Remove redundant lambda.
298
299 * international/mule-diag.el (list-non-iso-charset-chars)
300 (describe-fontset): Remove redundant lambda.
301
302 * emulation/crisp.el (brief-mode): New alias.
303
304 * emacs-lisp/ring.el (ring-elements): New function.
305
306 * emacs-lisp/easymenu.el (easy-menu-create-menu)
307 (easy-menu-do-add-item): Use keywordp.
308
309 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
310
311 * replace.el: Doc and error message fixes.
312 (replace-highlight): Use facep, not internal-find-face.
313
314 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
315
316 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
317
318 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
319 (log-edit-insert-changelog): Drop `:' as well.
320
321 * log-view.el: Fix file description.
322 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
323 available.
324 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
325 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
326
327 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
328 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
329 Print a status message if the toggle is called interactively.
330 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
331 for global minor modes and use `defcustom' for them.
332 Use add-minor-mode.
333 (easy-mmode-define-derived-mode): Remove.
334 (define-derived-mode): Fancier default docstring.
335 (easy-mmode-define-navigation): Signal an error rather than (ding).
336
337 * newcomment.el (comment-styles): New `box-multi'.
338 (comment-normalize-vars): Better default for comment-continue to
339 avoid whitespace-only continuations.
340 (comment-search-forward): Always move even in the no-syntax case.
341 (comment-padright): Only obey N if it's only obeyed for padleft.
342 (comment-make-extra-lines): Better handling of empty continuations.
343 Use `=' for the filler if comment-start has only one character.
344 (uncomment-region): Try handling the special `=' filler.
345 (comment-region): Allow LINES even if MULTI is nil.
346 (comment-box): Choose box style based on comment-style.
347
348 2000-05-20 Kenichi Handa <handa@etl.go.jp>
349
350 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
351 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
352
353 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
354
355 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
356 and insert, not subst-char-in-region.
357
358 * international/mule-diag.el (list-character-sets-1): Handle
359 charsets eight-bit-control and eight-bit-graphic.
360 (list-iso-charset-chars): Likewise.
361 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
362 charactes as is. Use indent-to to align characters.
363
364 * international/mule-cmds.el (find-multibyte-characters): Never
365 exclude charsets eight-bit-control and eight-bit-graphic.
366
367 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
368
369 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
370 Don't quote lambdas.
371
372 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
373
374 2000-05-19 Gerd Moellmann <gerd@gnu.org>
375
376 * gud.el (gud-jdb-directories): Doc fix.
377
378 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
379
380 * newcomment.el: New file.
381
382 2000-05-19 Gerd Moellmann <gerd@gnu.org>
383
384 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
385
386 2000-05-18 Andreas Schwab <schwab@suse.de>
387
388 * dired.el (dired-between-files): Also skip lines beginning with
389 `used'.
390
391 2000-05-18 Gerd Moellmann <gerd@gnu.org>
392
393 * msb.el (msb-menu-cond): Add choice `user'.
394
395 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
396
397 * ps-print.el: Compatibility, customization and doc fix.
398 (ps-printer-name-option): Replace defconst by defvar.
399 (ps-postscript-code-directory): XEmacs compatibility.
400 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
401 fix.
402 (ps-user-defined-prologue, ps-print-prologue-header)
403 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
404 compatibility and code fix.
405 (ps-print-background-image, ps-print-background-text):
406 Customization fix.
407 (ps-line-number-start, ps-n-up-on): New vars.
408
409 2000-05-18 Espen Skoglund <esk@ira.uka.de>
410
411 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
412 the indent-comment function to just return the appropriate indent.
413
414 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
415
416 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
417 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
418 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
419
420 2000-05-18 Dave Love <fx@gnu.org>
421
422 * info.el (Info-fontify-node): Add intangible property as well as
423 invisible.
424
425 * calendar/appt.el (appt-make-list): Match all lines of entry.
426 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
427
428 2000-05-18 Kenichi Handa <handa@etl.go.jp>
429
430 * international/mule-diag.el (describe-char-after): Call
431 internal-char-font, not char-font. If internal-char-font returns
432 nil, display "-- none --".
433
434 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
435
436 * image.el (image-type-available-p): Don't reference image-types
437 if it isn't bound.
438
439 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
440
441 * autoarg.el (autoarg-mode): Typo in the :set argument.
442
443 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * startup.el (command-line-1): Don't signal an error if the
446 directory for auto-save-list files does not yet exist.
447
448 2000-05-17 Kenichi Handa <handa@etl.go.jp>
449
450 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
451
452 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
453
454 * subr.el (remove-hook): `setq' hook-value, not `set'.
455
456 2000-05-16 Sam Steingold <sds@gnu.org>
457
458 * info.el (debug-ignored-errors): More errors to ignore.
459
460 2000-05-16 Dave Love <fx@gnu.org>
461
462 * cus-edit.el: Don't require cl or easymenu.
463 (custom-variable-prompt): Test standard-value property, not
464 user-variable-p.
465
466 2000-05-16 Sam Steingold <sds@gnu.org>
467
468 * subr.el (add-hook): `setq' hook-value, not `set'.
469
470 2000-05-16 Gerd Moellmann <gerd@gnu.org>
471
472 * startup.el (command-line-1): Mention the FAQ in the startup
473 message.
474
475 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
476
477 * progmodes/compile.el (compilation-parse-errors): Collect
478 `nomessage' regexps last.
479
480 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
481
482 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
483 to the function name.
484
485 2000-05-15 Dave Love <fx@gnu.org>
486
487 * speedbar.el (speedbar-recenter): Typo.
488 (speedbar-expand-line): Make arg optional.
489 (speedbar-mode): Avoid a compiler warning.
490
491 2000-05-15 Gerd Moellmann <gerd@gnu.org>
492
493 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
494 user-specified option string is empty.
495
496 * mouse.el (mouse-yank-at-click): Doc fix.
497
498 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * term/internal.el (IT-character-translations): More updates of
501 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
502 documents.
503
504 2000-05-15 Gerd Moellmann <gerd@gnu.org>
505
506 * env.el (getenv): New function, interactively callable.
507 (setenv, getenv): Remove autoload cookies.
508
509 * loadup.el: Load `env'.
510
511 * progmodes/f90.el: Change author's mail address.
512
513 2000-05-14 Dave Love <fx@gnu.org>
514
515 * mail/rmail.el (rmail-show-message-hook): Customize and offer
516 goto-addr as an option.
517
518 * help.el (help-xref-stack): Doc fix.
519 (help-xref-following): New variable.
520 (help-make-xrefs): Use it.
521 (help-xref-go-back): Use position information from stack element.
522 (help-follow): Make position in stack element a pair. Use
523 help-xref-following.
524
525 * autoarg.el: New file.
526
527 * faces.el: Declare more functions obsolete.
528
529 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
530 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
531 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
532 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
533 Remove all the setup-...-environment functions.
534
535 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
536
537 * speedbar.el: Updated the commentary section. xemacs20p now uses
538 >= when detecting. Require `defimage' safely.
539 (speedbar-easymenu-definition-base): Add toggle for images.
540 (speedbar-easymenu-definition-special): Add flush cache & expand.
541 (speedbar-visiting-tag-hook): Set new defaults. Added options.
542 (speedbar-reconfigure-keymaps-hook): New variable.
543 (speedbar-frame-parameters): Updated documentation.
544 (speedbar-use-imenu-flag): Updated custom tag
545 (speedbar-dynamic-tags-function-list): New variable.
546 (speedbar-tag-hierarchy-method): Updated doc & custom.
547 (speedbar-indentation-width, speedbar-indentation-width) New
548 variables.
549 (speedbar-hide-button-brackets-flag): Customizable.
550 (speedbar-vc-indicator): Doc update.
551 (speedbar-ignored-path-expressions): Updated default value.
552 (speedbar-supported-extension-expressions): Updated default value.
553 (speedbar-syntax-table): Remove {} paren status.
554 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
555 as "+". Added overlay aliases.
556 (speedbar-mode): Use `speedbar-mode-line-update' instead of
557 `force-mode-line-update'.
558 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
559 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
560 `mouse-set-point'
561 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
562 (speedbar-item-info-tag-helper): Revamped to handle a wider range
563 of arbitrary text, and new helper functions.
564 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
565 filename finder.
566 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
567 (speedbar-directory-buttons): Update path search/expansion.
568 (speedbar-make-tag-line): Pay attention to
569 `speedbar-indentation-width'. Use more care w/ invisible
570 properties.
571 (speedbar-change-expand-button-char): Call
572 `speedbar-insert-image-button-maybe'.
573 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
574 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
575 (speedbar-trim-words-tag-hierarchy)
576 (speedbar-simple-group-tag-hierarchy): New functions
577 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
578 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
579 functions.
580 (speedbar-mouse-set-point): New function
581 (speedbar-power-click): Updated documentation.
582 (speedbar-line-token, speedbar-goto-this-file): Handle more types
583 of tag prefix text.
584 (speedbar-expand-line, speedbar-contract-line): Make more robust
585 to strange text.
586 (speedbar-expand-line): Takes universal argument to flush the
587 cache.
588 (speedbar-flush-expand-line): New function.
589 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
590 Use new generator insertion method.
591 (speedbar-fetch-dynamic-tags): New function.
592 (speedbar-fetch-dynamic-imenu): Removed code now handled in
593 `speedbar-fetch-dynamic-imenu'.
594 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
595 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
596 "Revert Buffer" menu items.
597 (speedbar-buffer-buttons-engine): Be smarter when creating a
598 filename tag (for expansion purposes.).
599 (speedbar-highlight-one-tag-line,
600 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
601 (speedbar-recenter): New functions.
602 (defimage-speedbar): Image loading abstraction.
603 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
604 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
605 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
606 (speedbar-tag-type, speedbar-tag-mail): New images.
607 (speedbar-expand-image-button-alist): New variable.
608 (speedbar-insert-image-button-maybe): Insert an image over some
609 buttons.
610
611 2000-05-13 Kenichi Handa <handa@etl.go.jp>
612
613 * international/mule-cmds.el (encode-coding-char): An ASCII
614 character is always encodable.
615
616 * international/mule-conf.el: Add more information in descriptions
617 of character sets.
618
619 * international/mule-diag.el (describe-char-after): New function.
620 (describe-font-internal): Adjusted for the change of font-info.
621 (describe-font): Likewise.
622 (print-fontset): Rewritten for the new fontset implementation.
623 (describe-fontset): Include fontset alias names in completion.
624 (list-fontsets): Adjusted for the change of print-fontset.
625
626 * simple.el (what-cursor-position): If DETAIL is non-nil, call
627 describe-char-after instead of displaying the detail in the echo
628 area.
629 (syntax-code-table): Format changed.
630 (string-to-syntax): Adjusted for the above change.
631
632 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
633
634 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
635
636 2000-05-12 Dave Love <fx@gnu.org>
637
638 * calendar/todo-mode.el: Remove some compatibility stuff and CL
639 dependence. Use line-{beginning,end}-position, not
640 point-at{b,e}ol. Some doc fixes.
641 (todo-position): New function. Fix callers of position to use it.
642 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
643
644 2000-05-12 Gerd Moellmann <gerd@gnu.org>
645
646 * time.el (display-time-mail-icon): Use `:ascent center'.
647
648 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
649 handling FTP security extensions.
650
651 2000-05-11 Dave Love <fx@gnu.org>
652
653 * calendar/todo-mode.el: New file.
654
655 2000-05-11 Gerd Moellmann <gerd@gnu.org>
656
657 * comint.el (comint-read-input-ring): Move reference to
658 comint-input-ring-size outside of the save-excursion. It was
659 causing the default value to be the only one ever seen.
660
661 * font-lock.el: Update copyright. Remove Simon Marshall's email
662 address on request from him.
663
664 * subr.el (substitute-key-definition): Add comment describing
665 the meaning of PREFIX.
666
667 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
668
669 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
670
671 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
672 (add-minor-mode): Don't make the variable buffer-local and add a
673 reference to define-minor-mode in the docstring.
674
675 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
676 HEADER/FOOTER and fix bug with trailing empty directory.
677 (cvs-append-to-ignore): Use vc-editable-p if available.
678 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
679 (vc-do-command): Tweak advice to handle the new VC.
680
681 * log-view.el (log-view-goto-rev): New function for the new VC.
682 (log-view-minor-wrap): Use mark-active.
683
684 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
685 (log-edit-changelog-full-paragraphs): New var.
686 (log-edit-insert-changelog): Remove a lonely leading `* file'.
687 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
688 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
689 (log-edit-changelog-ours-p, log-edit-changelog-entries)
690 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
691 Replace the `cvs' prefix with `log-edit'.
692
693 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
694
695 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
696 (diff-font-lock-defaults): Explicitly turn off multiline.
697 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
698 (diff-ediff-patch): Fix call to ediff-patch-file.
699 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
700 Handle comments.
701
702 * frame.el (automatic-hscrolling): Typo.
703
704 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
705
706 2000-05-09 Sam Steingold <sds@goems.com>
707
708 * apropos.el (apropos-print): use `describe-face' instead of
709 `customize-face-other-window'.
710
711 2000-05-09 Dave Love <fx@gnu.org>
712
713 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
714
715 * help.el (describe-variable): Have customize button pop the
716 help-xref stack when invoked.
717 (help-xref-symbol-regexp): Add `face'.
718 (help-make-xrefs): Check for quoted face names and adapt regexp
719 submatch numbers to cope.
720 (help-xref-interned): Maybe insert face doc too. Separate
721 sections with a line of hyphens.
722
723 * faces.el: Some doc fixes. Declare some functions obsolete.
724 (describe-face): Add customize button. Return the help
725 text. Fix prompt.
726
727 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
728
729 * term/internal.el (IT-character-translations): Fix last change.
730
731 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * woman.el: New file
734 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
735
736 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * term/internal.el (IT-character-translations): Update ASCII
739 simulations for greek-iso8859-7, add latin-iso8859-14 and
740 latin-iso8859-15.
741
742 * international/mule-cmds.el (set-language-info-alist): Call
743 define-prefix-command with 3 arguments, to make the map suitable
744 for a menu.
745
746 2000-05-07 Dave Love <fx@gnu.org>
747
748 * time.el: Small doc fixes from Pavel Janík ml..
749
750 2000-05-05 Dave Love <fx@gnu.org>
751
752 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
753 list in doc string. Don't quote keyword symbols.
754 * emacs-lisp/cl.el: Likewise
755 * emacs-lisp/cl-seq.el: Likewise
756
757 2000-05-05 Gerd Moellmann <gerd@gnu.org>
758
759 * abbrev.el (abbrev-mode): Make ARG optional.
760
761 2000-05-04 Gerd Moellmann <gerd@gnu.org>
762
763 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
764
765 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
766
767 * subr.el (substitute-key-definition): Clarify documentation.
768
769 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
770
771 * glasses.el (glasses-convert-to-unreadable): Use
772 `glasses-separator' instead of the hard-wired "_".
773 (glasses-mode): Call `glasses-make-unreadable' only in a single
774 place.
775
776 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * term/internal.el (cjk-codepages-alist): Add associations for
779 Chinese and Korean codepages. Remove FIXME comment.
780
781 2000-05-03 Dave Love <fx@gnu.org>
782
783 * time.el (display-time-mail-face, display-time-use-mail-icon):
784 New option.
785 (display-time-mail-icon): New variable.
786 (display-time-string-forms): Use the above. Fix the local-map.
787
788 2000-05-03 Gerd Moellmann <gerd@gnu.org>
789
790 * replace.el (query-replace-map): Add binding for `E'.
791 (query-replace-help): Extend help text.
792 (perform-replace): Allow editing the replacement string.
793
794 * make-mode.el (makefile-mode-abbrev-table): New variable.
795 (makefile-mode): Set local abbrev table to
796 makefile-mode-abbrev-table.
797 (makefile-font-lock-keywords): Fontify includes and conditionals.
798
799 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
800 set TOGGLE's value.
801
802 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
803 mail-interactive-insert-alias.
804 (mail-abbrev-complete-alias): New command.
805 (mail-mode-map): Bind it to `M-TAB'.
806
807 2000-05-03 Kenichi Handa <handa@etl.go.jp>
808
809 * language/lao-util.el (lao-compose-region): New function.
810
811 2000-05-02 Gerd Moellmann <gerd@gnu.org>
812
813 * files.el (recover-session): Make directories as necessary
814 if they don't exist yet.
815
816 * calendar/cal-french.el
817 (french-calendar-multibyte-special-days-array)
818 (french-calendar-special-days-array): Change French text.
819 (calendar-french-date-string): Change output.
820 (calendar-goto-french-date): Likewise.
821
822 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
823
824 * wid-edit.el (widget-default-active): Obey `:always-active'.
825 (widget-documentation-string-value-create): Set `:always-active'.
826
827 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
828
829 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
830 default prefix to `~/_emacs.d/auto-save.list/_s'.
831 (normal-top-level): Create the directory for auto-save files, if
832 it doesn't already exist (in the ms-dos case only).
833
834 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * international/mule-cmds.el (set-language-environment): Don't
837 concat an integer (dos-codepage), use format instead.
838
839 2000-05-02 Dave Love <fx@gnu.org>
840
841 * help.el (help-xref-on-pp): Check for constant symbols.
842
843 2000-04-29 Gerd Moellmann <gerd@gnu.org>
844
845 * startup.el (normal-top-level): Put a condition-case around
846 the code loading subdirs.el.
847
848 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
849
850 * ps-print.el: Upside-down and face background color printing,
851 line number step, doc fix.
852 (ps-print-version): New version number (5.2).
853 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
854 (ps-face-attribute-list, ps-plot-with-face): Code fix.
855 (ps-spool-config): Var fix.
856 (ps-printer-name-option): Const fix.
857 (ps-print-upside-down, ps-use-face-background)
858 (ps-line-number-step): New vars.
859 (ps-window-system, ps-lp-system): New consts.
860 (ps-face-background): New fun.
861
862 2000-04-28 Richard Stallman <rms@gnu.org>
863
864 * files.el (make-auto-save-file-name):
865 Apply auto-save-file-name-transforms to visited file name
866 before generating auto save file name.
867 (auto-save-file-name-transforms): New variable.
868
869 * files.el (backup-enable-predicate):
870 Correctly test for a file under a temporary directory.
871
872 2000-04-28 Gerd Moellmann <gerd@gnu.org>
873
874 * subr.el (add-minor-mode): Rewritten.
875
876 2000-04-28 Kenichi Handa <handa@etl.go.jp>
877
878 * mail/sendmail.el (sendmail-send-it): Set
879 buffer-file-coding-system to the selected coding system for MIME
880 header.
881
882 2000-04-27 Gerd Moellmann <gerd@gnu.org>
883
884 * dired.el (dired-move-to-filename-regexp): Allow format where
885 YYYY is followed by two spaces.
886
887 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
888 in the second character class of the regexp.
889
890 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
891 mh-etc, too.
892
893 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
894 nil.
895
896 * subr.el (add-minor-mode): Use `set' instead of `setq'.
897
898 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
899 argument.
900
901 2000-04-27 Sen Nagata <sen@eccosys.com>
902
903 * emacs-lisp/crm.el (crm-completion-table): New variable.
904 (crm-collection-fn, crm-test-completion)
905 (completing-read-multiple): Use it.
906
907 2000-04-27 Dave Love <fx@gnu.org>
908
909 * help.el (locate-library): Use mapc.
910 (help-manyarg-func-alist): Add call-process-region.
911
912 2000-04-26 Gerd Moellmann <gerd@gnu.org>
913
914 * subr.el (add-minor-mode): Make argument MAP optional.
915
916 * desktop.el (desktop-save): Save list of minor modes.
917 (desktop-create-buffer): Restore minor modes.
918 (desktop-minor-mode-table): New user-option.
919
920 * subr.el (add-minor-mode): New function.
921
922 * image.el (find-image): New function.
923 (defimage): Rewritten to find image at load time.
924
925 * startup.el (normal-top-level-add-to-load-path): Handle
926 case that the default directory is not in load-path.
927
928 * help.el: Old patch from Stefan Monnier.
929 (help-xref-on-pp): New function.
930 (describe-variable): Use it to display xrefs in a symbol's value.
931
932 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
933
934 * cus-edit.el (custom-face): Fix parenthesis.
935
936 2000-04-26 Kenichi Handa <handa@etl.go.jp>
937
938 * mail/rmail.el (rmail-expunge): When there are no deleted
939 messages, do nothing.
940
941 2000-04-26 Dave Love <fx@gnu.org>
942
943 * international/mule-cmds.el (locale-translation-file-name):
944 Defvar to nil.
945 (set-locale-environment): Set it here (at runtime).
946
947 2000-04-25 Gerd Moellmann <gerd@gnu.org>
948
949 * replace.el (perform-replace): Add parameters START and END. Use
950 them instead of the check for a region in Transient Mark mode.
951 (query-replace-read-args): Return two more list elements for the
952 start and end of the region in Transient Mark mode.
953 (query-replace, query-replace-regexp, query-replace-regexp-eval)
954 (map-query-replace-regexp, replace-string, replace-regexp): Add
955 optional last arguments START and END and pass them to
956 perform-replace.
957
958 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
959 form with additional arguments for perform-replace.
960
961 * progmodes/etags.el (tags-query-replace): Add parameters START
962 and END. Construct a form with additional arguments for
963 perform-replace.
964
965 * simple.el (shell-command): Set default directory for "*Shell
966 Command Output" buffer.
967
968 * language/european.el (iso-latin-4): Fix typo.
969
970 * emacs-lisp/crm.el: New file.
971
972 2000-04-24 Dave Love <fx@gnu.org>
973
974 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
975 (Custom-reset-saved, Custom-reset-standard)
976 (custom-group-value-create, custom-group-set, custom-group-save)
977 (custom-group-reset-current, custom-group-reset-saved)
978 (custom-group-reset-standard): Use mapc.
979 (custom-buffer-create-internal): Disable undo when creating items.
980 Use mapc.
981 (custom-face): Avoid redundant lambda.
982
983 2000-04-24 Gerd Moellmann <gerd@gnu.org>
984
985 * startup.el (auto-save-list-file-prefix): Set default to
986 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
987
988 2000-04-24 Sam Steingold <sds@gnu.org>
989
990 * time-stamp.el (time-stamp-string-preprocess): Always convert
991 `field-result' to a string.
992
993 2000-04-24 Gerd Moellmann <gerd@gnu.org>
994
995 * frame.el (scrolling): New group.
996 (automatic-hscrolling): New user-option.
997
998 * startup.el (command-line-x-option-alist): Add `-lsp' and
999 `--line-spacing'.
1000
1001 2000-04-19 Dave Love <fx@gnu.org>
1002
1003 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1004 (cl-mapc): Rename from mapc. Fix the funcall.
1005
1006 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1007
1008 * simple.el (clone-indirect-buffer-other-window): New command.
1009 (clone-indirect-buffer): Add optional arg NORECROD.
1010 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1011
1012 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1013
1014 * window.el (count-screen-lines): New function.
1015 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1016 instead of window-buffer-height.
1017
1018 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1019 non-existing variable comint-input-sentinel.
1020 (inferior-lisp-args-to-list): Removed.
1021 (inferior-lisp): Use split-string instead of
1022 inferior-lisp-args-to-list.
1023
1024 * hexl.el (hexl-insert-hex-string): New command.
1025
1026 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1027 instead of concat.
1028
1029 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1030
1031 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1032 at the start of an existing but empty folder.
1033
1034 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1035
1036 * ps-mule.el: Customization fix, doc fix.
1037 (ps-multibyte-buffer): Customization fix.
1038
1039 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1040
1041 * subr.el (read-passwd): Use read-char-exclusive.
1042
1043 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1044
1045 * textmodes/texinfo.el (texinfo-insert-@email)
1046 (texinfo-insert-@emph, texinfo-insert-@quotation)
1047 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1048 (texinfo-mode-map): Add key bindings for them.
1049
1050 * files.el (basic-save-buffer-2): Use a template with `$'
1051 instead of `#' for VMS.
1052
1053 * simple.el (clone-indirect-buffer): New function.
1054
1055 2000-04-16 Stephen Eglen <stephen@gnu.org>
1056
1057 * iswitchb.el (iswitchb-case): New function. If the user input
1058 contains any upper-case characters, the search is made
1059 case-sensitive.
1060
1061 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1062
1063 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1064 comment-end.
1065 (texinfo-font-lock-syntactic-keywords): New var.
1066 (texinfo-font-lock-keywords): Remove comment regexp.
1067 (texinfo-insert-block): New function.
1068 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1069 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1070 and font-lock-defaults. Use regexp-opt for outline-regexp.
1071 (texinfo-environments): New var.
1072 (texinfo-environment-regexp): Use regexp-opt and
1073 texinfo-environments.
1074
1075 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1076 ispell-process is bound since this might be eval'd before ispell
1077 is loaded.
1078 (ispell-message): Use a tiny bit less magic and a bit more hard
1079 data to figure out what kind of sc-cite-regexp to use.
1080
1081 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1082
1083 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1084 (insert-cyclic-diary-entry): Unquote the lambda.
1085
1086 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1087
1088 * files.el (backup-enable-predicate): Unquote the lambda.
1089
1090 * cus-edit.el (custom-face, face): Unquote the lambda.
1091
1092 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1093
1094 * ps-print.el: Check for line-beginning-position definition.
1095
1096 * ps-print.el: Fix counting lines in a region.
1097 (ps-print-version): New version number (5.1.5).
1098 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1099 (ps-printing-region): Fun code fix.
1100
1101 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1102
1103 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1104 to file-directory-p.
1105
1106 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1107
1108 * gud.el (gud-jdb-build-source-files-list): Check that directory
1109 exists before calling directory-files.
1110
1111 2000-04-13 Dave Love <fx@gnu.org>
1112
1113 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1114 syntax.
1115
1116 * emacs-lisp/cl-specs.el: Remove when, unless.
1117
1118 * emacs-lisp/cl-extra.el: Don't quote keywords.
1119 (cl-old-mapc): New variable.
1120 (mapc): Use it.
1121 (cl-map-intervals): Use with-current-buffer. Don't check for
1122 next-property-change.
1123 (cl-map-overlays): Use with-current-buffer.
1124 (cl-expt): Remove.
1125 (copy-tree, remprop): Define unconditionally.
1126
1127 * emacs-lisp/cl-compat.el (keywordp): Remove.
1128
1129 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1130 to use keywordp.
1131 (edebug-spec): Enable keywordp.
1132
1133 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1134 string-lessp.
1135
1136 * cus-start.el: Use keywordp.
1137
1138 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1139
1140 * diary-lib.el (include-other-diary-files): Fix the fix of
1141 2000-02-18 by doing a save-excursion.
1142
1143 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1144
1145 * ps-print.el: Customization fix, doc fix.
1146 (ps-print-version): New version number (5.1.4).
1147 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1148 (ps-print-preprint): Adjust code.
1149 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1150 (ps-print-prologue-header, ps-print-control-characters)
1151 (ps-spool-config): Customization fix.
1152
1153 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1154
1155 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1156 converted to the new menu-item format, names silightly changed,
1157 help strings added.
1158
1159 Support for spelling without async subprocesses:
1160
1161 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1162 (ispell-session-buffer): New variables.
1163 (ispell-start-process, ispell-process-status,
1164 ispell-accept-output, ispell-send-string): New functions, for
1165 Ispell invocation when async subprocesses aren't supported.
1166 (ispell-word, ispell-pdict-save, ispell-command-loop,
1167 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1168 to process-send-string with calls to ispell-send-string, and
1169 accept-process-output with ispell-accept-output.
1170 (ispell-init-process): Call ispell-process-status instead of
1171 process-status with.
1172 (ispell-init-process): Call ispell-start-process. Call
1173 ispell-accept-output and ispell-send-string. Don't call
1174 process-kill-without-query and kill-process if they are unbound.
1175 (ispell-async-processp): New function.
1176
1177 2000-04-12 Dave Love <fx@gnu.org>
1178
1179 * info.el: Add debug-ignored-errors.
1180 (Info-mode-menu): Add some items.
1181 (Info-directory): Add autoload cookie.
1182
1183 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1184 Modify `truncate-lines'. Make `describe-language-environment'
1185 always visible and add help. Modify `describe-key' help. Invoke
1186 Info-directory from `info'. New entry `emacs-manual'.
1187
1188 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1189
1190 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1191 propertized-buffer-identification.
1192 (ebrowse-update-member-buffer-mode-line): Likewise.
1193 (ebrowse--mode-strings): Removed.
1194 (ebrowse--mode-line-props): Removed.
1195
1196 * files.el (auto-mode-alist): Add `EBROWSE'.
1197
1198 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1199 space before testing for end of buffer.
1200 (ebrowse-load): Removed.
1201 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1202 (ebrowse-create-tree-buffer): Rewritten.
1203 (ebrowse-tree-mode): Read tree from buffer.
1204
1205 * progmodes/ebrowse-ffh.el: Removed.
1206
1207 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1208
1209 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1210
1211 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1212
1213 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1214 at the wrong place.
1215
1216 2000-04-09 Dave Love <fx@gnu.org>
1217
1218 * files.el (backup-enable-predicate): Use
1219 temporary-file-directory, small-temporary-file-directory.
1220 (make-backup-file-name-function, backup-directory-alist): New
1221 variables.
1222 (make-backup-file-name-1): New function.
1223 (make-backup-file-name): Use it.
1224 (find-backup-file-name): Likewise. Use format for clarity, not
1225 concat.
1226 (file-newest-backup): Use make-backup-file-name.
1227
1228 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1229
1230 * progmodes/ebrowse-ffh.el: New file.
1231
1232 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1233 to ebrowse-ffh.el.
1234 (ebrowse-load): Add autoload.
1235
1236 * finder.el (finder-commentary): Add autoload cookie.
1237
1238 * mail/rfc2368.el: Correct author's email address.
1239
1240 * progmodes/ebrowse.el: New file.
1241
1242 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1243 item help string.
1244 (easy-menu-do-add-item): Ditto.
1245 (easy-menu-define): Extend doc string.
1246
1247 * jit-lock.el (with-buffer-unmodified): Use
1248 restore-buffer-modified-p.
1249 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1250 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1251 with-buffer-unmodified.
1252
1253 2000-04-08 Dave Love <fx@gnu.org>
1254
1255 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1256 unless, when.
1257
1258 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1259
1260 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1261 (viper-flash-search-pattern): No operation when using Emacs
1262 doesn't support face.
1263 Use `viper-put-on-search-overlay'.
1264
1265 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1266
1267 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1268 like C-r.
1269
1270 * progmodes/make-mode.el: Some doc fixes.
1271 (makefile-mode-abbrev-table): New variable.
1272 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1273 (makefile-font-lock-keywords): Fontify includes and conditionals.
1274 (toplevel): Require `dabbrev' and `add-log' when compiling.
1275
1276 * replace.el (perform-replace): Don't move forward one char
1277 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1278 to do that because it leaves point 1 position after the last
1279 replacement, after everything has been replaced.
1280
1281 * jit-lock.el (with-buffer-unmodified): New macro.
1282 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1283 modified state.
1284 (jit-lock-function-1): Extracted from jit-lock-function; not
1285 preserving buffer's modified state.
1286 (jit-lock-function, jit-lock-stealth-fontify): Call
1287 jit-lock-function-1.
1288
1289 * mail/rfc2368.el: Remove supernumerary copyright line.
1290
1291 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1292
1293 * glasses.el: Provide facilities for inserting space before left
1294 parentheses and uncapitalization of identifiers.
1295 (glasses-mode): Try to remove old overlays in all cases.
1296
1297 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1298
1299 * progmodes/compile.el (compile-internal): Display the compilation
1300 buffer in a different frame, if it's already displayed there.
1301
1302 * mail/rfc2368.el: New file.
1303
1304 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1305 header and insert its value as mail body.
1306
1307 * subr.el (member-ignore-case): New function.
1308
1309 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1310 (dabbrev--find-expansion): Ignore buffers matching a regexp
1311 from dabbrev-ignored-regexps.
1312
1313 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1314 to extensions handled by gzip.
1315
1316 2000-04-03 Richard M. Stallman <rms@gnu.org>
1317
1318 * files.el (insert-directory): List the total free space
1319 along with the used space.
1320
1321 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1322 line is followed by one that matches CITATION-REGEXP, end the
1323 paragraph.
1324
1325 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1326
1327 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1328 (rmail-make-basic-summary-line): Use that option.
1329
1330 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1331
1332 * international/mule-cmds.el (encoded-string-description):
1333 Rewritten. Try pretty description for ISO 2022 escape sequences
1334 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1335 for hexadecimal format.
1336
1337 2000-04-01 Dave Love <fx@gnu.org>
1338
1339 * cpp.el: Change customization group to `c' from `C'.
1340
1341 * vcursor.el (vcursor-move): Use display-color-p.
1342
1343 * international/mule-util.el: Provide mule-utils.
1344 (string-to-sequence): Simplify and speed up.
1345
1346 * international/mule.el (make-coding-system): Purecopy doc-string.
1347
1348 * international/mule-cmds.el: Various menu changes.
1349 (describe-specified-language-support): Handle `Default'.
1350 (set-language-info): Purecopy `info'.
1351
1352 2000-03-31 Andrew Innes <andrewi@gnu.org>
1353
1354 * vc.el (vc-backend-diff): Return the correct status if we had to
1355 retry the rcsdiff command without the --brief option.
1356
1357 2000-03-31 Dave Love <fx@gnu.org>
1358
1359 * help.el (help-manyarg-func-alist): Correct several omissions.
1360
1361 * add-log.el: Don't require cl, fortran.
1362 (add-log-current-defun-function): Doc fix.
1363 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1364 fix.
1365 (change-log-version-rcs): Function deleted.
1366 (change-log-version-number-search): Doc fix. Use
1367 vc-workfile-version. Avoid CL dolist.
1368 (add-change-log-entry): Just call add-log-current-defun to get
1369 defun. Simplify somewhat.
1370 (change-log-get-method-definition-1): Likewise.
1371 (add-log-current-defun): Return nil if calling
1372 add-log-current-defun-function does so. Move Fortran stuff to
1373 fortran.el. Return string without properties.
1374
1375 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1376 and :alpha: char classes.
1377
1378 * mail/supercite.el: Defvar curline when compiling.
1379 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1380 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1381 rather than a-zA-Z0-9 to allow non-ASCII characters.
1382
1383 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1384
1385 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1386
1387 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1388 Re-enable new code.
1389
1390 * lpr.el (print-region-1): Use -d to specify printer name for
1391 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1392
1393 2000-03-31 Dave Love <fx@gnu.org>
1394
1395 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1396 for function definition in symbol's function value slot first
1397 instead of first consulting byte-compile-function-environment.
1398
1399 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1400
1401 * language/european.el ("Polish"): New language environment.
1402 (setup-polish-environment): New function.
1403
1404 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1405
1406 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1407 Disable new code.
1408
1409 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1410 trying to `load' the symbol of an autoload instead of the file
1411 recorded in the autoload. Fix error messages.
1412
1413 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1414
1415 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1416 (ps-print-version): New version number (5.1.3).
1417 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1418 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1419 (ps-generate-postscript-with-faces): Code fix.
1420 (ps-color-values): XEmacs compatibility.
1421 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1422 (ps-default-fg, ps-default-bg): Adjust customization.
1423 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1424 (ps-color-scale): Renaming old ps-color-value fun.
1425 (ps-print-headers): Replace ps-print-header group to avoid conflict
1426 with ps-print-header variable.
1427 (ps-print-miscellany): New group.
1428 (ps-format-color, ps-rgb-color): New funs.
1429 (ps-default-foreground): New var.
1430 (ps-printer-name-option): New const.
1431
1432 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1433
1434 * net/net-utils.el:
1435 (network-connection-host, network-connection-service): New variables
1436 (network-connection-mode): New mode, derived from comint-mode
1437 (network-connection-mode-setup): New function, saves host and
1438 service information in local variables.
1439
1440 * lisp/locate.el:
1441 (locate-word-at-point): Added this function
1442 (locate): Default to using locate-word-at-point as input
1443 Run dired-mode-hook
1444
1445 2000-03-29 Dave Love <fx@gnu.org>
1446
1447 * calendar/appt.el: Doc fixes.
1448 (appt-check): Convert min-to-app to a string before passing to
1449 appt-disp-window-function or concat.
1450 (appt-delete-window): Remove test for frame-root-window.
1451 (appt-select-lowest-window, appt-convert-time): Simplify.
1452
1453 * emacs-lisp/bytecomp.el: Doc fixes.
1454 (byte-compile-file-form-autoload): Update
1455 byte-compile-function-environment.
1456
1457 2000-03-29 Andreas Schwab <schwab@suse.de>
1458
1459 * emacs-lisp/autoload.el: Also print defsubst doc string
1460 specially.
1461
1462 * dired.el (dired-insert-directory): If dired-free-space-program
1463 failed just delete its output.
1464
1465 2000-03-29 Dave Love <fx@gnu.org>
1466
1467 * international/iso-cvt.el: Move provide to end. Doc fixes.
1468 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1469 (iso-iso2sgml, iso-sgml2iso): New functions.
1470 (iso-cvt-define-menu): Fix some entries and use backquote for
1471 clarity.
1472
1473 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1474
1475 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1476
1477 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1478 ISO-DATE. If non-nil, return date in ISO 8601 format.
1479
1480 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1483 if it ever becomes used.
1484 (log-edit-mode-hook): Default to vc-log-mode-hook.
1485 (log-edit-mode): Fix the docstring.
1486
1487 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1488 the code.
1489
1490 2000-03-26 Dave Love <fx@gnu.org>
1491
1492 * net/browse-url.el (browse-url): Re-fix case of
1493 browse-url-browser-function being an alist.
1494 (browse-url): Add :link to defgroup.
1495
1496 * files.el: Doc fixes.
1497 (file-truename): Include `[' in wildcard characters.
1498 (automount-dir-prefix): Customize.
1499 (find-file-wildcards): Add :version.
1500 (find-file-noselect): Simplify a mapcar call.
1501
1502 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1503 compatible with inf-lisp version.
1504 (eval-defun-1): Fix custom-declare-variable case.
1505
1506 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1507
1508 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1509
1510 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1511
1512 * Makefile (COMPILE_FIRST): New macro.
1513 (compile-files): Compile files from COMPILE_FIRST first.
1514
1515 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1516 code.
1517
1518 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1519 matching open parenthesis in column 0 to defun-prompt-regexp
1520 only if open-paren-in-column-0-is-defun-start is set.
1521
1522 * sun-curs.el: Require CL at compile-time only.
1523
1524 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1525 instead of copy-list which is a function from CL.
1526 (msb--choose-menu, msb--mode-menu-cond)
1527 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1528 (msb--init-file-alist): Use mapcar instead of mapcan.
1529 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1530 `(' in column 0 in doc string.
1531 (msb--add-separators): Use mapcar instead of mapcan.
1532
1533 * cus-dep.el: Require CL at compile-time only.
1534
1535 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1538 (byte-compile-warnings): New warning `noruntime'.
1539 (byte-compile-constants, byte-compile-variables): Fix docstring.
1540 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1541 execute `eval-whenc-compile's body.
1542 (byte-compile-unresolved-functions): Fix docstring.
1543 (byte-compile-eval): New function.
1544 (byte-compile-callargs-warn): Check if the function will be available
1545 at runtime (via property `byte-compile-noruntime').
1546 (byte-compile-print-syms): New function.
1547 (byte-compile-warn-about-unresolved-functions): Also warn about
1548 `noruntime' functions (and use `byte-compile-print-syms').
1549 (byte-compile-file): Capitalize the message.
1550
1551 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1552
1553 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1554 (rmail-expunge): Ask for confirmation depending on the setting
1555 of rmail-confirm-expunge.
1556
1557 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1558
1559 * Makefile (bootstrap-clean): If $(emacs) exists, build
1560 loaddefs.el first. A loaddefs.el that's not up-to-date might
1561 cause a bootstrap failure because things don't autoload as
1562 expected.
1563
1564 2000-03-23 Dave Love <fx@gnu.org>
1565
1566 * net/browse-url.el: Restore previous use of
1567 browse-url-maybe-new-window.
1568
1569 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1570
1571 * ps-print.el: Skip banner page fix.
1572 (ps-print-version): New version number (5.1.2).
1573 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1574
1575 2000-03-23 Dave Pearson <davep@davep.org>
1576
1577 * net/quickurl.el Changed the type of parameter passed to the
1578 function defined by `quickurl-format-function'. Before only the
1579 text of the URL was passed. Now the whole URL structure is passed
1580 and the function is responsible for extracting the parts it
1581 requires. Changed the default of `quickurl-format-function'
1582 accordingly.
1583 (quickurl-insert): Changed the `funcall' of
1584 `quickurl-format-function' to match the above change.
1585 (quickurl-list-insert): Changed the `url' case so that it makes
1586 use of `quickurl-format-function', previous to this the format was
1587 hard wired.
1588
1589 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1590
1591 * startup.el: Change some spellings for the X Window System.
1592
1593 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1594
1595 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1596 up the code and the regexp and make sure the cursor is temporarily
1597 moved to the suspicious line while querying the user.
1598
1599 2000-03-22 Jason Rumney <jasonr@gnu.org>
1600
1601 * w32-fns.el (w32-charset-info-alist): Initialize.
1602
1603 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1604
1605 * ps-print.el: N-up last page fix.
1606 (ps-print-version): New version number (5.1.1).
1607 (ps-end-file, ps-end-job, ps-generate): Code fix.
1608
1609 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1610
1611 * files.el (find-file-run-dired): Update docstring.
1612 (find-directory-functions): New hook.
1613 (find-file-noselect): Run find-directory-functions rather than
1614 calling dired directly.
1615
1616 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1617
1618 * pcvs.el: Add a minimal leading commentary.
1619 (cvs-make-cvs-buffer): Change the header part by removing the startup
1620 message and adding a `Module' entry. Also replace the FOOTER and
1621 HEADER special fileinfos with the new support in ewoc for updating
1622 its own footer and header.
1623 (cvs-update-header): Update to use the header/footer of the ewoc.
1624 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1625 (cvs-is-within-p): New function.
1626 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1627 to only examine some subset of the buffers.
1628
1629 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1630 `format' instead of our own ad-hoc functions.
1631 Remove HEADER and FOOTER cases, now handled in the EWOC.
1632 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1633
1634 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1635 output to avoid scaring the user.
1636 (cvs-parse-table): Catch message for non-up-to-date commits.
1637
1638 * pcvs-defs.el (cvs-startup-message): Remove.
1639 (cvs-global-menu): New autoloaded menu.
1640
1641 * pcvs-util.el (cvs-string-fill): Remove.
1642
1643 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1644 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1645 PP part of it and also make it work for footers and headers.
1646 (ewoc-create): Drop POS and BUFFER arguments.
1647 Use the DLL's dummy node to store the end-of-footer position.
1648 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1649 (ewoc-refresh): Remove unused `header' variable.
1650 (ewoc-(get|set)-hf): New functions.
1651
1652 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1653 log-view-*-(message|file) and use easy-mmode-define-navigation.
1654 (log-view-message-re): Match SCCS format as well.
1655 And match the revision line rather than the dashed separator line.
1656 (log-view-mode): Use the new define-derived-mode.
1657 (log-view-current-tag): Fill in with an actual implementation.
1658
1659 * cvs-status.el (cvs-status-(prev|next)): Rename from
1660 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1661 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1662 to let the output "breathe" a little more (more readable).
1663 (cvs-status-mode): Use the new define-derived-mode.
1664
1665 * smerge-mode.el (smerge-auto-leave): New function and variable.
1666 (smerge-basic-map): Rename from smerge-basic-keymap.
1667 Change the bindings for smerge-diff-*.
1668 (smerge-*-map): Use easy-mmode-defmap.
1669 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1670 (smerge-keep-*): Use smerge-auto-leave.
1671
1672 2000-03-21 Jason Rumney <jasonr@gnu.org>
1673
1674 * cus-edit.el (custom-button-face): Use 3D look for w32.
1675 (custom-button-pressed-face): Likewise.
1676
1677 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1678
1679 * progmodes/etags.el (tags-case-fold-search): New user-option.
1680 (tags-loop-eval): New function. Bind case-fold-search around eval
1681 depending on the value of tags-case-fold-search.
1682 (tags-loop-continue): Use tags-loop-eval.
1683 (find-tag-in-order): Bind case-fold-search depending on the value
1684 of tags-case-fold-search.
1685
1686 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1687
1688 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1689 (diff-end-of-hunk): Return the end position for use in
1690 `easy-mmode-define-navigation'.
1691 (diff-recenter): Remove.
1692 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1693 of `easy-mmode-define-navigation'.
1694 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1695 previous renaming) and fix to use new names.
1696 (diff-merge-strings): Use \n as separator: simpler, faster.
1697 (diff-mode): Use `define-derived-mode'.
1698
1699 * derived.el (define-derived-mode): Don't autoload anymore.
1700 Prefer the macro-only version provided by easy-mmode.el.
1701
1702 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1703 `easy-mmode-define-derived-mode'.
1704 Use `combine-run-hooks'.
1705 (easy-mmode-define-navigation): New macro.
1706
1707 * subr.el (combine-run-hooks): New function.
1708
1709 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1710
1711 * term/x-win.el: Fontsets related initialization is simplified.
1712
1713 * international/mule-diag.el (describe-font): Don't refer to
1714 global-fontset-alist, instead call font-list.
1715 (describe-fontset, list-fontsets, mule-diag): Likewise.
1716 (print-fontset): Adjusted for the change of fontset
1717 implementation.
1718
1719 * international/fontset.el (x-charset-registries): Variable
1720 removed, instead the corresponding data is stored in the default
1721 fontset.
1722 (register-alternate-fontnames): Function removed.
1723 (resolved-ascii-font): Variable removed.
1724 (x-compose-font-name): Ignore the second argument REDOCE.
1725 (x-complement-fontset-spec): Complement only an ASCII font and
1726 element for those charsets than can use that ASCII font.
1727 (generate-fontset-menu): Don't refer to global-fontset-alist,
1728 instead call fontset-list.
1729 (uninstantiated-fontset-alist): Variable removed.
1730 (x-style-funcs-alist): Likewise.
1731 (fontset-default-styles): Likewise.
1732 (x-modify-font-name): Function removed.
1733 (create-fontset-from-fontset-spec): Ignore the argument
1734 STYLE-VARIANT.
1735 (create-fontset-from-ascii-font): Docsting adjusted for the above
1736 change.
1737 (instantiate-fontset, resolve-fontset-name): Functions removed.
1738 (fontset-list): Now implemented by C code.
1739
1740 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1741 (describe-face): Include `font' attribute in the description.
1742
1743 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1744
1745 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1746
1747 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1748
1749 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1750 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1751 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1752
1753 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1754 about behavior of set-buffer-modified-p wrt redisplay.
1755
1756 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1757
1758 * view.el (view-mode-disable): Kill local binding of view-read-only.
1759
1760 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1761
1762 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1763 is a string, convert it to a syntax cell using string-to-syntax.
1764
1765 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1766 (string-to-syntax): New function.
1767
1768 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1769 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1770 try to use passive ftp mode.
1771
1772 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1773
1774 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1775
1776 * simple.el (append-to-buffer): Update point of windows after
1777 insertion.
1778
1779 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1780 forward then moving backward. Reindent.
1781
1782 * frame.el (other-frame): Call x-focus-frame only if
1783 focus-follows-mouse is off.
1784
1785 2000-03-17 Dave Love <fx@gnu.org>
1786
1787 * pcvs-util.el (cvs-strings->string): Rename
1788 replace-regexps-in-string.
1789
1790 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1791
1792 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1793 regexp for labels cannot span several lines.
1794
1795 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1796 `(setq :<key> ':<key>)' to the macro expansion.
1797
1798 2000-03-16 Dave Love <fx@gnu.org>
1799
1800 * progmodes/f90.el (f90): Put custom group under `languages', not
1801 `fortran'.
1802 (f90-mode-hook): Customize.
1803 (f90-mode): Set add-log-current-defun-function.
1804 (f90-current-defun): New function.
1805
1806 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1807
1808 * cus-edit.el (custom-variable-tag-face): Handle case that
1809 default face's height is not a number.
1810 (custom-face-tag-face, custom-group-tag-face-1)
1811 (custom-group-tag-face): Ditto.
1812 (custom-group-tag-face-1): Add :group.
1813
1814 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1815
1816 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1817
1818 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1819 requiring easymenu.
1820
1821 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1822
1823 * ps-print.el: PostScript user-defined prologue, PostScript error
1824 handler, doc fix.
1825 (ps-print-version): New version number (5.1).
1826 (ps-user-defined-prologue, ps-error-handler-message)
1827 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1828 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1829 (ps-insert-string): New function.
1830
1831 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1832
1833 * international/ccl.el (ccl-compile-expression): Don't generate
1834 invalid self-assignment code.
1835
1836 2000-03-14 Dave Love <fx@gnu.org>
1837
1838 * subr.el (replace-regexp-in-string): Renamed from
1839 replace-regexps-in-string. Doc fix.
1840
1841 2000-03-12 Dave Love <fx@gnu.org>
1842
1843 * cus-edit.el: Doc fixes.
1844 (customize-set-variable, customize-save-variable): Rename args for
1845 doc.
1846 (custom-variable-tag-face, custom-face-tag-face)
1847 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1848 style which user identify as hyperlink.
1849 (hook): Don't add undefined functions to the hook.
1850 (debug-ignored-errors): Transfer message from bindings.el.
1851
1852 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1853
1854 * recentf.el (recentf-keep-non-readable-files-p): Remove
1855 double/nested definition.
1856
1857 2000-03-12 Dave Love <fx@gnu.org>
1858
1859 * facemenu.el (facemenu-get-face): Use display-color-p.
1860 * enriched.el (enriched-decode-foreground): Likewise.
1861 (enriched-decode-background): Likewise.
1862 * isearch.el (isearch-highlight): Likewise.
1863 * info-look.el (info-lookup): Likewise.
1864 * simple.el (completion-setup-function): Likewise.
1865
1866 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1867 :options.
1868
1869 * bindings.el (mode-line-format): Fix line-number and
1870 column-number items. Add help-echo for the background.
1871 (mode-line-mule-info): Modify help-echo.
1872
1873 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1874 defcustom.
1875
1876 * files.el (load-file): Allow completion to .elc.
1877
1878 * man.el: Doc fixes.
1879 (Man-init-defvars): Use display-color-p to set fontification.
1880
1881 * play/hanoi.el (hanoi-internal): Don't use oddp.
1882
1883 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1884
1885 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1886
1887 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1888
1889 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1890
1891 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1892 Fix comment.
1893
1894 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1895
1896 * font-lock.el (font-lock-keywords): Fix the doc now that
1897 regexp-opt-depth is unnecessary.
1898 (save-buffer-state): Set an edebug spec.
1899 (font-lock-fontify-anchored-keywords): Properly handle the case when
1900 the matcher goes past the limit.
1901
1902 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1903 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1904
1905 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1906 dll.el and cookie.el (from Elib) with heavy renaming and other
1907 massaging.
1908
1909 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1910 Autoload the functions used.
1911 (easy-mmode-define-syntax): Fix CL typo.
1912 (easy-mmode-define-derived-mode): Improve the docstring generation.
1913
1914 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1915
1916 * textmodes/texinfo.el (texinfo-version): Variable and function
1917 removed.
1918
1919 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1920
1921 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1922 allow more flexibility.
1923 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1924 fns.
1925 (easy-mmode-defmap, easy-mmode-defsyntax)
1926 (easy-mmode-define-derived-mode): New macros.
1927
1928 2000-03-09 Didier Verna <didier@xemacs.org>
1929
1930 * rect.el (replace-rectangle): New function.
1931
1932 2000-03-09 Dave Love <fx@gnu.org>
1933
1934 * progmodes/fortran.el (fortran-comment-line-start): Define as
1935 "C".
1936 (fortran-comment-line-start-skip): Don't match cpp stuff.
1937 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1938 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1939 (fortran-mode): Don't set fortran-comment-line-start-skip,
1940 fortran-comment-line-start here. Set comment-start,
1941 add-log-current-defun.
1942 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1943 (fortran-current-defun): New function.
1944
1945 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1946
1947 * emacs-lisp/re-builder.el: New file.
1948
1949 * mouse.el (mouse-drag-region): Don't run up-event handler
1950 if hscroll has changed.
1951
1952 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1953 builtin operators, use `font-lock-builtin-face' for Emacs and
1954 `font-lock-preprocessor-face' otherwise.
1955
1956 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1957 `(defun (setf foo)' differently.
1958
1959 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1960
1961 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1962 (regexp-opt): Update comment and adapt the code the new meaning of
1963 the `paren' argument of regex-opt-group for shy-groups.
1964 (regexp-opt-depth): Handle shy groups as well as backslashed
1965 backslashes.
1966 (regexp-opt-group): Turn the leading comment into a docstring.
1967 Allow `paren' to be a string (the string to use to open a group).
1968 Remove open-presuf and close-presuf. Instead of checking for `all
1969 one-char' and then later on check for `several one-char', handle
1970 both cases close together. Also apply a more generic algorithm
1971 for suffixes (the mirror image of the algorithm used for
1972 prefixes). Use shy-groups. Use nreverse rather than reverse.
1973 (regexp-opt-try-suffix): Removed.
1974
1975 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1976 from comint-mode-map, so we can just inherit from it. Also, move
1977 the initialization into the `defvar' since there's no docstring
1978 anyway and it's fairly short.
1979 (inferior-scheme-mode): Define it as derived-mode: the code is
1980 shorter and this way we inherit from comint-mode-map rather than
1981 copying it.
1982
1983 * subr.el (replace-regexps-in-string): Properly handle the case
1984 where we match an empty string.
1985
1986 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1987 when the command has a directory component (such as "./testml").
1988 Also fix a typo in the comment.
1989
1990 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1991
1992 * Makefile (compile-files): Compile files one by one because
1993 that's the only way to ensure a clean compilation environment for
1994 each individual file.
1995
1996 * frame.el (other-frame): Call x-focus-frame.
1997
1998 2000-03-07 Dave Love <fx@gnu.org>
1999
2000 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2001 :require to defcustom.
2002
2003 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2004 lists.
2005
2006 * files.el (auto-mode-alist): Add configure.in.
2007
2008 * progmodes/autoconf.el: New file.
2009
2010 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2011
2012 * mail/mh-e.el: Change maintainer to `none'.
2013
2014 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2015 to remove-hook and add-hook.
2016
2017 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2018
2019 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2020 it as the default.
2021 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2022 (sendmail-send-it): Conditionally add MIME headers specifying the
2023 used character set.
2024
2025 2000-03-07 Dave Love <fx@gnu.org>
2026
2027 * winner.el: Fix keywords, autoload cookies. Split
2028 eval-when-compile form to avoid compilation failure.
2029
2030 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2031
2032 * international/mule.el: Modify comment about coding system
2033 property `coding-category'.
2034 (make-coding-system): New argument EOL-TYPE. Pay attention to
2035 coding-category property of PROPERTIES.
2036
2037 * international/mule-conf.el (coding-category-utf-8,
2038 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2039 categories. Include them in the argument for set-coding-priority.
2040
2041 * international/mule-cmds.el (reset-language-environment): Include
2042 coding-category-utf-8, coding-category-utf-16-be, and
2043 coding-category-utf-16-le in the argument for set-coding-priority.
2044 (reset-language-environment): Initialize coding-category-utf-8,
2045 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2046
2047 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2048
2049 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2050 code abstracted out of `bookmark-jump-noselect'. Now tries info
2051 extensions as well as compression extensions.
2052 (bookmark-jump-noselect): Use above new func.
2053
2054 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2055
2056 * strokes.el: Change maintainer's mail address.
2057
2058 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2059
2060 * international/mule-diag.el (list-character-sets): Make help-echo
2061 string by substitute-command-keys.
2062 (list-character-sets): Likewise.
2063 (sort-listed-character-sets): Call help-setup-xref.
2064
2065 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2066
2067 * time.el (display-time-mail-file): Add `none' to the list of
2068 choices.
2069
2070 2000-03-01 Dave Love <fx@gnu.org>
2071
2072 * help.el (help-xref-go-back): Don't try to set position.
2073
2074 * international/mule-diag.el (list-character-sets): Call
2075 help-setup-xref. Add help-echo to xrefs.
2076 (list-character-sets-1): Add help-echo to xrefs.
2077
2078 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2079
2080 * frame.el (blink-cursor-mode): Switch cursor on when turning
2081 the mode off.
2082
2083 * add-log.el (add-log-current-defun): Add support for
2084 Autoconf mode.
2085
2086 * mail/rmail.el (rmail-quit-hook): New variable.
2087
2088 2000-03-01 Dave Love <fx@gnu.org>
2089
2090 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2091
2092 * help.el (help-xref-button): Add help-echo arg.
2093 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2094
2095 * faces.el (list-faces-display): Supply help-echo with
2096 help-make-xrefs.
2097
2098 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2099 nil.
2100
2101 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2102
2103 * image.el (defimage): Look for image files in load-path.
2104
2105 * frame.el (busy-cursor-delay-seconds): Change type to
2106 `number'.
2107
2108 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2109
2110 * recentf.el (recentf): Added version tag to the defgroup of
2111 recentf.
2112
2113 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2114
2115 * recentf.el (recentf-cleanup): Changed to remove excluded file
2116 too.
2117 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2118 action to select/unselect a file.
2119 (recentf-edit-list): Code cleanup and improvement.
2120 (recentf-open-more-files-action): `recentf-open-more-files' button
2121 widget action to open a file.
2122 (recentf-open-more-files): No more use standard completion but
2123 widgets.
2124 (recentf-more-collection): Deleted.
2125 (recentf-more-history): Deleted.
2126 (recentf-setup-more-completion): Deleted.
2127
2128 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2129
2130 * recentf.el (recentf-mode): No more needs that Emacs is running
2131 under a window-system.
2132
2133 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2134
2135 * recentf.el (recentf-edit-list): New command to edit the recent
2136 list which allow the user to remove files.
2137 (recentf-edit-selected-items): New global variable, used by
2138 `recentf-edit-list' to hold the list of files to be removed from
2139 the recent list.
2140 (recentf-make-menu-items): Updated to display a "Edit list..."
2141 menu item. Minor code cleanup.
2142
2143 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2144
2145 * recentf.el (recentf-open-more-files): New command to open files
2146 that are not displayed in the menu.
2147 (recentf-more-collection): New global variable holding the set of
2148 permissible completions used by `recentf-open-more-files'.
2149 (recentf-more-history): New global variable holding the history list
2150 used by `recentf-open-more-files' completion.
2151 (recentf-setup-more-completion): New function to setup completion for
2152 `recentf-open-more-files'.
2153 (recentf-make-menu-items): Updated to display a "More..." menu item.
2154
2155 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2156
2157 * recentf.el (recentf-menu-action): Doc fixed.
2158
2159 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2160
2161 * recentf.el (recentf-menu-filter): Doc updated.
2162 (recentf-update-menu-hook): Allow menu filters to force menu update.
2163 (recentf-make-menu-items): New menu filter handling.
2164 (recentf-make-menu-item): New helper function.
2165 (recentf-menu-elements): New menu handling function.
2166 (recentf-sort-ascending): Updated to new menu filter handling.
2167 (recentf-sort-descending): Updated to new menu filter handling.
2168 (recentf-sort-basenames-ascending): New menu filter function.
2169 (recentf-sort-basenames-descending): New menu filter function.
2170 (recentf-show-basenames): New menu filter function.
2171 (recentf-show-basenames-ascending): New menu filter function.
2172 (recentf-show-basenames-descending): New menu filter function.
2173
2174 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2175
2176 * diary-lib.el (list-diary-entries): Don't try to go forward at
2177 the end of the buffer.
2178
2179 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2180
2181 * international/mule-diag.el (list-character-sets): Completely
2182 rewritten.
2183 (sort-listed-character-sets): New function.
2184 (list-character-sets-1): Completely rewritten.
2185 (list-character-sets-2): New function.
2186 (non-iso-charset-alist): New variable.
2187 (decode-codepage-char): New function.
2188 (charset-history): New variable.
2189 (read-charset) (list-block-of-chars)
2190 (list-iso-charset-chars)
2191 (list-non-iso-charset-chars)
2192 (list-charset-chars): New functions.
2193 (mule-diag): Call list-character-sets-2, not
2194 list-character-sets-2.
2195 (dump-charsets): Likewise.
2196
2197 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2198
2199 * dired-x.el (dired-filename-at-point): Add `@' to valid
2200 file name characters.
2201 (dired-filename-at-point): Handle ange-ftp file names.
2202
2203 * frame.el (frame-notice-user-settings): Use assq-delete-all
2204 instead of assoc-delete-all.
2205 (frame-notice-user-settings): Ditto.
2206
2207 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2208 Don't copy alist.
2209
2210 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2211
2212 * calculator.el (calculator-use-menu): New option.
2213 (calculator-initial-bindings): Changed some bindings to work as
2214 macros.
2215 (calculator-forced-input): Removed.
2216 (calculator-restart-other-mode): New variable.
2217 (calculator-mode-map): Set up menu.
2218
2219 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2220
2221 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2222 tags.
2223
2224 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2225
2226 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2227 translate all ESC key sequences.
2228 (viper-goto-mark-subr): restore markers for files for which
2229 they were saved.
2230 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2231 * viper-util.el (viper-set-replace-overlay-glyphs,
2232 viper-set-replace-overlay): always check if the replacement
2233 overlay is live.
2234 * viper.el (viper-vi-state-mode-list): added major modes.
2235 * ediff-wind.el: minor comment changes.
2236 * ediff.el: copyright notice date fix.
2237
2238 2000-02-27 Jason Rumney <jasonr@gnu.org>
2239
2240 * faces.el (face-font-family-alternatives): Add arial to helv.
2241 (mode-line, header-line, tool-bar): Same default as x for w32.
2242 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2243 face-font-family-alternatives from working.
2244 * term/w32-win.el (mouse-set-font): Do not build fontset from
2245 chosen font.
2246
2247 2000-02-25 Sam Steingold <sds@goems.com>
2248
2249 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2250 properly.
2251
2252 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2253
2254 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2255
2256 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2257
2258 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2259 writable.
2260
2261 * frame.el (busy-cursor-delay-seconds): New option.
2262
2263 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2264
2265 * frame.el (show-cursor-in-non-selected-windows): New option.
2266
2267 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2268
2269 * diary-lib.el (include-other-diary-files): Undo the selective
2270 display in any included file and don't kill it.
2271
2272 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2273
2274 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2275 bar. Menu items converted to (menu-item format, help strings
2276 added.
2277 [downcase, upcase]: Don't enable on MS-DOS.
2278 [symlink, symlinks]: Don't show if make-symbolic-link is not
2279 bound.
2280 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2281
2282 2000-02-23 Dave Love <fx@gnu.org>
2283
2284 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2285 (backward-kill-word): Revert addition of * to interactive spec --
2286 it's a feature.
2287
2288 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2289 (backward-kill-sentence, kill-sentence): Likewise.
2290
2291 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2292 scratch buffer name.
2293 (gud-format-command): Use int-to-string in ?l case. Simplify
2294 slightly.
2295
2296 * term/w32-win.el (internal-face-interactive): Update prompt for
2297 new read-face-name.
2298
2299 * mail/footnote.el (footnote): Add :version to defgroup.
2300 (footnote-section-tag-regexp): Customize.
2301 (footnote-start-tag, footnote-end-tag): New option.
2302 (footnote-latin-regexp): New variable.
2303 (Footnote-latin): New function.
2304 (footnote-style-alist): Add element for latin style.
2305 (footnote-style): Moved.
2306 (Footnote-goto-footnote): Use eq to test arg.
2307
2308 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2309
2310 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2311 (byte-compile-trueconstp): Include keywords.
2312 (byte-optimize-quote, byte-optimize-lapcode): Use
2313 byte-compile-const-symbol-p.
2314 (byte-optimize-char-before): New optimization.
2315
2316 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2317 (byte-compile-const-symbol-p): New function.
2318 (byte-compile-constp, byte-compile-out-toplevel)
2319 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2320 Use it.
2321
2322 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2323
2324 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2325
2326 * international/encoded-kb.el: Be sure to update minor-mode-alist
2327 and minor-mode-map-alist.
2328 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2329 codes SS2 and SS3 correctly.
2330 (encoded-kbd-self-insert-ccl): New function.
2331 (encoded-kbd-setup-keymap): New function.
2332 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2333 by calling encoded-kbd-setup-keymap.
2334
2335 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2336 characters.
2337 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2338 locally.
2339
2340 2000-02-22 Dave Love <fx@gnu.org>
2341
2342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2343 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2344 defvar.
2345 (lisp-mode-syntax-table): Set up for #|...|# comments.
2346 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2347 classes. Match `defface'.
2348 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2349 (eval-defun-1): Fix for defcustom.
2350 (lisp-indent-region): Doc fix.
2351
2352 * subr.el (when, unless, split-string): Doc fix.
2353 (read-passwd): Move call of clear-this-command-keys to the right
2354 place.
2355 (replace-regexps-in-string): New function.
2356
2357 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2358
2359 * help.el (describe-variable): Set syntax table to
2360 emacs-lisp-mode-syntax-table when moving forward over the
2361 symbol's name.
2362
2363 2000-02-22 Dave Love <fx@gnu.org>
2364
2365 * xt-mouse.el: Doc fixes.
2366 (xterm-mouse-position-function): New function, replacing advice of
2367 mouse-position.
2368 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2369
2370 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2371
2372 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2373
2374 * format.el (format-annotate-single-property-change): Handle
2375 properties.with dotted-list values.
2376 (format-proper-list-p): New function.
2377
2378 * enriched.el (enriched-face-ans): Handle '(foreground-color
2379 . COLOR) and (background-color . COLOR).
2380
2381 2000-02-20 Dave Love <fx@gnu.org>
2382
2383 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2384 and assignments to it.
2385 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2386 current local map.
2387 (make-flyspell-overlay): Use it.
2388 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2389
2390 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2391 (lm-get-header-re): Defun, not defsubst.
2392 (lm-get-package-name): Defun, not defsubst. Simplify.
2393 (lm-version): Doc fix. Simplify.
2394 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2395 (lm-crack-address, lm-last-modified-date, lm-commentary)
2396 (lm-verify, lm-synopsis): Simplify.
2397 (lm-report-bug): Require emacsbug. Use compose-mail.
2398
2399 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2400
2401 * dired.el (dired-mode): Call propertized-buffer-identification
2402 to set mode-line-buffer-identification to something having
2403 the right text properties.
2404
2405 * bindings.el (propertized-buffer-identification): New function.
2406
2407 2000-02-20 Dave Love <fx@gnu.org>
2408
2409 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2410 check for t-mouse too.
2411
2412 * cus-start.el: Make echo-keystrokes `number'.
2413
2414 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2417 Don't call ring-empty-p unless tags-location-ring is bound.
2418 From Noah Friedman <friedman@splode.com>.
2419
2420 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2421
2422 * progmodes/hideshow.el (hs-flag-region): No longer use
2423 `intangible' overlay property.
2424
2425 (hs-toggle-hiding): New command.
2426 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2427
2428 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2429 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2430 and deactivation.
2431
2432 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2433
2434 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2435
2436 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2437
2438 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2439
2440 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2441 of `*' to handle `(* ... *)' comments.
2442
2443 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2444
2445 * faces.el (list-faces-display): Use display-mouse-p instead of
2446 window-system.
2447
2448 * menu-bar.el (global-map): Menu-bar items converted to the new
2449 format (menu-item..., rearranged for better CUA compliance, and
2450 their names changed for better clarity. Help strings added.
2451
2452 * international/mule-cmds.el (mule-menu-keymap)
2453 (describe-language-environment-map, set-coding-system-map)
2454 (setup-language-environment-map): Convert to new (menu-item...
2455 form, add help strings. Change names of menu items for better
2456 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2457 submenu).
2458
2459 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2460
2461 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2462 within the code.
2463
2464 2000-02-16 Dave Love <fx@gnu.org>
2465
2466 * faces.el: Don't require custom. Add more specific :groups to
2467 various deffaces.
2468 (set-face-attribute): Purecopy args.
2469 (read-face-name): Default to name at point and use it in prompt.
2470 Remove colon from arg in all callers.
2471 (list-faces-display): Hyperlink to face descriptions and customize
2472 buffers.
2473
2474 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2475
2476 * wid-edit.el (widget-match-inline): An atom never matches a
2477 list.
2478
2479 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2480
2481 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2482 at ':' characters by call to split-string.
2483
2484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2485
2486 * textmodes/bibtex.el: Added RCS version identification.
2487
2488 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2489
2490 * textmodes/bibtex.el: Some temporary comments removed.
2491 (bibtex-field-name, bibtex-entry-type): Made the relationship
2492 explicit.
2493 (bibtex-field-const): Allow capital letters.
2494 (bibtex-start-of-string): Deleted because unused.
2495
2496 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2497 use the term 'reference' to describe a bibtex entry as a whole.
2498 Further, reference keys are no longer called 'labels'.
2499 (bibtex-keys): Renamed to bibtex-reference-keys.
2500 (bibtex-reformat-previous-labels): Renamed to
2501 bibtex-reformat-previous-reference-keys.
2502 (bibtex-reference-type): Renamed to bibtex-entry-type.
2503 (bibtex-reference-head): Renamed to bibtex-entry-head.
2504 (bibtex-reference-maybe-empty-head): Renamed to
2505 bibtex-entry-maybe-empty-head.
2506 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2507 (bibtex-search-reference): Renamed to bibtex-search-entry.
2508 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2509 bibtex-enclosing-entry-maybe-empty-head.
2510 (bibtex-entry-field-alist, bibtex-entry-head,
2511 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2512 bibtex-map-entries, bibtex-search-entry,
2513 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2514 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2515 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2516 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2517 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2518 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2519 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2520
2521 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2522
2523 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2524 comment.
2525 (bibtex-format-field-delimiters): New function, functionality
2526 extracted from bibtex-format-entry.
2527 (bibtex-autokey-get-yearfield-digits): New function, functionality
2528 extracted from bibtex-autokey-get-yearfield.
2529
2530 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2531 entries in order to avoid stack overflow in the regexp matcher if
2532 field contents become large.
2533 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2534 bibtex-field-string-part-not-braced,
2535 bibtex-field-string-part-no-inner-braces,
2536 bibtex-field-string-part-1-inner-brace,
2537 bibtex-field-string-part-2-inner-braces,
2538 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2539 bibtex-field-string-quoted, bibtex-field-string,
2540 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2541 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2542 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2543 as parsing is now performed by the following functions.
2544 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2545 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2546 bibtex-parse-field-string, bibtex-search-forward-field-string,
2547 bibtex-parse-association, bibtex-field-name-for-parsing,
2548 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2549 bibtex-search-forward-field, bibtex-search-backward-field,
2550 bibtex-start-of-field, bibtex-end-of-field,
2551 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2552 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2553 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2554 bibtex-parse-string, bibtex-search-forward-string,
2555 bibtex-search-backward-string, bibtex-start-of-string,
2556 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2557 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2558 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2559 entries. Instead of reporting the results of the parsing by
2560 match-beginning or match-end, these functions return data structures
2561 that hold the corresponding positions.
2562 (bibtex-enclosing-field): Changed to also report field boundaries by
2563 return values rather than by match-beginning or match-end. The
2564 following functions have been adapted to use the new parsing
2565 functions.
2566 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2567 bibtex-enclosing-field, bibtex-format-entry,
2568 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2569 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2570 bibtex-print-help-message, bibtex-end-of-entry,
2571 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2572 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2573 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2574 method for parsing.
2575 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2576 bibtex-map-entries, bibtex-flash-head,
2577 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2578 bibtex-autokey-change, bibtex-autokey-get-namefield,
2579 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2580 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2581 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2582 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2583 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2584 order to make the new binding of case-fold-search immediately
2585 visible.
2586
2587 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2588
2589 * textmodes/bibtex.el: Copyright notice is up to date.
2590 Added constant 'bibtex-maintainer-salutation.
2591
2592 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2593 than make-temp-name, use match-string-no-properties and eliminate
2594 a quadratic behavior when building bibtex-strings.
2595
2596 * bibtex.el (bibtex-reference-key): Accept string entries whose
2597 reference key contains upper case letters.
2598
2599 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2600
2601 * bibtex.el (bibtex-reference-head): Allow entries to start with
2602 a new line.
2603
2604 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2605
2606 * bibtex.el: Hiding of entry bodies is not longer provided by
2607 bibtex.el directly. Instead the hideshow package can be used.
2608 Added a special bibtex entry to hs-special-modes-alist.
2609 (bibtex-hs-forward-sexp): Added for hideshow.el.
2610
2611 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2612
2613 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2614 at ':' characters by call to split-string.
2615
2616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2617
2618 * textmodes/bibtex.el: Added RCS version identification.
2619
2620 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2621
2622 * textmodes/bibtex.el: Some temporary comments removed.
2623 (bibtex-field-name, bibtex-entry-type): Made the relationship
2624 explicit.
2625 (bibtex-field-const): Allow capital letters.
2626 (bibtex-start-of-string): Deleted because unused.
2627
2628 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2629 use the term 'reference' to describe a bibtex entry as a whole.
2630 Further, reference keys are no longer called 'labels'.
2631 (bibtex-keys): Renamed to bibtex-reference-keys.
2632 (bibtex-reformat-previous-labels): Renamed to
2633 bibtex-reformat-previous-reference-keys.
2634 (bibtex-reference-type): Renamed to bibtex-entry-type.
2635 (bibtex-reference-head): Renamed to bibtex-entry-head.
2636 (bibtex-reference-maybe-empty-head): Renamed to
2637 bibtex-entry-maybe-empty-head.
2638 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2639 (bibtex-search-reference): Renamed to bibtex-search-entry.
2640 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2641 bibtex-enclosing-entry-maybe-empty-head.
2642 (bibtex-entry-field-alist, bibtex-entry-head,
2643 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2644 bibtex-map-entries, bibtex-search-entry,
2645 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2646 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2647 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2648 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2649 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2650 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2651 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2652
2653 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2654
2655 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2656 comment.
2657 (bibtex-format-field-delimiters): New function, functionality
2658 extracted from bibtex-format-entry.
2659 (bibtex-autokey-get-yearfield-digits): New function, functionality
2660 extracted from bibtex-autokey-get-yearfield.
2661
2662 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2663 entries in order to avoid stack overflow in the regexp matcher if
2664 field contents become large.
2665 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2666 bibtex-field-string-part-not-braced,
2667 bibtex-field-string-part-no-inner-braces,
2668 bibtex-field-string-part-1-inner-brace,
2669 bibtex-field-string-part-2-inner-braces,
2670 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2671 bibtex-field-string-quoted, bibtex-field-string,
2672 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2673 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2674 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2675 as parsing is now performed by the following functions.
2676 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2677 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2678 bibtex-parse-field-string, bibtex-search-forward-field-string,
2679 bibtex-parse-association, bibtex-field-name-for-parsing,
2680 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2681 bibtex-search-forward-field, bibtex-search-backward-field,
2682 bibtex-start-of-field, bibtex-end-of-field,
2683 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2684 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2685 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2686 bibtex-parse-string, bibtex-search-forward-string,
2687 bibtex-search-backward-string, bibtex-start-of-string,
2688 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2689 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2690 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2691 entries. Instead of reporting the results of the parsing by
2692 match-beginning or match-end, these functions return data structures
2693 that hold the corresponding positions.
2694 (bibtex-enclosing-field): Changed to also report field boundaries by
2695 return values rather than by match-beginning or match-end. The
2696 following functions have been adapted to use the new parsing
2697 functions.
2698 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2699 bibtex-enclosing-field, bibtex-format-entry,
2700 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2701 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2702 bibtex-print-help-message, bibtex-end-of-entry,
2703 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2704 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2705 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2706 method for parsing.
2707 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2708 bibtex-map-entries, bibtex-flash-head,
2709 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2710 bibtex-autokey-change, bibtex-autokey-get-namefield,
2711 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2712 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2713 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2714 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2715 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2716 order to make the new binding of case-fold-search immediately
2717 visible.
2718
2719 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2720
2721 * textmodes/bibtex.el: Copyright notice is up to date.
2722 Added constant 'bibtex-maintainer-salutation.
2723
2724 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2725 than make-temp-name, use match-string-no-properties and eliminate
2726 a quadratic behavior when building bibtex-strings.
2727
2728 * bibtex.el (bibtex-reference-key): Accept string entries whose
2729 reference key contains upper case letters.
2730
2731 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2732
2733 * bibtex.el (bibtex-reference-head): Allow entries to start with
2734 a new line.
2735
2736 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2737
2738 * bibtex.el: Hiding of entry bodies is not longer provided by
2739 bibtex.el directly. Instead the hideshow package can be used.
2740 Added a special bibtex entry to hs-special-modes-alist.
2741 (bibtex-hs-forward-sexp): Added for hideshow.el.
2742
2743 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2744
2745 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2746 proceedings entry type (for cross referencing). Thanks to Wagner
2747 Toledo Correa for the suggestion.
2748
2749 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2750
2751 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2752
2753 * international/characters.el: Setup case table for Vietnamese.
2754
2755 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2756
2757 * uniquify.el (toplevel): Require CL at compile time.
2758 (uniquify-push): Removed.
2759
2760 * shadowfile.el (shadow-when): Removed.
2761
2762 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2763 (tempo-process-and-insert-string): Use dolist instead of
2764 tempo-dolist.
2765
2766 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2767 regexp for paragraph-start.
2768
2769 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2770 commas as well.
2771
2772 2000-02-10 Dave Love <fx@gnu.org>
2773
2774 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2775 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2776 Deleted.
2777 (widget-specify-field, widget-specify-button): Don't use
2778 widget-mouse-help as help-echo property.
2779 (default): Use #'ignore for :validate and :mouse-down-action.
2780 (checkbox): Add help-echo.
2781 (widget-sexp-validate): Rewritten to clarify error messages.
2782 (character): Use char-valid-p in :match function.
2783 (widget-color-complete): Use facemenu-color-alist.
2784 (widget-color-action): Use facemenu-read-color.
2785
2786 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2787 set up `caar' &c that we now have.
2788
2789 2000-02-09 Ray Blaak <blaak@gnu.org>
2790
2791 * delphi.el: Make resourcestring a declaration region, like const
2792 and var.
2793
2794 2000-02-09 Dave Love <fx@gnu.org>
2795
2796 * bindings.el (mode-line-input-method-map): New variable.
2797 (mode-line-mule-info): Use it; fix last change.
2798 (mode-line-mode-menu): Move definition.
2799 (mode-line-mouse-sensitive-p): Deleted.
2800 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2801 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2802 level.
2803
2804 * startup.el (command-line-1): Don't call
2805 make-mode-line-mouse-sensitive.
2806
2807 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2808
2809 * mail/rmail.el (rmail-retry-failure): Use
2810 rmail-beginning-of-message before rmail-toggle-header, because the
2811 former toggles headers.
2812
2813 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2814
2815 * diff-mode.el (diff-kill-junk): New interactive function.
2816 (diff-reverse-direction): Use delete-and-extract-region.
2817 (diff-post-command-hook): Restrict the area so that the hook also works
2818 outside of any diff hunk. This is necessary for the minor-mode.
2819 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2820 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2821
2822 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2823 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2824 so that it can be used more easily in <foo>-mode-hook. Also make sure
2825 to avoid duplicate entries.
2826 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2827 (font-lock-remove-keywords): Just as was done for `add', allow it to
2828 work even if font-lock-mode is nil. Also make sure we don't modify
2829 any pre-existing list by forcing a copy-sequence. Finally rename
2830 `major-mode' to `mode'.
2831 (font-lock-fontify-syntactic-anchored-keywords)
2832 (font-lock-fontify-anchored-keywords)
2833 (font-lock-fontify-keywords-region): Use line-end-position.
2834 Don't make `font-lock-multiline' local (it's now done in
2835 font-lock-set-defaults).
2836 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2837 move the `font-lock-fontified' creation to inside the `unless'.
2838
2839 2000-02-06 Andrew Innes <andrewi@gnu.org>
2840
2841 * term/w32-win.el (x-handle-args): Comment out call to message,
2842 which occurs before window system is initialized.
2843
2844 * makefile.nt: Add support for recompiling lisp code.
2845
2846 2000-02-04 Dave Love <fx@gnu.org>
2847
2848 * bindings.el (mode-line-mule-info): Fix/extend last change.
2849
2850 * completion.el: Replace completion-dolist with dolist.
2851
2852 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2853 dotimes.
2854
2855 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2856
2857 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2858 environment names before they go into the section regexp.
2859
2860 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2861 char class in regexp.
2862
2863 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2864 `case-fold-search' to nil.
2865
2866 * progmodes/idlwave.el (idlwave-template): Respect
2867 `idlwave-abbrev-change-case'.
2868 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2869 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2870 idlwave-while): respect `idlwave-reserved-word-upcase'.
2871 (idlwave-rw-case): New function.
2872 (idlwave-statement-match): Fixed problem with assignment regexp.
2873 (idlwave-font-lock-keywords): Improved regexp for keyword
2874 parameters.
2875 (idlwave-surround): New argument LENGTH to support padding of
2876 operators longer than 1 char.
2877
2878 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2879 idlwave-shell-expression-overlay. Implemented printing of
2880 expressions on higher levels of the calling stack.
2881 (idlwave-shell-display-level-in-calling-stack): Restore stack
2882 level.
2883 (idlwave-retrieve-expression-from-level): New function.
2884 (idlwave-shell-last-calling-stack): Variable removed.
2885 (idlwave-shell-reset): Argument action reversed (`visible' to
2886 `hidden'). Also remove stop-line overlay.
2887 (idlwave-shell-calling-stack-routine): New variable.
2888 (idlwave-shell-parse-stack-and-display): Messages now display
2889 negative level numbers.
2890 (idlwave-shell-mode): Set `modeline-format'.
2891 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2892 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2893 21.
2894 (idlwave-shell-print-expression-function): New option.
2895
2896 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2897 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2898 `tool-bar' instead of `toolbar'.
2899
2900 2000-02-02 Dave Love <fx@gnu.org>
2901
2902 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2903 emacs-lisp-mode-hook. Don't check for defalias being defined.
2904
2905 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2906 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2907 the new builtins directly.
2908
2909 * whitespace.el (whitespace): Add :version to defgroup.
2910
2911 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2912 Doc fix.
2913
2914 * thingatpt.el (sexp-at-point, symbol-at-point)
2915 (number-at-point, list-at-point): Add autoload cookie.
2916
2917 * recentf.el (recentf): Add :version to defgroup.
2918
2919 * quickurl.el (quickurl): Add :version to defgroup.
2920
2921 * elide-head.el (elide-head): Use point-marker more.
2922
2923 * bs.el (bs): Add :version to defgroup.
2924
2925 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2926
2927 * progmodes/delphi.el (delphi): Add :version to defgroup.
2928
2929 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2930
2931 * ange-ftp.el (ange-ftp-write-region): Handle case that
2932 succeeding process operation sets a different coding system.
2933
2934 * calculator.el: New file.
2935
2936 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2937
2938 * frame.el (frames-on-display-list, framep-on-display): New
2939 functions.
2940 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2941 (display-selections-p, display-screens, display-pixel-width)
2942 (display-pixel-height, display-mm-width, display-mm-height)
2943 (display-backing-store, display-save-under, display-planes)
2944 (display-color-cells, display-visual-class): New functions.
2945
2946 * term/tty-colors.el (tty-color-gray-shades): New function.
2947
2948 * faces.el (display-color-p): Use framep-on-display.
2949 (display-grayscale-p): New function.
2950
2951 2000-01-31 Dave Love <fx@gnu.org>
2952
2953 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2954 (create-fontset-from-x-resource): Don't concat integers.
2955
2956 2000-01-31 Inge Frick <inge@nada.kth.se>
2957
2958 * view.el: Some changes in documentation. Removed some trailing
2959 whitespace. Changed some parameter names to agree with
2960 documentation.
2961 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2962 window is not deleted. Modifies change 1998-04-26.
2963
2964 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2965
2966 * windmove.el: New file.
2967
2968 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2969 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2970 progmodes/ebnf-yac.el: Update copyright and license info.
2971
2972 * jit-lock.el (jit-lock-function): Widen before calculating end
2973 position.
2974 (jit-lock-stealth-chunk-start): Rewritten.
2975
2976 * info.el (Info-title-face-alist): Removed.
2977 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2978 faces.
2979 (Info-fontify-node): Use these faces.
2980
2981 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2982
2983 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2984 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2985 `&allow-other-keywords'.
2986
2987 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2988 the list of directories scanned heuristically.
2989
2990 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2991 exist.
2992
2993 2000-01-30 Jason Rumney <jasonr@gnu.org>
2994
2995 * w32-fns.el: Define w32-tty-standard-colors.
2996
2997 * startup.el (command-line): Use w32-tty-standard-colors when in
2998 w32 console mode.
2999
3000 2000-01-30 Dave Love <fx@gnu.org>
3001
3002 * jka-compr.el (jka-compr-load): Fix up load-history.
3003
3004 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3005
3006 * emacs-lisp/cl-macs.el: Revert previous change.
3007
3008 2000-01-29 Dave Love <fx@gnu.org>
3009
3010 * facemenu.el: Purecopy various strings.
3011
3012 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3013 years. Deal with three-digit years.
3014
3015 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3016 defconst, purecopy.
3017 (help-back-label): Purecopy it.
3018
3019 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3020
3021 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3022 variable. If non-nil, order the buffer list according to the
3023 currently selected frame.
3024 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3025 non-nil, pass the selected frame to function buffer-list.
3026
3027 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3028
3029 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3030
3031 2000-01-28 Dave Love <fx@gnu.org>
3032
3033 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3034
3035 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3036 Don't use lisp-indent-hook property.
3037 (cl-abs): Remove.
3038
3039 * subr.el: Move out indent and edebug specs for when and unless.
3040
3041 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3042 when, unless.
3043
3044 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3045 unless, when.
3046
3047 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3048
3049 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3050 `collecting' as synonym for `collect'.
3051
3052 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3053 for the case it contains spaces.
3054
3055 * simple.el (what-cursor-position): Change formatting of
3056 messages.
3057
3058 * frame.el (delete-other-frames): New function.
3059 (toplevel): Bind it to C-x 5 1.
3060
3061 * sort.el (sort-numeric-base): New option.
3062 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3063 interpret it as octal or hexadecimal. Use sort-numeric-base
3064 as default base.
3065
3066 * progmodes/glasses.el: New file.
3067
3068 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3069
3070 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3071 userids differently.
3072
3073 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3074 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3075 progmodes/ebnf-yac.el: New files.
3076
3077 2000-01-26 Dave Love <fx@gnu.org>
3078
3079 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3080 on a function with an empty body. [From Eric Ludlam.]
3081
3082 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3083
3084 * vc.el (vc-version-diff): Make sure file name is expanded.
3085
3086 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3087
3088 * scroll-bar.el (scroll-bar-timer): Variable removed.
3089 (scroll-bar-toolkit-scroll): Don't use a timer.
3090
3091 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3092
3093 * language/thai-util.el (thai-composition-function): Delete
3094 superfluous `a'.
3095
3096 2000-01-24 Dave Love <fx@gnu.org>
3097
3098 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3099 end-of-defun-function.
3100
3101 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3102 &c.
3103
3104 2000-01-22 Jason Rumney <jasonr@gnu.org>
3105
3106 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3107 conflicts with new face support.
3108
3109 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3110
3111 * replace.el (query-replace): Rename last arg to DELIMITED.
3112 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3113 (query-replace-regexp): Likewise.
3114
3115 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3116
3117 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3118
3119 * emacs-lisp/lisp.el (beginning-of-defun-function):
3120 Variable renamed from beginning-of-defun.
3121 Do not call make-variable-buffer-local.
3122 (beginning-of-defun-raw): Use new variable name; doc fix.
3123 (beginning-of-defun): Doc fix.
3124 (end-of-defun-function): Variable renamed from end-of-defun.
3125 Do not call make-variable-buffer-local.
3126 (end-of-defun): Use new variable name; doc fix.
3127
3128 * subr.el (dolist, dotimes): Copied from cl-macs.el
3129 and made to work.
3130
3131 * mail/undigest.el (rmail-digest-end-regexps):
3132 Variable replaces rmail-digest-end-regexp.
3133 Allows multiple regexps for detecting the end line.
3134 (undigestify-rmail-message): Corresponding changes.
3135
3136 2000-01-19 Dave Love <fx@gnu.org>
3137
3138 * files.el (user-init-file): Don't declare here -- is primitive.
3139
3140 * startup.el (command-line): Check for compiled user-init-file and
3141 set to uncompiled version if necessary.
3142
3143 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3144
3145 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3146 (undigestify-rmail-message): Use it.
3147
3148 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3149
3150 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3151
3152 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3153 of mini-buffer.
3154
3155 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3156
3157 * emacs-lisp/copyright.el (copyright-update): Removed the
3158 requirement for a trailing space from `copyright-regexp', to
3159 support copyrights with owner specified on a separate line..
3160
3161 * align.el: New file.
3162
3163 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3164
3165 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3166
3167 2000-01-13 Dave Love <fx@gnu.org>
3168
3169 * ph.el: Removed. (Obsoleted by EUDC.)
3170
3171 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3172
3173 * net/eudc.el (toplevel): Remove autoloaded code installing
3174 menu with easymenu, because that causes build problems.
3175
3176 * frame.el (frame-notice-user-settings): New variable.
3177 (frame-notice-user-settings): Don't modify frame parameters
3178 if called a second time.
3179
3180 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3181
3182 * frame.el (frame-notice-user-settings):
3183 Notice default-frame-parameters even for non-window frames.
3184
3185 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3186
3187 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3188 for Emacs.
3189 (eudc-bob-can-display-inline-images): Extend for Emacs.
3190 (eudc-bob-toggle-inline-display): Ditto.
3191 (eudc-bob-display-jpeg): Ditto.
3192
3193 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3194
3195 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3196 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3197 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3198
3199 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3200 nil)'.
3201
3202 * subdirs.el: Add `net' directory.
3203
3204 * net: New directory.
3205
3206 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3207 eval-last-sexp. Don't bind debug-on-error here.
3208 (eval-last-sexp): New function. Bind debug-on-error if
3209 eval-expression-debug-on-error is non-nil.
3210 (eval-defun-2, eval-defun): Likewise.
3211
3212 * simple.el (eval-expression): Don't bind debug-on-error if
3213 eval-expression-debug-on-error is nil. Detect changed
3214 debug-on-error, and propagate new value to global binding, if
3215 eval-expression-debug-on-error is non-nil,
3216 (eval-expression-debug-on-error): Change doc string.
3217
3218 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3219
3220 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3221
3222 * emacs-lisp/lisp-mode.el (with-syntax-table):
3223 Set up lisp-indent-function property.
3224
3225 * subr.el (with-syntax-table): Moved from simple.el.
3226
3227 * simple.el (with-syntax-table): Moved to subr.el.
3228
3229 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3230
3231 * tmm.el (tmm-shortcut): Delete region after prompt instead
3232 of erasing buffer.
3233
3234 * textmodes/fill.el (fill-common-string-prefix): New function.
3235 (fill-context-prefix): Use the longest common prefix of first
3236 and second line fill prefix, if there is one.
3237
3238 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3239
3240 * array.el (array-mode): Don't use make-variable-buffer-local.
3241 Use make-local-variable for `truncate-lines'.
3242
3243 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3244
3245 * add-log.el (add-log-current-defun): Handle user-defined
3246 add-log-current-function returning nil,
3247
3248 * add-log.el (add-change-log-entry): Insert version number
3249 if having found a current function
3250
3251 * add-log.el (add-log-current-defun): Call
3252 `add-log-current-defun-function'. Try matches at level 0 and
3253 level 1. Strip whitespace from defun found.
3254
3255 2000-01-10 John Wiegley <johnw@gnu.org>
3256
3257 * allout.el (isearch-done/outline-provisions): Added `edit'
3258 argument to correspond with the current definition of
3259 `isearch-done'.
3260
3261 2000-01-10 Dave Love <fx@gnu.org>
3262
3263 * elide-head.el (elide-head): Use point-marker, not point.
3264
3265 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3266
3267 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3268 before and after the year 2000.
3269
3270 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3271 Add ispell- prefix.
3272
3273 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3274
3275 * ispell.el: Only define dictionaries in menus when they exist.
3276 (version18p): New variable.
3277 (version20p): New variable.
3278 (xemacsp): New variable.
3279 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3280 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3281 (ispell-dictionary-alist6): Russian command lines no longer accept
3282 run-together words.
3283 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3284 (ispell-dictionary-alist): Add koi8-r to customize definition.
3285 (check-ispell-version): Added documentation string. Returns
3286 library path when called non-interactively.
3287 (ispell-menu-map-needed): Uses new variables.
3288 (ispell-library-path): New variable.
3289 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3290 (ispell-word): Improved documentation string. Test for valid
3291 character mappings. Correctly check typed in word changes that can
3292 result in single words split into multiple words. Returns
3293 replacement word.
3294 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3295 replace in recursive query replace mode. Help message for
3296 recursive edit mode.
3297 (ispell-show-choices): Protect against bad framepop bindings.
3298 (ispell-help): Fix to work with XEmacs.
3299 (ispell-highlight-spelling-error): Use new variables.
3300 (ispell-overlay-window): Fix to work with XEmacs.
3301 (ispell-parse-output): Passed and returns location information
3302 tracking spelling corrections. Doesn't recheck same word on
3303 current line.
3304 (ispell-init-process): Protect against bogus XEmacs variable binding.
3305 Fix call to single argument in sleep-for. Use new variables.
3306 (ispell-region): Passed and returns location information tracking
3307 spelling corrections. Doesn't check same word on current line.
3308 Improved documentation string. Doesn't resend a line already
3309 checked to the ispell process - fixes bug in LaTeX parsing.
3310 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3311 (ispell-skip-region): No longer skips <TT> in SGML.
3312 (ispell-process-line): Tracks location information with spelling
3313 corrections. Added documentation string. Accounts for words
3314 already accepted on this line. Don't allow query-replace on line
3315 starting with math characters. Doesn't resend a line already sent
3316 to ispell process. Fixes alignment error bug.
3317
3318 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3319
3320 * dired-x.el (dired-guess-shell-alist-default):
3321 Suggest xloadimage, which is free, not xv, which isn't.
3322
3323 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3324 Don't ever include the host name or user name in the value.
3325
3326 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3327
3328 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3329 of a real newline.
3330
3331 2000-01-09 Stephen Eglen <stephen@gnu.org>
3332
3333 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3334 for .png files.
3335
3336 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3337
3338 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3339
3340 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3341
3342 * progmodes/cperl-mode.el: Replace ^F with ^L.
3343
3344 * sendmail.el (toplevel): Provide `sendmail' when compiling
3345 before `require'ing rmail and mailalias to prevent infinite
3346 recursion.
3347
3348 2000-01-08 Dave Love <fx@gnu.org>
3349
3350 * emacs-lisp/backquote.el: Remove inappropriate customization
3351 (allowing custom.el to use backquote).
3352
3353 2000-01-07 Dave Love <fx@gnu.org>
3354
3355 * add-log.el (add-log-debugging): Deleted.
3356 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3357 file. Remove debugging code.
3358 (change-log-get-method-definition, change-log-name): Add doc.
3359 (change-log-sortable-date-at): New function.
3360 (change-log-merge): New command.
3361
3362 * time.el (display-time-string-forms): Make the Mail string active.
3363 (display-time-update): Provide help-echo for load average.
3364
3365 * bindings.el (make-mode-line-mouse2-map): New function.
3366 (mode-line-modified): Use it and simplify.
3367 (mode-line-mule-info): Provide help-echo info.
3368 (minor-mode-alist): Activate the strings.
3369 (make-mode-line-mouse-sensitive): Simplify for
3370 mode-line-buffer-identification.
3371
3372 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3373
3374 * play/pong.el: New file.
3375
3376 2000-01-06 Dave Love <fx@gnu.org>
3377
3378 * array.el: Assorted cleanups for compiler warnings, doc strings,
3379 `array-' prefix for symbols.
3380
3381 2000-01-05 Dave Love <fx@gnu.org>
3382
3383 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3384 outline-headers-as-kill.
3385 (outline-mode): Define imenu-generic-expression.
3386 (outline-headers-as-kill): New command.
3387
3388 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3389 from paragraph-start.
3390 (paragraph-indent-minor-mode): New command.
3391
3392 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3393 M-C-e, M-C-h, C-j, C-xnd, TAB.
3394 (fortran-mode): Set beginning-of-defun, end-of-defun.
3395 (fortran-column-ruler): Simplify.
3396 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3397 (fortran-with-subprogram-narrowing): Likewise.
3398 (fortran-indent-subprogram): Call mark-defun.
3399 (fortran-check-for-matching-do): Change narrowing.
3400
3401 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3402 (cl-lucid-hash-tag): Delete.
3403 (cl-hash-table-p): Correct test for native table.
3404 (cl-hash-table-count): Use hash-table-count.
3405
3406 * browse-url.el (browse-url): Fix case of
3407 browse-url-browser-function being an alist.
3408
3409 2000-01-05 Carsten Dominik <cd@gnu.org>
3410
3411 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3412 (reftex-index-phrase-file-extension): New options.
3413
3414 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3415 Use new option `reftex-index-phrase-file-extension'.
3416
3417 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3418 `reftex-parse-file-extension'.
3419
3420 2000-01-05 Dave Love <fx@gnu.org>
3421
3422 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3423 (beginning-of-defun-raw): Use it.
3424 (end-of-defun): New variable.
3425 (end-of-defun): Use it.
3426 (check-parens): New command.
3427
3428 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3429
3430 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3431 (hs-show-block): Don't use `mapcar' when not accumulating.
3432
3433 Fix buglet in local variables initialization.
3434
3435 2000-01-05 Andreas Schwab <schwab@suse.de>
3436
3437 * hscroll.el (hscroll): Doc fix.
3438
3439 2000-01-05 Carsten Dominik <cd@gnu.org>
3440
3441 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3442 idlw-toolbar.
3443
3444 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3445 file idlw-rinfo.el.
3446 (idlwave-customize): load must read file idlw-shell.el.
3447 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3448
3449 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3450
3451 * progmodes/idlw-shell.el: Also provide idlwave-shell
3452 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3453 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3454
3455 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3456 both reftex-dcr and reftex-vcr.
3457
3458 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3459
3460 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3461
3462 * ps-print.el: PostScript code now is in separate files, doc fix.
3463 (ps-print-version): New version number (5.0.3).
3464 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3465 local.
3466 (ps-spool-config): Initialization fix.
3467 (ps-print-prologue-1, ps-print-prologue-2)
3468 (ps-print-duplex-feature): PostScript code moved to separated file.
3469 (ps-background-image): Little code reformating.
3470 (ps-begin-file, ps-begin-job): Fix code.
3471 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3472 (ps-prologue-file): New fun.
3473
3474 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3475
3476 * ps-vars.el: Eliminated.
3477
3478 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3479 `;;;###autoload'.
3480
3481 * ps-print.el: ps-vars eliminated, doc fix.
3482 (ps-print-version): New version number (5.0.2).
3483 (ps-spool-config): Initialization fix.
3484 (ps-print-customize): New fun.
3485
3486 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3487
3488 * autorevert.el (auto-revert-mode): Return value of
3489 auto-revert-mode.
3490
3491 2000-01-04 Dave Love <fx@gnu.org>
3492
3493 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3494 menu items.
3495
3496 2000-01-03 Dave Love <fx@gnu.org>
3497
3498 * elide-head.el (elide-head) [defgroup]: Add :version.
3499
3500 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3501 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3502 `cl-hash-table-p', not `hash-table-p'.
3503 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3504
3505 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3506
3507 * faces.el (face-read-integer, read-face-attribute)
3508 (color-defined-p, color-values): unspecified-{f,b}g are now
3509 strings.
3510
3511 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3512
3513 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3514 at comment end, and re-insert them after filling.
3515
3516 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3517
3518 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3519 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3520 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3521
3522 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3523
3524 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3525 the new name of face-color-supported-p.
3526
3527 * term/w32-win.el (xw-defined-colors): Likewise.
3528
3529 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3530
3531 * simple.el (completion-setup-function): Count completion-size
3532 from minibuffer-prompt-end, not from point-min.
3533
3534 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3535
3536 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3537 Pass the frame to tty-color-* functions.
3538 (display-color-p, frame-set-background-mode): Pass the frame to
3539 tty-display-color-p.
3540
3541 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3542 tty-color-alist.
3543 (tty-color-alist, tty-modify-color-alist): New functions.
3544 (tty-color-define, tty-color-clear, tty-color-approximate)
3545 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3546 an optional parameter FRAME.
3547
3548 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3549
3550 * image.el (create-image, defimage): Don't assume image data is a
3551 string.
3552
3553 * image.el (defimage): Handle specifications containing :data
3554 instead of :file.
3555 (image-type-from-data): New function.
3556 (image-type-from-file-header): Use it.
3557 (create-image): Add parameter DATA-P.
3558
3559 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3560
3561 * echistory.el (electric-command-history): Call Command-history-setup
3562 and command-history-mode using their new conventions.
3563
3564 * chistory.el (Command-history-setup): Don't switch buffers. Take
3565 no args, and do not set major-mode, mode-name or the local map.
3566 (command-history-mode): New function, does some of those things
3567 Command-history-setup used to do.
3568 (list-command-history): Call command-history-mode, not
3569 Command-history-setup.
3570 (command-history): Renamed from command-history-mode.
3571
3572 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3573
3574 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3575
3576 1999-12-31 William M. Perry <wmperry@aventail.com>
3577
3578 * image.el (defimage): Images with the `:data' keyword should be
3579 considered valid as well.
3580
3581 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3582
3583 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3584 with FILE if FILE is nil.
3585
3586 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3587
3588 * simple.el (choose-completion-string): In minibuffer,
3589 do not delete the prompt string.
3590
3591 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3592
3593 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3594 assigned to mode-line-mode-menu because bindings.el is dumped with
3595 Emacs, and thus the lists used for menu-item definition will be
3596 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3597 like pure menu item definitions.
3598
3599 * expand.el (expand-abbrev-hook): Return t if expansion was
3600 done, nil otherwise.
3601
3602 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3603
3604 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3605 (tar-quit): Function deleted.
3606
3607 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3608
3609 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3610 was used but not declared.
3611
3612 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3613 hs-find-block-beginning): Add or modify docstrings.
3614
3615 (hs-isearch-show): Rewrite.
3616
3617 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3618
3619 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3620
3621 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3622 space in front of a C-style comment end.
3623
3624 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3625
3626 * startup.el (command-line-1): Make mode line mouse-sensitive for
3627 the MS-DOS version as well.
3628
3629 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3630
3631 * bs.el: New file.
3632
3633 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3634
3635 * textmodes/ispell.el (ispell-process-line):
3636 Add local var line-offset to adjust for the change
3637 in positions within the line, due to previous replacements.
3638
3639 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3640
3641 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3642 Doc fixes.
3643
3644 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3645
3646 * add-log.el (change-log-version-number-regexp-list)
3647 (change-log-version-info-enabled): Change :version to 21.1.
3648 (toplevel): Require CL when compiling.
3649
3650 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3651
3652 * add-log.el (change-log-version-number-regexp-list): Added tag
3653 :version 20.6
3654 (change-log-version-info-enabled): Added tag :version 20.6
3655
3656 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3657
3658 * add-log.el: More general version number search with
3659 user-configurable regexp list.
3660 (change-log-version-number-regexp-list): New user variable.
3661 (change-log-find-version): Rewritten. Use user-configurable
3662 version numbering regexp list
3663 change-log-version-number-regexp-list.
3664 (change-log-find-version): Renamed to
3665 change-log-version-number-search
3666 (add-log-file-name-function): New.
3667 (change-log-search-vc-number): Added END paramaeter. Added doc
3668 string to function.
3669 (change-log-version-rcs): Renamed. Was
3670 change-log-search-vc-number.
3671
3672 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3673
3674 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3675 overlays if they interfere.
3676 (compilation-find-file): Make intangible overlays tangible.
3677
3678 * progmodes/hideshow.el: Generally, synch w/ maintainer
3679 version 5.9.
3680
3681 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3682
3683 (hs-minor-mode-hook): Don't initialize.
3684
3685 (hs-special-modes-alist): Rewrite value and docstring.
3686
3687 (hs-minor-mode-prefix): Delete unused var.
3688
3689 (hs-block-start-mdata-select): New var, buffer local.
3690
3691 (hs-headline): New var.
3692
3693 (hs-match-data, hs-forward-sexp): New funcs.
3694
3695 (hs-hide-comment-region): New func.
3696
3697 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3698 hs-safety-is-job-n, hs-hide-initial-comment-block,
3699 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3700 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3701 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3702 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3703 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3704
3705 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3706 (hs-isearch-show-temporary): New funcs.
3707
3708 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3709
3710 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3711
3712 When constructing menu, use `[(shift button2)]' notation.
3713
3714 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3715
3716 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3717 (jka-compr-compression-info-list): Add new elt to each vector.
3718 (jka-compr-write-region): Don't compress the data if it is
3719 already compressed.
3720
3721 * jka-compr.el (jka-compr-really-do-compress): New variable.
3722 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3723 if visiting.
3724 (jka-compr-write-region): Set jka-compr-really-do-compress
3725 if visiting. Test it when deciding to compress.
3726
3727 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3728
3729 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3730 with third argument t.
3731
3732 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3733
3734 * antlr-mode.el: Version 1.2 is released.
3735 (antlr): This package has a web page.
3736
3737 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3738
3739 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3740 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3741 (antlr-mode-map): New binding [C-c C-c].
3742 (antlr-mode-menu): New entries.
3743
3744 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3745
3746 * antlr-mode.el: Respect Emacs conventions.
3747 ((require 'cl)): Only use during compilation.
3748 (antlr-language-for-option): New function to avoid using `find'.
3749 (antlr-mode): Use it.
3750 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3751 (antlr-imenu-create-index-function): Change accordingly.
3752 (antlr-inside-rule-p): Ditto.
3753 (antlr-end-of-rule): Ditto.
3754 (antlr-end-of-body): Ditto.
3755 (antlr-beginning-of-rule): Ditto.
3756 (antlr-indent-line): Ditto.
3757
3758 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3759
3760 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3761 (antlr-set-tabs): Don't use hard-coded values.
3762
3763 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3764 won't be possible without a huge time penalty.
3765 (antlr-skip-exception-part): Be more specific.
3766 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3767 Renamed from `antlr-skip-grammar-header'.
3768 (antlr-next-rule): Change accordingly.
3769 (antlr-end-of-body): Ditto. Better error message.
3770 (antlr-beginning-of-body): Better error message.
3771 (antlr-imenu-create-index-function): Skip rule action prelude.
3772
3773 * antlr-mode.el: Minor syntax highlighting changes.
3774 (antlr-font-lock-default-face): Deletia.
3775 (antlr-font-lock-tokendef-face): Changed color.
3776 (antlr-font-lock-tokenref-face): Changed color.
3777 (antlr-font-lock-literal-face): Changed color.
3778 (antlr-font-lock-additional-keywords): Minor changes.
3779
3780 1999-12-20 Carsten Dominik <cd@gnu.org>
3781
3782 * progmodes/idlwave.el: New file.
3783
3784 * progmodes/idlwave-rinfo.el: New file.
3785
3786 * progmodes/idlwave-shell.el: New file.
3787
3788 * progmodes/idlwave-toolbar.el: New file.
3789
3790 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3791
3792 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3793
3794 * progmodes/cwarn.el: New file.
3795
3796 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3797
3798 * bindings.el (completion-ignored-extensions): Add .pdf.
3799
3800 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3801
3802 * version.el: Put the version info into binary on MS-DOS as well.
3803
3804 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3805
3806 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3807 debugger-may-continue is nil.
3808
3809 1999-12-18 Dave Love <fx@gnu.org>
3810
3811 * emacs-lisp/cl-macs.el: Remove conditional definition of
3812 eval-when-compile. Don't specify abs, expt, gethash,
3813 hash-table-count, hash-table-p as side-effect-free here.
3814 (cl-emacs-type): Don't declare.
3815 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3816 (cl-parse-loop-clause): Remove compatibility code.
3817
3818 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3819 (side-effect-free-fns): Add gethash, hash-table-count.
3820 (side-effect-and-error-free-fns): Add hash-table-p.
3821
3822 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3823 `cl-' to autoload names for some hash functions. Don't autoload
3824 eval-when-compile. Don't provide mini-cl.
3825 (cl-emacs-type): Remove.
3826 (cl-map-extents): Remove compatibility code.
3827
3828 * emacs-lisp/float.el: Bind free variables.
3829
3830 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3831
3832 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3833
3834 * bindings.el (completion-ignored-extensions): Add .tfm.
3835
3836 1999-12-16 Dave Love <fx@gnu.org>
3837
3838 * faces.el (set-face-attribute): Purecopy the attributes set.
3839
3840 * custom.el (custom-declare-variable): Purecopy value.
3841
3842 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3843 (byte-extrude-byte-code-vectors): Use remprop.
3844 (byte-compile-lambda): Check that arg is a lambda.
3845
3846 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3847
3848 * font-lock.el: System for adding and removing keywords.
3849 Both local (previously added keyword) and global keywords
3850 can be removed.
3851 (font-lock-remove-keywords): New user-level function.
3852 (font-lock-update-removed-keyword-alist): New internal function.
3853 (font-lock-removed-keywords-alist): New variable.
3854 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3855 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3856 growing datastructures.
3857 (font-lock-set-defaults): Removes keywords stored in
3858 `font-lock-removed-keywords-alist' after local keywords added.
3859
3860 1999-12-16 Anders Lindgren <andersl@andersl.com>
3861
3862 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3863 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3864
3865 * font-lock.el (c-keywords): Only highlight preprocessor
3866 directives when spelled correctly.
3867
3868 * font-lock.el (font-lock-match-c++-structor-declaration,
3869 c++-keywords): Fontify constructors and destructors with function
3870 face inside C++ class declarations.
3871
3872 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3873
3874 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3875 the shell from sh-shell-file.
3876
3877 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3878
3879 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3880
3881 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3882 if one of the files specified cannot be accessed by
3883 file-attributes. Do not strip any leading directories from the
3884 file names, to behave more like `ls' does.
3885
3886 * dired.el (dired-get-filename): Handle absolute file names.
3887 (dired-readin-insert): If argument is a cons, don't print
3888 "wildcard" on the ``total'' line.
3889
3890 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3891
3892 * faces.el (face-read-integer, read-face-attribute)
3893 (color-defined-p, color-values): Allow color values unspecified-fg
3894 and unspecified-bg, handle them as unspecified.
3895
3896 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3897
3898 * textmodes/reftex.el: (reftex-compile-variables): respect new
3899 structure of `reftex-index-macro'
3900 (reftex-compile-variables): Use the changed structure of
3901 `reftex-label-alist'.
3902
3903 * textmodes/reftex-vars.el (reftex-index-math-format,
3904 (reftex-toc-max-level): New option.
3905 reftex-index-phrases-search-whole-words,
3906 reftex-index-phrases-case-fold-search,
3907 reftex-index-phrases-skip-indexed-matches,
3908 reftex-index-phrases-wrap-long-lines,
3909 reftex-index-phrases-sort-prefers-entry,
3910 reftex-index-phrases-sort-in-blocks): New options.
3911 (reftex-index-macros): Option structure changed.
3912 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3913 (reftex-label-alist): Additional item in each entry to specify if
3914 the environment should be listed in the TOC.
3915 (eval-when-compile (require 'cl)) added.
3916
3917 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3918 longer deals with "repeat".
3919 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3920 now used.
3921 (reftex-index-phrases-comment-regexp,
3922 reftex-index-phrases-macrodef-regexp,
3923 reftex-index-phrases-phrase-regexp1,
3924 reftex-index-phrases-phrase-regexp2,
3925 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3926 New constants.
3927 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3928 reftex-index-phrases-font-lock-keywords,
3929 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3930 reftex-index-phrases-restrict-file): New variables.
3931 (reftex-index-phrase-selection-or-word,
3932 reftex-index-visit-phrases-buffer,
3933 reftex-index-initialize-phrases-buffer,
3934 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3935 reftex-index-next-phrase, reftex-index-this-phrase,
3936 reftex-index-all-phrases, reftex-index-region-phrases,
3937 reftex-index-phrases-parse-header,
3938 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3939 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3940 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3941 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3942 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3943 reftex-index-make-replace-string,
3944 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3945 reftex-index-phrase-match-is-indexed,
3946 reftex-index-phrases-fixup-line,
3947 reftex-index-phrases-replace-space,
3948 reftex-index-select-phrases-macro): New functions.
3949 (reftex-index-globalize, reftex-index-globally): functions removed
3950 (eval-when-compile (require 'cl)) added.
3951
3952 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3953 for max level.
3954 (reftex-toc-max-level-indicator): New variable.
3955 (reftex-toc-max-level): New command.
3956 (reftex-toc-map): New keybinding `t'.
3957 (reftex-toc-help): Constant updated.
3958 (eval-when-compile (require 'cl)) added.
3959
3960 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3961 `t' command key can change `reftex-toc-max-level'
3962 (eval-when-compile (require 'cl)) added.
3963
3964 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3965 `reftex-toc-max-level'
3966 (eval-when-compile (require 'cl)) added.
3967
3968 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3969 added.
3970
3971 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3972 added.
3973
3974 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3975 commands.
3976 (reftex-citation, reftex-do-citation,
3977 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3978 preselect a citation format.
3979 (eval-when-compile (require 'cl)) added.
3980
3981 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3982 parameter to-end
3983 (reftex-section-info): Deal with environment matches.
3984 (eval-when-compile (require 'cl)) added.
3985
3986 * reftex-global.el (eval-when-compile (require 'cl)) added.
3987
3988 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3989
3990 The following changes are for the new composition mechanism. We
3991 have deleted `composition' charset and composite characters,
3992 instead introduced a special text property `composition'.
3993
3994 * composite.el: New file.
3995
3996 * ps-mule.el: Define encode-composition-rule and find-composition
3997 for Emacs 20.4 and the earlier versions.
3998 (ps-mule-init-external-library): Just require a feature for
3999 external libraries.
4000 (ps-mule-prologue): Postscript code modified for new composition.
4001 (ps-mule-find-wrappoint): New arg COMPOSITION.
4002 (ps-mule-plot-string): Delete code for composite characaters.
4003 (ps-mule-plot-composition): New funcion.
4004 (ps-mule-prepare-font-for-components): New function.
4005 (ps-mule-plot-components): New function.
4006 (ps-mule-composition-prologue-generated): Renamed from
4007 ps-mule-cmpchar-prologue-generated.
4008 (ps-mule-composition-prologue): New named from
4009 ps-mule-cmpchar-prologue. Modified for new composition.
4010 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4011 ps-mule-prepare-cmpchar-font): Deleted.
4012 (ps-mule-string-encoding): New arg NO-SETFONT.
4013 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4014 check Composing, not Cmpchar
4015 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4016 to nil.
4017 (ps-mule-begin-job): Check existence of new composition.
4018
4019 * ps-print.el (ps-plot-region): Handle new composition.
4020
4021 * simple.el (what-cursor-position): Show "(composed)" if the
4022 character is composed.
4023
4024 * international/characters.el: Fix cateogries of Lao symbols.
4025
4026 * international/fontset.el (vertical-centering-font-regexp): New
4027 variable.
4028
4029 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4030 (mule-version-date): Updated to 1999.12.7.
4031 (with-category-table): New macro.
4032
4033 * international/mule-cmds.el (encode-coding-char): Don't check
4034 composite character.
4035
4036 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4037 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4038 x-ctext): Give `composition' property t.
4039
4040 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4041 non-nil) at the tail of ALIST.
4042 (compose-region, decompose-region, decompse-string,
4043 reference-point-alist, compose-chars): Moved to composite.el.
4044 (compose-chars-component, compose-chars-rule,
4045 decompose-composite-char): Deleted.
4046
4047 * international/quail.el (quail-install-map): New optional arg
4048 NAME.
4049 (quail-get-translation): If DEF is a symbol but not a function,
4050 ignore it.
4051 (quail-start-translation): Put a key sequence undefined in the
4052 translation keymap in unread-command-events, not generated-events.
4053 Return parameterized event (compose-last-chars N) if the input
4054 characters should be composed.
4055 (quail-map-definition): If DEF is t, treat it as nil.
4056 (quail-delete-last-char): Delete the quail region.
4057 (quail-show-translations): Don't show list of translations if the
4058 quail package is deterministic.
4059 (quail-completion-max-depth): New variable.
4060 (quail-completion-1): Pay attention to the above variable. Fix
4061 for the case that a translation is a function.
4062 (quail-map-from-table, quail-map-from-table-1,
4063 quail-map-from-table-2): New functions.
4064 (quail-lookup-map-and-concat): New function
4065
4066 * language/devan-util.el: Mostly rewritten.
4067
4068 * language/lao.el: Register lao-composition-function in
4069 composition-function-table.
4070
4071 * language/lao-util.el: Mostly rewritten.
4072
4073 * language/thai.el: Register thai-composition-function in
4074 composition-function-table.
4075 (thai-tis620): Delete `pre-write-conversion' property.
4076
4077 * language/thai-util.el: (thai-category-table): Make it by
4078 make-category-table.
4079 (thai-composition-pattern): New variable.
4080 (thai-compose-region, thai-compose-string): Use
4081 with-category-table.
4082 (thai-post-read-conversion): Just call thai-compose-region.
4083 (thai-pre-write-conversion): Deleted.
4084 (thai-composition-function): New funciton.
4085
4086 * language/tibet-util.el: Most functions rewritten.
4087 (tibetan-char-p): Renamed from tibetan-char-examin.
4088 (tibetan-composable-examin) (tibetan-complete-char-examin)
4089 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4090 (tibetan-add-components): New function.
4091 (tibetan-composition-function): New function.
4092
4093 * language/tibetan.el: Register tibetan-composition-function in
4094 composition-function-table.
4095 (tibetan-composable-pattern): New variable.
4096 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4097 (tibetan-precomposition-rule-alist): Move punctuations to
4098 tibetan-punctuation-transcription-alist and
4099 tibetan-obsolete-glyphs.
4100 (tibetan-punctuation-transcription-alist): New variable.
4101 (tibetan-obsolete-glyphs): New variable.
4102 (tibetan-regexp): Improve the initialization code.
4103
4104 * textmodes/fill.el (fill-find-break-point): Delete codes for
4105 composite characters.
4106 (fill-region-as-paragraph): Likewise.
4107
4108 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4109
4110 * international/mule-cmds.el (default-input-method): Specify
4111 that it should be set after current-language-environment.
4112
4113 * custom.el (custom-handle-keyword): Add :set-after.
4114 (custom-add-dependencies): New function.
4115 (custom-set-variables): Take dependencies between args into
4116 account.
4117
4118 * battery.el (battery): Doc fix.
4119
4120 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4121
4122 * progmodes/cc-make.el: Removed.
4123
4124 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4125
4126 * Release of cc-mode 5.26
4127
4128 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4129
4130 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4131 target depth. Optionally count #else lines as clause limits,
4132 as suggested by don provan <provan@lucent.com>. #elif
4133 handling fixed.
4134
4135 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4136 (c-down-conditional-with-else): New commands that uses the
4137 added functionality in `c-forward-conditional'.
4138
4139 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4140
4141 * cc-align.el (c-lineup-comment): Preserve the alignment with
4142 a comment on the previous line instead of preserving the
4143 comment-column.
4144
4145 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4146
4147 * Fixes to IDL mode after input from Eric Eide
4148 <eeide@cs.utah.edu>:
4149 * cc-engine.el (c-beginning-of-statement-1): Allow
4150 `c-conditional-key' to be nil, for the benefit of IDL mode.
4151 * cc-engine.el (c-guess-basic-syntax): Ditto.
4152 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4153 but do match CORBA 2.3 `valuetype'.
4154 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4155 for IDL.
4156 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4157 be nil for IDL.
4158 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4159 Like C++.
4160 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4161 set `c-method-key' and `c-baseclass-key' to nil.
4162
4163 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4164
4165 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4166 with nonhanging open braces.
4167
4168 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4169
4170 * cc-align.el: Added docstrings to all lineup functions.
4171
4172 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4173 keyword.
4174
4175 * cc-align.el (c-lineup-C-comments): Handle free form text
4176 comments. Use c-comment-prefix-regexp and comment-start-skip
4177 instead of hardcoded regexps.
4178
4179 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4180
4181 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4182 behavior and return value as documented.
4183
4184 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4185
4186 * Changes for new style variable init system:
4187 * cc-langs.el (c-common-init): Dito.
4188 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4189 now customizable.
4190 * cc-vars.el: Style variables may now take a value
4191 'set-from-style to make them take their value from the style
4192 system. This value is now the default on all these variables.
4193 * cc-vars.el (c-valid-offset): New function to verify a
4194 syntactic symbol offset setting.
4195 * cc-vars.el (c-offsets-alist): Variable moved from
4196 cc-styles.el since it's now customizable in a similar way to
4197 the other style variables.
4198 * cc-vars.el (c-old-style-variable-behavior): New variable to
4199 revert to the old style init behavior.
4200
4201 * cc-vars.el (c-file-style, c-file-offsets): Made always
4202 buffer local.
4203
4204 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4205 the throws clause that might follow the function prototype in
4206 C++.
4207
4208 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4209
4210 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4211 could move forward for macros that doesn't start in column 0.
4212
4213 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4214
4215 * cc-align.el (c-indent-multi-line-block,
4216 c-lineup-whitesmith-in-block): Two new lineup functions for
4217 use in whitesmith style.
4218
4219 * cc-styles.el (c-style-alist): More fixes to whitesmith
4220 style. It should now handle all different braces uniformly in
4221 both hanging and non-hanging cases.
4222
4223 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4224
4225 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4226 make it stay in the same position relative to the surrounding
4227 text.
4228
4229 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4230 when adaptive-fill-mode doesn't manage to get it correct.
4231
4232 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4233 with dotted notation, e.g. foo.bar.Gnu.
4234
4235 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4236 within unwind-protect (previously only some were wrapped so it
4237 would be possible to register mode initialization when full
4238 initialization did not finish).
4239
4240 * cc-styles.el (c-style-alist): Corrected the brace placement
4241 in the whitesmith style. Thanks to Sean Luke
4242 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4243 styles with consistent brace placement for all constructs.
4244
4245 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4246
4247 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4248 when point is in the middle of them.
4249
4250 * cc-cmds.el: Line breaking and paragraph filling code
4251 rewritten:
4252 (c-guess-fill-prefix): New function that uses various
4253 heuristics to guess the comment prefix.
4254 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4255 It now assumes adaptive filling is active to preserve the line
4256 prefix inside comments.
4257 (c-indent-new-comment-line): Replacement for the now
4258 obsolete `c-comment-line-break-function' that uses
4259 `c-guess-fill-prefix' when appropriate. It now observes the
4260 setting of `comment-multi-line', which has effect in C-style
4261 block comments.
4262
4263 * cc-cmds.el (c-context-line-break): New function intended to
4264 be put on RET. It's essentially `newline-and-indent', but
4265 continues C block comments with the appropriate line prefix.
4266
4267 * cc-cmds.el (c-do-auto-fill): New function put on
4268 `normal-auto-fill-function' to implement the
4269 `c-ignore-auto-fill' variable.
4270
4271 * cc-cmds.el (c-beginning-of-statement): Use
4272 `c-comment-prefix-regexp' to avoid ending up inside the
4273 comment prefix. Better handling of comment starters and
4274 enders. Catch comments better when traversing code. Stop at
4275 preprocessor directives.
4276
4277 * cc-defs.el (c-forward-comment): New subst to hide platform
4278 dependent quirks in `forward-comment'.
4279
4280 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4281 argument.
4282 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4283 arguments. Activate this function by default when
4284 `parse-partial-sexp' supports it (currently Emacs 20.x).
4285
4286 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4287 on the comment opener to make constants usable as lineup
4288 arguments.
4289
4290 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4291 changed anchor position in the `c' syntactic symbol. Handle
4292 more than stars in the comment prefix; use the new variable
4293 `c-comment-prefix-regexp'. Don't indent text not preceded by
4294 a comment prefix to the right of the comment opener if it's
4295 long.
4296
4297 * cc-langs.el: Fixes to mode initialization for new line
4298 breaking and paragraph filling method. Adaptive fill mode is
4299 now activated at startup instead of deactivated. The
4300 variables used for adaptive filling and paragraph movement are
4301 also changed to incorporate the value of
4302 `c-comment-prefix-regexp'. `substitute-key-definition' is
4303 used to override some functions in the global map instead of
4304 overriding their default bindings.
4305
4306 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4307 javadoc markup at mode init.
4308
4309 * cc-mode.el (c-setup-filladapt): A new convenience function
4310 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4311 function is intended to be used explicitly by the end user
4312 only.
4313
4314 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4315 recognize the comment fill prefix inside comments.
4316 (c-block-comment-prefix): New name for
4317 `c-comment-contiuation-stars', which is now obsolete. It's
4318 generalized to handle any character sequence.
4319 (c-ignore-auto-fill): New variable used to selectively disable
4320 Auto Fill mode in specific contexts.
4321
4322 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4323
4324 * cc-cmds.el (c-comment-indent): Leave at least one space
4325 between the comment and the last nonblank character in the
4326 case where we look at the indentation of the comment on the
4327 previous line (case 4).
4328
4329 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4330 list of characters that may start a statement (it's a sort of
4331 prefix operator in Pike, and isn't used at all in any of the
4332 other languages).
4333
4334 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4335
4336 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4337 inside continued statements as statement-cont instead of
4338 brace-list-open. The reason is that one normally adjusts
4339 brace-list-open for brace lists as top-level constructs, and
4340 brace lists inside statements is a completely different
4341 context. Case 10B.2 changed. Also changed (the somewhat
4342 esoteric) case 9A to cope with this.
4343
4344 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4345
4346 * cc-cmds.el (c-electric-brace): Added electric handling of
4347 the open brace for brace-elseif-brace.
4348
4349 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4350
4351 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4352 syntax tables temporarily.
4353
4354 * cc-engine.el (c-guess-basic-syntax): Handle template and
4355 member init argument lists split over several lines. Case 5D
4356 changed.
4357
4358 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4359 @throws introduced in Javadoc 1.2.
4360
4361 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4362 patch from RMS to avoid infinite backtracking.
4363
4364 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4365
4366 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4367 by [ ].
4368
4369 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4370
4371 * cc-align.el (c-lineup-dont-change): Compensate properly for
4372 the column in langelem.
4373
4374 * cc-engine.el (c-syntactic-information-on-region): New
4375 function to help debugging the syntactic analysis.
4376
4377 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4378
4379 * cc-align.el (c-lineup-template-args): Handle nested template
4380 arglists.
4381
4382 * cc-langs.el (c++-template-syntax-table): New syntax table
4383 that makes `<' and `>' parenthesis characters, which is useful
4384 to switch to temporarily when analyzing template arglists.
4385
4386 * cc-styles.el: Changed default alignment of labels in the
4387 java style to conform to the examples in the Java Language
4388 Specification.
4389
4390 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4391 by default.
4392
4393 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4394
4395 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4396 immediately before the closing paren in an arglist, so don't
4397 check that in Pike mode. Case 7A changed.
4398
4399 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4400
4401 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4402 lines were ignored under certain conditions.
4403
4404 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4405
4406 * cc-align.el (c-lineup-template-args): New function for
4407 aligning continued template argument lists.
4408
4409 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4410 lists containing function arglists split over several lines.
4411 Case 5D.1 changed.
4412
4413 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4414 template-args-cont didn't get recognized when the first
4415 arglist opener line doesn't contain a template argument. New
4416 case 5K.
4417
4418 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4419
4420 * cc-defs.el (c-point): Changed from subst to macro for
4421 efficiency.
4422 (c-beginning-of-defun-1, c-end-of-defun-1): New
4423 beginning-of-defun/end-of-defun wrappers separated from
4424 c-point.
4425
4426 * cc-menus.el (imenu-generic-expression,
4427 imenu-case-fold-search, imenu-progress-message): Dummy
4428 definitions to avoid compiler warnings if imenu can't be
4429 loaded.
4430 * cc-menus.el (cc-imenu-init): New function called at mode
4431 init.
4432 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4433 imenu initializations to cc-imenu-init.
4434
4435 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4436
4437 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4438 for lambda-intro-cont in Pike mode. Case 6 changed.
4439
4440 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4441 anything following "new Foo()" was considered an anonymous
4442 class body in Java mode.
4443
4444 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4445
4446 * cc-cmds.el (c-comment-line-break-function): When breaking in
4447 a string, don't insert a new line.
4448
4449 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4450
4451 * cc-engine.el (c-at-toplevel-p): New interface function which
4452 returns information useful to add-on authors. It tells you
4453 whether you're at a toplevel statement or not.
4454
4455 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4456
4457 * cc-cmds.el (c-comment-line-break-function): It is possible
4458 that forward-line does not land us at the bol, say if we're on
4459 the last line in a file. In that case, do a
4460 back-to-indentation instead of a forward-comment -1.
4461
4462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4463
4464 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4465 "default:" as normal label in case 4.
4466
4467 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4468
4469 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4470 recognize continued bitfield declarations. Case 5D.1 changed.
4471 * cc-langs.el: New variable c-bitfield-key.
4472 * cc-mode.el: New variable c-bitfield-key.
4473
4474 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4475
4476 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4477 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4478 ..}").
4479
4480 1999-12-12 Dave Love <fx@gnu.org>
4481
4482 * mail/footnote.el: Require cl when compiling. Don't autoload
4483 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4484 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4485 Avoid `acons'.
4486 (footnote-mode-line-string, Footnote-add-footnote): Remove
4487 autoload cookie.
4488
4489 1999-12-12 Richard Sharman <rsharman@pobox.com>
4490
4491 * sh-script.el: Fix for when font-lock mode is active.
4492 (sh-font-lock-unfontify-region-function): New function.
4493
4494 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4495
4496 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4497 if start-process is not bound, since Ispell now supports such
4498 platforms as well.
4499
4500 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4501
4502 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4503 rmail-summary-goto-msg.
4504
4505 * files.el (after-find-file): Fix previous change.
4506
4507 1999-12-11 Dave Love <fx@gnu.org>
4508
4509 * help.el (where-is): Use `commandp' as predicate for
4510 `completing-read'
4511
4512 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4513
4514 * cus-edit.el (custom-save-delete): Delete all occurrences,
4515 leave point where the first occurrence was.
4516 (custom-save-faces): Insert a newline at the end of the comment.
4517 Avoid a double newline there.
4518 If final closeparen is at bol, put a space before it.
4519 (custom-save-variables): Likewise.
4520 (custom-file): Doc fix.
4521
4522 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4523
4524 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4525 regexp matching image and audio files.
4526
4527 1999-12-09 Dave Love <fx@gnu.org>
4528
4529 * mail/footnote.el: New file.
4530
4531 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4532
4533 * files.el (after-find-file): Use auto-save-visited-file-name if
4534 set.
4535
4536 * mail/feedmail.el (feedmail-find-eoh): Take
4537 feedmail-queue-alternative-mail-header-separator into account.
4538
4539 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * smerge-mode.el: New file.
4542
4543 * font-lock.el (font-lock-multiline): New variable.
4544 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4545 (font-lock-remove-keywords): Added a dummy `mode' argument for
4546 potential future support.
4547 (font-lock-fontify-anchored-keywords,
4548 (font-lock-fontify-keywords-region): Only handle multiline strings
4549 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4550
4551 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4552
4553 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4554
4555 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4556
4557 1999-12-07 Dave Love <fx@gnu.org>
4558
4559 * help.el (view-emacs-problems): New command, bound to C-h P.
4560
4561 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4562
4563 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4564
4565 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4566 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4567 New code to support the minor mode version.
4568 (diff-recenter): New function.
4569 (diff-next-hunk, diff-next-file): Use it.
4570 (diff-remembered-files-alist): New var.
4571 (diff-merge-strings): New function.
4572 (diff-find-file-name): Make it smarter and use the user's input more.
4573 (diff-mode): Cosmetic changes.
4574
4575 * files.el (save-some-buffers): Turn EXITING into the more general
4576 PRED argument to allow specifying a subset of buffers.
4577
4578 * simple.el (kill-region): Use the new `delete-and-extract-region'
4579 rather than the undo log (which is incorrect with *-change-functions).
4580
4581 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4582 off-by-one problem that could force re-fontifying the whole buffer.
4583 (font-lock-remove-keywords): New function.
4584 (font-lock-add-keywords): Use the new function to ensure idempotence.
4585
4586 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4587
4588 * viper-cmd.el (viper-minibuffer-standard-hook,
4589 viper-minibuffer-real-start): Mew functions.
4590 (viper-read-string-with-history,viper-file-add-suffix,
4591 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4592 change in the status of the minibuffer prompt.
4593
4594 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4595
4596 * comint.el (comint-redirect-results-list)
4597 (comint-redirect-results-list-from-process): Remove interactive
4598 spec.
4599
4600 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4601
4602 * info.el (info-node, info-menu-5, info-xref): Define colors for
4603 Info faces if the display supports them.
4604
4605 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4606
4607 Changes for automatic remapping of X colors on terminal frames:
4608
4609 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4610 term-setup-hook. Call msdos-remember-default-colors and
4611 msdos-handle-reverse-video.
4612 (msdos-face-setup): Parts of code moved to
4613 msdos-setup-initial-frame.
4614 (msdos-handle-reverse-video): New function, modeled after
4615 x-handle-reverse-video.
4616 (make-msdos-frame): Don't use initial-frame-alist and
4617 default-frame-alist. Call msdos-handle-reverse-video.
4618 (msdos-color-aliases): Remove.
4619 (msdos-color-translate, msdos-approximate-color): Remove.
4620 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4621 for better approximation of X colors.
4622 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4623 up tty-color-alist (it is now on startup.el).
4624 (x-display-color-p, x-color-defined-p, x-color-values,
4625 x-defined-colors, face-color-supported-p, face-color-gray-p):
4626 Remove.
4627
4628 * facemenu.el (facemenu-read-color, list-colors-display): Use
4629 defined-colors for all frame types.
4630 (facemenu-color-equal): Use color-values for all frame types.
4631
4632 * faces.el (read-face-attribute): For :foreground and :background
4633 attributes and frames on character terminals, translate the color
4634 to the closest supported one before looking it up in the list of
4635 valid values.
4636 (face-valid-attribute-values): Call defined-colors for all types
4637 of frames.
4638 (defined-colors, color-defined-p, color-values, display-color-p):
4639 New finctions.
4640 (x-defined-colors, x-color-defined-p, x-color-values,
4641 x-display-color-p): Aliases for the above.
4642
4643 * startup.el (command-line): Register terminal colors for frame
4644 types other than x and w32, but only if the terminal supports
4645 colors. Call tty-color-define instead of face-register-tty-color.
4646
4647 * term/x-win.el (xw-defined-colors): Renamed from
4648 x-defined-colors.
4649 * term/w32-win.el (xw-defined-colors): Likewise.
4650
4651 * term/tty-colors.el: New file.
4652 * loadup.el: Load term/tty-colors.
4653
4654 1999-12-06 Dave Love <fx@gnu.org>
4655
4656 * ffap.el: Autoload the ffap alias directly.
4657
4658 1999-12-06 Inge Frick <inge@nada.kth.se>
4659
4660 * dired-aux.el (dired-do-shell-command): Changed documentation.
4661 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4662 meaning as `*'.
4663
4664 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4665
4666 * simple.el (insert-buffer): Doc fix.
4667
4668 * apropos.el (apropos-mode): Add autoload cookie.
4669
4670 1999-12-06 Sam Steingold <sds@goems.com>
4671
4672 * progmodes/etags.el (etags-tags-completion-table): Modified the
4673 regexp to allow for the CL symbols starting with `+*'.
4674 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4675 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4676 `function' quoting lambda.
4677 (tags-with-face): New macro.
4678 (list-tags, tags-apropos): Use it.
4679 (tags-apropos-additional-actions): New user option.
4680 (etags-tags-apropos-additional): Use it.
4681 (tags-apropos): Call etags-tags-apropos-additional.
4682 (tags-apropos-verbose): New user option.
4683 (etags-tags-apropos): Use it.
4684 (visit-tags-table-buffer, next-file): Use `unless'.
4685 (recognize-empty-tags-table): Renamed to
4686 tags-recognize-empty-tags-table.
4687 (complete-tag): Call tags-complete-tag bypassing try-completion.
4688
4689 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4690
4691 * international/mule.el (set-buffer-file-coding-system): Docstring
4692 modified.
4693
4694 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4695
4696 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4697 using the hideshow package.
4698 (hs-special-modes-alist): Added entry for bibtex to allow the use
4699 of the hideshow package.
4700 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4701 not longer provided by bibtex.el directly. Instead the hideshow
4702 package should be used.
4703 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4704 references to bibtex-hide-entry-bodies.
4705
4706 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4707
4708 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4709 maintainer information closer to the beginning of the bibtex.el
4710 file.
4711 (bibtex-maintainer-salutation): New constant.
4712 (bibtex-version): New constant.
4713 (bibtex-submit-bug-report): Use bibtex-version and
4714 bibtex-maintainer-salutation.
4715 (bibtex-entry-field-alist): Made booktitle field optional for
4716 @inproceedings entries when crossreferenced.
4717 (bibtex-entry-field-alist): Added booktitle field to proceedings
4718 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4719 for the suggestion.
4720 (bibtex-string-file-path): Fixed typo.
4721
4722 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4723
4724 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4725 for reftex.el.
4726 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4727 to menu.
4728
4729 1999-12-04 Dave Love <fx@gnu.org>
4730
4731 * delsel.el: Revert previous change -- region is significant to
4732 skeleton.
4733
4734 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4735
4736 * viper-cmd.el (viper-change-state): Use
4737 viper-ESC-moves-cursor-back to decide whether to move the cursor
4738 back.
4739
4740 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4741
4742 * international/mule-util.el (truncate-string-to-width): Docsting
4743 fixed.
4744
4745 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4746
4747 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4748 use of `cond'.
4749 (lm-with-file): Move all the find-file...kill-buffer stuff into
4750 this macro. Make it use `find-file-noselect' and make it kill
4751 the buffer only if it wasn't already displayed somewhere.
4752 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4753 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4754 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4755 (lm-commentary): Fix to handle the case when the change log is
4756 at the end of the file.
4757
4758 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4759
4760 * international/mule.el (charsetp): Fix typo in docstring.
4761
4762 * international/mule-diag.el (list-coding-categories): Fix typo;
4763 automatic -> autoload.
4764
4765 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4766
4767 * vc.el (vc-update-change-log): Look for rcs2log under
4768 exec-directory.
4769
4770 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4771 outline-regexp, add outline-level.
4772 (lisp-outline-level): New.
4773
4774 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4775 remove extraneous string-match.
4776
4777 * finder.el (finder-commentary): Activate Finder mode.
4778
4779 1999-12-01 Anders Lindgren <andersl@andersl.com>
4780
4781 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4782 off when reverting buffers that contained mode specifiers.
4783 `revert-buffer' is now called with non-nil PRESERVE-MODES
4784 argument.
4785
4786 1999-12-01 Dave Love <fx@gnu.org>
4787
4788 * delsel.el: Grok skeleton-pair-insert-maybe.
4789
4790 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4791
4792 * progmodes/cperl-mode.el (cperl-under-as-char):
4793 Use nil as default.
4794
4795 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4796
4797 * speedbar.el (toplevel): Remove compatibility code for Emacs
4798 versions without custom.el.
4799
4800 1999-11-30 Dave Love <fx@gnu.org>
4801
4802 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4803
4804 * autoinsert.el: Minor doc fixes.
4805 (auto-insert): Return nil.
4806
4807 * faces.el (set-face-documentation): Purecopy STRING.
4808
4809 1999-11-29 Dave Love <fx@gnu.org>
4810
4811 * derived.el: Doc fixes, remove old backquote syntax.
4812
4813 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4814 comment warning about editing.
4815
4816 * help.el (help-mode-hook): Define.
4817
4818 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4819
4820 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4821 invalid translation of old-style backquote syntax to new syntax.
4822
4823 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4824
4825 * Makefile (DONTCOMPILE): Add term/internal.el.
4826
4827 1999-11-26 Dave Love <fx@gnu.org>
4828
4829 * comint.el: Fix last change.
4830
4831 * emacs-lisp/advice.el: Fix last change.
4832
4833 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4834
4835 * cus-edit.el (Custom-reset-standard): Doc fix.
4836 (custom-variable-reset-standard): Doc fix.
4837 (custom-face-reset-standard): Doc fix.
4838 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4839 (custom-variable-menu): Likewise.
4840 (custom-reset-menu): Likewise.
4841 (custom-buffer-create-internal): Likewise.
4842
4843 1999-11-26 Dave Love <fx@gnu.org>
4844
4845 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4846
4847 * font-lock.el: Doc fixes.
4848
4849 * menu-bar.el (menu-bar-mode): Customize.
4850
4851 * cus-start.el: Add use-dialog-box.
4852
4853 * add-log.el (change-log-mode-hook): Customize.
4854 (add-log-current-defun): Use
4855 fortran-{beginning,end}-of-subprogram.
4856
4857 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4858
4859 * emacs-lisp/advice.el: Many doc fixes.
4860
4861 * comint.el (comint-preoutput-filter-functions): Doc fix.
4862
4863 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4864
4865 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4866 Improve messages for capitalization of arg names,
4867 for flag variables, for t and nil, for imperatives.
4868 Call them imperatives rather than infinitives sans "to".
4869 (checkdoc-common-verbs-wrong-voice): Add "moves".
4870 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4871
4872 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4873 Don't convert comments from 3-semicolon to 2-semicolon.
4874 That is a matter of style.
4875 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4876 (checkdoc-comments): Don't bind that variable.
4877
4878 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4879
4880 * files.el (write-file-hooks): Doc fix.
4881
4882 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4883
4884 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4885
4886 1999-11-25 Dave Love <fx@gnu.org>
4887
4888 * hippie-exp.el: Require comint when compiling.
4889 (hippie-expand): Add :links.
4890 (hippie-expand-try-functions-list): Customize.
4891
4892 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4893
4894 * viper*el: Replaced old-style backquotes.
4895
4896 * ediff*el: Replaced old-style backquotes.
4897
4898 * ediff-merge
4899 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4900 Changed to support the new format for ediff-combination-pattern.
4901
4902 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4903 Changed to support the new format for ediff-combination-pattern.
4904
4905 1999-11-24 Dave Love <fx@gnu.org>
4906
4907 * custom.el (custom-declare-group): Purecopy DOC.
4908 (custom-handle-keyword): Purecopy VALUE.
4909 (custom-add-link): Purecopy WIDGET.
4910 (custom-add-version): Purecopy VERSION.
4911 (custom-add-load): Purecopy LOAD.
4912
4913 * cus-face.el (custom-declare-face): Purecopy DOC.
4914
4915 * info.el:
4916 (Info-build-node-completions, Info-search, Info-follow-reference)
4917 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4918 (Info-find-emacs-command-nodes): Avoid properties on matched text
4919 which may appear in minibuffer.
4920
4921 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4922
4923 * locate.el (locate-with-filter): Doc fix.
4924
4925 1999-11-24 Alex Schroeder <alex@gnu.org>
4926
4927 * sql.el (sql-find-sqli-buffer): New function.
4928 (sql-set-sqli-buffer-generally): New function.
4929 (sql-set-sqli-buffer): Better checking of new-buffer.
4930 (sql-copy-column): Add comma after INTO clause, too.
4931
4932 1999-11-24 Alex Schroeder <alex@gnu.org>
4933
4934 * sql.el (sql-imenu-generic-expression): New, used to set
4935 imenu-generic-expression.
4936
4937 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4938 setting font-lock-defaults' SYNTAX-ALIST. Set
4939 imenu-generic-expression, imenu-case-fold-search, and
4940 imenu-syntax-alist.
4941
4942 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4943 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4944
4945 1999-11-23 Andrew Innes <andrewi@gnu.org>
4946
4947 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4948 drop coords aren't over a specific window.
4949
4950 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4951
4952 * ps-print.el: Define mule funs without checking if mule package is
4953 loaded.
4954 (ps-print-version): New version number (5.0.1).
4955 (ps-header-dirpart): Now uses abbreviate-file-name.
4956
4957 1999-11-23 Dave Love <fx@gnu.org>
4958
4959 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4960 comment-line-start.
4961 (fortran-comment-line-start-skip): Renamed from
4962 comment-line-start-skip.
4963 (fortran-mode-map): Use renamed functions. Add manual and custom
4964 entries to menu.
4965 (fortran-mode-hook): Customize.
4966 (fortran-comment-indent-function): Renamed from
4967 fortran-comment-hook.
4968 (delete-horizontal-regexp): Function deleted.
4969 (fortran-electric-line-number): Simplified.
4970 (fortran-beginning-of-subprogram): Renamed from
4971 beginning-of-fortran-subprogram.
4972 (fortran-end-of-subprogram): Renamed from
4973 end-of-fortran-subprogram.
4974 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4975 (fortran-previous-statement, fortran-next-statement): Simplified.
4976 (fortran-blink-match): New function.
4977 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4978 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4979 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4980 line-end-position.
4981 (fortran-fill): No longer interactive. Simplified.
4982 (fortran-break-line): Simplified.
4983 (fortran-analyze-file-format): Use char-after, not looking-at.
4984
4985 * emacs-lisp/find-func.el (find-function-regexp): Use
4986 `define-minor-mode' after easy-menu change.
4987
4988 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4989
4990 * comint.el: Add redirection.from active comint buffers into
4991 another buffer. Written by Peter Breton.
4992
4993 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4994
4995 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4996 `define-minor-mode'.
4997 (define-minor-mode): Specify `doc-string-elt'.
4998
4999 * emacs-lisp/easy-mmode.el: Changed maintainer.
5000 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5001 Use defcustom for the hooks; Improve the auto-generated docstrings.
5002 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5003 (define-minor-mode): Add BODY arg; Only declare the keymap if
5004 provided; Improve the auto-generated docstrings.
5005
5006 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5007
5008 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5009 that the leading `^' is at the start. This is necessary because
5010 paragraphs.el tries to remove anchors, but can find them only if
5011 they are the first character.
5012
5013 * progmodes/antlr-mode.el: New file.
5014
5015 * calendar/calendar.el: Fix autoload for
5016 calendar-absolute-from-astro. Add autoload for
5017 calendar-print-astro-day-number.
5018
5019 1999-11-21 Anders Lindgren <andersl@andersl.com>
5020
5021 * follow.el: Use modern backquote syntax. Minor comment update.
5022
5023 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5024
5025 * simple.el (with-syntax-table): Don't switch buffers.
5026
5027 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5028 progmodes/hideif.el: Use new backquote syntax.
5029
5030 1999-11-21 Ken Manheimer <klm@python.org>
5031
5032 * icomplete.el (icomplete-completions): Use an explicit variable
5033 `icomplete-prospects-length', obviating the need to use an
5034 apparently faulty throw/catch arrangement.
5035
5036 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * term/internal.el (IT-display-table-setup): Don't overstep
5039 character code 255.
5040
5041 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5042
5043 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5044 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5045
5046 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5047
5048 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5049 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5050
5051 * files.el (auto-mode-alist): Add patterns for diff-mode.
5052
5053 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5054 to detect an empty prompt.
5055
5056 1999-11-18 Dave Love <fx@gnu.org>
5057
5058 * simple.el (input-mode-8-bit): Fix the customization.
5059
5060 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5061
5062 * international/iso-acc.el (iso-languages): Add more
5063 characters for Portuguese.
5064
5065 * speedbar.el: Clean up comment at the start of the file.
5066 Remove RCS id.
5067
5068 * progmodes/compile.el (compilation-parse-errors): Use
5069 compilation-buffer-p instead of testing major-mode.
5070
5071 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5072
5073 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5074 (quickurl-ask): completion-ignore-case is set to the value of
5075 quickurl-completion-ignore-case for the duration of the call to
5076 completing-read.
5077
5078 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5079
5080 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5081
5082 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5083
5084 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5085 instead of ps-print-def.
5086
5087 * ps-print.el: Require ps-vars instead of ps-print-def.
5088
5089 * ps-mule.el: Require ps-vars instead of ps-print-def.
5090
5091 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5092
5093 * simple.el (with-syntax-table): Save buffer explicitly instead of
5094 using save-excursion.
5095
5096 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5097
5098 * mail/supercite.el: New maintainer.
5099
5100 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5101
5102 * progmodes/vhdl-mode.el: Use new backquote syntax.
5103
5104 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5105
5106 * simple.el (with-syntax-table): New.
5107
5108 1999-11-15 Sam Steingold <sds@ksp.com>
5109
5110 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5111
5112 1999-02-22 Sam Steingold <sds@goems.com>
5113
5114 * goto-addr.el (goto-address-at-mouse,
5115 goto-address-find-address-at-point): Use compose-mail.
5116 (goto-address-mail-method): Removed variable.
5117 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5118 goto-address-send-using-mail): Removed functions.
5119
5120 1998-11-03 Sam Steingold <sds@goems.com>
5121
5122 * simple.el (backward-delete-char-untabify):
5123 backward-delete-char-untabify-method can be `all' now - to delete
5124 hungrily including newlines.
5125
5126 1999-11-15 Sam Steingold <sds@ksp.com>
5127
5128 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5129
5130 1999-11-15 Dave Love <fx@gnu.org>
5131
5132 * cus-edit.el (customize-face, customize-face-other-window):
5133 Require match from completing-read.
5134 (custom-buffer-done-function): Default to custom-bury-buffer, not
5135 bury-buffer.
5136
5137 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5138
5139 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5140 progmodes/cperl-mode.el: Use new backquote syntax.
5141
5142 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5143
5144 * uniquify.el: Use new backquote syntax.
5145
5146 1999-11-14 Markus Rost <rost@ias.edu>
5147
5148 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5149 as in ispell-local-dictionary-alist.
5150
5151 1999-11-14 Alex Schroeder <alex@gnu.org>
5152
5153 * ansi-color.el (ansi-color-apply): Updated regexps to include
5154 highlighted face.
5155
5156 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5157
5158 * forms.el (forms--make-format-elt-using-text-properties):
5159 Treat `intangible' differently.
5160
5161 * forms.el: Use new backquote syntax.
5162
5163 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5164
5165 * textmodes/scribe.el (scribe-mode): Doc-fix.
5166
5167 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5168
5169 * net-utils.el (run-network-program, net-utils-run-program): Use
5170 the new backquote syntax.
5171 (smbclient-program, smbclient-program-options)
5172 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5173 variables
5174 (smbclient, smbclient-list-shares): New functions
5175
5176 1999-11-12 Sam Steingold <sds@ksp.com>
5177
5178 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5179 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5180 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5181 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5182 (viper-kbd-global-pair, viper-kbd-global-definition):
5183 Use the new backquote syntax.
5184
5185 * emulation/viper-cmd.el (viper-test-com-defun)
5186 (viper-prefix-arg-value, viper-prefix-arg-com):
5187 Use the new backquote syntax.
5188
5189 * emacs-lisp/debug.el (debugger-env-macro):
5190 Use the new backquote syntax.
5191
5192 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5193 Use the new backquote syntax.
5194
5195 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5196 New user variable.
5197 (calendar-hide-window): Use it.
5198 (increment-calendar-month, calendar-for-loop, calendar-sum):
5199 Use the new backquote syntax.
5200
5201 1999-11-12 Andrew Innes <andrewi@gnu.org>
5202
5203 * select.el (x-set-selection): Call buffer-substring, not
5204 substring. Also fix docstring
5205
5206 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5207
5208 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5209 of customizable variables to bug report message. Added
5210 system-type to package name in bug report.
5211
5212 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5213
5214 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5215 to display file names.
5216
5217 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5218
5219 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5220
5221 * isearch.el: Add lazy-highlighting feature.
5222
5223 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5224
5225 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5226 constant.
5227 (ps-mode-submit-bug-report): New function. Entry added to menu.
5228
5229 1999-11-10 William M. Perry <wmperry@aventail.com>
5230
5231 * mwheel.el: New file to support the new style wheeled mice.
5232
5233 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5234
5235 * startup.el (initial-scratch-message): Add ";;" to the front of
5236 lines in the message.
5237
5238 * files.el (file-local-copy): Remove optional BUFFER argument
5239 because that's not used by anything.
5240
5241 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5242 to-address.
5243
5244 1999-11-08 Markus Rost <rost@ias.edu>
5245
5246 * wid-edit.el (widget-button-click): Wrap with save-excursion
5247 to restore track-mouse in the correct buffer.
5248
5249 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5250
5251 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5252
5253 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5254
5255 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5256 lpr-command to "lp" for some system-types. (copied from lpr.el
5257 Emacs version 20.2.1).
5258
5259 1999-11-04 Markus Rost <rost@ias.edu>
5260
5261 * simple.el (comment-region): Strip off white space at end of
5262 comment-start.
5263
5264 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5265
5266 * faces.el (secondary-selection): Fix wrong color name.
5267
5268 1999-11-04 John Tobey <jtobey@epsilondev.com>
5269
5270 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5271 the default when invoking perldb in a non-Perl buffer, and other
5272 cases involving -e or --.
5273
5274 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5275
5276 * simple.el (previous-matching-history-element)
5277 (next-history-element): Use delete-field instead of erase-field.
5278
5279 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5280 Use delete-field instead of erase-field.
5281
5282 * faces.el (secondary-selection): Change background to yellow.
5283
5284 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5285 find the start of the text. Use field-string to read the user
5286 input.
5287
5288 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5289
5290 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5291 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5292 for compatibility with old face implementation.
5293
5294 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5295 Use erase-field instead of erase-buffer.
5296
5297 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5298 internal-show-cursor with new interface.
5299 (blink-cursor-timer-function): New.
5300 (blink-cursor-start): Use blink-cursor-timer-function.
5301
5302 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5303
5304 * calendar.el (redraw-calendar): Move to nearest date before
5305 redrawing.
5306
5307 * diary-lib.el (simple-diary-display): Reset modeline even if
5308 there are no diary entries since the diary buffer may be displayed.
5309
5310 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5311
5312 * emacs-lisp/debug.el (debug): If noninteractive, display the
5313 backtrace using `message', then exit Emacs.
5314 (debugger-batch-max-lines): New variable.
5315 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5316 Change the messages put at the start, to say that the debugger
5317 was entered.
5318
5319 1999-11-02 Sam Steingold <sds@ksp.com>
5320
5321 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5322
5323 1999-11-01 John Tobey <jtobey@epsilondev.com>
5324
5325 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5326 presence of perl switches other than "-e".
5327
5328 1999-11-01 Markus Rost <rost@ias.edu>
5329
5330 * dired-x.el (dired-smart-shell-command): Use
5331 shell-command-history as in shell-command.
5332
5333 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5334
5335 * userlock.el (ask-user-about-lock): Doc fix.
5336
5337 * frame.el: Doc fixes.
5338
5339 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5340
5341 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5342 of show-cursor.
5343 (blink-cursor-start, blink-cursor-end): Ditto.
5344
5345 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5346
5347 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5348
5349 * window.el (walk-windows): If ALL-FRAMES is a frame,
5350 start on that frame. Use save-selected-window.
5351
5352 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5353
5354 * simple.el (end-of-buffer): Use window-end to find the window end
5355 instead of vertical-motion because this handles variable-height
5356 lines correctly.
5357
5358 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5359
5360 * ediff.el: Version change.
5361
5362 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5363 make sure you are in a good frame before deleting other
5364 windows.
5365 (ediff-file-checked-in-p): Don't consider CVS
5366 files checked in.
5367 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5368 are writing to a newly created empty file.
5369
5370 * ediff-mult.el (ediff-show-session-group-hook): New default.
5371
5372 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5373 First cd to the file directory. reportedly works
5374 better with remote files.
5375
5376 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5377 Use file-name-nondirectory when passing files to CVS.
5378
5379 * ediff-diff.el (ediff-cmp-options): New variable.
5380 (ediff-same-file-contents): Use ediff-cmp-options.
5381
5382 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5383 ediff-get-patch-buffer): Use current buffer if it appears to be a
5384 patch.
5385
5386 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5387 C-g
5388
5389 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5390 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5391 (viper-save-cursor-color,viper-restore-cursor-color):
5392 Improved cursor color handling.
5393 (viper-get-saved-cursor-color-in-replace-mode,
5394 viper-get-saved-cursor-color-in-insert-mode): New functions for
5395 better cursor color handling.
5396
5397 * viper-ex.el (ex-read,ex-edit):
5398 Fixes for correct interpretation of #,%.
5399 (viper-ex): Now works correctly when called from other functions.
5400 (viper-glob-function): New variable.
5401 (viper-ex): Save excursion before doing :global.
5402
5403 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5404
5405 * viper-cmd.el (viper-post-command-sentinel,
5406 viper-insert-state-post-command-sentinel,
5407 viper-insert-state-pre-command-sentinel): Takes better care of
5408 cursor colors.
5409
5410 * viper.el: Version change.
5411
5412 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5413
5414 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5415 that the modeline display was updated *only* when
5416 `whitespace-display-in-modeline' was set, not otherwise.
5417
5418 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5419
5420 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5421 "frac12".
5422
5423 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5424 ad-activate.
5425
5426 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5427
5428 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5429 using fboundp instead of assuming that these are not present in
5430 particular flavors of emacs.
5431 (whitespace-version): Update to 2.8
5432 (whitespace-display-in-modeline): Add custom variable to control
5433 displaying the whitespace errors on the modeline based on
5434 suggestion from <klaus.berndl@sdm.de>
5435 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5436 clean, to enable using as a hook function, as suggested by Puneet
5437 Goel <puneet@computer.org>
5438 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5439 quiet was not set, even with whitespace-auto-cleanup set.
5440 (whitespace-mode-line): Now uses less modeline real estate and
5441 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5442 which is present in the file, and <y> is any type of whitespace
5443 whose check has been suppressed by setting
5444 `whitespace-check-<whitespace-type>' to nil.
5445 (whitespace-unchecked-whitespaces): New function to return the
5446 list of whitespaces for whom checks have been suppressed.
5447 (whitespace-display-unchecked-whitespaces): Renamed to
5448 `whitespace-update-modeline' to reflect its functionality.
5449
5450 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5451
5452 * progmodes/compile.el (compilation-error-regexp-alist):
5453 Undo previous change.
5454
5455 1999-10-28 Dave Love <fx@gnu.org>
5456
5457 * help.el (help-follow): Make arg optional again and really
5458 default to point.
5459
5460 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5461
5462 * paths.el (rmail-file-name): Make it an option.
5463
5464 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5465 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5466 comment fixes.
5467
5468 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5469 MIPS Pro 7.3 compiler error message syntax.
5470
5471 1999-10-27 Dave Love <fx@gnu.org>
5472
5473 * progmodes/compile.el: Checkdoc-inspired fixes.
5474
5475 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5476
5477 * lpr.el (print-buffer): Doc-string fix.
5478
5479 1999-10-27 Dave Love <fx@gnu.org>
5480
5481 * emacs-lisp/advice.el: Doc fixes.
5482 (ad-lemacs-p): Removed.
5483 (advice): Add :link to defgroup.
5484
5485 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5486
5487 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5488 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5489
5490 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5491
5492 * window.el (walk-windows): If ALL-FRAMES is a frame,
5493 start on that frame. Use save-selected-window.
5494
5495 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5496
5497 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5498 ad-activate. All callers changed, including those in data.c.
5499 (ad-activate-internal-off): Renamed from ad-activate-off.
5500 All uses changed.
5501 (ad-activate): Renamed from ad-activate-on. All uses changed.
5502 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5503 Alter the definition of ad-activate-internal, not ad-activate.
5504
5505 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5506
5507 * startup.el (command-line-1): Add support for command line
5508 arguments `file' and `execute'. Fix handling of `visit'.
5509
5510 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5511
5512 * international/mule-cmds.el (read-input-method-name): Handle the
5513 case that the arg DEFAULT is symbol.
5514
5515 * international/mule-diag.el (mule-diag): Handle the case that
5516 default-input-method is symbol.
5517
5518 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5519
5520 * textmodes/tildify.el: New file.
5521
5522 1999-10-25 Sam Steingold <sds@ksp.com>
5523
5524 * Makefile (compile-files): Fixed the "tr" strings.
5525 (EMACS): Set to ../src/emacs.
5526
5527 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5528
5529 * info.el (Info-build-node-completions): Add '("*") to the
5530 completion list.
5531
5532 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5533
5534 * frame.el (auto-raise-mode): When enabling the mode,
5535 immediately raise the selected frame.
5536
5537 * indent.el (indent-region): Doc fix.
5538
5539 * comint.el (comint-output-filter): Make the Comint buffer current
5540 for the comint-preoutput-filter-functions.
5541
5542 * mail/reporter.el: Doc fix.
5543
5544 1999-10-24 Stephen Eglen <stephen@gnu.org>
5545
5546 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5547 that Octave lisp files can also run under XEmacs 20.
5548 (require 'custom) added so that files can run under Emacs 19.34.
5549
5550 * iswitchb.el (iswitchb-default-keybindings): No need to use
5551 read-kbd-macro in keybindings.
5552
5553 1999-10-23 Dave Love <fx@gnu.org>
5554
5555 * elide-head.el: New file.
5556
5557 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5558
5559 * Makefile (compile-files, backup-compiled-files): New targets.
5560 (bootstrap, bootstrap-clean): Ditto.
5561
5562 1999-10-22 Paul Eggert <eggert@twinsun.com>
5563
5564 * international/mule-cmds.c (locale-language-names):
5565 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5566 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5567 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5568 Use Latin-8 for Welsh.
5569 Use Latin-1 for English if "en" is explicitly specified.
5570 Use Latin-1 for Scots Gaelic, Tagalog.
5571 Use Latin-1 (not Latin-4) for Greenlandic.
5572 Use Latin-1 (not Latin-2) for Albanian.
5573 (locale-preferred-coding-systems, locale-language-names):
5574 Remove generic ISO 8859 locales; locale-charset-language-names now
5575 does this.
5576 (locale-charset-language-names): New variable.
5577 (set-locale-environment): Use language name specified by
5578 locale-charset-language-names if its charsets disagree with the
5579 language name specified by locale-language-names.
5580
5581 1999-10-22 Dave Love <fx@gnu.org>
5582
5583 * make-mode.el: Minor doc fixes.
5584
5585 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5586
5587 1999-10-21 Dave Love <fx@gnu.org>
5588
5589 * loadup.el: Add latin-8, latin-9.
5590
5591 1999-10-20 Paul Eggert <eggert@twinsun.com>
5592
5593 * disp-table.el (standard-display-european): Remove undocumented
5594 arg AUTO; no longer used by startup.el. Do not attempt to treat
5595 all non-English language environments as coding system names.
5596 Instead, use the downcased language environment name as a coding
5597 system name if it is one; otherwise, use latin-1.
5598
5599 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5600
5601 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5602 that were split so that part of the comment appeared as Lisp code.
5603
5604 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5605
5606 * ps-bdf.el: Doc fix.
5607
5608 * ps-print-def.el: New file: common definitions for all parts of
5609 ps-print.
5610 (ps-multibyte-buffer): Moved from ps-mule.
5611
5612 * ps-mule.el: File dependence fix.
5613 (ps-multibyte-buffer): Moved to ps-print-def.
5614
5615 * ps-print.el: Doc fix, better customization.
5616 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5617 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5618 (ps-end-file): Doc fix.
5619 (ps-setup, ps-begin-file): Fun fix.
5620 (postscript): New group.
5621 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5622 (ps-print-prologue-1): Adjust PostScript programming.
5623 (ps-print): Adjust group hierarchy.
5624 (ps-print-n-up, ps-print-zebra, ps-print-background,
5625 ps-print-printer)
5626 (ps-print-page): New subgroups.
5627 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5628 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5629 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5630 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5631 (ps-zebra-stripe-height, ps-print-background-image)
5632 (ps-print-background-text, ps-spool-config): Adjust customization.
5633 (dos-ps-printer): Definition eliminated.
5634
5635 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5636
5637 * ps-mule.el: Doc fix, define functions properly if mule package is
5638 loaded or not.
5639 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5640 mule package is loaded or not.
5641
5642 * ps-print.el: Doc fix, n-up printing.
5643 (ps-print-version): New version number (5.0).
5644 (ps-page-dimensions-database): Added document media.
5645 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5646 (ps-page-order, ps-printing-region-p): New vars.
5647 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5648 funs.
5649 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5650 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5651 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5652 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5653 (ps-print-begin-sheet-hook): New hook.
5654 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5655 const.
5656 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5657 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5658 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5659 (ps-count-lines): Changed to defun.
5660 (ps-header-page): Changed to defsubst, fix fun.
5661 (ps-printing-region): Doc fix, adjust programming code.
5662 (ps-output-boolean, ps-background-pages, ps-background-text)
5663 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5664 programming code.
5665
5666 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5667
5668 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5669 (ps-print-version): New version number (4.2).
5670 (ps-spool-config, ps-spool-tumble): New vars.
5671 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5672 programming, new PostScript procedure to handle errors.
5673 (ps-print-prologue-2): Changed to defconst.
5674 (ps-print-duplex-feature): New const: duplex and tumble setting.
5675 (ps-setup, ps-begin-file): Fix funs.
5676 (ps-boolean-capitalized): New fun.
5677
5678 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * Makefile (dontcompilefiles): Obsoleted.
5681 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5682 (EL): Unused.
5683 (temacs): Removed (unused).
5684 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5685 version of the file (necessary for the update to work properly).
5686 (autoloads): Force the use of `pwd`/loaddefs.el.
5687 (updates); Redefined in terms of other targets to reduce redundancy.
5688 (.el.elc): New default rule, just in case you want it.
5689 (compile): Use a single invocation of Emacs.
5690 (bootstrap-compile); Unneeded.
5691 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5692
5693 1999-10-19 Dave Love <fx@gnu.org>
5694
5695 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5696
5697 1999-10-19 Sam Steingold <sds@ksp.com>
5698
5699 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5700 comply with the comment.
5701
5702 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5703
5704 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5705 permanent-local.
5706
5707 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5708
5709 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5710 value: \"lpr\" changed to "lpr"
5711 (ps-mode-version): New constant
5712 (ps-mode-show-version): New function, added key in ps-mode-map
5713 (ps-run-messages): Removed
5714 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5715 ps-run-messages. These keywords now include the value of
5716 ps-run-prompt, making its fontification customizable.
5717 (ps-run-init): Removed \\n from docstring, it is now added when
5718 the value is used
5719 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5720 ps-run-prompt
5721 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5722 customizable variables in doc-string (its equivalent
5723 ps-run-messages was missing in previous version of the doc-string)
5724 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5725 symbols only
5726
5727 1999-10-19 Alex Schroeder <alex@gnu.org>
5728
5729 * ansi-color.el: Complete rewrite.
5730
5731 1999-10-19 Paul Eggert <eggert@twinsun.com>
5732
5733 Fix bootstrapping problems.
5734 Use the system locale to specify Emacs locale defaults.
5735
5736 * international/mule-cmds.el (global-map):
5737 Do not use backquote, because that makes a bootstrapping
5738 problem if you need to recompile all Lisp files using interpreted code.
5739 * international/mule.el (charset-id, charset-bytes,
5740 charset-dimension, charset-chars, charset-width,
5741 charset-direction, charset-iso-final-char,
5742 charset-iso-graphic-plane, charset-reverse-charset,
5743 charset-short-name, charset-long-name, charset-description,
5744 charset-plist): Likewise.
5745 * subr.el (save-match-data): Likewise.
5746
5747 * international/mule-cmds.el
5748 (set-display-table-and-terminal-coding-system): New function,
5749 containing code migrated out of set-language-environment.
5750 (set-language-environment, set-locale-environment): Use it.
5751 (locale-translation-file-name): Moved here from startup.el.
5752 (locale-language-names, locale-preferred-coding-systems):
5753 New vars.
5754 (locale-name-match, set-locale-environment): New functions.
5755
5756 * language/japan-util.el (setup-japanese-environment-internal):
5757 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5758
5759 * startup.el (iso-8859-n-locale-regexp): Remove.
5760 (locale-translation-file-name): Move to mule-cmds.el.
5761 (command-line): Move locale-stuff into set-locale-environment.
5762
5763 1999-10-18 Dave Love <fx@gnu.org>
5764
5765 * abbrev.el (add-abbrev, inverse-add-abbrev)
5766 (expand-region-abbrevs): Remove properties from buffer text.
5767
5768 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5769
5770 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5771 from the mini-buffer, without the prompt.
5772
5773 * simple.el (minibuffer-prompt-end): Return the position
5774 after the prompt, not the position of that last character
5775 of the prompt.
5776
5777 1999-10-17 Miles Bader <miles@gnu.org>
5778
5779 * simple.el: Doc fixes.
5780
5781 1999-10-17 Miles Bader <miles@gnu.org>
5782
5783 * simple.el (previous-matching-history-element, next-history-element):
5784 Change to work correctly even if the point is in the prompt.
5785 (choose-completion-string): Likewise.
5786 (minibuffer-prompt-width): New function (compatibility with old subr).
5787
5788 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5789 When constraining the final position to the current field,
5790 don't use the ONLY-IN-LINE mode of constrain-to-field.
5791
5792 1999-10-17 Miles Bader <miles@gnu.org>
5793
5794 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5795 constrain-to-field.
5796 * textmodes/paragraphs.el (forward-sentence): Likewise.
5797
5798 1999-10-17 Miles Bader <miles@gnu.org>
5799
5800 * simple.el (line-move): Use constrain-to-field to avoid
5801 moving into a prompt.
5802 (previous-complete-history-element): Clarify doc string.
5803 (next-complete-history-element): Likewise.
5804 Use field-beginning instead of point-min.
5805 (next-matching-history-element): Use field-beginning and
5806 erase-field instead of point-min and erase-buffer.
5807 * textmodes/paragraphs.el
5808 (forward-paragraph, forward-sentence): Likewise.
5809 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5810 constrain the kill to an field, as the movement commands now
5811 do this.
5812
5813 1999-10-17 Miles Bader <miles@gnu.org>
5814
5815 * simple.el (previous-matching-history-element): Get the
5816 minibuffer input with field-string instead of buffer-string.
5817 (choose-completion-string): Likewise.
5818 (next-history-element): Likewise.
5819 Erase the minibuffer input with erase-field, not erase-buffer.
5820 Use field-beginning to find the beginning of the input.
5821 * textmodes/paragraphs.el (backward-kill-sentence):
5822 Remove minibuffer-prompt hack.
5823 Constrain to any input field.
5824
5825 1999-10-17 Sam Steingold <sds@ksp.com>
5826
5827 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5828 for CMUCL on sparc and ".ufsl" for LispWorks.
5829 (bound-and-true-p): Bugfix: free variable `v'.
5830
5831 1999-10-16 Dave Love <d.love@dl.ac.uk>
5832
5833 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5834 (edebug-uninstall-read-eval-functions): Use load-read-function,
5835 avoiding elisp-eval.
5836
5837 1999-10-16 Sam Steingold <sds@ksp.com>
5838
5839 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5840 instead of `eql'.
5841
5842 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5843
5844 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5845 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5846 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5847 * ediff-util.el (ediff-make-temp-file):
5848 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5849 * emerge.el (emerge-make-temp-file):
5850 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5851 * vc.el (vc-update-change-log):
5852 * mail/mailpost.el (post-mail-send-it):
5853 * mail/metamail.el (metamail-region):
5854 * progmodes/cmacexp.el (c-macro-expansion):
5855 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5856
5857 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5858
5859 * smtpmail.el (smtpmail-via-smtp): Add support for
5860 automatically appending a domain to RCPT TO: addresses.
5861
5862 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5863
5864 * dired.el (dired-insert-directory): Insert the amount of
5865 free space after the total size.
5866 (dired-free-space-program, dired-free-space-args): New variables.
5867
5868 1999-10-14 Karl Heuer <kwzh@gnu.org>
5869
5870 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5871
5872 1999-10-14 Dave Love <fx@gnu.org>
5873
5874 * international/characters.el:
5875 * international/fontset.el:
5876 * international/mule-conf.el: Add latin-iso8859-1[45].
5877
5878 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5879 strings.
5880
5881 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5882 (command-line): Detect Latin-[89] locales.
5883
5884 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * international/mule-cmds.el (select-safe-coding-system)
5887 (leim-list-header): Avoid the use of strings that start with backslash
5888 newline since lread.c:read1 has a hack to turn those strings into
5889 integer 0 during the loadup.el process.
5890
5891 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5892
5893 1999-10-13 Dave Love <fx@gnu.org>
5894
5895 * image.el (insert-image): Copy the image spec and add an
5896 intangible property.
5897
5898 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5899
5900 * help.el (help-xref-interned): Make it also work on variable-only
5901 and function-only symbols.
5902 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5903 (help-follow): If the point under mouse is not highlighted, try
5904 `help-xref-interned' on the pointed-to symbol anyway.
5905
5906 * info.el (Info-on-current-buffer): New entry point.
5907 (Info-find-node): Split into two for Info-on-current-buffer to
5908 hook into it.
5909 (Info-current-file, Info-set-mode-line, Info-up):
5910 Info-current-file can now be t.
5911 (Info-clone-buffer-hook): Function for `clone-buffer'.
5912 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5913 Make `clone-buffer' available in various ways to the user.
5914
5915 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5916
5917 * simple.el (shell-command, shell-command-on-region): Use
5918 make-temp-file.
5919 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5920
5921 * subr.el (with-current-buffer): Don't use backquotes to avoid
5922 bootstrapping problems.
5923
5924 * loadup.el (load-path): Add subdirs for bootstrapping.
5925 (docstrings): Ignore errors during bootstrapping.
5926 (args): New `bootstrap' argument (for use in place of `dump').
5927
5928 1999-10-12 Emmanuel Briot <briot@gnat.com>
5929
5930 * ada-stmt.el: Doc-string fixes.
5931
5932 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5933
5934 * recentf.el: New file.
5935
5936 * ps-mode.el: New file.
5937
5938 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5939 case insensitive.
5940
5941 1999-10-12 Richard Sharman <rsharman@pobox.com>
5942
5943 * sh-script.el: Added support for indenting existing scripts.
5944 (sh-mode-map): Added new bindings.
5945 (sh-mode): Updated mode doc-string for new commands, added
5946 make-local-variable calls, initialize mode-specific variables.
5947 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5948 is now a different function.
5949 (sh-header-marker): Changed docstring.
5950 (sh-set-shell): Initialize mode-specific variables.
5951 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5952 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5953 Changed these define-skeleton calls to work with user-specified
5954 indentation settings.
5955 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5956 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5957 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5958 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5959 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5960 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5961 (sh-guess-basic-offset, sh-handle-after-case-label)
5962 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5963 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5964 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5965 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5966 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5967 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5968 (sh-handle-this-then, sh-help-string-for-variable)
5969 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5970 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5971 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5972 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5973 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5974 (sh-remove-our-text-properties, sh-rescan-buffer)
5975 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5976 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5977 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5978 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5979 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5980 functions.
5981 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5982 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5983 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5984 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5985 (sh-var-list): New variables.
5986
5987 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5988
5989 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5990 a value one line to high if the cursor wasn't at the start of a
5991 line. A `beginning-of-line' is now performed before making the
5992 call to `count-lines'.
5993
5994 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5995
5996 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5997
5998 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5999
6000 * Makefile (setwins): Abstract out the command to find subdirectories
6001 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6002 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6003 (autoloads-with-other-emacs): Use it.
6004
6005 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6006
6007 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6008
6009 * Makefile (bootstrap-compile): New target. Compile Lisp
6010 files with ../src/temacs.
6011
6012 1999-10-08 Dave Love <fx@gnu.org>
6013
6014 * ange-ftp.el: Require dired when compiling.
6015 (ange-ftp-normal-login): Allow EFS-style port specification.
6016
6017 1999-10-08 Simon Marshall <simon@gnu.org>
6018
6019 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6020 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6021 If STRINGS is nil, return "" rather than nil.
6022
6023 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6024
6025 * Makefile (compile): Compile files one by one. Set load-path to
6026 current directory and subdirectories when compiling.
6027
6028 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6029
6030 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6031 (emacs): Use it everywhere instead of EMACS.
6032 (compile): New target. Compile all Lisp files from scratch.
6033 (recompile): New target. Recompile lisp directory.
6034 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6035 an Emacs executable not built in the current directory tree.
6036
6037 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6038
6039 * filecache.el (file-cache-completion-ignore-case): New variable,
6040 defaulting to the value of completion-ignore-case.
6041 (file-cache-minibuffer-complete): Use it.
6042 (file-cache-files-matching, file-cache-files-matching-internal):
6043 New functions.
6044
6045 1999-10-07 Emmanuel Briot <briot@gnat.com>
6046
6047 * ada-xref.el: New file
6048
6049 * ada-prj.el: New file
6050
6051 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6052
6053 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6054 subprogram being created.
6055
6056 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6057 ada-indent-newline-indent): Rewritten to support the new indentation
6058 scheme
6059
6060 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6061 New functions
6062
6063 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6064 justification parameter
6065
6066 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6067 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6068 external program
6069
6070 1999-10-07 Dave Love <fx@gnu.org>
6071
6072 * bindings.el (bound-and-true-p): New macro.
6073 (make-mode-line-mouse-sensitive): Don't require easymenu.
6074
6075 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6076
6077 * custom.el (defface): Extend documentation for new values of
6078 `type'.
6079
6080 * faces.el (face-spec-set-match-display): Recognize `type' of
6081 `motif', `lucid', `x-toolkit'.
6082 (menu): New face.
6083
6084 1999-10-05 Dave Love <fx@gnu.org>
6085
6086 * files.el: Recognize temporary crontab files.
6087
6088 * info.el: Require jka-compr when compiling.
6089 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6090
6091 1999-10-04 Dave Love <fx@gnu.org>
6092
6093 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6094 scroll-up-aggressively, scroll-down-aggressively.
6095
6096 * time.el (display-time-mode): Add autoload cookie.
6097
6098 * rect.el (delete-extract-rectangle): Doc fix from verna.
6099
6100 * help-macro.el (three-step-help): Customize.
6101
6102 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6103
6104 * hexl.el (hexlify-buffer): Move point in proper range
6105 if it is too large.
6106 (hexl-after-revert-hook): Update hexl-max-address.
6107 (hexl-address-to-marker): Doc fix.
6108
6109 1999-10-03 Dave Love <fx@gnu.org>
6110
6111 * image.el (defimage): Remove redundant code. Substitute file in
6112 image plist.
6113
6114 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6115
6116 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6117 when doing with-temp-file.
6118
6119 1999-10-01 Dave Love <fx@gnu.org>
6120
6121 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6122
6123 * help.el: Require view when compiling.
6124 (view-emacs-FAQ): Use Info version.
6125
6126 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6127
6128 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6129 (normat->normal). Use correct font names for Korean
6130 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6131
6132 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6133
6134 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6135 code not used by KOI8 to the same 8-bit code instead of mapping to
6136 SPC.
6137 (cyrillic-alternativnyj-decode-table): Likewise.
6138
6139 1999-09-29 Alex Schroeder <alex@gnu.org>
6140
6141 * sql.el (sql-imenu-generic-expression): Aew, used to set
6142 imenu-generic-expression.
6143 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6144 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6145 imenu-case-fold-search, and imenu-syntax-alist.
6146 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6147 setting font-lock-defaults' SYNTAX-ALIST.
6148
6149 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6150
6151 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6152 macro, try again.
6153
6154 1999-09-28 Dave Love <fx@gnu.org>
6155
6156 * cus-edit.el (custom-comment): Change widget definition.
6157 (custom-comment-create, custom-comment-show)
6158 (custom-comment-invisible-p): Don't use :comment-overlay.
6159 (custom-comment-hide): New function.
6160 (custom-variable-set, custom-variable-save)
6161 (custom-variable-reset-standard, custom-face-set)
6162 (custom-face-save): Use it.
6163
6164 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6165
6166 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6167
6168 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6169
6170 * faces.el (region): Doc fix.
6171
6172 1999-09-27 Dave Love <fx@gnu.org>
6173
6174 * isearch.el (isearch): Add :links in defgroup.
6175 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6176 (isearch-switch-frame-handler): Comment out (unused).
6177 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6178 (isearch-ring-retreat-edit): Doc fix.
6179 (isearch-mouse-yank): New command.
6180 (isearch-last-command-char): Removed. Callers changed to use
6181 last-command-char.
6182 (isearch-char-to-string): Removed. Callers changed to use
6183 char-to-string.
6184
6185 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6186
6187 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6188 option for Russian.
6189
6190 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6191
6192 * faces.el (face-differs-from-default-p): Compare face
6193 attributes individually.
6194
6195 * image.el (put-image, insert-image): Add string argument.
6196
6197 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6198
6199 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6200 LANG=de_DE.iso88591 on HPUX 11.0.
6201
6202 * dired.el (dired-move-to-filename-regexp): Make it work
6203 for LANG=de_DE.iso88591 on HPUX 11.0.
6204
6205 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6206
6207 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6208 if we know for some other reason it should not be used.
6209
6210 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6211 New variable.
6212 (edebug-recursive-edit): Save current-prefix-arg there,
6213 bind it, and set it back at the end.
6214 (edebug-outside-excursion): Restore and update the outside
6215 value of current-prefix-arg.
6216 (edebug-emacs-version-specific): Delete support for Epoch.
6217
6218 1999-09-24 Howard Melman <howard@silverstream.com>
6219
6220 * imenu.el (imenu-after-jump-hook): New variable.
6221 (imenu): Run menu-after-jump-hook.
6222 (imenu-name-lookup-function): New variable.
6223 * imenu.el (imenu--in-alist): Use those variables.
6224
6225 1999-09-24 Carsten Dominik <cd@gnu.org>
6226
6227 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6228 multiple thebibliography environments.
6229
6230 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6231 with recentering window.
6232 (reftex-extract-bib-entries-from-thebibliography,
6233 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6234 with multiple thebibliography environments.
6235
6236 * textmodes/reftex-vars.el
6237 (reftex-section-levels): Function allowed as cdr.
6238 (reftex-max-section-depth) New option.
6239
6240 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6241 with multiple thebibliography environments.
6242
6243 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6244
6245 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6246 instead of point-min in call to delete-region.
6247
6248 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6249
6250 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6251 out into arbitrary file names.
6252
6253 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6254
6255 * language/european.el ("Turkish"): New language environment.
6256
6257 1999-09-19 Dave Love <fx@gnu.org>
6258
6259 * delim-col.el: New file.
6260
6261 1999-09-17 Richard Stallman <rms@gnu.org>
6262
6263 * files.el (after-find-file): When visiting a backup file,
6264 make it read-only.
6265
6266 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6267 (apropos-keybinding-face, apropos-label-face): Likewise.
6268 (apropos-property-face, apropos-match-face): Likewise.
6269 (apropos-label-properties): New variable.
6270 (apropos-print-doc): Use apropos-label-properties.
6271 (apropos-print): Set apropos-label-properties.
6272
6273 1999-09-15 Richard Stallman <rms@gnu.org>
6274
6275 * winner.el: Use aref instead of sref.
6276
6277 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6278
6279 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6280
6281 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6282
6283 1999-09-14 Richard Stallman <rms@gnu.org>
6284
6285 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6286 cookie, even if followed by a letter.
6287
6288 1999-09-14 Stephen Eglen <stephen@gnu.org>
6289
6290 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6291 --no-line-editing are passed to Octave by including them here
6292 rather than storing them in inferior-octave-startup-args.
6293
6294 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6295
6296 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6297 command, option, env and sc.
6298
6299 * subr.el (shell-quote-argument): Quote argument with double
6300 quotes for ms-dos.
6301
6302 1999-09-14 Richard Stallman <rms@gnu.org>
6303
6304 * simple.el (eval-expression-print-level): New variable.
6305 (eval-expression-print-length): New variable.
6306 (eval-expression-debug-on-error): New variable.
6307 (eval-expression): Bind print-level, print-length and
6308 debug-on-error from those vars.
6309
6310 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6311 Bind print-level, print-length and debug-on-error.
6312
6313 1999-09-14 Inge Frick <inge@nada.kth.se>
6314
6315 * dired.el (dired-recursive-deletes): New custom variable.
6316 (dired-re-no-dot): New variable.
6317 (dired-delete-file): New function deletes files and directories
6318 recursively.
6319 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6320
6321 * dired-aux.el (dired-recursive-copies): New custom variable.
6322 (dired-handle-overwrite): Broke a long line.
6323 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6324 `copy-file'.
6325 (dired-copy-file-recursive): New function. Copy directories
6326 recursively.
6327 (dired-do-create-files): Added support for generalized directory
6328 target. How-to function may now return a function. New fluid
6329 variable `dired-one-file'.
6330 (dired-copy-how-to-fn): New variable.
6331 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6332 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6333 (dired-do-copy-regexp): No recursive copies.
6334
6335 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6336
6337 * whitespace.el (whitespace-version): Update version to 2.4
6338
6339 * whitespace.el: Add customization variables to conditionally test
6340 any of the five whitespaces, per request from Rune Kleveland
6341 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6342
6343 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6344
6345 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6346 list of modes to be checked for bogus whitespaces.
6347
6348 * whitespace.el (whitespace-rescan-timer-time): Update
6349 documentation.
6350
6351 * whitespace.el (whitespace-display-unchecked-whitespaces):
6352 New function to update modeline with untested whitespaces.
6353
6354 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6355 checking is turned on, and update modeline using the newly created
6356 `whitespace-display-unchecked-whitespaces'.
6357
6358 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6359 whose checking is turned on, and update modeline using the newly
6360 created `whitespace-display-unchecked-whitespaces'.
6361
6362 * whitespace.el (whitespace-describe): Update documentation.
6363
6364 * whitespace.el (whitespace-tickle-timer): Test if
6365 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6366
6367 1999-09-13 Dave Love <fx@gnu.org>
6368
6369 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6370
6371 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6372 for temp buffer.
6373 (checkdoc-this-string-valid): Don't assume default comment-start.
6374
6375 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6376
6377 * rsz-mini.el: Remove code, keep the interface.
6378
6379 1999-09-13 Dave Love <fx@gnu.org>
6380
6381 * help.el (help-highlight-p): Doc fix.
6382
6383 * faces.el (mode-line, header-line, tool-bar): Add :version.
6384 (highlight, secondary-selection): Add :group.
6385 (trailing-whitespace): Add :group, :version.
6386
6387 * wid-edit.el: Remove some compatibility code and checks.
6388 (widget-specify-field, widget-specify-button): Don't use XEmacs
6389 properties.
6390 (widget-overlay-inactive): Change error message.
6391 (widget-button-pressed-face): New variable.
6392 (widget-button-click): Use it.
6393 (widget-documentation-link-add): Specify mouse and button faces.
6394 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6395 removed now the functionality is built in.
6396
6397 * cus-edit.el: Don't define-widget-keywords.
6398 (multimedia): New group.
6399 (custom-last): Function removed.
6400 (custom-quote): Add vectorp case, comment out characterp case.
6401 (custom-buffer-done-function, custom-raised-buttons): New option.
6402 (Custom-buffer-done): New function.
6403 (custom-buffer-create-internal): Obey custom-raised-buttons,
6404 Custom-buffer-done.
6405 (custom-button-face): Make it `released-button'.
6406 (custom-button-pressed-face): Make it `pressed-button'
6407 (custom-mode-map): Bind "q" to Custom-buffer-done.
6408 (custom-mode): Deal with raised/pressed buttons.
6409
6410 Changes from Didier Verna:
6411 (custom-prompt-variable): Optional third arg makes prompt for a
6412 comment string.
6413 (customize-set-value, customize-set-variable,
6414 customize-save-variable): Optional prefix makes function handle
6415 variable comments.
6416 (customize-customized, customize-saved, custom-variable-state-set)
6417 (custom-variable-set, custom-variable-save, custom-face-state-set)
6418 (custom-variable-reset-saved, custom-variable-reset-standard)
6419 (custom-face-set, custom-face-save, custom-face-reset-saved)
6420 (custom-face-reset-standard, customize-save-customized): Handle
6421 custom comments.
6422 (custom-comment-face, custom-comment-tag-face): New face.
6423 (custom-comment): New widget.
6424 (custom-comment-create, custom-comment-delete)
6425 (custom-comment-value-set, custom-comment-show)
6426 ()custom-comment-invisible-p): New functions.
6427 (custom-variable-value-create, custom-face-value-create): Create a
6428 comment field widget.
6429 (custom-variable-menu, custom-face-menu): New entry for custom
6430 comment.
6431 (custom-face-value-create): Remove compatibility code.
6432 (custom-save-variables, custom-save-faces): Possibly save custom
6433 comments.
6434
6435 * cus-face.el (custom-face-attributes): Simplify :underline,
6436 :overline, :inverse-video cases. Fix up :box case (probably needs
6437 more work).
6438
6439 Change from Didier Verna:
6440 (custom-set-faces): The arguments can now have a custom comment as
6441 fourth argument.
6442
6443 * custom.el: Don't define-widget-keywords.
6444 Change from Didier Verna:
6445 (custom-set-variables): The arguments can now have a
6446 custom comment as fifth element.
6447
6448 1999-09-13 Richard Stallman <rms@gnu.org>
6449
6450 * info.el (Info-find-node): Cope better if guesspos is too large.
6451
6452 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6453
6454 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6455 of buffer-substring because buffer-string doesn't copy the
6456 prompt.
6457
6458 * faces.el (mode-line): Replaces `modeline'.
6459 (toplevel): Make `modeline' an alias for `mode-line'.
6460
6461 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6462
6463 * gs.el: Change `ghostscript' to `postscript' in comment.
6464
6465 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6466
6467 * emulation/tpu-edt.el (tpu-version): New version.
6468 (tpu-search-overlay, tpu-replace-overlay): New variables.
6469 (tpu-search-highlight, tpu-toggle-direction): New functions.
6470 (tpu-lm-replace): Set tpu-replace-overlay.
6471 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6472 command hook.
6473
6474 1999-09-11 Richard Stallman <rms@gnu.org>
6475
6476 * isearch.el (isearch-mode-map): Undo previous change.
6477
6478 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6479 use all of that as the sexp.
6480
6481 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6482 and use the initial argument as file name directly.
6483 Likewise if nothing matches.
6484
6485 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6486
6487 * winner.el: Major changes. Avoid changing point and mark.
6488 Save configurations after they change, not before.
6489
6490 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6491
6492 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6493 Bind print-continuous-numbering and print-number-table.
6494
6495 1999-09-10 Dave Love <fx@gnu.org>
6496
6497 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6498
6499 1999-09-09 Richard Stallman <rms@gnu.org>
6500
6501 * whitespace.el: Finish making it fit Emacs conventions.
6502 Add autoloads.
6503
6504 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6505
6506 * generic-x.el (bat-generic-mode): "::"-style comments don't
6507 need to begin with "-". Fix the font-lock definitions of ON/OFF
6508 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6509 from the list of keywords. Add DO to the list of keywords.
6510
6511 1999-09-09 Dave Love <fx@gnu.org>
6512
6513 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6514 (byte-optimize-backward-word): New optimizations.
6515 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6516 entries.
6517
6518 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6519
6520 * image.el (put-image): Remove optional buffer parameter.
6521
6522 * faces.el (face-italic-p): Return t only for values `italic'
6523 and `oblique'.
6524
6525 * mouse.el (mouse-drag-mode-line-1): Extension of former
6526 mouse-drag-mode-line that also drags the header line.
6527 (mouse-drag-mode-line): Call it.
6528 (mouse-drag-header-line): New.
6529 (toplevel): Bind down-mouse-1 on header lines to
6530 mouse-drage-header-line.
6531
6532 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6533
6534 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6535 (make-mode-line-mouse-sensitive): Replace `top-line' by
6536 `header-line'.
6537
6538 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6539
6540 * help.el (describe-function-1): Don't return empty string for keymaps.
6541
6542 * fill.el (fill-region-as-paragraph, canonically-space-region):
6543 Respect colon-double-space at end of line.
6544
6545 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6546
6547 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6548 (backup-buffer): Use it.
6549
6550 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6551
6552 * generic-x.el (generic-define-unix-modes): Added new modes:
6553 inetd-conf-generic-mode, etc-services-generic-mode,
6554 etc-passwd-generic-mode. These are all defined for Unix by default.
6555 (apache-generic-mode): Use an imenu-generic-expression to list
6556 Configuration keywords.
6557 (samba-generic-mode): Use both ; and # as comment characters.
6558 (samba-generic-mode): Font-lock expressions now highlight name
6559 value pairs.
6560 (bat-generic-mode): Keywords are now case-insensitive through
6561 font-lock-defaults setting.
6562 (java-properties-generic-mode): Supports both ! and # as comment
6563 characters.
6564 (java-properties-generic-mode): Added an imenu-generic-expression
6565 (java-properties-generic-mode): Reworked to support the various
6566 different ways to separate name and value (viz, '=', ':' and
6567 whitespace).
6568 (show-tabs-generic-mode): Added this new generic-mode.
6569
6570 1999-09-08 Richard Stallman <rms@gnu.org>
6571
6572 * progmodes/inf-lisp.el: Moved from top directory.
6573
6574 * tar-mode.el (tar-header-block-tokenize):
6575 Use `when' instead of `and'. Fix some clobbered text.
6576
6577 * gud.el (gud-make-debug-menu): Make a child for the
6578 local menu, for its menu bar, and the debug menu.
6579 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6580 Use the history in the simple way.
6581
6582 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6583
6584 * language/korea-util.el (default-korean-keyboard): Initialize it
6585 according to the environment variable HANGUL_KEYBOARD_TYPE.
6586
6587 1999-09-07 Richard Stallman <rms@gnu.org>
6588
6589 * subr.el (make-temp-file): New function.
6590
6591 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6592
6593 * font-lock.el (font-lock-multiline): New text property contains
6594 a boolean to indicate if the char is part of a multiline match.
6595 (font-lock-default-fontify-region): Extend the region appropriately
6596 for multiline keywords.
6597 (font-lock-default-unfontify-region): Also remove the new
6598 font-lock-multiline text property.
6599 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6600 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6601
6602 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6603
6604 * diary-lib.el (list-diary-entries): Make sure two-digit years
6605 have leading zeros.
6606
6607 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6608
6609 * faces.el (face-set-after-frame-default): Initialize some
6610 attributes of some faces from frame parameters.
6611
6612 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6613
6614 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6615
6616 * faces.el (fringe): Replaces face `margin'.
6617
6618 1999-09-07 Dave Love <fx@gnu.org>
6619
6620 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6621
6622 1999-09-07 Richard Stallman <rms@gnu.org>
6623
6624 * subr.el (push): Doc fix.
6625
6626 1999-09-06 Richard Stallman <rms@gnu.org>
6627
6628 * vc.el (vc-annotate-display): Use < 69 not < 70
6629 to distinguish 20YY from 19YY.
6630
6631 * timezone.el (timezone-parse-date): Use < 69 not < 70
6632 to distinguish 20YY from 19YY.
6633
6634 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6635
6636 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6637
6638 * quickurl.el: (quickurl-list-focused-line): Removed.
6639 (quickurl-list-insert): Now works out the focused line using
6640 `count-lines' instead of using `quickurl-list-focused-line'.
6641
6642 1999-09-06 Richard Stallman <rms@gnu.org>
6643
6644 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6645 to beginning of message.
6646
6647 1999-09-06 Dave Love <fx@gnu.org>
6648
6649 * isearch.el (isearch-mode-map): Add mouse-2.
6650
6651 * mail/rmail.el (rmail-read-password): Deleted.
6652 (rmail-get-pop-password): Use read-password.
6653
6654 * quickurl.el: Don't conditionally define caddr.
6655 (quickurl-url-comment): Use nth, not caddr in function and
6656 defsetf.
6657
6658 1999-09-06 Richard Stallman <rms@gnu.org>
6659
6660 * auto-show.el: Doc fixes.
6661
6662 1999-09-06 Stephen Eglen <stephen@gnu.org>
6663
6664 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6665 --no-line-editing so that TABs in source files are not interpreted
6666 as completion requests.
6667
6668 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6669
6670 * hscroll.el, auto-show.el: Remove all code, keep the public
6671 interface as no-ops.
6672
6673 * faces.el (face-bold-p): Don't return t if face has lighter
6674 weight than normal.
6675
6676 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6677
6678 * startup.el (command-line): Make small-temporary-file-directory
6679 be nil except on ms-dos.
6680
6681 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6682
6683 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6684 is defined.
6685
6686 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6687 letters with a colon after d or l.
6688
6689 1999-09-06 Dave Love <fx@gnu.org>
6690
6691 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6692 primitive.)
6693
6694 1999-09-05 Richard Stallman <rms@gnu.org>
6695
6696 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6697
6698 * textmodes/paragraphs.el (backward-kill-sentence):
6699 Don't test minibuffer-prompt-end here.
6700 (forward-sentence): Do handle it here.
6701 (backward-kill-paragraph): Don't test it here.
6702 (forward-paragraph): Handle it here.
6703
6704 * mouse.el (font-menu-add-default): Simplify code.
6705
6706 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6707
6708 * faces.el (header-line): Renamed from `top-line'.
6709
6710 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6711
6712 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6713
6714 1999-09-04 Richard Stallman <rms@gnu.org>
6715
6716 * whitespace.el: New file.
6717
6718 1999-09-04 Dave Love <fx@gnu.org>
6719
6720 * paths.el: Make some doc strings obey the make-docfile convention.
6721
6722 * bindings.el: Likewise.
6723 (debug-ignored-errors): Remove BBDB ones.
6724
6725 1999-09-03 Richard Stallman <rms@gnu.org>
6726
6727 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6728 not from the draft to forward.
6729
6730 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6731
6732 1999-09-03 Dave Love <fx@gnu.org>
6733
6734 * double.el (double-mode): Customize the variable.
6735
6736 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6737
6738 * international/characters.el: Delete duplicated code.
6739
6740 1999-09-02 Richard Stallman <rms@gnu.org>
6741
6742 * indent.el (indent-relative): Doc fix.
6743
6744 * quickurl.el (quickurl): Doc fix.
6745
6746 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6747
6748 * faces.el (margin): Change background to "gray" for mono (this is
6749 drawn with a stipple pattern).
6750
6751 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6752
6753 * simple.el (next-history-element): Use minibuffer-prompt-end once
6754 again. Remove test for minibuffer-prompt-in-buffer.
6755
6756 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6757
6758 * files.el (small-temporary-file-directory): New variable.
6759
6760 * startup.el (command-line): Compute the value of
6761 small-temporary-file-directory.
6762
6763 * ediff-init.el (ediff-temp-file-prefix): Use
6764 small-temporary-file-directory if non-nil.
6765
6766 * vc.el (vc-update-change-log): Likewise.
6767
6768 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6769
6770 * simple.el (shell-command, shell-command-on-region): Use
6771 make-temp-name properly. Use small-temporary-file-directory if
6772 non-nil, otherwise temporary-file-directory, to generate temporary
6773 files.
6774
6775 * dos-w32.el (direct-print-region-helper): Use
6776 temporary-file-directory. (From Stefan Monnier.)
6777
6778 1999-09-02 Richard Stallman <rms@gnu.org>
6779
6780 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6781 from asm-comment-char.
6782 (asm-font-lock-keywords): Recognize instruction width suffixes.
6783
6784 1999-09-01 Richard Stallman <rms@gnu.org>
6785
6786 * play/fortune.el: New file.
6787
6788 1999-08-31 Dave Love <fx@gnu.org>
6789
6790 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6791 after key table.
6792
6793 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6794 redisplay variables.
6795
6796 * subr.el (push): Fix typo.
6797
6798 1999-08-30 Kevin Blake <kblake@ticnet.com>
6799
6800 * emacs-lisp/ring.el: Many doc fixes.
6801 (ring-size, ring-copy): New functions.
6802
6803 1999-08-29 Richard Stallman <rms@gnu.org>
6804
6805 * progmodes/etags.el (tags-loop-continue):
6806 After tags-loop-operate returns, force skip to next file.
6807
6808 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6809 (mail-extr-first-letters, mail-extr-last-letters):
6810 Use character classes [:alpha:] and [:alnum:].
6811
6812 * subr.el (push, pop): New macros.
6813
6814 * progmodes/compile.el (compilation-error-regexp-alist):
6815 New item for SGI IRIX MipsPro compilers.
6816
6817 * speedbar.el (speedbar-directory-buttons): Recognize
6818 device names when checking for file names.
6819
6820 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6821
6822 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6823 and specially handle defvar inside their expansions.
6824 (eval-defun-1): New subroutine.
6825
6826 * progmodes/compile.el (compilation-error-regexp-alist):
6827 Fix the Perl -w entry to allow period after line number.
6828 Don't allow newlines in file name, but allow them after line number
6829 for Perl debugging traces.
6830
6831 * which-func.el (which-func-cleanup-function): New variable.
6832 (which-function): Call that function.
6833
6834 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6835 to end a function name.
6836
6837 * informat.el (Info-tagify): Don't insert more than one newline
6838 before the tag table.
6839
6840 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6841
6842 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6843 than make-temp-name, use match-string-no-properties, and eliminate
6844 a quadratic behavior when building bibtex-strings.
6845
6846 1999-08-29 Alex Schroeder <alex@gnu.org>
6847
6848 * comint.el (comint-input-ring-separator): New variable.
6849 (comint-read-input-ring): Doc change; use
6850 comint-input-ring-separator when reading file.
6851 (comint-write-input-ring): Use
6852 comint-input-ring-separator when writing file.
6853
6854 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6855
6856 * informat.el (Info-tagify): Start by widening.
6857 Match node headers that don't list the file name,
6858 and more kinds of page separations.
6859 Strip properties during tagification.
6860 Use start of node header line as tag's position.
6861 Fix the "done" message.
6862
6863 (Info-validate): Save and restore match data around narrowing down.
6864
6865 1999-08-28 Richard M. Stallman <rms@gnu.org>
6866
6867 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6868 On repeated call, override previous values put into
6869 minor-mode-map-alist and minor-mode-alist.
6870
6871 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6872
6873 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6874
6875 1999-08-27 Andreas Schwab <schwab@gnu.org>
6876
6877 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6878 from cvs update.
6879
6880 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6881
6882 * calendar/calendar.el (calendar-move-hook): New hook.
6883
6884 * calendar/cal-move.el: Call the new hook in every movement function.
6885
6886 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6887 the right function name.
6888
6889 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6890
6891 * time-stamp.el: Put quote-backquote around all symbol names
6892 in doc strings, for mousing.
6893 (time-stamp): Support multi-line patterns.
6894 (time-stamp-inserts-lines): New variable.
6895 (time-stamp-count): New variable.
6896 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6897 "Thu" instead of "%a".
6898
6899 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6900
6901 * simple.el (kill-word): Undo previous change.
6902
6903 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6904
6905 * jit-lock.el (jit-lock-function): Extend the fontified range
6906 to the beginning of the line containing the range start and
6907 the beginning of the line following the range end.
6908
6909 1999-08-24 Dave Love <fx@gnu.org>
6910
6911 * timezone.el: Move provide to end.
6912 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6913 <70 are 2000+.
6914 (timezone-parse-time): Simplify somewhat.
6915
6916 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6917
6918 * faces.el (margin): Renamed from bitmap-area.
6919
6920 1999-08-24 Alex Schroeder <alex@gnu.org>
6921
6922 * sql.el: Doc changes.
6923 (sql-sybase): Use sql-server instead of sql-database.
6924
6925 1999-08-23 Dave Love <fx@gnu.org>
6926
6927 * rect.el: Add/fix various doc strings. Add `*' to all the
6928 interactive specs.
6929
6930 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6931
6932 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6933 Don't unwind-protect font-lock-fontify-region.
6934
6935 * paragraphs.el (backward-kill-paragraph): Don't move
6936 point into mini-buffer prompt.
6937 (backward-kill-sentence): Ditto.
6938
6939 * simple.el (next-history-element): Use minibuffer-prompt-end.
6940 Remove test for minibuffer-prompt-in-buffer.
6941 (kill-word): Don't move point into mini-buffer prompt.
6942
6943 1999-08-21 Dave Love <fx@gnu.org>
6944
6945 * Makefile: Exclude CVS dirs like RCS.
6946
6947 1999-08-19 Dave Love <fx@gnu.org>
6948
6949 * tooltip.el (tooltip-mode): Customize this, per convention.
6950 (tooltip-active): Option deleted.
6951
6952 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6953
6954 * hanoi.el, page-ext.el: Declare dynamic vars.
6955
6956 * term.el: Avoid ange-ftp related compilation warnings.
6957
6958 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6959
6960 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6961 the default so that beginners can benefit from it without
6962 searching in manuals.
6963
6964 1999-08-18 Ray Blaak <blaak@gnu.org>
6965
6966 * progmodes/delphi.el: Consider assembly sections as blocks, to
6967 indent them better. Make auto-indent on newline optional.
6968
6969 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6970
6971 * bindings.el (mode-line-modified): Look up key binding for C-x
6972 C-q. If it's bound call that binding, otherwise call
6973 toggle-read-only.
6974
6975 1999-08-17 Dave Love <fx@gnu.org>
6976
6977 * info.el (info): Doc fix.
6978
6979 * finder.el (finder-known-keywords): Add `multimedia'.
6980
6981 * apropos.el: Don't capitalize custom group name.
6982
6983 * info-look.el: Remove compatibility code.
6984 (info-lookup-guess-default*): DTRT for point at start of symbol.
6985 (info-complete): Don't lose with point not at end of symbol.
6986
6987 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6988
6989 * term.el (toplevel): Make face `term-default' an empty face.
6990 The code relied on the fact that Emacs ignored invalid faces in
6991 face text properties in 20.4.
6992
6993 1999-08-16 Richard M. Stallman <rms@gnu.org>
6994
6995 * subr.el (point-at-eol, point-at-bol): New aliases.
6996
6997 * simple.el: Functions reordered.
6998
6999 * rect.el (delete-rectangle-line): Use line-end-position.
7000
7001 1999-08-16 Karl Heuer <kwzh@gnu.org>
7002
7003 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7004 here from simple.el.
7005
7006 1999-08-16 Dave Love <fx@gnu.org>
7007
7008 * mouse.el: Provide `mldrag' for compatibility.
7009 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7010 marked obsolete.
7011
7012 * mldrag.el: Removed since the features are in mouse.el.
7013
7014 * jka-compr.el (auto-compression-mode): New variable for
7015 customization.
7016
7017 * bindings.el (mode-line-mule-info): Doc fix.
7018
7019 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7020 name comparisons.
7021
7022 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7023 (find-file): Doc fix.
7024
7025 1999-08-16 Carsten Dominik <cd@gnu.org>
7026
7027 * textmodes/reftex.el: Most of the code moved to other files.
7028 * textmodes/reftex-auc.el: New file, split out from reftex.el
7029 * textmodes/reftex-cite.el: New file, split out from reftex.el
7030 * textmodes/reftex-global.el: New file, split out from reftex.el
7031 * textmodes/reftex-index.el: New file, split out from reftex.el
7032 * textmodes/reftex-parse.el: New file, split out from reftex.el
7033 * textmodes/reftex-ref.el: New file, split out from reftex.el
7034 * textmodes/reftex-sel.el: New file, split out from reftex.el
7035 * textmodes/reftex-toc.el: New file, split out from reftex.el
7036 * textmodes/reftex-vars.el: New file, split out from reftex.el
7037 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7038
7039 1999-08-16 Carsten Dominik <cd@gnu.org>
7040
7041 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7042 conflict with pop-up-frames.
7043 (reftex-special-environment-parsers): New constant.
7044 (reftex-label-alist): car of an entry can also be a function.
7045 (reftex-what-special-env): Cew function.
7046 (reftex-label-location): Call `reftex-what-special-env'.
7047 (reftex-compile-variables): Check for symbol in
7048 `reftex-label-alist'.
7049 (reftex-what-environment): Fixed bug with stacked environments of
7050 same kind (e.g. enumerate).
7051 (reftex-process-string): Preserve default directory.
7052 (reftex-label-alist-builtin): Changed prefixes of endnote and
7053 footnote. Also the magic words.
7054 (reftex-reference): Interprete new option
7055 `reftex-fref-is-default'.
7056 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7057 (reftex-toc-mouse-view-line): Command removed (had no binding).
7058 (reftex-everything-regexp): New function.
7059 (reftex-nearest-match): Made better.
7060 (reftex-toc-find-section): Use new version of
7061 `reftex-nearest-match'.
7062 (reftex-insert-docstruct): Adapted to work with the index stuff.
7063 (reftex-parse-from-file): Find index entries as well.
7064 (reftex-toc-toggle-index): New function
7065 (reftex-toc-map): `i' is now used to togle the index, File
7066 boundaries has been moved to `F'.
7067 (reftex-select-label-map): Toggling display of file boundaries is
7068 now on the `F' key, for consistency with `reftex-toc-map'.
7069 (reftex-erase-all-selection-and-index-buffers): Renamed from
7070 `reftex-erase-all-selection-buffer'. Now also kills the index
7071 buffers.
7072 (reftex-viewing-cross-references): Customization group renamed
7073 from reftex-viewing-cross-references-and-citations.
7074 (reftex-index-macro-regexp,
7075 reftex-find-index-entry-regexp-format): New variables
7076 (reftex-macros-with-index): New variable
7077 (reftex-add-index-macros): New function
7078 (reftex-renumber-simple-labels, reftex-translate): Allow for
7079 multiple labels in a single ref command.
7080 (reftex-index-support): New customization group
7081 (reftex-support-index, reftex-index-special-chars,
7082 reftex-index-macros, reftex-index-default-macro,
7083 reftex-index-default-tag, reftex-index-math-format,
7084 reftex-index-section-letters, reftex-index-include-context,
7085 reftex-index-follow-mode, reftex-index-header-face,
7086 reftex-index-section-face, reftex-index-tag-face,
7087 reftex-index-face): New options
7088 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7089 reftex-index-tag, reftex-index-return-marker,
7090 reftex-index-restriction-indicator, reftex-index-restriction-data,
7091 reftex-index-macro-regexp, reftex-index-level-re,
7092 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7093 reftex-everything-regexp-no-index, reftex-index-re,
7094 reftex-macros-with-index, reftex-index-macro-alist): New variables
7095 (reftex-index-help, reftex-index-macros-builtin,
7096 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7097 reftex-query-index-macro-help): New constants
7098 (reftex-index-selection-or-word, reftex-index,
7099 reftex-default-index, reftex-update-default-index,
7100 reftex-index-complete-tag, reftex-index-select-tag,
7101 reftex-index-complete-key, reftex-index-update-taglist,
7102 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7103 reftex-display-index, reftex-insert-index,
7104 reftex-index-insert-new-letter, reftex-get-restriction,
7105 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7106 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7107 reftex-index-toggle-follow, reftex-index-toggle-context,
7108 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7109 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7110 reftex-index-quit, reftex-index-quit-and-kill,
7111 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7112 reftex-index-revert, reftex-index-switch-index-tag,
7113 reftex-index-restrict-to-section, reftex-index-widen,
7114 reftex-index-restriction-forward,
7115 reftex-index-restriction-backward, reftex-index-visit-location,
7116 reftex-index-analyze-entry, reftex-index-globalize,
7117 reftex-index-edit, reftex-index-toggle-range-beginning,
7118 reftex-index-toggle-range-end, reftex-index-edit-key,
7119 reftex-index-edit-attribute, reftex-index-edit-visual,
7120 reftex-index-edit-part, reftex-index-level-down,
7121 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7122 reftex-index-change-entry, reftex-index-goto-letter,
7123 reftex-add-index-macros, reftex-ensure-index-support,
7124 reftex-index-info-safe, reftex-index-info): New functions.
7125
7126
7127 1999-08-15 Richard M. Stallman <rms@gnu.org>
7128
7129 * paren.el (show-paren-mode): Support making show-paren-mode
7130 a buffer-local variable. Don't check for a window system.
7131 (show-paren-function): Check whether show-paren-function is
7132 enabled in current buffer; do the right thing if not.
7133 Don't check for a window system.
7134 (show-paren-mode): Make it a user variable.
7135
7136 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7137 Handle `enum' like `struct'.
7138
7139 * server.el (server-process-filter): If a client visits no buffers,
7140 close it immediately before recording it.
7141
7142 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7143 Optimize by calling concat just once. Handle =\n sequence.
7144 (mail-unquote-printable-region): New command.
7145 (mail-quote-printable): Make it autoload.
7146
7147 1999-08-15 Karl Heuer <kwzh@gnu.org>
7148
7149 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7150
7151 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7152
7153 * lisp/texinfmt.el: Handle @ifnottex.
7154
7155 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7156
7157 * frame.el (blink-cursor): Don't turn on cursor blinking for
7158 ms-dos.
7159
7160 * faces.el (face-valid-attribute-values): Look in
7161 x-bitmap-file-path only for x and w32 window systems.
7162
7163 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7164 Do that if width is nil as well.
7165 (x-display-mm-height, x-display-mm-width): Update values.
7166 (x-colors): Compute the list from msdos-color-values.
7167 (x-select-enable-clipboard): Doc fix.
7168 (x-frob-font-weight, x-font-family-list): New functions.
7169
7170 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7171
7172 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7173 back up from beginning of buffer.
7174
7175 1999-08-13 Karl Heuer <kwzh@gnu.org>
7176
7177 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7178
7179 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7180
7181 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7182 doomsday clock, speed control is added and changes are made to
7183 allow large numbers of rings: rings now show the whole ring
7184 number, not just the last digit; consecutive rings are allowed to
7185 be the same size when necessary to fit all the rings in the
7186 window; and poles can be oriented horizontally. Face support is
7187 thrown in gratuitously.
7188 (hanoi): Changed default number of rings back to 3.
7189 (hanoi-unix, hanoi-unix-64): New commands
7190 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7191 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7192 hanoi-odd-ring-face): New variables.
7193 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7194 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7195 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7196 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7197 (hanoi-topos, hanoi-draw-ring): Removed.
7198
7199 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7200
7201 * faces.el (face-valid-attribute-values): Return an alist for
7202 families on ttys.
7203 (face-read-integer): Handle unspecified face attributes. Add
7204 completion for `unspecified'.
7205 (read-face-attribute): Handle unspecified font attributes.
7206 (face-valid-attribute-values): Add `unspecified' to lists so that
7207 it can be chosen via completion.
7208 (face-read-string): Don't recognize "none" as input.
7209
7210 1999-08-10 Dave Love <fx@gnu.org>
7211
7212 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7213 string.
7214
7215 * sun-curs.el: Require sun-fns.
7216
7217 1999-08-10 Dave Love <fx@gnu.org>
7218
7219 * autorevert.el (auto-revert-mode): Add autoload cookie.
7220
7221 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7222 hscroll.
7223
7224 * simple.el (hscroll-step, hscroll-point-visible)
7225 (hscroll-window-column): Remove now we have the mentioned real
7226 horizontal autoscrolling.
7227
7228 1999-08-10 Richard M. Stallman <rms@gnu.org>
7229
7230 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7231 control use of -f option.
7232 (mail-specify-envelope-from): New variable.
7233 (mail-from-style): Doc fix.
7234
7235 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7236 (easy-menu-get-map): New arg TO-MODIFY helps choose
7237 between local and global maps.
7238 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7239 (easy-menu-change): Doc fix.
7240
7241 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7242 (info-lookup-guess-default): Simplified and cleaned up.
7243 (info-lookup-guess-default*): Preserve point.
7244
7245 * view.el (view-mode-disable): If buffer-read-only is nil,
7246 don't change it.
7247
7248 * files.el (after-find-file): Disable View mode if buffer is no
7249 longer read-only.
7250
7251 * view.el (view-mode-enable, view-mode-disable):
7252 Call force-mode-line-update.
7253
7254 1999-08-10 Karl Heuer <kwzh@gnu.org>
7255
7256 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7257 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7258 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7259
7260 1999-08-10 Alex Schroeder <asc@bsiag.com>
7261
7262 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7263 to prevent m-eating-bug.
7264
7265 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7266
7267 * term/pc-win.el (msdos-bg-mode): Remove. Call
7268 frame-set-background-mode instead. All callers changed.
7269 (msdos-face-setup): Don't force color display parameter, it is set
7270 by frame-set-background-mode.
7271 (make-msdos-frame): Call x-handle-reverse-video and
7272 face-set-after-frame-default. Delete frame if creation failed.
7273
7274 * faces.el (face-set-after-frame-default): Don't call
7275 make-face-x-resource-internal for the pc window-system.
7276
7277 1999-08-10 Dave Love <fx@melange.gnu.org>
7278
7279 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7280 case with no docstring specially.
7281
7282 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7283
7284 * complete.el (PC-do-completion): If completing on file name,
7285 reproduce str by concatenating its directory and basename parts.
7286
7287 1999-08-07 Dave Love <fx@gnu.org>
7288
7289 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7290 unibyte to multibyte conversion of search-forward (from Handa),
7291 but avoid the replacement if the language is Latin-N.
7292
7293 1999-08-06 Richard Stallman <rms@gnu.org>
7294
7295 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7296 of eval-buffer.
7297
7298 * international/mule.el (load-with-code-conversion):
7299 Pass t to eval-buffer for DO-ALLOW-PRINT.
7300
7301 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7302
7303 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7304 of filenames and attributes.
7305 (ls-lisp-insert-directory): Use directory-files-and-attributes
7306 for speed.
7307
7308 1999-08-05 Dave Love <fx@gnu.org>
7309
7310 * auto-show.el (auto-show-mode): Fix :set.
7311
7312 * widget.el (define-widget-keywords): Make dummy definition and
7313 comment-out its use.
7314
7315 1999-08-04 Richard Stallman <rms@gnu.org>
7316
7317 * progmodes/tcl.el: Customized.
7318
7319 * sql.el (sql-accumulate-and-indent): Instead of testing
7320 whether this is Emacs 20 before calling comint-accumulate,
7321 test whether comint-accumulate is defined.
7322
7323 1999-08-04 Dave Love <fx@gnu.org>
7324
7325 * sgml-mode.el: Require outline when compiling.
7326 (sgml-mode-hook, html-mode-hook): Customize.
7327 (sgml-validate-command): Fix :version.
7328 (html-autoview-mode): Doc fix.
7329
7330 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7331 nothing in Latin-N environment.
7332
7333 * info.el (Info-find-node): Call info-initialize here.
7334 (info): Not here.
7335 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7336
7337 1999-08-04 Richard Stallman <rms@gnu.org>
7338
7339 * ansi-color.el: New file.
7340
7341 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * dired.el (dired-string-replace-match): Return `nil' when no match
7344 found with global search.
7345
7346 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7347 * terminal.el (te-terminfo-directory):
7348 * mail/mailpost.el (post-mail-send-it):
7349 * mail/metamail.el (metamail-region):
7350 * progmodes/ada-mode.el (ada-tmp-directory):
7351 Use temporary-file-directory.
7352
7353 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7354 (compilation-filter, compilation-forget-errors)
7355 (compilation-parse-errors): Use a marker instead of an integer for
7356 `compilation-parsing-end'.
7357
7358 * progmodes/diff.el (diff-parse-differences):
7359 Use a marker instead of an integer for `compilation-parsing-end'.
7360 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7361 Use a marker instead of an integer for `compilation-parsing-end'.
7362
7363 1999-08-03 Richard Stallman <rms@gnu.org>
7364
7365 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7366 (Buffer-menu-mode): Doc fix.
7367 (Buffer-menu-view): New command.
7368 (Buffer-menu-view-other-window): New command.
7369
7370 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7371
7372 * replace.el (query-replace-regexp-eval)
7373 (replace-eval-replacement, replace-loop-through-replacements)
7374 (replace-match-string-symbols): New functions.
7375 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7376 Use replace-loop-through-replacements.
7377
7378 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7379
7380 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7381 (5x5): Doc fix.
7382
7383 1999-08-03 Dave Love <fx@gnu.org>
7384
7385 * fortran.el (fortran-indent-new-line): Make it an alias
7386 for reindent-then-newline-and-indent.
7387
7388 1999-08-03 Didier Verna <verna@inf.enst.fr>
7389
7390 * rect.el: All functions rewritten, except when noted above
7391 their declaration. Below is a list of interface changes.
7392 (apply-on-rectangle): New function, mostly replaces
7393 `operate-on-rectangle'. All callers changed.
7394 (move-to-column-force): Pass new second argument to `move-to-column'.
7395 (kill-rectangle): Added optional prefix arg to fill lines.
7396 (delete-rectangle): Ditto.
7397 (delete-whitespace-rectangle): Ditto.
7398 (delete-extract-rectangle): Ditto.
7399 (open-rectangle): Ditto.
7400 (clear-rectangle): Ditto.
7401 (delete-whitespace-rectangle-line): New function.
7402 (delete-rectangle-line): Added third arg FILL.
7403 (delete-extract-rectangle-line): Ditto.
7404 (open-rectangle-line): Ditto.
7405 (clear-rectangle-line): Ditto.
7406
7407 1999-08-03 Ray Blaak <blaak@gnu.org>
7408
7409 * progmodes/delphi.el: New file.
7410
7411 1999-08-02 Richard Stallman <rms@gnu.org>
7412
7413 * textmodes/outline.el (outline-previous-heading): New function.
7414 (outline-up-heading-all): Use outline-previous-heading.
7415 (outline-next-heading): Delete definition inserted yesterday.
7416
7417 1999-08-01 Richard Stallman <rms@gnu.org>
7418
7419 * textmodes/outline.el (outline-next-heading): New function.
7420 (outline-up-heading-all): New function.
7421 (outline-font-lock-level): Using outline-up-heading-all.
7422 Tell outline-back-to-heading to accept invisible headings.
7423
7424 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7425
7426 * mail/mh-utils.el (mh-find-path-run): New variable.
7427 (mh-find-path): Test and set that.
7428 Set mail-user-agent only the first time this function is run.
7429 (mail-user-agent): Defvar deleted.
7430
7431 * info.el (info-initialize): New function.
7432 (info): Call info-initialize.
7433 (Info-directory-list): Initialize to nil,
7434 so info-initialize will set it up for real.
7435
7436 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7437
7438 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7439 does not interpret a time as the year in a day-month entry.
7440
7441 * calendar/diary-lib.el: Change syntax table entry for colon in
7442 the diary as part of the european-date-diary-pattern fix.
7443
7444 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7445
7446 * international/mule.el (set-auto-coding): Allow whitespace before
7447 and after the "variable: value" pair.
7448
7449 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7450
7451 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7452 (default-sendmail-coding-system): Doc-string fixed.
7453
7454 1999-07-30 Dave Love <fx@gnu.org>
7455
7456 * subr.el (assoc-delete-all): New function, renamed from
7457 frame-delete-all.
7458
7459 * frame.el: Change comments to doc strings and other doc fixes.
7460 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7461 Callers changed.
7462 (set-background-color, set-foreground-color, set-cursor-color)
7463 (set-mouse-color, set-border-color): Offer completion of colours.
7464 (cursor): Add :version to defgroup.
7465
7466 * facemenu.el (list-colors-display): Make it work on ttys.
7467 (facemenu-read-color): Likewise.
7468
7469 1999-07-30 Richard M. Stallman <rms@gnu.org>
7470
7471 * frame.el (frame-notice-user-settings): If background
7472 color has been changed, update background-mode from it,
7473 then update faces.
7474
7475 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7476
7477 * net-utils.el (finger): Don't do indirect fingering.
7478
7479 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7480
7481 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7482 rules. Add separator at end of holidays.
7483 (cal-tex-rules): New customizable variable.
7484 (cal-tex-latexify-list): Add optional parameter to put separator
7485 at end.
7486
7487 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7488
7489 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7490 fill prefix on each line while looping to the end of paragraph.
7491 End paragraph if it's longer than the existing fill prefix.
7492
7493 * textmodes/fill.el (fill-context-prefix): Doc fix.
7494
7495 1999-07-30 Dave Love <fx@gnu.org>
7496
7497 * font-lock.el (jit-lock): Fix :load, add :version.
7498
7499 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7500
7501 * term/pc-win.el (msdos-face-setup): Register standard colors in
7502 Vface_tty_color_alist.
7503 (face-color-supported-p, face_color_gray_p): New functions.
7504
7505 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7506 is bound.
7507
7508 * startup.el (command-line): Don't register default colors for
7509 MSDOS window-system.
7510
7511 1999-07-29 Dave Love <fx@gnu.org>
7512
7513 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7514 charquote.
7515
7516 * lisp-mode.el (eval-defun): Re-written to avoid
7517 capturing variables.
7518
7519 * picture.el (picture-beginning-of-line): Don't call
7520 hscroll-point-visible now we have real autoscrolling.
7521 (picture-end-of-line, picture-newline, picture-open-line):
7522 Likewise.
7523
7524 * international/latin-8.el: New file.
7525 * international/latin-9.el: New file.
7526
7527 1999-07-28 Dave Love <fx@gnu.org>
7528
7529 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7530
7531 * msb.el: Require cl only when compiling.
7532 (msb--home-dir): Deleted.
7533 (msb--format-title): Use abbreviate-file-name.
7534 (msb--choose-file-menu): Simplify string comparison.
7535
7536 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7537
7538 * faces.el (toolbar): Add face definition for mono displays.
7539
7540 1999-07-27 Richard M. Stallman <rms@gnu.org>
7541
7542 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7543
7544 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7545 force copying of default-frame-alist.
7546
7547 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7548
7549 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7550
7551 1999-07-26 Richard M. Stallman <rms@gnu.org>
7552
7553 * frame.el (set-mouse-color): If new color is nil,
7554 really respecify the current color.
7555
7556 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7557
7558 * faces.el (bitmap-area): Change background of face `bitmap-area'
7559 to white for mono displays.
7560
7561 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7562
7563 * international/ccl.el (ccl-embed-symbol): New function.
7564 (ccl-program-p): Deleted. Now it's implemented in C code.
7565 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7566 (ccl-compile-translate-character): Likewise.
7567 (ccl-compile-map-single): Likewise.
7568 (ccl-compile-multiple-map-function): Likewise.
7569 (declare-ccl-program): Doc-string modified.
7570 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7571
7572 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7573
7574 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7575
7576 1999-07-25 Markus Rost <rost@gnu.org>
7577
7578 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7579 the entries to make custom-file more readable.
7580
7581 1999-07-25 Richard M. Stallman <rms@gnu.org>
7582
7583 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7584
7585 * emacs-lisp/edebug.el: Delete compatibility code.
7586 (edebug-next-token-class): If . is followed by a digit,
7587 return `symbol' for the token class.
7588
7589 * startup.el (command-line): If we don't find the user's init file,
7590 set user-init-file to nil.
7591
7592 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7593
7594 * info-look.el (info-lookup-interactive-arguments): Add optional
7595 argument query for new choice of help mode.
7596 (info-lookup-symbol): Use it.
7597 (info-lookup-file): Ditto.
7598 (info-lookup): Don't switch to other window, if already in Info
7599 buffer.
7600
7601 1999-07-23 Dave Love <fx@gnu.org>
7602
7603 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7604 syntax.
7605 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7606 (fortran-font-lock-syntactic-keywords): New variable.
7607 (fortran-mode): Use it.
7608 (fortran-font-lock-keywords-1): Don't do comments.
7609 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7610 match data.
7611
7612 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7613
7614 * msb.el (msb-menu-bar-update-buffers): Renamed from
7615 menu-bar-update-buffers.
7616 (msb-custom-set, msb--toggle-menu-type): Call
7617 msb-menu-bar-update-buffers.
7618 (msb-mode): Revise the hook setting.
7619
7620 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7621
7622 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7623
7624 * font-lock.el, help.el, simple.el: Re-integrate previously
7625 described changes that were lost due to errors while checking them
7626 in.
7627
7628 1999-07-23 Kevin Blake <kblake@ticnet.com>
7629
7630 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7631
7632 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7633
7634 * international/encoded-kb.el
7635 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7636 but push it to unread-command-events.
7637 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7638 (encoded-kbd-self-insert-sjis): Likewise.
7639 (encoded-kbd-self-insert-big5): Likewise.
7640
7641 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7642 before left margin and fill-prefix by fill-find-break-point.
7643
7644 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7645
7646 * info-look.el (info-lookup-setup-mode): Don't give up, if
7647 info-lookup-make-completions returns an error.
7648 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7649 name latex, not latex2e.
7650
7651 1999-07-21 Richard M. Stallman <rms@gnu.org>
7652
7653 * replace.el (perform-replace): Turn off case-fold-search
7654 if FROM-STRING argument has uppercase in it.
7655
7656 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7657
7658 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7659 mode is on. Don't use end of changed text.
7660
7661 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7662
7663 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7664 (cl-hash-table-p): Renamed from hash-table-p.
7665 (cl-hash-table-count): Renamed from hash-table-count.
7666 (maphash): Alias to cl-maphash removed.
7667 (gethash): Likewise.
7668 (puthash): Likewise.
7669 (remhash): Likewise.
7670 (clrhash): Likewise.
7671
7672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7673
7674 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7675 third arg non-nil. See comment there why this isn't a good idea.
7676
7677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7678
7679 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7680
7681 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7682 sit-for with 3rd arg non-nil to prevent redisplay.
7683
7684 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7685
7686 * image.el (image-type-from-file-header): If file doesn't
7687 have a directory part, add data-directory.
7688
7689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7690
7691 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7692 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7693 motion handling when tooltip-gud-tips-p is nil.
7694
7695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7696
7697 * tooltip.el (tooltip-mode): Don't use `plusp'.
7698 (tooltip-active): Use initial value of nil.
7699
7700 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7701
7702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7703
7704 * bindings.el (make-mode-line-mouse-sensitive): Add key
7705 definitions for `top-line'.
7706
7707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7708
7709 * faces.el (top-line): New face.
7710
7711 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7712
7713 * image.el (image-type-regexps): Add regexp for PS files.
7714
7715 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7716
7717 * faces.el (set-face-attribute): Fix wrong handling of frame
7718 begin equal to t.
7719
7720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7721
7722 * image.el (image-type-regexps): Add PNG format.
7723
7724 1999-07-21 Dave Love <fx@gnu.org>
7725
7726 * bindings.el (mode-line-modified): New variable.
7727 (mode-line-mode-menu-1): Switch to appropriate window before
7728 showing menu.
7729
7730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7731
7732 * faces.el (face-underline): Removed.
7733 (face-underline-color): Ditto.
7734
7735 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7736
7737 * faces.el (face-x-resources): Fix typo.
7738
7739 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7740
7741 * faces.el: Remove handling of `:relief', extend handling of
7742 `:box'.
7743 (frame-set-background-mode): Choose new defface specs after
7744 frame parameters have changed.
7745
7746 * cus-face.el: Ditto.
7747
7748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7749
7750 * custom.el (defface): Extend documentation to include new
7751 face attributes.
7752
7753 * cus-face.el (custom-face-attributes): Add overline,
7754 strike-through, box.
7755
7756 * faces.el (face-valid-attribute-values): Handle overline,
7757 strike-through, box.
7758 (face-attribute-name-alist): Add pairs for new face attributes.
7759 (describe-face): Handle new face attributes.
7760
7761 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7762
7763 * faces.el (face-x-resources): Add overline, strike-through, box.
7764
7765 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7766
7767 * enriched.el (enriched-translations): Add `display' and
7768 "x-display".
7769 (enriched-handle-display-prop): New.
7770 (enriched-decode-display-prop): New.
7771
7772 * format.el (top-level): Give `display' property
7773 `format-list-atomic-p.
7774 (format-annotate-single-property-change): Test that property.
7775 If present, treat list property values like atoms.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7780 so that "*" can be entered.
7781
7782 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7783
7784 * cus-face.el (custom-face-attributes): Don't use `#''.
7785
7786 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7787
7788 * cus-face.el (custom-face-attributes): Return underline
7789 face attribute directly from the second lambda of underline.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7794
7795 * frame.el (after-setting-font-hooks): New variable.
7796 (set-frame-font): Run those hooks.
7797
7798 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7799
7800 * faces.el (set-face-attribute): Fix doc string.
7801
7802 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7803
7804 * cus-face.el (custom-face-attributes): Accept color name.
7805
7806 * faces.el (face-underline-p): Accept unspecified underlining.
7807 (face-underline): Ditto. Fix doc string.
7808
7809 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7810
7811 * faces.el (face-underline-color): New function.
7812
7813 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7814
7815 * cus-face.el (custom-face-attributes): Support underline coloring.
7816 Added slot to choose a color.
7817
7818 * faces.el (face-underline): New function.
7819 (face-underline-p): Support underline coloring.
7820 Return nil only if the underline attribute is 'normal.
7821 (set-face-underline): New function.
7822 (face-valid-attribute-values): Support underline coloring.
7823
7824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7825
7826 * image.el (insert-image): Use `display' instead of `glyph'
7827 as text property name.
7828 (put-image): Ditto.
7829 (image-type-from-file-header): Use insert-file-contents-literally.
7830
7831 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7832
7833 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7834 string to indicate separators.
7835
7836 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7837
7838 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7839 instead of message-log.
7840
7841 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7842
7843 * faces.el (bitmap-area): New face.
7844
7845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7846
7847 * image.el (insert-image): New.
7848
7849 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7850
7851 * frame.el (blink-cursor): Set the symbol's value.
7852 (show-trailing-whitespace): Change group to font-lock.
7853
7854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7855
7856 * jit-lock.el: New.
7857 * font-lock.el: Add jit-mode as new support mode.
7858
7859 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7860 reaching end instead of letting re-search-forward signal an error.
7861 (demand-lock-mode): New.
7862 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7863 (font-lock-turn-off-thing-lock): Ditto.
7864 (font-lock-after-fontify-buffer): Ditto.
7865 (font-lock-after-unfontify-buffer): Ditto.
7866
7867 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7868
7869 * gs.el: New file.
7870
7871 * startup.el (command-line-1): Activate tooltip mode if
7872 interactive.
7873
7874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7875
7876 * faces.el (toolbar): Grey default background.
7877 (modeline): Ditto.
7878
7879 * image.el (image-type-regexps): New.
7880 (image-type-from-file-header): New.
7881 (create-image): Call it.
7882
7883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7884
7885 * image.el: New file.
7886
7887 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7888
7889 * bindings.el (mode-line-format): Replace `mode-name' with
7890 `(:eval mode-line-mode-name)'.
7891 (mode-line-mode-name): New.
7892 (make-mode-line-mouse-sensitive): Don't change default value
7893 of `mode-name'.
7894
7895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7896
7897 * tooltip.el: New file.
7898
7899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7900
7901 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7902 instead of mouse-3 to pop up menus.
7903 (mode-line-kill-buffer): Removed.
7904 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7905 buffer name.
7906 (mode-line-buffer-menu-1): Removed.
7907
7908 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7909
7910 * bindings.el (mode-line-buffer-identification-keymap): New.
7911 (mode-line-buffer-menu-keymap): New.
7912 (mode-line-mode-menu-keymap): New.
7913 (mode-line-unbury-buffer): New.
7914 (mode-line-other-buffer): New.
7915 (mode-line-kill-buffer): New.
7916 (mode-line-buffer-menu-1): New.
7917 (mode-line-mode-menu-1): New.
7918 (make-mode-line-mouse-sensitive): New.
7919
7920 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7921
7922 * help.el (describe-key-briefly): Handle mode line strings
7923 with local-map properties.
7924 (describe-key): Ditto.
7925 (mode-line-key-binding): New.
7926
7927 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7928
7929 * scroll-bar.el (scroll-bar-timer): New.
7930 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7931
7932 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7933
7934 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7935 and `bottom'.
7936
7937 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7938
7939 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7940 (global): Use different key bindings if using tookit scroll bars.
7941
7942 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7943
7944 * faces.el (modeline): Define mode line face with relief for
7945 class color, only.
7946 (toolbar): New face.
7947
7948 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7949
7950 * frame.el (frame-initialize): Set frame-creation-function to
7951 tty-create-frame-with-faces.
7952
7953 * faces.el (frame-set-background-mode): Make it work for
7954 window-system nil.
7955
7956 * faces.el (tty-create-frame-with-faces): New.
7957 (face-set-after-frame-default): Make it work for TTY frames.
7958
7959 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7960
7961 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7962 Return a list of one font family for TTYs. Don't return bitmap
7963 file paths for TTY frames.
7964
7965 * faces.el: Add face specs for tty displays to basic faces.
7966
7967 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7968 (font-lock-string-face): Ditto.
7969 (font-lock-keyword-face): Ditto.
7970 (font-lock-builtin-face): Ditto.
7971 (font-lock-function-name-face): Ditto.
7972 (font-lock-variable-name-face): Ditto.
7973 (font-lock-type-face): Ditto.
7974 (font-lock-constant-face): Ditto.
7975 (font-lock-warning-face): Ditto.
7976
7977 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7978
7979 * startup.el (command-line): Register default tty colors.
7980
7981 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7982
7983 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7984
7985 * faces.el (modeline): For X frames, use a modeline with relief.
7986
7987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7988
7989 * faces.el (frame-update-faces): Copied from 20.2.
7990 (frame-update-face-colors): Ditto. Code removed that isn't
7991 applicable in the new face implementation.
7992
7993 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7994
7995 * frame.el (show-trailing-whitespace): New.
7996
7997 * faces.el (trailing-whitespace): New basic face.
7998
7999 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8000
8001 * cus-face.el (custom-facep): Always define as alias for facep.
8002
8003 * cus-face.el (custom-face-attributes): Use choice widgets.
8004 Remove :bold and :italic.
8005
8006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8007
8008 * faces.el (face-charset-registries): Removed since fontset.el
8009 is no always loaded.
8010
8011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8012
8013 * faces.el (internal-get-face): Added as obsolete function for
8014 compatibility.
8015
8016 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8017
8018 * frame.el (blink-cursor-end): Call show-cursor.
8019 (blink-cursor-mode): Ditto.
8020
8021 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8022
8023 * faces.el (face-spec-reset-face): Reset all attributes to
8024 `unspecified'.
8025 (face-spec-set): Use it.
8026
8027 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8028
8029 * faces.el (read-all-face-attributes): Bug fix.
8030 (face-read-integer): Allow nil default value.
8031 (face-valid-attribute-values): Use symbol names of attribute
8032 values for completion list.
8033
8034 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8035
8036 * faces.el (internal-find-face): Define for compatibility with
8037 20.2.
8038 (face-id): Likewise.
8039
8040 * faces.el (face-id): Return the ID of a realized face for ASCII.
8041
8042 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8043 (x-complement-fontset-spec): Use face-charset-registries.
8044
8045 * faces.el (face-font-selection-order): Set font selection order
8046 from Lisp.
8047 (face-alternative-font-family-alist): Set alternative font
8048 families from Lisp.
8049
8050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8051
8052 * faces.el (set-face-charset-registries): Set symbol value.
8053
8054 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8055
8056 * faces.el (face-set-after-frame-default): Call function
8057 internal-merge-in-global-face.
8058
8059 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8060
8061 * faces.el (face-list): Return symbols from face-global-alist.
8062
8063 * faces.el (face-list): Return a copy of the face name list so
8064 that it cannot be modified from outside (facemenu.el uses
8065 nreverse, for example).
8066
8067 * cus-face.el (custom-face-attributes): Add :bold and :italic
8068 for compatibility with old code.
8069
8070 * faces.el (set-face-attributes-from-resources): Additional
8071 frame parameter.
8072 (make-face-x-resource-internal): Set attributes from resources
8073 for a given frame or all frames.
8074
8075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8076
8077 * faces.el (all-faces): Removed.
8078
8079 * custom.el (defface): Add new face attributes to function
8080 comment.
8081
8082 * font-lock.el (font-lock-comment-face): Use new face attribute
8083 names.
8084 (font-lock-string-face): Ditto.
8085 (font-lock-keyword-face): Ditto.
8086 (font-lock-builtin-face): Ditto.
8087 (font-lock-function-name-face): Ditto.
8088 (font-lock-variable-name-face): Ditto.
8089 (font-lock-type-face): Ditto.
8090 (font-lock-reference-face): Ditto.
8091 (font-lock-warning-face): Ditto.
8092 ((boundp 'font-lock-face-attributes)): Ditto.
8093
8094 * cus-face.el (custom-face-attributes): Use new face attributes.
8095
8096 * faces.el (set-face-attribute-from-resource): Initialize
8097 from resources only for X and W32.
8098
8099 * cus-face.el (custom-declare-face): Don't make frame-local
8100 faces.
8101
8102 * faces.el (describe-face): Use princ instead of insert.
8103
8104 * faces.el: Add XLFD manipulation functions from 20.2 again
8105 because fontset.el uses them.
8106 (face-set-after-frame-default): Add empty definition.
8107
8108 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8109
8110 * faces.el (make-face): Correct typo.
8111 (set-face-attribute-from-resource): Use let*.
8112 (face-underline-p): Correct typo.
8113 (face-inverse-video-p): Ditto.
8114 (set-face-stipple): Ditto.
8115 (face-read-string): Make completion-list optional parameter.
8116
8117 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8118
8119 * faces.el (face-charset-registries): Alist mapping charset
8120 symbols to registries and encoding.
8121
8122 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8123
8124 * frame.el (blink-cursor-mode): Use interactive spec "P".
8125
8126 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8127
8128 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8129 mode. The cursor of selected_window blinks if the mode is enabled.
8130
8131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8132
8133 * simple.el (next-history-element): Set point to the end of the
8134 prompt if minibuffer-prompt-in-buffer.
8135
8136 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8137
8138 * faces.el (x-font-regexp): Add sub-expression parentheses for
8139 several font name components.
8140
8141 1999-07-21 Gerd Moellmann <gerd@acm.org>
8142
8143 * faces.el (set-face-relief): Use index 12 for relief.
8144 (face-fill-in): Set relief from data.
8145 (internal-make-face): Init relief to zero.
8146
8147 * faces.el (face-spec-set): Call modify-face with additional
8148 parameters for relief and fixed-p.
8149
8150 1999-07-21 Gerd Moellmann <gerd@acm.org>
8151
8152 * cus-face.el: ':fixed and ':relief added.
8153
8154 * faces.el (describe-face): Add fixed font attribute and relief.
8155 (face-attr-match-p): Ditto.
8156 (face-attr-construct): Ditto.
8157 (face-spec-set): Ditto.
8158
8159 1999-07-21 Gerd Moellmann <gerd@acm.org>
8160
8161 * faces.el (internal-make-face): Function to create a Lisp vector
8162 suitable for representing a face.
8163 (make-face): Use it instead of make-vector.
8164 (x-create-frame-with-faces): Use it instead of vector.
8165 (internal-facep): Increase vector size to 14.
8166 (internal-make-face): Ditto.
8167 (face-relief): Access relief thickness.
8168 (face-fixed-p): Access fixed font attribute.
8169 (set-face-fixed-p): Set fixed font attribute.
8170 (set-face-relief): Set relief attribute.
8171 (internal-face-interactive-int): Read int attribute of face.
8172 (modify-face): Add fixed-p and relief parameters.
8173 (copy-face): Handle fixed-p and relief.
8174 (face-equal): Compare fixed-p and relief.
8175 (face-differs-from-default-p): Ditto.
8176 (face-nontrivial-p): Add fixed-p and relief.
8177
8178 1999-07-21 Gerd Moellmann <gerd@acm.org>
8179
8180 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8181 (internal-facep): Increase vector size.
8182 (make-face): Ditto.
8183 (face-shadow-thickness): Added.
8184 (set-face-shadow-thickness): Added.
8185 (modify-face): Add optional shadow-thickness parameter.
8186 (make-face-x-resource-internal): Add shadows.
8187 (copy-face): Ditto.
8188 (face-equal): Ditto.
8189 (face-differs-from-default-p): Ditto.
8190 (face-nontrivial-p): Ditto.
8191 (face-attr-match-p): Ditto.
8192 (face-attr-construct): Ditto.
8193 (face-spec-set): Ditto.
8194 (face-fill-in): Ditto.
8195
8196 1999-07-21 Gerd Moellmann <gerd@acm.org>
8197
8198 * bench.el (bench-mark-split-window): New bench mark.
8199
8200 1999-07-21 Gerd Moellmann <gerd@acm.org>
8201
8202 * faces.el (set-face-font): Don't pass default font to
8203 x-resolve-font so that font will not have to be of the same
8204 size.
8205
8206 1999-07-20 Dave Love <fx@gnu.org>
8207
8208 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8209 unconditionally t.
8210
8211 1999-07-20 Karl Heuer <kwzh@gnu.org>
8212
8213 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8214
8215 1999-07-20 Dave Love <fx@gnu.org>
8216
8217 * help.el (describe-variable): Fix test for customizability.
8218
8219 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8220 Check for readonly buffer in interactive spec.
8221 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8222 (backward-kill-word): Add * to interactive spec.
8223
8224 * underline.el (underline-region, ununderline-region): Add * to
8225 interactive spec.
8226
8227 * fill.el (canonically-space-region, justify-current-line): Add *
8228 to interactive spec.
8229 (fill-region-as-paragraph, fill-paragraph, fill-region)
8230 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8231 readonly buffer in interactive spec.
8232
8233 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8234 (backward-kill-sentence, kill-sentence): Add * to interactive
8235 spec.
8236
8237 1999-07-19 Richard M. Stallman <rms@gnu.org>
8238
8239 * dired-aux.el (dired-do-shell-command): Doc fix.
8240
8241 * shell.el (shell-unquote-argument): New function.
8242 (shell-directory-tracker): Use shell-unquote-argument.
8243 * comint.el (comint-arguments): Handle \ followed by space or tab.
8244
8245 1999-07-19 John Wiegley <jwiegley@borland.com>
8246
8247 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8248 color codes 39 and 49, which by the way lynx uses them seem to
8249 mean "foreground reset" and "background reset".
8250
8251 1999-07-19 Karl Heuer <kwzh@gnu.org>
8252
8253 * font-lock.el (c++-keywords): Add "typeid".
8254
8255 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8256 selects no font, treat that as zero selections, not one.
8257
8258 1999-07-19 Dave Love <fx@gnu.org>
8259
8260 * info.el (Info-search): Don't lose with empty regexp.
8261
8262 * version.el: Cater for (free) `ident' program, not `which'.
8263
8264 * hl-line.el: New file.
8265
8266 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8267 for modes which don't define menus.
8268
8269 1999-07-16 Richard M. Stallman <rms@gnu.org>
8270
8271 * webjump.el (webjump-sample-sites): Update some URLs.
8272
8273 1999-07-14 Richard Stallman <rms@gnu.org>
8274
8275 * Version 20.4 released.
8276
8277 1999-07-14 Andreas Schwab <schwab@gnu.org>
8278
8279 * compare-w.el (compare-windows): Try to find the next window in
8280 the current frame before looking at the other frames.
8281
8282 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8283
8284 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8285 Use cyrillic-jcuken as default input method.
8286
8287 1999-07-12 Richard Stallman <rms@gnu.org>
8288
8289 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8290 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8291
8292 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8293 (ispell-local-dictionary-alist): Add koi8-r for character set.
8294
8295 * textmodes/flyspell.el (flyspell-get-word):
8296 Add special handling for when ispell-otherchars is empty.
8297
8298 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8299
8300 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8301 when having nested functons.
8302 (pascal-indent-nested-functions) (pascal-indent-line)
8303 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8304 indenting nested functions.
8305
8306 1999-07-09 Richard Stallman <rms@gnu.org>
8307
8308 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8309
8310 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8311
8312 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8313 the `end' keyword was in the very beginning of the buffer.
8314
8315 1999-07-08 Richard Stallman <rms@gnu.org>
8316
8317 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8318
8319 * term.el (term-emulate-terminal): Avoid infinite loop
8320 in strange case where minibuffer window is selected but not active.
8321
8322 1999-07-07 Stephen Eglen <stephen@gnu.org>
8323
8324 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8325 Change regexp so that it doesn't match commands beginning with `cd'.
8326
8327 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8328
8329 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8330
8331 1999-07-06 Richard Stallman <rms@gnu.org>
8332
8333 * hscroll.el (hscroll-minibuffer-hook): New function.
8334 (hscroll-global-mode): Add and remove that hook.
8335 Set hscroll-old-truncate-was-global's default value.
8336
8337 1999-07-05 Richard Stallman <rms@gnu.org>
8338
8339 * files.el (revert-buffer): Don't preserve point here.
8340 (revert-buffer-insert-file-contents-function): Doc fix.
8341
8342 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8343
8344 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8345 doing a `stat' when it isn't necessary because that can cause
8346 trouble when an NFS server is down.
8347
8348 1999-07-04 Richard Stallman <rms@gnu.org>
8349
8350 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8351
8352 1999-07-03 Richard Stallman <rms@gnu.org>
8353
8354 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8355 for \200...\240 also.
8356 (isearch-printing-char): Use unibyte-char-to-multibyte.
8357
8358 1999-07-02 Richard Stallman <rms@gnu.org>
8359
8360 * frame.el (minibuffer-frame-alist): Use defcustom.
8361 (pop-up-frame-alist): Likewise.
8362 (initial-frame-alist): Specify * in the doc string.
8363
8364 * hscroll.el (hscroll-mode): Make it a permanent local.
8365 (hscroll-mode): Don't cancel the timer
8366 if HScroll mode is enabled in some other buffer.
8367
8368 * isearch.el (isearch-done): If search ends in middle of intangible
8369 text (due to text property), move on to the limit of that text.
8370
8371 1999-07-01 Andrew Innes <andrewi@gnu.org>
8372
8373 * man.el (Man-build-man-command): Use value of null-device,
8374 instead of hard-coding "/dev/null".
8375
8376 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8377 ange-ftp file names, which might force ange-ftp to prompt for a
8378 password.
8379
8380 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8381 to prevent references to temp files.
8382
8383 1999-06-30 Richard Stallman <rms@gnu.org>
8384
8385 * progmodes/sh-script.el (sh-feature): If nothing is known
8386 about the given shell, use the values for `sh'.
8387
8388 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8389
8390 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8391 to make it non-recursive.
8392
8393 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8394
8395 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8396
8397 * auto-show.el (auto-show-mode): Fix Typo in :set.
8398
8399 1999-06-29 Richard M. Stallman <rms@gnu.org>
8400
8401 * progmodes/sh-script.el (sh-mode): When setting syntax
8402 table, default to the standard one.
8403
8404 1999-06-27 Richard M. Stallman <rms@gnu.org>
8405
8406 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8407
8408 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8409
8410 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8411 a frame when `return' is requested (even if pop-up-frames = t)
8412 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8413 should only be set for the bibtex buffer.
8414
8415 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8416
8417 * progmodes/compile.el: Deal with compilation-error-screen-columns
8418 being buffer-local.
8419
8420 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8421
8422 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8423
8424 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8425
8426 * cal-x.el (calendar-only-one-frame-setup): New function.
8427 * calendar.el (calendar): Call it if requested.
8428
8429 1999-06-24 Karl Heuer <kwzh@gnu.org>
8430
8431 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8432
8433 1999-06-22 Richard M. Stallman <rms@gnu.org>
8434
8435 * mail/supercite.el (sc-emacs-features): Doc fix.
8436
8437 1999-06-22 Karl Heuer <kwzh@gnu.org>
8438
8439 * files.el (auto-mode-alist): Add pike-mode.
8440
8441 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8442
8443 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8444 last byte of a numeric field is a space or a NUL. Parse it as
8445 potentially part of the number. This is used by GNU tar
8446 1.12.64012 to handle larger values.
8447
8448 1999-06-20 Karl Heuer <kwzh@gnu.org>
8449
8450 * custom.el (custom-handle-keyword): Fix error message.
8451
8452 1999-06-18 Andrew Innes <andrewi@gnu.org>
8453
8454 * mail/smtpmail.el (smtpmail-send-it): Use
8455 convert-standard-filename to make file names for queued mail safe
8456 on Windows (`:' is invalid in file names on Windows).
8457
8458 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8459
8460 * international/mule-cmds.el (describe-current-input-method):
8461 Current-input-method is string.
8462 (toggle-input-method): Docstring fixed.
8463
8464 * international/mule-diag.el
8465 (describe-current-coding-system-briefly): Fix format string.
8466
8467 * international/mule-util.el (coding-system-eol-type-mnemonic):
8468 Docstring modified. Return a string.
8469
8470 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8471
8472 * sql.el (sql-input-ring-file-name): Doc fix.
8473
8474 1999-06-17 Richard M. Stallman <rms@gnu.org>
8475
8476 * calendar/cal-x.el (special-display-buffer-names):
8477 Don't put (get-file-buffer diary-file) on this list.
8478
8479 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8480
8481 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8482 Don't penalize player for certain impossible guesses.
8483
8484 1999-06-16 Andrew Innes <andrewi@gnu.org>
8485
8486 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8487 return the string "Unk 0 0000" so at least it appears to be a
8488 valid timestamp to `dired-move-to-filename-regexp'.
8489
8490 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8491
8492 * ps-print.el (ps-control-character): Fix previous change.
8493
8494 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8495
8496 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8497 multiple output of the last message.
8498
8499 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8500
8501 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8502 the ASCII apostrophe, as most DOS codepages have some other glyph
8503 there.
8504
8505 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8506
8507 * language/ethio-util.el (setup-ethiopic-environment-internal):
8508 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8509 (exit-ethiopic-environment): Likewize.
8510
8511 1999-06-12 Richard M. Stallman <rms@gnu.org>
8512
8513 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8514
8515 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8516
8517 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8518 custom-initialize-default to avoid infinite loop.
8519 (crisp-mode): (defun) Call transient-mark-mode here, not when
8520 loading the file. Run crisp-mode-hook here, and run
8521 crisp-load-hook when loading the file.
8522
8523 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8524 rmail-summary buffer, search for pattern in rmail-file.
8525
8526 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8527
8528 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8529
8530 * ps-print.el (ps-printer-name): Fix custom type.
8531
8532 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8533
8534 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8535 (vhdl-port-paste-generic-map): Fix indentation bug.
8536 (vhdl-port-paste-port-map): Fix indentation bug.
8537 (vhdl-scan-file-contents): Make scanning case insensitive.
8538
8539 1999-06-11 Richard M. Stallman <rms@gnu.org>
8540
8541 * files.el (write-file): When buffer is not already visiting a file,
8542 don't put buffer name in the minibuffer, just make it the default.
8543 Also handle just directory as arg usefully in that case.
8544
8545 * simple.el (sendmail-user-agent-compose):
8546 Ignore case when inserting the rest of the "other" headers.
8547
8548 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8549
8550 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8551 (info-lookup-interactive-arguments): Never insert the default
8552 into the minibuffer automatically.
8553
8554 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8555
8556 1999-06-09 Richard M. Stallman <rms@gnu.org>
8557
8558 * simple.el (shell-command): Avoid printing "mark set" message.
8559
8560 1999-06-09 Dave Love <fx@gnu.org>
8561
8562 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8563 digits in program name in first pattern.
8564
8565 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8566
8567 * vc.el (vc-dired-mode): Don't match anything before the date in
8568 dired-move-to-filename-regexp.
8569
8570 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8571
8572 * international/quail.el (quail-define-rules): Fix typo in
8573 docstring.
8574
8575 1999-06-05 Stephen Eglen <stephen@gnu.org>
8576
8577 * iswitchb.el (iswitchb-default-keybindings): Add
8578 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8579 than when package is loaded.
8580
8581 1999-06-04 Richard M. Stallman <rms@gnu.org>
8582
8583 * startup.el (command-line): Don't set user-init-file directly;
8584 tell `load' to set it.
8585
8586 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8587
8588 * simple.el (next-history-element):
8589 Handle minibuffer-text-before-history properly when reading sexps.
8590
8591 * disp-table.el (standard-display-european):
8592 For an interactive call by the user,
8593 don't set enable-multibyte-characters,
8594 and don't set the terminal coding system.
8595
8596 * textmodes/refbib.el: Don't print any messages or display
8597 a buffer when loading the library.
8598 (r2b-help): Doc fix.
8599 (r2b-help-message): Update the documentation.
8600 (r2b-load-quietly): Variable deleted.
8601 (r2b-convert-buffer): Doc fix.
8602
8603 1999-06-04 Dave Love <fx@gnu.org>
8604
8605 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8606
8607 * auto-show.el: Don't change hooks on loading.
8608 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8609 (auto-show-mode): Add to hooks here.
8610
8611 1999-06-04 Richard Sharman <rsharman@pobox.com>
8612
8613 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8614 recursion on bogus input.
8615
8616 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8617
8618 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8619 does not select a buffer from the buffers menu, then the attached
8620 frame is not switched to anything.
8621
8622 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8623
8624 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8625 (viet-viscii-...->viet-vscii...).
8626
8627 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8628
8629 1999-06-01 Dave Love <fx@gnu.org>
8630
8631 * progmodes/fortran.el: Add :link to defgroup.
8632 (fortran-blink-matching-if): Match ELSE statements too.
8633 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8634 that filling is always done.
8635
8636 1999-05-31 Richard M. Stallman <rms@gnu.org>
8637
8638 * simple.el (append-next-kill): Use an arg to distinguish
8639 interactive calls from Lisp calls, rather than (interactive-p).
8640
8641 * international/iso-transl.el (iso-transl-language-alist):
8642 Interchange n and N.
8643
8644 1999-05-31 Dave Love <fx@gnu.org>
8645
8646 * msb.el Add to minor-mode-map-alist. Remove hook installation
8647 and keymap munging on load.
8648 (msb-mode): New option.
8649 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8650 Doc fix.
8651 (msb-mode-map): New variable.
8652 (msb-mode): New command.
8653
8654 1999-05-31 Dave Love <fx@gnu.org>
8655
8656 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8657 (ispell-complete-word-dict): Likewise.
8658
8659 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8660
8661 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8662 force the data buffer to be saved, even if the data didn't
8663 change, in case the write filter was modified. Restore the
8664 current record after read-file-filter finishes.
8665
8666 1999-05-29 Karl Heuer <kwzh@gnu.org>
8667
8668 * ispell4.el: Obsolete; file deleted.
8669
8670 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8671
8672 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8673 VALUE is a syntax table.
8674
8675 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8676
8677 * simple.el (zap-to-char): Doc fix.
8678
8679 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8680
8681 * isearch.el (isearch-quote-char): Don't assume character codes
8682 0200 - 0237 stand for characters in some single-byte character
8683 charset.
8684
8685 1999-05-27 Dave Love <fx@gnu.org>
8686
8687 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8688
8689 1999-05-27 Andreas Schwab <schwab@gnu.org>
8690
8691 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8692 headerline does not exist already.
8693
8694 1999-05-26 Richard Stallman <rms@gnu.org>
8695
8696 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8697 Avoid nested null-loops.
8698
8699 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8700
8701 * international/characters.el: Typo fixed; prefered->preferred.
8702
8703 * international/mule-cmds.el (find-coding-systems-for-charsets):
8704 Typo fixed; prefered->preferred.
8705
8706 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8707 method in read-event.
8708
8709 * international/mule.el (charset-info): Doc-string fixed.
8710
8711 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8712
8713 * mail/smtpmail.el (smtpmail-send-it): Bind
8714 smtpmail-code-conv-from properly.
8715 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8716 by smtpmail-code-conv-from.
8717
8718 1999-05-24 Richard Stallman <rms@gnu.org>
8719
8720 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8721 Binding deleted also.
8722
8723 1999-05-24 Karl Heuer <kwzh@gnu.org>
8724
8725 * comint.el (comint-bol-or-process-mark): Doc fix.
8726
8727 1999-05-23 Dave Love <fx@gnu.org>
8728
8729 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8730 Enter it on minor-mode-map-alist.
8731 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8732 Autoload. Add custom setter.
8733 (crisp-mark-line): Doc fix.
8734 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8735 (crisp-mode-hook): Define.
8736
8737 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8738
8739 * files.el (recover-file): Recover buffer-file-coding-system.
8740
8741 1999-05-22 Richard Stallman <rms@gnu.org>
8742
8743 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8744 regexp match the date, to avoid treating date as file size.
8745 Add YYYY S option to WESTERN/
8746
8747 * bookmark.el: Delete some XEmacs compatibility code.
8748 (bookmark-jump-noselect): Check vc-backend.
8749
8750 * subr.el (add-to-list): Doc fix.
8751
8752 1999-05-21 Stephen Eglen <stephen@gnu.org>
8753
8754 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8755
8756 1999-05-18 Richard Stallman <rms@gnu.org>
8757
8758 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8759 non-space after the @anchor command.
8760 (texinfo-format-var): Handle other nested constructs, using
8761 texinfo-parse-expanded-arg and texinfo-discard-command, not
8762 texinfo-parse-arg-discard.
8763
8764 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8765 (debug): Bind and use debugger-outer-inhibit-redisplay.
8766 Bind inhibit-redisplay to nil.
8767 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8768
8769 1999-05-17 Dave Love <fx@gnu.org>
8770
8771 * help.el (describe-function-1): Extra arg, interactive-p.
8772 (describe-key, describe-function): Use it.
8773
8774 1999-05-17 Karl Heuer <kwzh@gnu.org>
8775
8776 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8777
8778 1999-05-16 Dave Love <fx@gnu.org>
8779
8780 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8781 scroll-preserve-screen-position, scroll-conservatively.
8782
8783 1999-05-16 Dave Love <fx@gnu.org>
8784
8785 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8786
8787 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8788
8789 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8790
8791 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8792
8793 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8794 magic number and is not associated with a file.
8795
8796 1999-05-14 Richard M. Stallman <rms@gnu.org>
8797
8798 * files.el (find-file-noselect-1): Fix previous change.
8799
8800 1999-05-14 Simon Marshall <simon@gnu.org>
8801
8802 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8803
8804 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8805
8806 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8807 docstring.
8808
8809 * international/mule-cmds.el: Change MULE to Mule in docstrings
8810 and menus.
8811
8812 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8813
8814 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8815 to correctly reflect the value of BaseLineOffset in
8816 RelativeCompose. Now the value of RelativeCompose is an array of
8817 low and high positions.
8818 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8819 RLC for the above change.
8820
8821 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8822
8823 * comint.el (comint-password-prompt-regexp): Modified to match the
8824 output of ksu and ssh-add.
8825
8826 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8827
8828 * language/korea-util.el (isearch-toggle-korean-input-method):
8829 Adjusted for the change of input method handling in isearch.el.
8830 (isearch-hangul-switch-symbol-ksc): Likewise.
8831 (isearch-hangul-switch-hanja): Likewise.
8832
8833 1999-05-10 Dave Love <fx@gnu.org>
8834
8835 * help.el (help-make-xrefs): Fix typo.
8836
8837 1999-05-10 Andreas Schwab <schwab@gnu.org>
8838
8839 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8840 unibyte-display-via-language-environment.
8841
8842 * help.el (help-make-xrefs): Handle more cases when looking for
8843 commands in a keymap description.
8844
8845 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8846
8847 * loadup.el: For ms-dos systems, load ccl and codepage.
8848
8849 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8850
8851 * ps-print.el (ps-control-character): Call
8852 ps-mule-prepare-ascii-font to setup ASCII fonts.
8853
8854 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8855 ps-multibyte-buffer is nil, use
8856 ps-mule-font-info-database-default."
8857
8858 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8859
8860 * ispell.el (ispell-local-dictionary-alist): New variable for
8861 customizing local dictionaries not accessable by everyone.
8862 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8863 (ispell-required-version): Changed format `(major minor
8864 revision)' to support general pattern matching.
8865 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8866 skip region commented out due to incorrect skip potential in std latex.
8867 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8868 cursor point on small words for calls from `ispell-minor-mode'.
8869 (check-ispell-version): Tests and accepts versions major.minor
8870 and above, with adjustments for interactions in 3.1.0-3.1.11.
8871 (ispell-get-line): No longer skips ispell process special characters.
8872 (ispell-comments-and-strings): Removed `when' macro call.
8873 (ispell-minor-check): Requires ispell-word to restore cursor point.
8874 (ispell-buffer-local-parsing): Supports checking comments only.
8875
8876 1999-05-08 Karl Heuer <kwzh@gnu.org>
8877
8878 * comint.el (comint-password-prompt-regexp): Fix last change to be
8879 more specific.
8880
8881 1999-05-07 Richard M. Stallman <rms@gnu.org>
8882
8883 * subr.el (with-temp-message): Fix the other call to message
8884 to use %s.
8885
8886 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8887
8888 * gud.el (gud-format-command): "%F" means file sans extension.
8889 (jdb): Use %F, not %f, for gud-break.
8890
8891 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8892
8893 * comint.el (comint-password-prompt-regexp): Modified so that it
8894 matches the output of kinit.
8895
8896 1999-05-06 Greg Stark <gsstark@mit.edu>
8897
8898 * timezone.el (timezone-parse-date): Recognize new format used in
8899 internet cookies.
8900
8901 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8902
8903 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8904
8905 1999-05-04 Andrew Innes <andrewi@gnu.org>
8906
8907 * time.el (display-time-update): Allow for wrap-around when
8908 checking against display-time-server-down-time.
8909
8910 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8911
8912 * international/mule-diag.el (describe-coding-system): Fix English
8913 message.
8914
8915 1999-05-03 Jason Rumney <jasonr@altavista.net>
8916
8917 * term/w32-win.el: Change the x-charset-registry property for the
8918 Japanese charsets that are supported by Japanese Windows fonts.
8919
8920 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8921
8922 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8923 diary-block diary entries for which the reminders and the diary
8924 entries can overlap.
8925
8926 1999-05-02 Jason Rumney <jasonr@altavista.net>
8927
8928 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8929 matches the font selected in the dialog.
8930
8931 1999-05-02 Dave Love <fx@gnu.org>
8932
8933 * browse-url.el (browse-url-browser-function): Add :version.
8934
8935 * international/mule.el (auto-coding-alist): Add .tgz.
8936
8937 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8938
8939 * international/codepage.el (cp-coding-system-for-codepage-1):
8940 Make the magnification parameter for the -dos encoder be 2.
8941
8942 1999-05-2 Andrew Innes <andrewi@gnu.org>
8943
8944 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8945 it is dropped, rather than current window.
8946
8947 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8948 after switching buffer, as case-fold-search is a buffer local
8949 variable.
8950
8951 * w32-fns.el (convert-standard-filename): Only convert directory
8952 separators to backslash if the interactive shell is one of the
8953 standard Windows shells that has DOS semantics.
8954
8955 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8956 format-time-string, and return a suitable string to indicate the
8957 timestamp was invalid.
8958
8959 * hexl.el (hexlify-command): Apply shell-quote-argument after
8960 expanding hexl-program in case exec-directory contains a space.
8961 (dehexlify-command): Ditto.
8962
8963 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8964 file extension regexps which aren't necessarily binary files.
8965 (direct-print-region-helper): Use subst-char-in-string instead of
8966 binding directory-sep-char to convert filenames to DOS syntax.
8967 (direct-print-region-use-command-dot-com): New variable.
8968 (direct-print-region-helper): Use it to control whether to invoked
8969 command.com to print on Windows 9x.
8970
8971 * browse-url.el (browse-url-browser-function): Default to
8972 browse-url-default-windows-browser on windows-nt.
8973 (browse-url-default-windows-browser): New function.
8974
8975 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8976
8977 * forms.el (forms-mode): Don't call forms-first-record or
8978 forms-last-record if the data file has zero records.
8979
8980 1999-04-29 Richard M. Stallman <rms@gnu.org>
8981
8982 * files.el (find-file-noselect-1): If buffer-file-name has changed
8983 after find-file-not-found-hooks runs, recompute the truename.
8984 And don't use FILENAME after that point.
8985
8986 1999-04-27 Dave Love <fx@gnu.org>
8987
8988 * paren.el (show-paren-mode)
8989 * which-func.el (which-func-mode-global)
8990 * type-break.el (type-break-mode)
8991 * time.el (display-time-mode)
8992 * rsz-mini.el (resize-minibuffer-mode)
8993 * mouse-sel.el (mouse-sel-mode)
8994 * icomplete.el (icomplete-mode)
8995 * hscroll.el (hscroll-global-mode)
8996 * help.el (temp-buffer-resize-mode)
8997 * font-lock.el (global-font-lock-mode)
8998 * delsel.el (delete-selection-mode)
8999 * avoid.el (mouse-avoidance-mode)
9000 * autoinsert.el (auto-insert-mode)
9001 * winner.el (winner-mode): Doc fix.
9002
9003 1999-04-26 Karl Heuer <kwzh@gnu.org>
9004
9005 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9006 the same whitespace that was ignored in choosing the subject string.
9007
9008 1999-04-26 Richard M. Stallman <rms@gnu.org>
9009
9010 * info.el (Info-find-node): Position properly after finding anchor.
9011
9012 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9013
9014 * simple.el (indent-new-comment-line): Fix previous change.
9015
9016 * complete.el: Delete the wildcard expansion feature
9017 since that is now standard in find-file.
9018 (PC-try-load-many-files): Function deleted.
9019 (PC-after-load-many-files): Function deleted.
9020 (PC-many-files-list): Variable deleted.
9021 (PC-disable-wildcards): Variable deleted.
9022 (partial-completion-mode): Don't enable the wildcard feature.
9023
9024 * complete.el (PC-look-for-include-file): Don't set global variables
9025 `error', `buf' and `filename' here.
9026
9027 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9028
9029 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9030
9031 * textmodes/outline.el (outline-regexp): Doc fix.
9032
9033 1999-04-26 John Wiegley <johnw@borland.com>
9034
9035 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9036 C++Builder 4.0 error message syntax.
9037
9038 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9039
9040 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9041 supported, use find -exec.
9042
9043 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9044
9045 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9046 coding-system-for-write, to avoid hanging when non-interactive.
9047
9048 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9049
9050 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9051 start with a newline.
9052
9053 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9054
9055 * international/mule-conf.el (x-ctext): New coding system.
9056
9057 1999-04-12 Richard M. Stallman <rms@gnu.org>
9058
9059 * international/mule-cmds.el (input-method-function):
9060 Add permanent-local property.
9061
9062 1999-04-12 Dave Love <fx@gnu.org>
9063
9064 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9065 change to use jka-compr-byte-compiler-base-file-name.
9066
9067 * supercite.el (sc-scan-info-alist): Revert last change.
9068 (sc-attrib-selection-list): Fix :type here instead.
9069
9070 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9071
9072 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9073 in the list of case-insensitive filesystems.
9074
9075 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9076
9077 * international/fontset.el (create-fontset-from-fontset-spec):
9078 Don't register duplicated alias fontset names.
9079
9080 1999-04-08 Richard Stallman <rms@gnu.org>
9081
9082 * international/mule.el (auto-coding-alist-lookup): New function.
9083 (set-auto-coding): Use auto-coding-alist-lookup.
9084
9085 * jka-compr.el (jka-compr-insert-file-contents):
9086 Use auto-coding-alist-lookup to check for files that
9087 should not have eol conversion, in the unibyte case.
9088
9089 1999-04-07 Dave Love <fx@gnu.org>
9090
9091 * help.el (describe-variable): Check custom-loads property as well
9092 as custom-type.
9093
9094 * abbrev.el (abbrev-mode): Customizing sets the default value.
9095
9096 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9097
9098 * vc.el (vc-backend-revert): For CVS files that were made
9099 writeable with "cvs edit", call "cvs unedit" to undo that.
9100
9101 1999-04-08 Dave Love <fx@gnu.org>
9102
9103 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9104 more.
9105 (sc-emacs-features): Recognize Emacs 20.
9106 (sc-read-string): Use history arg.
9107 (sc-scan-info-alist): Check for rtnvalue a cons.
9108
9109 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9110
9111 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9112 coding system to encode the message by
9113 select-message-coding-system.
9114
9115 1999-04-07 Richard Stallman <rms@gnu.org>
9116
9117 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9118
9119 * winner.el: Reorder definitions.
9120
9121 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9122
9123 * mail/rmail.el (rmail-decode-babyl-format):
9124 Undo previous change.
9125
9126 1999-04-06 Richard Stallman <rms@gnu.org>
9127
9128 * info.el (Info-find-node): Check for an anchor at the
9129 proper place, before reading an indirect file.
9130
9131 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9132
9133 * jka-compr.el (jka-compr-insert-file-contents):
9134 Use raw-text-unix when we want no conversion.
9135
9136 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9137
9138 * timezone.el (timezone-parse-date): Corrected regexp for
9139 style (5) date format so that tenths of seconds are optional.
9140
9141 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9142
9143 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9144 of dos-codepage-setup.
9145 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9146 codepages for which there's no need to set up cpNNN coding
9147 systems.
9148 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9149
9150 1999-04-05 Richard Stallman <rms@gnu.org>
9151
9152 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9153
9154 1999-04-02 Richard Stallman <rms@gnu.org>
9155
9156 * progmodes/compile.el (compilation-handle-exit): Do right thing
9157 if (car status) doesn't end in a newline.
9158
9159 1999-04-01 Dave Love <fx@gnu.org>
9160
9161 * progmodes/sql.el (SQL): Add defgroup :version.
9162
9163 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9164
9165 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9166 buffer-file-coding-system. If the coding system used is raw-text,
9167 etc., make the *Compiler Input* buffer unibyte.
9168
9169 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9170
9171 * loadup.el: Don't write the fns-...el file if not dumping.
9172
9173 1999-03-31 Dave Love <fx@gnu.org>
9174
9175 * snmp-mode.el (snmp): Fix defgroup :version.
9176
9177 * hilit-chg.el (highlight-changes): Add defgroup :version.
9178
9179 1999-03-31 Andreas Schwab <schwab@gnu.org>
9180
9181 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9182 the gnus-save-hidden-threads macro.
9183
9184 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9185
9186 * faces.el (face-set-after-frame-default): Obey the
9187 `customized-face' for new faces.
9188
9189 1999-03-30 Dave Love <fx@gnu.org>
9190
9191 * international/mule-cmds.el (current-language-environment): Doc fix.
9192 * abbrev.el (abbrev-mode): Doc fix.
9193 * autoinsert.el (auto-insert-mode): Doc fix.
9194 * complete.el (partial-completion-mode): Doc fix.
9195 * avoid.el (mouse-avoidance-mode): Doc fix.
9196 * delsel.el (delete-selection-mode): Doc fix.
9197 * font-lock.el (global-font-lock-mode): Doc fix.
9198 * help.el (temp-buffer-resize-mode): Doc fix.
9199 * hscroll.el (hscroll-global-mode): Doc fix.
9200 * icomplete.el (icomplete-mode): Doc fix.
9201 * mouse-sel.el (mouse-sel-mode): Doc fix.
9202 * paren.el (show-paren-mode): Doc fix.
9203 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9204 * time.el (display-time-mode): Doc fix.
9205 * type-break.el (type-break-mode): Doc fix.
9206 * which-func.el (which-func-mode-global): Doc fix.
9207 * winner.el (winner-mode): Doc fix.
9208
9209 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9210
9211 * wid-edit.el (widget-before-change): Signal text-read-only rather
9212 than an ordinary error.
9213
9214 1999-03-30 Richard M. Stallman <rms@gnu.org>
9215
9216 * repeat.el: Don't require advice.
9217 (repeat): Do function-indirection in check for kbd macro.
9218 In self-insert case, use the *last* char in INSERTION.
9219
9220 1999-03-30 Karl Heuer <kwzh@gnu.org>
9221
9222 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9223
9224 1999-03-29 Andreas Schwab <schwab@gnu.org>
9225
9226 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9227 comint-input-filter-functions. Make variables related to shell
9228 directory tracking local.
9229
9230 1999-03-26 Andreas Schwab <schwab@gnu.org>
9231
9232 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9233
9234 * simple.el (shell-command-on-region): Cope with exit-status being
9235 nil, which happens if call-process-region was interrupted.
9236
9237 1999-03-26 Richard M. Stallman <rms@gnu.org>
9238
9239 * simple.el (indent-new-comment-line): Handle use at a point
9240 after a comment-end. Handle multiple comments.
9241
9242 * mail/rmail.el (rmail-decode-babyl-format):
9243 To prevent locking, bind buffer-file-name to nil.
9244
9245 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9246
9247 * mail-hist.el (mail-hist-current-header-name): Don't make
9248 off-by-one-error when determining if in message body.
9249
9250 1999-03-25 Andrew Innes <andrewi@gnu.org>
9251
9252 * w32-fns.el (set-default-process-coding-system): Copied from
9253 dos-w32.el, but modified to use Unix line endings for process
9254 input, and to add a suitable entry to process-coding-system-alist
9255 for DOS shells.
9256
9257 * dos-fns.el (set-default-process-coding-system): Copied from
9258 dos-w32.el.
9259
9260 * dos-w32.el (set-default-process-coding-system): Move function to
9261 dos-fns.el; a different version is used in w32-fns.el.
9262
9263 1999-03-24 Dave Love <fx@gnu.org>
9264
9265 * info.el (Info-directory-list): Revert change to re-writing
9266 Info-default-directory-list, but put `alternative' first.
9267 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9268
9269 1999-03-23 Simon Marshall <simon@gnu.org>
9270
9271 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9272 on the line by itself.
9273 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9274 it is not in a declarative context.
9275
9276 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9277
9278 * cus-edit.el (custom-variable-prompt): Allow customization of
9279 autoloaded symbols.
9280
9281 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9282
9283 * simple.el (what-cursor-position): Don't cause error when point
9284 is at invalid multibyte sequence.
9285
9286 1999-03-21 Karl Heuer <kwzh@gnu.org>
9287
9288 * complete.el (partial-completion-mode): Doc fix.
9289
9290 1999-03-19 Richard M. Stallman <rms@gnu.org>
9291
9292 * progmodes/cplus-md.el (old-c++): Remove :group.
9293
9294 * progmodes/c-mode.el (old-c): Remove :group.
9295
9296 1999-03-18 Simon Marshall <simon@gnu.org>
9297
9298 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9299 (java-font-lock-keywords-2): Added "strictfp" keyword.
9300
9301 1999-03-17 Jason Rumney <jasonr@altavista.net>
9302
9303 * w32-fns.el (set-w32-system-coding-system) New function.
9304 (w32-system-coding-system) Initialize to 'iso-latin-1.
9305
9306 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9307
9308 * international/mule-cmds.el (set-language-environment): Fix
9309 previous change: don't use dos-codepage when unbound.
9310
9311 1999-03-17 Karl Heuer <kwzh@gnu.org>
9312
9313 * calendar/appt.el (appt-make-list): Fix previous change.
9314
9315 1999-03-16 Richard M. Stallman <rms@gnu.org>
9316
9317 * window.el (shrink-window-if-larger-than-buffer):
9318 Don't try to redisplay with the cursor at the end
9319 on its own line--that would force a scroll and spoil things.
9320
9321 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9322
9323 * international/mule-cmds.el (set-language-environment): Don't use
9324 cpNNN-nonascii-translation-table if it is unbound.
9325
9326 * term/internal.el (dos-codepage-setup): Compute the unibyte
9327 syntax table and bind unibyte-display-via-language-environment
9328 here, rather than at top level, so that resetting to unibyte in
9329 .emacs works as expected.
9330
9331 1999-03-15 Simon Marshall <simon@gnu.org>
9332
9333 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9334
9335 1999-03-14 Milan Zamazal <pdm@pvt.net>
9336
9337 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9338
9339 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9340
9341 * international/mule-util.el (detect-coding-with-priority):
9342 Restore the internal database.
9343
9344 1999-03-14 Stephen Eglen <stephen@gnu.org>
9345
9346 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9347 if mail-from-style has invalid value.
9348
9349 1999-03-12 Karl Heuer <kwzh@gnu.org>
9350
9351 * vc.el (vc-delete-logbuf-window): New var.
9352 (vc-finish-logentry): Use it.
9353
9354 1999-03-12 Richard M. Stallman <rms@gnu.org>
9355
9356 * startup.el (command-line-1): Improve startup msg.
9357
9358 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9359
9360 * speedbar.el: Added commentary about stealthy functions.
9361 (speedbar-message) new function.
9362 (speedbar-y-or-n-p): New function
9363 (speedbar-with-attached-buffer) Moved macro before reference.
9364 Now uses `save-selected-window'.
9365 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9366 speedbar-generic-item-info, speedbar-item-info-file-helper,
9367 speedbar-item-delete, speedbar-insert-generic-list,
9368 speedbar-timer-fn, speedbar-check-vc-this-line,
9369 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9370 speedbar-buffers-item-info) Use speedbar-message.
9371 (speedbar-item-info) Limit `message-log-max'.
9372 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9373 speedbar-item-delete, speedbar-item-object-delete,
9374 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9375
9376 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9377
9378 * server.el (server-start): Set coding system for the server
9379 process to raw-text.
9380 (server-process-filter): Decode file names if necessary.
9381
9382 1999-03-12 Dave Love <fx@gnu.org>
9383
9384 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9385
9386 * textmodes/paragraphs.el (sentence-end): Doc fix.
9387
9388 1999-03-11 Karl Heuer <kwzh@gnu.org>
9389
9390 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9391
9392 1999-03-09 Karl Heuer <kwzh@gnu.org>
9393
9394 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9395 (ispell-dictionary-alist-2): Likewise.
9396 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9397 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9398 (ispell-dictionary-alist): Build from six pieces, not just two.
9399
9400 * ps-bdf.el (bdf-directory-list): Doc fix.
9401
9402 * enriched.el (enriched-mode): Make var permanent-local.
9403
9404 1999-03-09 Dave Love <fx@gnu.org>
9405
9406 * textmodes/sgml-mode.el (html-mode): Use
9407 sentence-end-double-space when setting sentence-end.
9408
9409 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9410
9411 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9412
9413 1999-03-08 Felix Lee <flee@cygnus.com>
9414
9415 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9416
9417 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9418
9419 1999-03-08 Karl Heuer <kwzh@gnu.org>
9420
9421 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9422 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9423
9424 * dired.el (dired-do-copy-regexp): Doc fix.
9425 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9426
9427 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9428
9429 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9430
9431 1999-03-08 Jason Rumney <jasonr@altavista.net>
9432
9433 * international/codepage.el (cp1250-decode-table)
9434 (cp1251-decode-table, cp1253-decode-table)
9435 (cp1257-decode-table): New translation tables for MS Windows codepages.
9436 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9437
9438 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9439
9440 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9441
9442 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9443
9444 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9445
9446 * term/internal.el (top level): Display character 255 as 8bit as well.
9447
9448 1999-03-06 Dave Love <fx@gnu.org>
9449
9450 * progmodes/cc-cmds.el (c-outline-level): Bind
9451 buffer-invisibility-spec.
9452
9453 * progmodes/c-mode.el (c-outline-level): Likewise.
9454
9455 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9456
9457 1999-03-05 Felix Lee <flee@cygnus.com>
9458
9459 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9460
9461 1999-03-05 Richard M. Stallman <rms@gnu.org>
9462
9463 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9464
9465 1999-03-05 Andrew Innes <andrewi@gnu.org>
9466
9467 * w32-fns.el (convert-standard-filename): Convert directory
9468 separators to Windows format.
9469
9470 1999-03-05 Andreas Schwab <schwab@gnu.org>
9471
9472 * international/skkdic-cnv.el: Provide skkdic-cnv.
9473 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9474 (batch-skkdic-convert): Doc fix.
9475
9476 1999-03-04 Dave Love <fx@gnu.org>
9477
9478 * custom.el (custom-set-variables): Protect against setter errors.
9479
9480 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9481
9482 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9483 the file sizes from overflowing.
9484 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9485 Under -s, print the size in blocks with %4.0f, in case they have
9486 a *really* huge file.
9487
9488 1999-03-03 Dave Love <fx@gnu.org>
9489
9490 * options.el (edit-options): Doc fix.
9491 (list-options): Don't lose with unbound symbols. Maintain
9492 Edit-options-mode.
9493
9494 1999-03-01 Dave Love <fx@gnu.org>
9495
9496 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9497
9498 1999-02-28 Richard M. Stallman <rms@gnu.org>
9499
9500 * ispell.el (ispell-dictionary-alist-override): New variable.
9501 (ispell-dictionary-alist): Don't setq it,
9502 if ispell-dictionary-alist-override is set.
9503
9504 * simple.el (shell-command-default-error-buffer): Renamed from
9505 shell-command-on-region-default-error-buffer.
9506 (shell-command-on-region): Mention in echo area when there
9507 is some error output. Mention success or failure, too.
9508 Accumulate multiple error outputs
9509 going forward, with formfeed in between. Display the error buffer
9510 when we have put something in it.
9511 (shell-command): Add the ERROR-BUFFER argument feature.
9512
9513 1999-02-28 Karl Heuer <kwzh@gnu.org>
9514
9515 * mail/mh-utils.el (mh-lib): Doc fix.
9516 (mh-lib-progs, mh-nmh-p): New vars.
9517 (mh-find-progs): Set mh-lib-progs along with other vars.
9518 (mh-path-search): New arg FUNC-P; if specified, use that instead
9519 of mh-file-command-p.
9520 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9521
9522 * mail/mh-comp.el (mh-repl-formfile): New var.
9523 (mh-smail-batch): Don't ignore all arguments.
9524 (mh-reply): Do the right thing when using nmh.
9525
9526 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9527
9528 * international/mule-cmds.el (select-safe-coding-system): Be sure
9529 to show a buffer being decoded.
9530
9531 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9532
9533 * ps-bdf.el (bdf-directory-list): Initialize it to
9534 '("/usr/local/share/emacs/fonts/bdf").
9535
9536 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9537
9538 * ps-print.el: PostScript programming fix.
9539 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9540 setpagedevice operator).
9541
9542 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9543
9544 * ps-print.el: Doc fix, font size specifies landscape and portrait
9545 sizes.
9546 (ps-print-version): New version number (4.1.4).
9547 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9548 Specifies landscape and portrait sizes.
9549 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9550 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9551 fix.
9552 (ps-get-font-size): New fun.
9553 (ps-font-size-internal, ps-header-font-size-internal)
9554 (ps-header-title-font-size-internal): New vars.
9555
9556 * ps-mule.el: Change of ps-print font size variable name.
9557 (ps-mule-generate-font): Fun fix.
9558 (ps-mule-begin-job): Programming uniformization.
9559
9560 1999-02-25 Dave Love <fx@gnu.org>
9561
9562 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9563 (help-make-xrefs): Do Info case first.
9564
9565 * repeat.el: Don't require advice.
9566 (repeat-last-kill-command): Variable deleted.
9567
9568 1999-02-25 Richard Stallman <rms@gnu.org>
9569
9570 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9571 case just because the current buffer is the output buffer.
9572
9573 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9574
9575 * simple.el (what-cursor-position): To show the character's
9576 encoding, use encoded-string-description instead of information
9577 of chaset-origin-alist.
9578
9579 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9580 (encoded-code-description): New function.
9581 (encoded-string-description): New function.
9582 (encode-coding-char): New function.
9583
9584 1999-02-25 Andrew Innes <andrewi@gnu.org>
9585
9586 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9587 checking for .emacs[.el[c]].
9588
9589 1999-02-24 Richard Stallman <rms@gnu.org>
9590
9591 * help.el (describe-function-1): Don't print a whole lambda-function.
9592
9593 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9594
9595 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9596 inputting ?\240.
9597
9598 1999-02-23 Karl Heuer <kwzh@gnu.org>
9599
9600 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9601
9602 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9603 (clean-buffer-list-kill-buffer-names): Doc fix.
9604
9605 * gud.el (gud-jdb-massage-args): Spelling fix.
9606
9607 1999-02-23 Richard M. Stallman <rms@gnu.org>
9608
9609 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9610
9611 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9612
9613 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9614 excursion while calling set-auto-coding-function.
9615
9616 * play/handwrite.el (handwrite): Require ps-print, and use
9617 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9618 if it's defined, instead of forking ps-lpr-command unconditionally.
9619
9620 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9621
9622 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9623 charset-origin-alist property to a coding system for the codepage.
9624
9625 * international/mule.el: Modify comment for charset-origin-alist
9626 property of a coding system.
9627
9628 * simple.el (what-cursor-position): charset-origin-alist property
9629 of a coding system may be a translation table or a symbol of which
9630 `translation-table' property is a translation table.
9631
9632 1999-02-21 Richard Stallman <rms@gnu.org>
9633
9634 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9635 to the "html" template.
9636
9637 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9638
9639 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9640
9641 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9642
9643 * dirtrack.el (dirtrack): Check for the prompt in the input string
9644 instead of the buffer.
9645
9646 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9647
9648 * sql.el: Set version to 1.4.1. Changed mail address to
9649 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9650 (sql-input-ring-separator): Doc fix.
9651 (sql-mode-syntax-table): double-dash starts comments is defined as
9652 ". 56" instead of ". 12b" for XEmacs.
9653 (sql-stop, sql-interactive-mode): Doc fixes.
9654 (sql-postgres): Queries for database and server, not just one.
9655 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9656
9657 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9658 changed. This is needed for master.el to work.
9659 (sql-set-sqli-buffer): Use the new hook.
9660
9661 * sql.el (sql-make-alternate-buffer-name): Function that sets
9662 sql-alternate-buffer-name.
9663 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9664 (sql-interactive-mode): Set sql-alternate-buffer-name.
9665 (sql-rename-buffer): New command.
9666 (sql-interactive-mode-menu): Menu for SQLi buffers.
9667
9668 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9669 and sql-input-ring-file-name are used to temporarily set
9670 comint-input-ring-file-name and comint-input-ring-separator when
9671 reading and writing input history files.
9672
9673 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9674 (sql-input-ring-file-name): New variable with customization.
9675 (sql-input-ring-separator): New variable with customization.
9676 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9677 Callers changed.
9678 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9679 now includes the name of the current buffer.
9680
9681 (sql-mode): Set paragraph-separate and paragraph-start so that
9682 sql-send-paragraph sends the entire SQL statements, even if it
9683 contains indented lines.
9684
9685 1999-02-18 Dave Love <fx@gnu.org>
9686
9687 * format.el (format-encode-run-method, format-decode-run-method):
9688 Fix previous change.
9689
9690 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9691
9692 * international/mule.el (coding-system-list): Moved here from
9693 mule-util.el to avoid autoloading mule-util by the call of
9694 select-safe-coding-system.
9695
9696 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9697
9698 * simple.el (turn-on-auto-fill): Mark it as an option for
9699 `text-mode-hook'.
9700
9701 1999-02-17 Richard Stallman <rms@gnu.org>
9702
9703 * emacs-lisp/easymenu.el (easy-menu-get-map):
9704 Don't crash if (current-local-map) is nil.
9705
9706 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9707
9708 * filecache.el (file-cache-filter-regexps): Added .class.
9709
9710 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9711
9712 * international/mule-util.el (decompose-region): Use
9713 insert-buffer-substring instead of insert-buffer to avoid putting
9714 mark.
9715
9716 1999-02-17 Andreas Schwab <schwab@gnu.org>
9717
9718 * calendar/cal-move.el (scroll-calendar-left): Don't set
9719 displayed-month and displayed-year here, let generate-calendar do
9720 it, after range checking.
9721
9722 1999-02-17 Simon Marshall <simon@gnu.org>
9723
9724 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9725
9726 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9727 correctly between an object declared via a constructor and a method.
9728 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9729 (java-font-lock-keywords-1): Fontify package names individually.
9730 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9731 (java-font-lock-keywords-2): Simplify type fontification.
9732 (java-font-lock-keywords-3): Likewise.
9733
9734 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9735
9736 * language/japanese.el (iso-2022-jp-2): New coding system.
9737 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9738
9739 1999-02-16 Dave Love <fx@gnu.org>
9740
9741 * help.el (describe-function-1): Accept non-symbols.
9742
9743 1999-02-16 Paul Eggert <eggert@twinsun.com>
9744
9745 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9746 find the last match if there are multiple matches.
9747
9748 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9749
9750 * tex-mode.el (tex-run-command, latex-run-command)
9751 (slitex-run-command, tex-command): Doc changes.
9752 (tex-start-options-string): Autoload it. Doc change. Provide
9753 a menu for customization. Allow nil. Quote backslashes only once.
9754 (tex-start-tex): Handle nil value of tex-start-options-string
9755 and apply shell-quote-argument to it.
9756
9757 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9758
9759 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9760 the size in blocks, since it can be a float.
9761 (ls-lisp-format): Likewise
9762
9763 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9764
9765 * language/japanese.el (japanese-shift-jis): Add
9766 charset-origin-alist property.
9767
9768 1999-02-15 Richard Stallman <rms@gnu.org>
9769
9770 * progmodes/compile.el (compile-internal): Use save-selected-window.
9771
9772 * subr.el (momentary-string-display): Bind inhibit-read-only.
9773
9774 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9775
9776 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9777
9778 * mail/rmail.el (rmail-show-message): If an unseen message has a
9779 Summary-line in its header, get past one more line before looking
9780 for the X-Coding-System header.
9781
9782 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9783
9784 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9785 explicitly to accomodate Windows 9X lack of a useful copy program.
9786
9787 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9788
9789 * wid-edit.el (widget-choice-value-create): Use `equal'
9790 instead of `eq'.
9791
9792 1999-02-14 Richard Stallman <rms@gnu.org>
9793
9794 * international/iso-transl.el:
9795 (iso-transl-ae): Renamed from iso-transl-e-slash.
9796 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9797 (iso-transl-AE): Renamed from iso-transl-E-slash.
9798 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9799 (iso-transl-char-map): Related changes.
9800
9801 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9802
9803 1999-02-13 Richard Stallman <rms@gnu.org>
9804
9805 * textmodes/texinfmt.el (texinfo-alias): New function.
9806 (texinfo-fold-nodename-case): Add defvar.
9807 (texinfo-format-node): Do case folding if specified.
9808
9809 * ffap.el (ffap-file-at-point): Test local file names
9810 immediately. Strip off line numbers.
9811
9812 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9813
9814 * sql.el: Set version to 1.3.2
9815 (sql-solid-program): Added support for solid.
9816 (sql-help): Doc mentions sql-solid.
9817 (sql-solid): Entry function for Solid.
9818 (sql-buffer): Doc explains the use of the variable and how to
9819 change it.
9820 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9821 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9822 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9823 is new.
9824 (sql-show-sqli-buffer): New function to display the value of
9825 sql-buffer.
9826 (sql-change-sqli-buffer): New function to change sql-buffer.
9827 (sql-mode): Doc explains how to change sql-buffer.
9828 (sql-send-paragraph): New function to send a paragraph.
9829 (sql-mode-map): Added keybinding for sql-send-paragraph.
9830 (sql-mysql): Doc corrected.
9831 (sql-ms): Doc corrected.
9832
9833 * sql.el (sql-server): Doc fix.
9834 (sql-mysql): Added the use of sql-server to specify the host,
9835 sql-database now specifies database instead of host.
9836 (sql-mode-menu): Send... menu items are only active if sql-buffer
9837 is non-nil.
9838 (sql-help): Changed tag of entry functions a bit.
9839
9840 * sql.el: Added keywords from `finder-by-keyword'.
9841 (sql-mode): Made sql-buffer a local variable, changed the
9842 documentation: removed instructions to add *.sql files to
9843 auto-mode-alist, added documentation for having mutliple SQL
9844 buffers sending their stuff to different SQLi buffers, each
9845 running a different process.
9846 (sql-postgres): Quoted *SQL* in doc string.
9847 (sql-ms): Likewise.
9848 (sql-ingres): Likewise.
9849 (sql-ingres): Quoted *SQL* in doc string, added references to
9850 sql-user and sql-password used during login.
9851 (sql-sybase): Quoted *SQL* in doc string, added comma.
9852 (sql-oracle): Likewise.
9853 (sql-interactive-mode): Added extensive documentation for having
9854 mutliple SQL buffers sending their stuff to different SQLi
9855 buffers, each running a different process.
9856 (sql-buffer): Changed doc from *SQL* to SQLi.
9857 (sql-get-login): Doc fix.
9858
9859 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9860
9861 * international/mule-conf.el (undecided): Set ascii in
9862 safe-charsets property.
9863
9864 1999-02-12 Richard Stallman <rms@gnu.org>
9865
9866 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9867
9868 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9869
9870 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9871 value to ps-mule-font-info-database-latin.
9872
9873 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9874
9875 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9876 (ps-mule-font-info-database-default): New variable.
9877 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9878 ps-mule-font-info-database-default.
9879
9880 1999-02-12 Dave Love <fx@gnu.org>
9881
9882 * timezone.el (timezone-make-date-sortable)
9883 (timezone-make-date-arpa-standard): Doc fix.
9884
9885 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9886
9887 * international/quail.el (quail-show-kbd-layout): Bind
9888 blink-matching-paren to nil.
9889
9890 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9891 for ASCII and Latin-1.
9892
9893 1999-02-12 Andreas Schwab <schwab@gnu.org>
9894
9895 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9896
9897 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9898
9899 * international/mule-cmds.el (language-info-alist): Remove
9900 description about charset-origin-alist.
9901
9902 * international/mule.el: Comment added for a new coding system
9903 property `charset-origin-alit'.
9904 (make-translation-table): This variable deleted.
9905
9906 * language/chinese.el (chinese-big5): Add charset-origin-alist
9907 property.
9908 ("Chinese-CNS"): Remove charset-origin-alist property.
9909
9910 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9911 property.
9912 (cyrillic-alternativnyj): Likewise.
9913 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9914 ("Cyrillic-ALT"): Likewise.
9915
9916 * language/vietnamese.el (vietnamese-viqr): Add
9917 charset-origin-alist property.
9918 ("Vietnamese"): Remove charset-origin-alist property.
9919
9920 * simple.el (what-cursor-position): Don't use the varialbe
9921 charset-origin-alist, but use charset-origin-alist property of
9922 buffer-file-coding-system to decide external character set code.
9923
9924 1999-02-10 Richard Stallman <rms@gnu.org>
9925
9926 * shadowfile.el: Don't turn on the mode when the file is loaded.
9927
9928 1999-02-09 Richard Stallman <rms@gnu.org>
9929
9930 * progmodes/compile.el (compile-auto-highlight): Customize.
9931
9932 * add-log.el (add-log-file-name-function): New variable.
9933 (add-change-log-entry): Call that function, if non-nil.
9934
9935 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9936
9937 * rmail.el (rmail-search): Track match with a marker, not an integer.
9938
9939 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9940
9941 * progmodes/compile.el (compilation-setup): Set value of
9942 compilation-directory-stack as in compilation-forget-errors.
9943 (compile-reinitialize-errors): Bind buffer-undo-list and
9944 deactivate-mark.
9945 (compilation-forget-errors): Likewise.
9946
9947 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9948
9949 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9950 def... constructs.
9951
9952 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9953 Remove calls to sleep-for.
9954
9955 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9956
9957 * international/codepage.el (cp-coding-system-for-codepage-1): On
9958 MS-DOS, use dos-unsupported-char-glyph for characters not
9959 supported by the codepage.
9960 (cp-make-coding-systems-for-codepage): Likewise.
9961
9962 1999-02-08 Andreas Schwab <schwab@gnu.org>
9963
9964 * international/mule-util.el (coding-system-list): Don't sort
9965 coding-system-list here.
9966
9967 * international/mule.el (coding-system-lessp): Moved here from
9968 mule-util.el
9969 (add-to-coding-system-list): New function.
9970 (make-subsidiary-coding-system, make-coding-system,
9971 define-coding-system-alias): Use it instead of setting
9972 coding-system-list directly.
9973
9974 1999-02-07 Dave Love <fx@gnu.org>
9975
9976 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9977 onto message.
9978
9979 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9980
9981 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9982 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9983
9984 1999-02-06 Richard Stallman <rms@gnu.org>
9985
9986 * language/european.el (setup-slovenian-environment): New function.
9987 ("Slovenian"): New language environment.
9988
9989 * progmodes/sql.el (sql-help): Doc fix.
9990 (sql-mysql): Doc fix.
9991
9992 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9993
9994 * tex-mode.el: When compiling, require compare-w and skeleton
9995 to pacify the byte-compiler. Move the def's of the tex-commands
9996 together. Add a comment on kill-process vs. quit-process.
9997
9998 1999-02-05 Dave Love <fx@gnu.org>
9999
10000 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10001 null markers.
10002 (compile-goto-error): Likewise.
10003
10004 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10005
10006 * time-stamp.el (time-stamp-format): Format doc tighter.
10007 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10008 (time-stamp): Don't re-write the time stamp if it didn't change.
10009
10010 1999-02-05 Alex Schroeder <asc@bsiag.com>
10011
10012 * progmodes/sql.el: Changed version to 1.2.1.
10013 (sql-pop-to-buffer-after-send-region): Improved documentation.
10014 (sql-mysql-program): Added MySQL support.
10015 (sql-prompt-length): Made prompt-length configurable.
10016 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10017 (sql-help): Added MySQL support, changed documentation.
10018 (sql-send-region): A message is displayed if something is sent.
10019 (sql-mode): Added buffer-local comment-start.
10020 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10021 (sql-interactive-mode): Added buffer-local comment-start.
10022 (sql-oracle): Set sql-prompt-length.
10023 (sql-sybase): Set sql-prompt-length.
10024 (sql-mysql): Added MySQL support.
10025 (sql-ingres): Set sql-prompt-length.
10026 (sql-ms): Set sql-prompt-length.
10027 (sql-postgres): Set sql-prompt-length.
10028
10029 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10030
10031 * term/internal.el (dos-codepage-setup): Set selection coding
10032 system to cpNNN-dos.
10033
10034 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10035
10036 * international/characters.el: Let ethiopic use iso-2022-7bit.
10037
10038 1999-02-02 Dave Love <fx@gnu.org>
10039
10040 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10041 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10042
10043 1999-02-02 Karl Heuer <kwzh@gnu.org>
10044
10045 * terminal.el (terminal-emulator): Doc fix.
10046
10047 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10048
10049 * international/mule-util.el (compose-chars): Doc-string
10050 modified. Correctly handle a composition character in ARGS.
10051
10052 1999-02-01 Richard Stallman <rms@gnu.org>
10053
10054 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10055 (makefile-menu-index-function): Function deleted.
10056 (makefile-mode): Use makefile-imenu-generic-expression.
10057
10058 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10059
10060 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10061 change, invoke from before-init-hook.
10062
10063 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10064
10065 * subr.el (remove-from-invisibility-spec): Cope with the case when
10066 buffer-invisibility-spec is t.
10067
10068 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10069
10070 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10071 appt-add and appt-delete.
10072
10073 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10074
10075 * term/pc-win.el (msdos-approximate-color): New function.
10076 (msdos-color-translate): Call it to find a DOS color that best
10077 approximates an X-style "#NNNNNN" color specification.
10078
10079 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10080
10081 * international/mule-util.el (compose-chars-component): Add
10082 autoload cookie.
10083
10084 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10085
10086 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10087 function, replace cdr of MAP by the return value of the function
10088 unconditionally.
10089
10090 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10091
10092 * progmodes/compile.el (compilation-next-error-locus): Don't
10093 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10094
10095 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10096
10097 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10098 and NLs before "charset", and allow the charset name be in double
10099 quotes.
10100
10101 1999-01-31 Richard Stallman <rms@gnu.org>
10102
10103 * imenu.el (imenu-sort-function): Fix custom type.
10104
10105 1999-01-30 Richard Stallman <rms@gnu.org>
10106
10107 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10108 (speedbar-line-token): Likewise.
10109
10110 * play/gametree.el (gametree-default-score): Use defcustom.
10111 (gametree-score-regexp, gametree-score-closer): Likewise.
10112 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10113
10114 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10115
10116 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10117 decoding.
10118
10119 1999-01-29 Markus Rost <rost@gnu.org>
10120
10121 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10122 tex-validate-buffer.
10123 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10124 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10125 now with recent occur-mode.
10126 (tex-validate-region): Really walk through all Sexps.
10127 (tex-region): Bind shell-dirtrack-verbose.
10128 (tex-file, tex-bibtex-file): Likewise.
10129
10130 1999-01-29 Dave Love <fx@gnu.org>
10131
10132 * finder.el: (finder-commentary): Fix interactive spec. Try
10133 appending .el to file name.
10134 (finder-find-library, finder-commentary): Doc fixes.
10135
10136 1999-01-29 Andrew Innes <andrewi@gnu.org>
10137
10138 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10139 where the userid contains directory separators.
10140
10141 1999-01-29 Dave Love <fx@gnu.org>
10142
10143 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10144 (lm-commentary): Doc fix.
10145
10146 1999-01-29 Andreas Schwab <schwab@gnu.org>
10147
10148 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10149 wildcard match. Fix regexp that tests if dirpart contains
10150 wildcard characters.
10151
10152 1999-01-28 Richard Stallman <rms@gnu.org>
10153
10154 * font-lock.el (font-lock-default-unfontify-region):
10155 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10156
10157 1999-01-27 Jason Rumney <jasonr@altavista.net>
10158
10159 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10160 from FAMILY field.
10161 (w32-create-initial-fontsets): Do not use before-init-hook.
10162 (mouse-set-font): Document. Automatically create and use fontsets.
10163
10164 * dos-w32.el (direct-print-region-helper): Check for printer
10165 being t as well as a string.
10166
10167 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10168
10169 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10170 (rmail-mime-charset-pattern): New variable.
10171 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10172 rmail-decode-mime-charset is non-nil.
10173
10174 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10175
10176 * international/characters.el: Set category `q' for all characters
10177 in tibetan and tibetan-1-column.
10178
10179 1999-01-27 Andrew Innes <andrewi@gnu.org>
10180
10181 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10182 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10183
10184 1999-01-27 Dave Love <fx@gnu.org>
10185
10186 * international/mule-cmds.el (current-language-environment):
10187 Provide :link, :type (choices) and appropriate :get.
10188
10189 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10190
10191 * startup.el (command-line): Set default eol-mnemonic-* strings to
10192 display end-of-line format in mode line.
10193
10194 * cus-start.el (all): Add eol-mnemonic-* variables.
10195
10196 1999-01-26 Dave Love <fx@gnu.org>
10197
10198 * startup.el (command-line-1): Up-date copyright.
10199
10200 * paths.el (Info-default-directory-list): Use configdir twice.
10201
10202 * info.el (Info-directory-list): Don't set path-separator now
10203 we're not shipped with Texinfo. Simplify path definition.
10204 Substitute all occurrences of instdir in Info-default-directory-list.
10205
10206 1999-01-25 Richard Stallman <rms@gnu.org>
10207
10208 * startup.el (normal-top-level-add-subdirs-to-load-path):
10209 Record the inode numbers of the dirs processed, to avoid loop.
10210
10211 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10212
10213 1999-01-25 Dave Love <fx@gnu.org>
10214
10215 * browse-url.el (browse-url-netscape-program): Doc addition.
10216
10217 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10218 prefix.
10219
10220 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10221 auto-mode-alist.
10222
10223 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10224
10225 * calendar/diary-lib.el (mark-diary-entries): Use
10226 assoc-ignore-case and do not capitalize when matching month and
10227 day names.
10228
10229 * calendar/calendar.el (calendar-read-date): Ditto.
10230
10231 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10232 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10233
10234 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10235
10236 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10237
10238 * calendar/cal-islam.el (calendar-goto-islamic-date)
10239 (mark-islamic-diary-entries): Ditto.
10240
10241 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10242
10243 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10244 (calendar-read-mayan-tzolkin-date): Ditto.
10245
10246 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10247
10248 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10249
10250 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10251
10252 1999-01-25 Karl Heuer <kwzh@gnu.org>
10253
10254 * faces.el (list-faces-display): Multiline case of previous fix.
10255
10256 1999-01-25 Andreas Schwab <schwab@gnu.org>
10257
10258 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10259
10260 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10261
10262 * files.el (find-file): If find-file-noselect returns a list,
10263 do switch-to-buffer on each element.
10264 (find-file-other-window): Likewise for all but the first element.
10265 (find-file-other-frame): Same.
10266 (find-file-noselect): When we expand a wildcard, return a list
10267 of buffers.
10268
10269 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10270
10271 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10272 to set the appropriate cpNNN-dos coding system as the
10273 highest-priority coding system.
10274
10275 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10276
10277 * international/fontset.el (generate-fontset-menu): Return a
10278 sorted list by plain names of fontsets.
10279
10280 * international/mule-diag.el (list-fontsets): Sort fontsets by
10281 plain names.
10282
10283 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10284 FIRST is a composite character, decompose it at first.
10285
10286 1999-01-23 Dave Love <fx@gnu.org>
10287
10288 * format.el: Doc fixes.
10289 (format-encode-run-method): Have things happen in the right buffer.
10290 Deal with errors from method. Set coding-system-for-write.
10291 (format-decode-run-method): Have things happen in the right buffer.
10292 Deal with errors from method. Set coding-system-for-read.
10293 (format-alist): Use nil instead of unmatchable regexps.
10294
10295 * simple.el (shell-command-on-region): Return command's exit status.
10296
10297 1999-01-23 Eric Ludlam <zappo@gnu.org>
10298
10299 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10300 of the file whose info we want to display.
10301 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10302 (speedbar-add-mode-functions-list) Improve doc.
10303 (speedbar-line-token) New function.
10304 (speedbar-dired) Fix order of directories in -shown-directories.
10305 (speedbar-line-path): Default return is default-directory
10306 (speedbar-buffers-line-path): Return is dir name only.
10307 (speedbar-mode-functions-list): New variable.
10308 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10309 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10310 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10311 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10312 New functions.
10313 (speedbar-line-file): Broke out part that fetches file from a line.
10314 (speedbar-line-text): New function extracted from speedbar-line-file.
10315 (speedbar-line-path): Converted into a replaceable function.
10316 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10317
10318 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10319
10320 * international/fontset.el (create-fontset-from-x-resource): Make
10321 style variants.
10322
10323 1999-01-22 Dave Love <fx@gnu.org>
10324
10325 * paths.el (Info-default-directory-list): Put sysdir after start.
10326
10327 1999-01-22 Sam Steingold <sds@goems.com>
10328
10329 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10330 a process associated with it.
10331
10332 1999-01-22 Jason Rumney <jasonr@altavista.net>
10333
10334 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10335
10336 1999-01-22 Felix Lee <flee@cygnus.com>
10337
10338 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10339 major-mode.
10340 (vc-annotate-mode): Delete variable.
10341
10342 1999-01-22 Andrew Innes <andrewi@gnu.org>
10343
10344 * startup.el (command-line): [windows-nt]: Check for existence of
10345 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10346 in preference to _emacs.
10347
10348 1999-01-22 Dave Love <fx@gnu.org>
10349
10350 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10351
10352 1999-01-20 Richard Stallman <rms@gnu.org>
10353
10354 * files.el (find-file-noselect): Do wildcard processing only
10355 if new arg WILDCARDS is non-nil.
10356 (find-file, find-file-other-window): New arg WILDCARDS.
10357 Default it to non-nil if interactive.
10358 (find-file-other-frame): Likewise.
10359 (find-file-read-only): Likewise.
10360 (find-file-read-only-other-window): Likewise.
10361 (find-file-read-only-other-frame): Likewise.
10362
10363 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10364 (widget-plist-convert-option): Delete spurious comma.
10365
10366 1999-01-19 Jason Rumney <jasonr@altavista.net>
10367
10368 * term/w32-win.el (w32-standard-fontspec-spec): Change
10369 iso8859-5 to koi8-r. Add iso8859-9.
10370
10371 1999-01-19 Dave Love <fx@gnu.org>
10372
10373 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10374 its uses.
10375
10376 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10377 is active.
10378 (fortran-indent-subprogram): Likewise.
10379
10380 1999-01-19 Dave Love <d.love@dl.ac.uk>
10381
10382 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10383
10384 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10385
10386 * wid-edit.el (alist): Use sexp as default key-type.
10387
10388 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10389
10390 * textmodes/tex-mode.el (tex-define-common-keys):
10391 Remove key binding of tex-feed-input.
10392 (tex-mode-map): Bind tex-feed-input here.
10393 (tex-start-shell): Use compilation-shell-minor-mode. Set
10394 comint-input-filter-functions before running tex-shell-hook.
10395 (tex-start-tex): Forget compilation errors.
10396 (tex-compilation-parse-errors): Rewritten to work also with
10397 compile-mouse-goto-error and compile-goto-error. Adjusted to
10398 change in tex-region.
10399 (tex-region): For the temp file use file-name without directory.
10400 (tex-file): Expand file name of tex-print-file.
10401
10402 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10403
10404 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10405
10406 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10407
10408 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10409 beginning could cause Emacs to hang. Fixed.
10410
10411 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10412
10413 * international/ccl.el (ccl-compile-translate-character): Handle
10414 the case that a tranlation table is CCL register correctly.
10415
10416 * international/mule-cmds.el (select-safe-coding-system):
10417 Hightlight at most 256 characters.
10418
10419 1999-01-18 Dave Love <fx@gnu.org>
10420
10421 * startup.el (command-line): If the init file changes operation to
10422 unibyte, make all buffers unibyte and re-set language environment.
10423
10424 * disp-table.el (standard-display-european): Make all existing
10425 buffers unibyte. Fix doc.
10426
10427 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10428
10429 * wid-edit.el (coding-system): Define this unconditionally.
10430
10431 * simple.el (shell-command-on-region-default-error-buffer): New var.
10432 (shell-command-on-region): Use that variable as interactive
10433 value of ERROR-BUFFER argument.
10434
10435 1999-01-17 Sam Steingold <sds@goems.com>
10436
10437 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10438
10439 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10440
10441 * progmodes/compile.el (compilation-goto-locus): If already in the
10442 compilation buffer's window, keep it in that window.
10443 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10444 (compile-goto-error): Don't play with windows.
10445
10446 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10447 (tex-command): Doc fix.
10448 (tex-compilation-parse-errors): Doc fix.
10449 (tex-generate-zap-file-name): Don't start the name with -.
10450 (tex-expand-files): Works now also with strings ending with ":".
10451
10452 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10453
10454 Patch failed to install:
10455 * gametree.el: Document scoring functionality.
10456 (gametree-score-regexp): Add optional plus sign.
10457 (gametree-score-opener): Replace `:' with `=' as the former
10458 conflicts with gametree-half-ply-regexp.
10459 (gametree-transpose-following-leaves): Add.
10460 (gametree-insert-new-leaf): Make modifying commands barf in read
10461 only buffers.
10462 (gametree-break-line-here): Add a call to
10463 `gametree-transpose-following-leaves'. This maintains the
10464 necessary invariant that on each level all leaf children precede
10465 all nonleaf children. This has always been implied, but left to
10466 the user, and, unfortunately, undocumented.
10467
10468 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10469
10470 * wid-edit.el (plist, alist): New widget types.
10471
10472 1999-01-17 Dave Love <fx@gnu.org>
10473
10474 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10475 fix scope of condition-case therein.
10476
10477 1999-01-17 Andrew Innes <andrewi@gnu.org>
10478
10479 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10480 default-buffer-file-coding-system when file doesn't exist (and
10481 isn't covered by a special case) instead of forcing undecided-dos
10482 against the user's wishes.
10483
10484 * dos-w32.el (direct-print-region-helper): New function based on
10485 direct-print-region-function; sends data to specified printer port
10486 without further translation. Recognize and handle specially the
10487 standard `print' and `nprint' programs, as well as `lpr' and
10488 similar programs. Only write directly to the printer port if no
10489 print program is specified. Work around a bug in Windows 9x
10490 affecting Win32 version of Emacs by invoking command.com to write
10491 to the printer port instead of writing directly.
10492 (direct-print-region-function): Use direct-print-region-helper to
10493 do most of the work.
10494 (direct-ps-print-region-function): New function; analogue of
10495 direct-print-region-function for ps-print.
10496 (ps-lpr-command): Comment out setq; leave as example usage.
10497 (ps-lpr-switches): Ditto.
10498
10499 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10500 and MS-Windows.
10501 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10502 DOS and Windows platforms, to indicate direct printing. Update
10503 the docstring accordingly.
10504
10505 * ps-print.el: (ps-printer-name): Update docstring about usage on
10506 MS-DOS and MS-Windows.
10507 (ps-lpr-command): Update docstring as for lpr-command.
10508 (ps-print-region-function): New variable.
10509 (ps-do-despool): Use it.
10510 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10511 DOS/Windows.
10512
10513 * subr.el (subst-char-in-string): New function.
10514
10515 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10516
10517 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10518
10519 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10520 (bdf-find-font-info): New function, looks for the first readable
10521 file from a list of alternatives.
10522 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10523 instead of bdf-get-font-info.
10524 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10525 to ps-mule-generate-bitmap-glyph.
10526
10527 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10528 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10529 now be a list of alternative names.
10530 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10531 (ps-mule-prepare-font): Likewise.
10532
10533 * international/codepage.el (cp855-decode-table,
10534 cp850-decode-table): Fill some nil entries.
10535
10536 1999-01-16 Dave Love <fx@gnu.org>
10537
10538 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10539 last change.
10540
10541 1999-01-15 Dave Love <fx@gnu.org>
10542
10543 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10544 and change regexp for command names.
10545 (help-xref-go-back, function-called-at-point, symbol-file)
10546 (where-is): Doc fixes.
10547 (help-xref-go-back): Remove interactive spec.
10548 (describe-function-1): Fix message for alias. Buttomize alias
10549 name.
10550
10551 * simple.el (join-line): New alias.
10552
10553 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10554
10555 * forms.el: (forms--show-record): Convert integers to string
10556 expicitly since concat will no longer accept integers.
10557 (forms-print): Use local `total-nb-records' since
10558 `forms--total-records' will be inaccessible after buffer switching.
10559
10560 1998-01-14 Felix Lee <flee@cygnus.com>
10561
10562 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10563
10564 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10565
10566 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10567
10568 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10569
10570 * international/codepage.el (cp850-decode-table): Fix previous change.
10571
10572 1999-01-14 Simon Marshall <simon@gnu.org>
10573
10574 * shell.el (shell-dirtrack-verbose): New custom variable.
10575 (shell-dirstack-message): Use it.
10576
10577 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10578
10579 * international/mule-conf.el: Coding system alias `dos' for
10580 `undecided-dos', `mac' for `undecided-mac'.
10581
10582 * international/mule-cmds.el (describe-language-environment):
10583 Don't alter input-method-alist.
10584
10585 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10586
10587 * international/codepage.el (cp850-decode-table): Replace nil
10588 entries with codes of similary looking glyphs. (Suggested by
10589 Jason Rumney <jasonr@altavista.net>.)
10590
10591 1999-01-13 Dave Love <fx@gnu.org>
10592
10593 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10594
10595 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10596
10597 1999-01-12 Karl Heuer <kwzh@gnu.org>
10598
10599 * files.el (auto-save-hook): Defvar this.
10600
10601 1999-01-12 Alex Schroeder <asc@bsiag.com>
10602
10603 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10604 faces, eliminating the need to load font-lock before loading sql.
10605 (sql-mode-oracle-font-lock-keywords): Likewise.
10606 (sql-mode-postgres-font-lock-keywords): Likewise.
10607
10608 1999-01-11 Dave Love <fx@gnu.org>
10609
10610 * cus-start.el: Add inhibit-eol-conversion.
10611
10612 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10613 the values round.
10614
10615 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10616
10617 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10618 Don't switch to Help mode here.
10619 (temp-buffer-setup-hook): Use help-mode-finish.
10620 (help-mode-setup): New function.
10621 (temp-buffer-setup-hook): Use help-mode-setup.
10622
10623 * progmodes/sql.el: New file.
10624
10625 * files.el (auto-mode-alist): Add sql-mode.
10626
10627 * faces.el (list-faces-display): Improve the formatting
10628 by computing the maximum length required for any face-name.
10629
10630 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10631
10632 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10633
10634 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10635
10636 * term.el (term_send_home): Change the string to
10637 be the same as the one emitted by xterm and consistent with the
10638 ones emitted by prior and next.
10639 (term_send_end): Likewise.
10640
10641 1999-01-10 Dave Love <fx@gnu.org>
10642
10643 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10644 bindings.
10645
10646 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10647
10648 * international/codepage.el (codepage-setup): Doc fix.
10649 (cp-decoding-vector-for-codepage): Likewise.
10650
10651 1999-01-10 Markus Rost <rost@gnu.org>
10652
10653 * cus-edit.el (custom-save-delete): First scan the custom-file.
10654
10655 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10656
10657 * international/iso-transl.el: Define a "function name" for
10658 each translation that isn't ASCII. Use these function names
10659 in iso-transl-char-map.
10660
10661 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10662
10663 * international/mule-util.el (decompose-region): Do decomposition
10664 on temporary unibyte buffer.
10665
10666 * international/mule.el (make-char): Doc-string modified.
10667
10668 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10669
10670 * simple.el (comment-region): Delete spaces only if we
10671 deleted a comment starter.
10672
10673 1999-01-07 Dave Love <fx@gnu.org>
10674
10675 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10676
10677 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10678 like eval-defun does.
10679
10680 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10681
10682 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10683 constructions. Doc fixes.
10684 (generic-create-generic-function): Use defalias, not fset.
10685
10686 * find-func.el: More doc fixes.
10687
10688 1999-01-06 Stephen Eglen <stephen@gnu.org>
10689
10690 * files.el (save-buffers-kill-emacs): Show the list of current
10691 processes before prompting to kill them and exit.
10692
10693 1999-01-06 Dave Love <fx@gnu.org>
10694
10695 * emacs-lisp/find-func.el: Doc fixes.
10696 (find-function-regexp): Extend for define-generic-mode,
10697 define-derived-mode, easy-mmode-define-minor-mode.
10698
10699 1999-01-06 Dave Love <fx@gnu.org>
10700
10701 * progmodes/fortran.el (fortran-window-create): Account for scroll
10702 bar width.
10703
10704 * browse-url.el: Require (noerror) w3-auto when compiling.
10705 (browse-url-maybe-new-window): Make it a macro and revert last
10706 change to callers.
10707 (browse-url-w3): Require w3 for w3-fetch-other-window.
10708
10709 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10710
10711 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10712 argument.
10713
10714 1999-01-06 Simon Marshall <simon@gnu.org>
10715
10716 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10717
10718 * font-lock.el (font-lock-default-fontify-buffer): When using
10719 with-temp-message, use nil rather than current-message.
10720
10721 * lazy-lock.el (lazy-lock-unstall):
10722 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10723 rather than current-message.
10724
10725 * fast-lock.el (fast-lock-save-cache-1):
10726 (fast-lock-cache-data): When using with-temp-message, use nil rather
10727 than current-message.
10728
10729 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10730
10731 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10732 the valid-codes property.
10733
10734 * international/mule-cmds.el (prefer-coding-system): Call
10735 set-coding-priority, so that the internal array of priorities is
10736 also updated.
10737
10738 * international/mule-util.el:
10739 (coding-system-change-eol-conversion,
10740 coding-system-change-text-conversion): Don't define here.
10741
10742 * international/mule-cmds.el: Define them here. Remove the
10743 autoload cookies.
10744
10745 1999-01-06 Andreas Schwab <schwab@gnu.org>
10746
10747 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10748 if it was enabled before.
10749
10750 * view.el (View-revert-buffer-scroll-page-forward): Bind
10751 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10752
10753 * files.el (recover-session): Preserve point when inserting
10754 explanation.
10755
10756 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10757
10758 * cus-edit.el (custom-save-delete): Don't delete whitespace
10759 and comments before the sexp that is replaced.
10760
10761 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10762
10763 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10764
10765 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10766
10767 * vc.el (vc-dired-hook): Use the original value of
10768 dired-move-to-filename-regexp on lines that have not been
10769 reformatted yet.
10770 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10771 file lines have already been reformatted.
10772
10773 1999-01-05 Dave Love <fx@gnu.org>
10774
10775 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10776 buffer-local.
10777
10778 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10779
10780 * progmodes/f90.el: Change of regular expressions for type to
10781 correct highlighting and identation. Some small fixes for
10782 compatibility with XEmacs.
10783
10784 1999-01-05 Stephen Eglen <stephen@gnu.org>
10785
10786 * mspools.el (mspools-vm-system-mail): Provide an alternative
10787 value based on rmail-spool-directory if $MAIL is not defined.
10788
10789 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10790
10791 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10792 (reftex-section-info): Handle negative section levels.
10793 (reftex-view-crossref-extra): New option.
10794 (reftex-view-crossref): Generalized to work in more places.
10795 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10796 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10797 (reftex-view-cite-locations-from-bibtex): New command.
10798 (reftex-view-regexp-match, reftex-global-search,
10799 reftex-global-search-continue): New functions.
10800 (reftex-extract-bib-entries): No error for non-existing BibTeX
10801 file, just a message.
10802 (reftex-extract-bib-entries): Better error handling.
10803 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10804 help and force it on current frame.
10805 (reftex-default-bibliography): New function.
10806 (reftex-access-parse-file): Check consistency after loading a
10807 parse file. When inconsistent, enfore rescan.
10808 (reftex-check-parse-consistency): New function.
10809 (easy-menu-define): Options section drastically shortened.
10810
10811 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10812
10813 * language/thai-util.el (thai-compose-string): New function.
10814
10815 1999-01-04 Inge Frick <inge@nada.kth.se>
10816
10817 * easymenu.el (easy-menu-define): Doc fix.
10818 (easy-menu-create-menu): New keyword :included.
10819 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10820 be an expression, not only a string. Simulate style `button'.
10821 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10822 (easy-menu-define-key-intern): New function.
10823 (easy-menu-add-item): Understand value returned from
10824 easy-menu-item-present-p and easy-menu-remove-item.
10825 (easy-menu-return-item): New function.
10826 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10827
10828 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10829
10830 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10831 Use rmail-output-read-rmail-file-name to read the file name.
10832 Always call rmail-output-to-rmail-file noninteractively.
10833 When count > 1, do the loop here.
10834 Handle rmail-delete-after-output here.
10835 (rmail-summary-output): Similar changes.
10836
10837 * mail/rmailout.el: Provide `rmailout'.
10838 (rmail-output-read-rmail-file-name): New function.
10839 (rmail-output-to-rmail-file): Use that.
10840 (rmail-output-read-file-name): New function.
10841 (rmail-output): Use that.
10842
10843 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10844 Error if wildcard matches no files.
10845
10846 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10847
10848 * menu-bar.el (clipboard-yank): Doc fix.
10849
10850 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10851
10852 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10853
10854 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10855
10856 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10857
10858 * rmail.el (rmail-encode-string): Make sure mask value is
10859 positive; (emacs-pid) returns a negative number on Windows 9x
10860 which causes odd behaviour.
10861
10862 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10863
10864 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10865 and about w32-* variables unless on Windows/NT.
10866
10867 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10868
10869 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10870 if buffer is modified; ask about all modified buffers.
10871
10872 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10873
10874 * simple.el (what-cursor-position): Fix previous change.
10875
10876 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10877
10878 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10879 from paragraph-start.
10880
10881 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10882
10883 * international/mule-cmds.el (prefer-coding-system): If the
10884 argument requires specific EOL conversion type, make the default
10885 coding systems use that.
10886
10887 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10888
10889 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10890 Use shell-command-on-region.
10891 (m4-start-m4, m4-end-m4): Functions deleted.
10892
10893 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10894
10895 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10896
10897 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10898
10899 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10900 to compose-mail in the correct places and as a list.
10901
10902 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10903
10904 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10905 (pages-directory-map): Bind mouse-2
10906 (pages-copy-header-and-position): Put text property.
10907 (pages-directory-goto-with-mouse): New function.
10908
10909 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10910
10911 * international/codepage.el (cp-make-coding-systems-for-codepage):
10912 Doc fix.
10913 (cp-coding-system-for-codepage-1): Likewise.
10914
10915 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10916
10917 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10918 composition sequence correctly here instead of calling
10919 thai-compose-region.
10920
10921 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10922 newline in multibyte buffer, if previous or next character is a
10923 composite char, check the first component of the composite char.
10924
10925 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10926
10927 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10928 and track-mouse.
10929
10930 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10931
10932 * mail/sendmail.el (mail-yank-original): Remove text properties
10933 after insertion.
10934 (mail-yank-region): Barf if no mark is set in the message
10935 being replied to.
10936
10937 * help.el (function-called-at-point): First look for function at point.
10938
10939 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10940
10941 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10942
10943 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10944
10945 * simple.el (what-cursor-position): Print character encoding also.
10946
10947 1998-12-26 Dave Love <fx@gnu.org>
10948
10949 * textmodes/flyspell.el: If local-maps work, don't put
10950 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10951 in flyspell-mouse-map (only).
10952 (flyspell-use-local-map): New variable.
10953 Use a different mouse-2 binding in that case,
10954 and don't add to minor-mode-map-alist.
10955 (make-flyspell-overlay, flyspell-correct-word):
10956 Test flyspell-use-local-map.
10957
10958 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10959
10960 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10961 Be careful about whether to return a relative file name,
10962 and if so, relative to what directory.
10963
10964 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10965
10966 * emacs-lisp/easymenu.el (easy-menu-get-map):
10967 Change global map only if this menu exists in the global map already,
10968 and not in the local map.
10969 (easy-menu-do-add-item): Fix error message.
10970
10971 * foldout.el (foldout-inhibit-key-bindings):
10972 Avoid concatenating onto outline-minor-mode-prefix.
10973 Make a new keymap for that prefix, if it does not already have one.
10974
10975 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10976
10977 * cperl-mode.el:
10978 Can use linear algorithm for indentation if Emacs supports it.
10979 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10980 (cperl-after-block-p): Likewise.
10981 (cperl-after-block-and-statement-beg): Likewise.
10982 (cperl-after-block-p): After END/BEGIN we are a block.
10983 (cperl-after-expr-p): Skip labels when checking
10984 (cperl-indent-region): Make a marker for END - text added/removed.
10985 Disable hooks during the call (how to call them later?).
10986 Now indents 820-line-long function in 6.5 sec (including
10987 syntaxification) the first time (when buffer has few
10988 properties), 7.1 sec the second time.
10989 (cperl-indent-region): Do not indent whitespace lines
10990 (cperl-style-alist)
10991 Include `cperl-merge-trailing-else' where the value is clear.
10992 (cperl-styles-entries): Likewise.
10993 (cperl-problems): Improvements to docs.
10994 (cperl-tips): Likewise.
10995 (cperl-non-problems): Likewise.
10996 (cperl-mode): Make lazy syntaxification possible.
10997 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10998 `font-lock-unfontify-region-function' was set to a wrong function.
10999
11000 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11001 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11002 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11003 but 1<<6 was considered as HERE-doc.
11004 <file/glob> made into a string.
11005 Postpone addition of faces after syntactic step.
11006 Recognition of <FH> was wrong.
11007 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11008 Knows that split// is null-RE.
11009 Highlights separators in 3-parts expressions as labels.
11010 <> was considered as a glob.
11011 Would err if the last line is `=head1'.
11012 $a-1 ? foo : bar; was a considered a regexp.
11013 `<< (' was considered a start of HERE-doc.
11014 mark qq[]-etc sections as syntax-type=string
11015 Was not processing sub protos after a comment ine.
11016 Was treating $a++ <= 5 as a glob.
11017 Tolerate unfinished REx at end-of-buffer.
11018 `unwind-protect' was left commented.
11019 / and ? after : start a REx.
11020
11021 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11022 Better default, customizes to `message' too, off in text-mode.
11023
11024 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11025 `defface'd.
11026 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11027 `defface'd.
11028 (cperl-emacs-can-parse): New state variable.
11029 (cperl-indent-line): Corrected to use global state.
11030 (cperl-calculate-indent): Likewise.
11031 (cperl-fix-line-spacing): Likewise (not used yet).
11032 (cperl-calculate-indent): Did not consider `,' as
11033 continuation mark for statements.
11034 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11035 Remove another parse-data optimization at toplevel: would
11036 indent correctly.
11037 Correct for labels when calculating indentation of continuations.
11038 Docstring updated.
11039 (cperl-choose-color): Converted to a function (to be
11040 compilable in text-mode).
11041 (cperl-dark-background): Disable without window-system.
11042 Do `defface' only if window-system.
11043 (cperl-fix-line-spacing): Sped up to bail out early.
11044 (x-color-defined-p): Was not compiling on XEmacs
11045 Was defmacro'ed with a tick. Remove another def.
11046 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11047 (cperl-unwind-to-safe): New function.
11048 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11049 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11050 long strings (not very successful).
11051 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11052 Highlight the starting // in s//foo/ as function-name.
11053 Emit a meaningful error instead of a cryptic one for an
11054 uncomplete REx near end-of-buffer.
11055
11056 (cperl-electric-keyword): `qr' recognized.
11057 (cperl-electric-else): Likewise
11058 (cperl-to-comment-or-eol): Likewise
11059 (cperl-make-regexp-x): Likewise
11060 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11061 Corrected to use new macros;
11062 `if' for copying `reference-face' to `constant-face' was backward.
11063 remove init `font-lock-other-emphasized-face',
11064 `font-lock-emphasized-face', `font-lock-keyword-face'.
11065 Interpolate `cperl-invalid-face'.
11066 (cperl-make-regexp-x): Misprint in a message.
11067 (cperl-syntaxify-unwind): New configuration variable
11068 (cperl-fontify-m-as-s): New configuration variable
11069 (cperl-electric-pod): Check for after-expr was performed
11070 inside of POD too.
11071 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11072 (cperl-clobber-mode-lists): New configuration variable.
11073 (cperl-not-bad-style-regexp): Updated.
11074 Init: `cperl-is-face' was busted.
11075 (cperl-make-face): New macros.
11076 (cperl-force-face): New macros.
11077 (font-lock-other-type-face): Done via `defface' too.
11078 (cperl-nonoverridable-face): New face. Renamed from
11079 `font-lock-other-type-face'.
11080 (cperl-init-faces-weak): Use `cperl-force-face'.
11081 (cperl-comment-indent): Commenting __END__ was not working.
11082 (cperl-indent-for-comment): Likewise.
11083 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11084 When removing old TAGS info was not relativizing filename.
11085 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11086 Another try to work around XEmacs problems. Better progress messages.
11087 (toplevel): Require custom unprotected => failure on 19.28.
11088 (cperl-xemacs-p): Defined when compile too
11089 (cperl-find-tags): Was writing line/pos in a wrong order,
11090 pos off by 1 and not at beg-of-line.
11091 (cperl-etags-snarf-tag): New macro
11092 (cperl-etags-goto-tag-location): New macro
11093 (cperl-version): New variable. New menu entry
11094 random docstrings: References to "future" 20.3 removed.
11095 Menu was described as `CPerl' instead of `Perl'
11096 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11097 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11098 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11099 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11100 `font-lock-reference-face', `font-lock-keyword-face'.
11101 Use `eval-after-load'.
11102 Remove not-CPerl-related faces.
11103 (cperl-tips-faces): New variable and an entry into Mini-docs.
11104 (cperl-indent-exp): Was not processing else-blocks.
11105 (cperl-get-state): NOP line removed.
11106 (cperl-ps-print): New function and menu entry.
11107 (cperl-ps-print-face-properties): New configuration variable.
11108 (cperl-invalid-face): New configuration variable.
11109 (perl-font-lock-keywords): Highlight trailing whitespace
11110 (cperl-contract-levels): Documentation corrected.
11111 (cperl-contract-level): Likewise.
11112 (cperl-ps-extend-face-list): New macro.
11113 (cperl-invalid-face): Change to ''underline.
11114
11115 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11116
11117 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11118 for read-file-name.
11119 (rmail-output-to-rmail-file): Likewise.
11120
11121 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11122
11123 * emacs-lisp/easymenu.el (easy-menu-get-map):
11124 If MENU is nil, use global menu-bar map.
11125 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11126 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11127
11128 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11129
11130 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11131
11132 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11133
11134 * ps-print.el (ps-print-version): New version number (4.1.3).
11135
11136 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11137
11138 * international/mule-cmds.el: Use make-sparse-keymap instead of
11139 define-prefix-key when defining MULE menu items.
11140
11141 * info.el (Info-node-at-bob-matching): New function.
11142 (Info-find-node, Info-build-node-completions): Call it.
11143
11144 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11145
11146 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11147 when this is an autoloaded keymap.
11148
11149 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11150
11151 * international/codepage.el (cp-coding-system-for-codepage-1):
11152 Create separate encoders and decoders, for DOS and Unix. Make the
11153 usual family of 3 coding systems, so that automatic detection of
11154 EOL type works.
11155 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11156 Unix-specific symbols here, and don't call
11157 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11158 Handa <handa@etl.go.jp>.)
11159
11160 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11161
11162 * term/internal.el (IT-character-translations): New variable, an
11163 alist used to display characters for which there's no glyphs in
11164 the current codepage.
11165 (IT-display-table-setup): New function, sets up the DOS terminal
11166 for a given codepage.
11167 (dos-codepage-setup): New function, sets up the MULE environment
11168 for the current value of dos-codepage.
11169 (top-level if): In the multibyte mode, turn on
11170 unibyte-display-via-language-environment. In the unibyte mode,
11171 set up the special syntax tables to map lower- to upper case and
11172 back.
11173
11174 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11175
11176 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11177 (speedbar-frame-plist) Remove useless comments.
11178 (speedbar-frame-mode) Do not specify height if it is in the param list.
11179 Use default y position w/out changing it.
11180 If default x position is a list, keep, calculate the non-list X
11181 value when devining an initial position.
11182 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11183 (speedbar-tag-group-name-minimum-length): New variable.
11184 (speedbar-frame-parameter): New compatibility function.
11185 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11186 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11187 groups to keep things in the right order, and to help with some
11188 naming conventions.
11189 (speedbar-create-tag-hierarchy): Enable buffer local version of
11190 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11191 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11192 the case, derive it from the cursor location in speedbar.
11193
11194 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11195
11196 * international/mule-cmds.el (set-language-environment): On MS-DOS
11197 terminals, install DOS-specific nonascii-translation-table if the
11198 language info doesn't specify one. Pass the default eol-type to
11199 set-language-environment-coding-systems.
11200 (set-default-coding-systems): Copy the eol-type property for the
11201 new default values of {buffer-file,process}-coding-system from the
11202 old defaults.
11203 (set-language-environment-coding-systems): Accept an optional
11204 argument EOL-TYPE, and set the eol-type property of the default
11205 coding systems accordingly.
11206 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11207 (set-keyboard-coding-system): Likewise.
11208 (set-default-coding-systems): Don't set
11209 default-terminal-coding-system on MS-DOS to anything but nil.
11210 (prefer-coding-system): Describe in the doc string that
11211 default-terminal-coding-system is not changed on MS-DOS.
11212 (set-language-environment): For MS-DOS, set standard syntax table
11213 and display table for all characters with code above 127.
11214 (standard-display-european-internal): For MS-DOS, pass all
11215 characters with code above 127 directly to the terminal, and don't
11216 remap characters 160 and 146 in the unibyte case.
11217
11218 * international/codepage.el: New file.
11219
11220 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11221
11222 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11223 comments.
11224
11225 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11226
11227 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11228
11229 * subr.el (read-passwd): Likewise.
11230
11231 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11232
11233 * info.el (Info-find-node): Add 1 to the position read from the
11234 tag table. Don't fail if the node delimiter ^_ is the first
11235 character in the file.
11236 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11237 first character in the file.
11238 (Info-read-subfile): Likewise.
11239 (Info-select-node): Likewise.
11240 (Info-build-node-completions): Likewise.
11241
11242 1998-12-16 Richard Stallman <rms@gnu.org>
11243
11244 * term/x-win.el (x-cut-buffer-or-selection-value):
11245 If clipboard is enabled, try it before PRIMARY selection.
11246
11247 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11248
11249 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11250 insert c-cedilla and C-cedilla respectively, like in latin-1.
11251
11252 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11253
11254 * language/hebrew.el: Don't use sublists in the flags argument
11255 passed to make-coding-system.
11256
11257 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11258
11259 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11260 list of character sets found by find-charset-region.
11261
11262 * ps-mule.el: Always require ps-print. Move some function
11263 definitions for Emacs 20.2 and the earlier to ps-print.el.
11264 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11265
11266 * ps-print.el: Define several functions for Emacs 20.2 and the
11267 earlier version.
11268 (ps-printer-name): Check if printer-name is bound.
11269
11270 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11271
11272 * ps-mule.el: Programming uniformization and little code improvement.
11273 (ps-mule-prepare-font): Programming uniformization.
11274 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11275 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11276
11277 * ps-bdf.el: Programming uniformization and little code improvement.
11278 (bdf-search-and-read): New fun.
11279 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11280 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11281 (bdf-info-relative-compose, bdf-info-baseline-offset)
11282 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11283 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11284 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11285 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11286 improvement.
11287
11288 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11289
11290 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11291 and mule related code extraction. Autoload ps-mule funs.
11292
11293 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11294 (ps-mule-prologue-generated): New fun.
11295 (ps-mule-plot-string): Add autoload cookie.
11296 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11297
11298 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11299
11300 * ps-bdf.el: Require ps-mule instead of ps-print.
11301 (bdf-directory-list): Add autoload cookie.
11302
11303 * ps-mule.el: New file. Mule related code extracted from
11304 ps-print.el. Require ps-print, provide ps-mule.
11305 (ps-multibyte-buffer): Add autoload cookie.
11306 (ps-mule-prepare-ascii-font): New fun.
11307 (ps-mule-set-ascii-font): New fun.
11308 (ps-mule-skip-same-charset): Fun deleted.
11309 (ps-mule-plot-string): Set ps-mule-current-charset.
11310 (ps-mule-initialize): Add autload cookie. Don't set
11311 ps-mule-font-info-database here.
11312 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11313 ps-mule-font-info-database and ps-control-or-escape-regexp.
11314 (ps-mule-begin-page): New fun.
11315
11316 * ps-print.el: Mule related code moved to ps-mule.el.
11317 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11318 check ps-mule-charset-list.
11319 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11320 ps-mule-begin-page.
11321 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11322 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11323 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11324 instead skip same charsets by itself.
11325 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11326 non-nil. Call ps-mule-begin-job.
11327
11328 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11329
11330 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11331 instead of bdf.
11332
11333 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11334 (ps-mule-external-libraries): New element FEATURE.
11335 (ps-mule-init-external-library): Ajusted for the above change.
11336 (ps-mule-generate-font): Likewise.
11337 (ps-mule-generate-glyphs): Likewise.
11338 (ps-mule-prepare-font): Likewise.
11339 (ps-mule-initialize): Likewise.
11340 (ps-begin-file): Superfluous tailing parenthesis deleted.
11341
11342 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11343
11344 * international/fontset.el (x-decompose-font-name): If PATTERN
11345 doesn't have any wild cards, return a vector made from a name that
11346 is found by x-resolve-font-name found. Comments added.
11347
11348 * international/mule-cmds.el (find-coding-systems-for-charsets):
11349 Handle the case of unknown charset.
11350 (find-multibyte-characters): If invalid multibyte characters are
11351 found, return the corresponding strings instead of character
11352 codes.
11353 (find-multibyte-characters): Adjusted for the above change.
11354 (select-safe-coding-system): For a unibyte buffer, always returns
11355 DEFAULT-CODING-SYSTEM.
11356 (get-charset-property): Fix previous change. Make it a function.
11357 (put-charset-property): Make it a function.
11358
11359 * international/mule.el (make-coding-system): Set mime-charset
11360 property of *-with-esc coding system to nil.
11361
11362 * international/quail.el (quail-point-in-conversion-region): New
11363 function.
11364 (quail-conversion-backward-delete-char): When a key sequence is
11365 being translated, call quail-delete-last-char.
11366
11367 * language/devan-util.el
11368 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11369 handle devanagari-decomposition-rules.
11370
11371 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11372
11373 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11374 tex-start-options-string to empty string.
11375 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11376
11377 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11378
11379 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11380 5xx responses are already handled properly).
11381
11382 1998-12-13 Richard Stallman <rms@gnu.org>
11383
11384 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11385 on a non-digit in the file name.
11386
11387 * simple.el (comment-region): Handle comment-padding
11388 separately for insertion and for deletion, in the right way for each.
11389
11390 1998-12-13 Felix Lee <flee@cygnus.com>
11391
11392 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11393 regexp to match "ChangeLog:1:1998-12-09 ..."
11394
11395 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11396
11397 * cus-start.el (dos-unsupported-char-glyph): Add.
11398
11399 1998-12-11 Dave Love <fx@gnu.org>
11400
11401 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11402 forward-sexp in condition-case.
11403
11404 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11405 Remove unnecessary test on `library' for explicit file name.
11406 Widen scope of save-match-data.
11407
11408 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11409
11410 * international/mule.el (load-with-code-conversion): If the loaded
11411 file was inserted with no-conversion or raw-text coding system,
11412 make the buffer unibyte.
11413
11414 1998-12-09 Richard Stallman <rms@gnu.org>
11415
11416 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11417 Get rid of nested loops.
11418
11419 * mouse.el (mouse-drag-vertical-line):
11420 If WHICH-SIDE is not `right', then scroll bars are on the left.
11421
11422 * loadhist.el (load-history-loaded): defvar moved to help.el.
11423
11424 * help.el (symbol-file-load-history-loaded): Variable renamed,
11425 and defvar moved from loadhist.el.
11426 (symbol-file): Renamed from describe-function-find-file.
11427 Load fns-VERSION.el here.
11428 (describe-variable, describe-function-1): Use symbol-file.
11429
11430 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11431 Don't start the name with #.
11432
11433 * ispell.el: Take out the eval-when's.
11434
11435 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11436
11437 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11438 (dirtrack): Run it. Make debug message more verbose.
11439
11440 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11441
11442 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11443 name of the abbrev table, and provide support for XEmacs.
11444 (octave-xemacs-p): New variable.
11445
11446 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11447
11448 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11449 exit, when mail-interactive is nil.
11450
11451 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11452
11453 * files.el (after-find-file): Message fix.
11454
11455 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11456
11457 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11458
11459 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11460
11461 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11462 filenames using backslashes.
11463
11464 1998-12-09 Dave Love <fx@gnu.org>
11465
11466 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11467 with correct number of args.
11468 (browse-url-maybe-new-window): New arg. Callers changed.
11469
11470 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11471 comment.
11472
11473 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11474
11475 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11476
11477 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11478
11479 * vc.el (vc-rcs-release): Fix Type.
11480 (vc-sccs-release): Fix Type.
11481 (vc-cvs-release): Fix Type.
11482
11483 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11484 arg work right.
11485
11486 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11487 output of last undeleted message.
11488
11489 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11490
11491 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11492 (buffer-undo-list) [windows-nt]: Use different relative path.
11493
11494 1998-12-07 Simon Marshall <simon@gnu.org>
11495
11496 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11497
11498 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11499
11500 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11501
11502 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11503
11504 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11505
11506 * info.el (Info-menu): Don't return error if point is between menu
11507 header and first menu item.
11508
11509 1998-12-04 Dave Love <fx@gnu.org>
11510
11511 * help.el (describe-function-1): Fix description for alias.
11512
11513 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11514
11515 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11516 specifications from summary line.
11517
11518 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11519 (close-rectangle): Define alias only once in loaddefs.el.
11520
11521 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11522
11523 * term/internal.el: Remove code which sets up a special syntax
11524 table for non-ASCII characters.
11525
11526 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11527
11528 * dos-w32.el (direct-print-region-function): Try to ensure that
11529 printer-name is expanded to a file name on a local drive;
11530 sometimes printing a file loaded from a network volume fails.
11531 (direct-print-region-function): Add a function to
11532 write-region-annotate-functions to append a formfeed character to
11533 the region being printed, if the region doesn't end with a
11534 formfeed already. This avoids creating a second print job
11535 containing a blank page when print spooling is enabled on Windows.
11536
11537 1998-12-02 Dave Love <fx@gnu.org>
11538
11539 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11540 `Info-goto-node'.
11541
11542 1998-12-02 Richard Stallman <rms@gnu.org>
11543
11544 * help.el (temp-buffer-resize-mode): Doc fix.
11545
11546 * cus-edit.el (custom-save-delete): Save point before
11547 reading a sexp, rather than backing up.
11548
11549 * international/iso-transl.el: Fix previous change.
11550
11551 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11552
11553 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11554 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11555 Added defvars to suppress compilation warnings.
11556
11557 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11558
11559 * ispell.el: Improved and fixed customize for variables:
11560 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11561 ispell-dictionary-alist, ispell-skip-sgml.
11562 Improved and fixed comments in variables and messages for
11563 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11564 ispell-menu-map, ispell-checking-message, ispell-parser,
11565 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11566 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11567 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11568 ispell-message-text-end, ispell-add-per-file-word-list.
11569 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11570 system is now required for all languages. Casechars improved for
11571 castellano, castellano8, and norsk dictionaries. Dictionary
11572 norsk7-tex added. Dictionary polish added.
11573 (ispell-dictionary-alist): Redefined at load-time to support
11574 dictionary changes.
11575 (ispell-menu-map): Redefined at load-time to support menu changes.
11576 (ispell-check-version): New alias for `check-ispell-version'.
11577 (ispell-parse-output): Fixed matching for ispell error messages.
11578 Correctly returns spelling suggestions in order generated by ispell
11579 process.
11580 (check-ispell-version): Ensure `case-fold-search' doesn't get
11581 redefined.
11582 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11583 redefined. Fix bug that didn't respect case of word being completed.
11584 (ispell-init-process): Set process coding system to be compatible
11585 with emacs processes and the ispell process.
11586 (ispell-kill-ispell): Ensures ispell process has terminated before
11587 starting new process. This can otherwise confuse process filters
11588 and hang the ispell process.
11589 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11590 skipping support for sgml.
11591 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11592 which could cause `ispell-complete-word' to hang.
11593 (ispell-message): Improved message reference matching. Ensure
11594 `case-fold-search' doesn't get redefined.
11595 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11596 get redefined. Fixed bug in returning to nroff mode from tex mode.
11597 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11598 get redefined.
11599
11600 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11601
11602 * textmodes/flyspell.el (flyspell-check-word-p):
11603 Don't delay inside a kbd macro.
11604
11605 * subr.el (make-local-hook): Return the hook variable.
11606
11607 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11608
11609 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11610 Use a timer instead of post-command-hook.
11611 (hscroll-timer): New variable.
11612
11613 1998-11-30 Dave Love <fx@gnu.org>
11614
11615 * help.el (help-xref-button): Do nothing if text already has the
11616 help-xref property.
11617 (describe-variable): Revert previous change to hyperlink to source.
11618
11619 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11620
11621 * bindings.el (features): Add `base64' to this list.
11622
11623 * loadhist.el (symbol-file): Doc fix.
11624
11625 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11626
11627 * files.el (hack-one-local-variable): Cope with non-file buffers.
11628
11629 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11630
11631 * help.el (describe-mode): Put major mode first.
11632
11633 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11634 to support special-display and same-window features.
11635
11636 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11637
11638 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11639 bound in one function and used in the other.
11640 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11641 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11642
11643 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11644
11645 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11646
11647 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11648
11649 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11650 Give format correct control string.
11651
11652 * international/mule.el (define-translation-table): Fix bug of
11653 setting incorrect translation-table-id. If the first element of
11654 ARGS is a translation table, just register it.
11655
11656 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11657 property.
11658
11659 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11660
11661 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11662 syntax table to determine what is whitespace.
11663
11664 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11665
11666 * frame.el (frame-parameter): Doc fix.
11667
11668 * textmodes/tex-mode.el (tex-feed-input): New function.
11669 (tex-define-common-keys): Add binding for C-c C-m.
11670
11671 1998-11-23 Dave Love <fx@gnu.org>
11672
11673 * progmodes/fortran.el: Various minor doc fixes.
11674 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11675 (fortran-with-subprogram-narrowing): New macro.
11676 (fortran-check-for-matching-do): Use it.
11677 (fortran-end-do): Use fortran-check-end-prog-re.
11678 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11679 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11680
11681 1998-11-23 Simon Marshall <simon@gnu.org>
11682
11683 * font-lock.el (font-lock-defaults): Doc fix.
11684 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11685 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11686
11687 * lazy-lock.el (lazy-lock-unstall):
11688 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11689
11690 * fast-lock.el (fast-lock-save-cache-1):
11691 (fast-lock-cache-data): Rewritten to use with-temp-message.
11692
11693 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11694
11695 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11696 messages that have been added with DOS line endings and convert
11697 the line endings for such messages.
11698
11699 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11700
11701 * help.el: Add resizing of temporary buffers.
11702 (temp-buffer-resize-mode): New command and variable.
11703 (temp-buffer-max-height): New variable.
11704 (resize-temp-buffer-window): New function.
11705
11706 * window.el (window-buffer-height): New function, split from
11707 shrink-window-if-larger-than-buffer.
11708 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11709
11710 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11711
11712 * frame.el (initial-frame-alist): Add defcustom.
11713
11714 * shell.el (shell-prompt-pattern): Add defcustom.
11715
11716 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11717
11718 * message.el (message-ignored-supersedes-headers): Remove
11719 NNTP-Posting-Date.
11720
11721 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11722
11723 * help.el (describe-mode): Don't avoid loop indirecting thru
11724 value of INDICATOR.
11725
11726 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11727
11728 * help.el (describe-variable): Allow any variable with a defcustom,
11729 even if it is not a user variable.
11730
11731 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11732
11733 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11734
11735 * gnus/nntp.el (nntp-request-group): Allow for failures when
11736 requesting a new group.
11737
11738 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11739
11740 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11741
11742 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11743
11744 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11745
11746 1998-11-19 Simon Marshall <simon@gnu.org>
11747
11748 * subr.el (with-temp-message): New macro.
11749
11750 * emacs-lisp/lisp-mode.el (with-temp-message):
11751 Add lisp-indent-function property.
11752
11753 1998-11-18 Dave Love <fx@gnu.org>
11754
11755 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11756
11757 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11758
11759 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11760 This is not obsolete.
11761
11762 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11763
11764 * textmodes/picture.el: Make a new map by make-keymap.
11765 (picture-desired-column): New variable.
11766 (picture-update-desired-column): New function.
11767 (picture-beginning-of-line): Set picture-desired-column to 0.
11768 (picture-end-of-line): Set picture-desired-column to the current
11769 column.
11770 (picture-forward-column): Pay attention to multi-column character.
11771 (picture-backward-column): Likewise.
11772 (picture-move-down): Likewise.
11773 (picture-move-up): Likewise.
11774 (picture-movement-nw): With prefix arg, move twice columns.
11775 (picture-movement-ne): Likewise.
11776 (picture-movement-sw): Likewise.
11777 (picture-movement-se): Likewise.
11778 (picture-set-motion): Handle two-column movements.
11779 (picture-move): Call picture-move-down or picture-forward-column
11780 only when necessary.
11781 (picture-insert): Pay attention to picture-desired-column.
11782 (picture-self-insert): Likewise.
11783 (picture-clear-column): Pay attention to multi-column character.
11784 (picture-mode): Modify doc-string for two-column movement.
11785
11786 * rect.el (move-to-column-force): New function.
11787 (operate-on-rectangle): If coerce-tabs is non-nil, call
11788 move-to-column-force instead of move-to-column.
11789 (insert-rectangle): Call move-to-column-force instead of
11790 move-to-column.
11791 (open-rectangle-line): If begextra is not zero, call
11792 move-to-column-force.
11793
11794
11795 1998-11-16 Dave Love <fx@gnu.org>
11796
11797 * textmodes/sgml-mode.el Require skeleton when compiling.
11798 (sgml-font-lock-keywords-1): Accept single-letter tags.
11799 (v2): Defvar free variable.
11800
11801 1998-11-16 Sam Steingold <sds@goems.com>
11802
11803 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11804 macro, not ELisp one.
11805
11806 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11807
11808 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11809 characters to symbol.
11810
11811 * language/japan-util.el (japanese-zenkaku-region): New optional
11812 arg KATAKANA-ONLY.
11813
11814 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11815
11816 * international/mule.el
11817 (after-insert-file-set-buffer-file-coding-system): If the buffer
11818 is changed to unibyte, return inserted bytes.
11819
11820 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11821 and link names if necessary.
11822 (tar-header-block-summarize): Handle the case that file or link
11823 names are multibyte.
11824 (tar-summarize-buffer): At first set the current buffer unibyte,
11825 then if there are multibyte file names, change it to multibyte.
11826 (tar-mode): Get char position from tar-header-offset.
11827 (tar-extract): Avoid multibyte<->unibyte conversion in
11828 insert-buffer-subsring by setting both buffers unibyte
11829 temporarily.
11830 (tar-copy): Set the buffer unibyte while doing a work. Write
11831 without code conversion.
11832 (tar-expunge): Set the buffer unibyte while doing a work.
11833 (tar-alter-one-field): Likewise.
11834 (tar-clear-modification-flags): Compare byte position with
11835 tar-header-offset.
11836 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11837 insert-buffer-subsring by setting both buffers unibyte
11838 temporarily. Pay attention to multibyteness while updating the
11839 descriptor-line.
11840 (tar-mode-write-file): Write without code conversion.
11841
11842 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11843
11844 * nngateway.el: Require cl.
11845
11846 1998-11-15 Dave Love <fx@gnu.org>
11847
11848 * progmodes/fortran.el: Fix previous change:
11849 (fortran-end-prog-re1): Changed.
11850 (fortran-check-end-prog-re): New function.
11851 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11852
11853 1998-11-13 Tom Breton <tob@world.std.com>
11854
11855 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11856 GNU Emacs.
11857
11858 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11859
11860 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11861 fixed.
11862 (reftex-toc-toggle-file-boundary,
11863 reftex-toc-toggle-labels,
11864 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11865 (reftex-toc-include-labels, reftex-toc-include-context,
11866 reftex-toc-include-file-boundaries,
11867 reftex-toc-keep-other-windows): New options.
11868 (reftex-use-text-after-label-as-context): Option removed.
11869 (reftex-extract-bib-entries): Protect use in non-latex
11870 buffers.
11871 (reftex-toc-visit-location): Renamed from
11872 `reftex-toc-visit-line'.
11873 (reftex-latin1-to-ascii): Works now with and without Mule.
11874 (reftex-truncate): Removed special stuff for Emacs 20.2.
11875 (reftex-get-offset): Made more general.
11876 (reftex-show-label-location): Renamed from
11877 `reftex-select-label-callback'.
11878 (reftex-pop-to-label): Function removed (using
11879 `reftex-show-label-location' instead.
11880 (reftex-insert-docstruct): Renamed from
11881 `reftex-make-and-insert-label-list'. Function args changed.
11882 (reftex-toc): Now uses `reftex-insert-docstruct' and
11883 `reftex-find-start-point'.
11884 (reftex-select-item): Use `reftex-find-start-point'.
11885 (reftex-toc-visit-line): Can display labels and file
11886 boundaries.
11887 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11888
11889 1998-11-12 Sam Steingold <sds@goems.com>
11890
11891 * browse-url.el (browse-url): Handle the case when
11892 `browse-url-browser-function' is a lambda list.
11893
11894 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11895
11896 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11897 version string.
11898 * loadhist.el (symbol-file): Likewise
11899
11900 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11901
11902 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11903
11904 1998-11-11 Sam Steingold <sds@goems.com>
11905
11906 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11907 `run-lisp' instead of signalling an error.
11908
11909 1998-11-11 Karl Heuer <kwzh@gnu.org>
11910
11911 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11912
11913 1998-11-11 Richard Stallman <rms@gnu.org>
11914
11915 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11916
11917 1998-11-11 Per Starback <starback@update.uu.se>
11918
11919 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11920 renamed svenska8 to svenska, and fixed and extended CASECHARS
11921 for it.
11922
11923 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11924
11925 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11926 handling if setpagedevice is not available.
11927 (ps-begin-file): Fix typo.
11928
11929 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11930
11931 * international/mule-util.el (compose-chars-component): Signal
11932 error if CH is a rule-based composition character.
11933 (compose-chars): Signal error if an already compsed character is
11934 going to be composed by rule-base.
11935
11936 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11937 full XLFD, don't try to get information of WEIGHT and SLANT from
11938 that font name.
11939
11940 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11941
11942 * dos-w32.el (set-default-process-coding-system): Use function on
11943 before-init-hook to set default-process-coding-system based on
11944 enable-multibyte-characters.
11945
11946 * term/w32-win.el ([language-change]): For now ignore
11947 keyboard language-change events.
11948
11949 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11950
11951 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11952 convert-standard-file-name, but leave the results of
11953 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11954 characters if the original name already exists, or has a special
11955 handler.
11956
11957 1998-11-10 Karl Heuer <kwzh@gnu.org>
11958
11959 * international/iso-insert.el: Delete autoload cookies.
11960
11961 * international/iso-transl.el: Add autoload cookies.
11962
11963 1998-11-10 Richard Stallman <rms@gnu.org>
11964
11965 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11966 (ispell-process-line): Don't treat multibyte
11967
11968 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11969
11970 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11971 setpagedevice to specify the page size if setpagedevice is
11972 available. This is necessary to select the correct paper tray on
11973 Level 2 printers with multiple paper sizes available.
11974
11975 (ps-begin-file): Cope with font names that contain spaces, and
11976 call BeginDoc in a BeginSetup/EndSetup block.
11977
11978 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11979
11980 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11981 convert-standard-filename.
11982
11983 * loadhist.el (symbol-file): Run fns-VERSION.el through
11984 convert-standard-filename.
11985
11986 1998-11-06 Richard Stallman <rms@gnu.org>
11987
11988 * textmodes/texinfmt.el (texinfo-format-scan):
11989 Detect the case of two @-commands in a row; process just the first.
11990 (texinfo-append-refill): If line has a @c, insert the @refill
11991 before it.
11992 (texinfo-format-refill): Return with point where the @refill was.
11993
11994 * files.el (hack-local-variables): Test local-enable-local-variables.
11995 (hack-local-variables-prop-line): Likewise.
11996 (set-auto-mode): Don't test local-enable-local-variables here.
11997 (enable-local-variables): Doc fix.
11998 (local-enable-local-variables): Doc fix.
11999 (normal-mode): Doc fix.
12000
12001 1998-11-06 Karl Heuer <kwzh@gnu.org>
12002
12003 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12004
12005 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12006
12007 * simple.el (line-number-mode): Doc fix.
12008
12009 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12010
12011 * international/fontset.el (create-fontset-from-fontset-spec):
12012 Give correct arg to `error'.
12013
12014 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12015
12016 * textmodes/sgml-mode.el (html-mode): Doc fix.
12017 (sgml-name-8bit-mode): Fix missing format character in message string.
12018
12019 1998-11-05 Karl Heuer <kwzh@gnu.org>
12020
12021 * mail/sendmail.el (sendmail-send-it): Check for failure.
12022
12023 1998-11-05 Richard Stallman <rms@gnu.org>
12024
12025 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12026
12027 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12028 (close-rectangle): Define as alias.
12029
12030 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12031
12032 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12033
12034 1998-11-05 Dave Love <fx@gnu.org>
12035
12036 * help.el (describe-variable): Don't quote link to source.
12037
12038 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12039
12040 * gud.el (gud-common-init): Use pop-to-buffer.
12041 (same-window-regexps): Add an element that matches all gud buffers.
12042
12043 1998-11-04 Jason Rumney <jasonr@altavista.net>
12044
12045 * term/w32-win.el (x-get-selection-value): Alias to
12046 x-cut-buffer-or-selection-value.
12047 (w32-standard-fontset-spec): New variable.
12048 (w32-create-initial-fontsets, mouse-set-font): Check whether
12049 new-fontset is available.
12050 (w32-use-w32-font-dialog): Enable use of set-variable.
12051
12052 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12053
12054 * vc.el (with-vc-file, edit-vc-file): New macros.
12055
12056 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12057
12058 * international/quail.el (quail-show-guidance-buf): Call
12059 set-minibuffer-window to set minibuffer window of the current
12060 frame correctly.
12061
12062 1998-11-03 Theodore Jump <tjump@tertius.com>
12063
12064 * term/w32-win.el: Require fontset.
12065
12066 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12067
12068 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12069 (set-face-font-auto): Ditto.
12070
12071 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12072
12073 * mouse.el (mouse-drag-region): Fix typo.
12074
12075 1998-11-02 Dave Love <fx@gnu.org>
12076
12077 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12078 (fortran-fontify-string): New function.
12079 (fortran-font-lock-keywords-1): Use it.
12080
12081 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12082
12083 * comint.el (comint-file-name-quote-list): Doc fix.
12084
12085 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12086
12087 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12088 build directory, not source directory.
12089
12090 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12091 if we did not get one for the final move.
12092
12093 1998-11-01 Dave Love <fx@gnu.org>
12094
12095 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12096 Don't funcall browse-url-browser-function.
12097
12098 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12099 Don't funcall browse-url-browser-function.
12100
12101 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12102
12103 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12104
12105 * files.el (revert-buffer): Doc fix.
12106
12107 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12108
12109 * textmodes/tex-mode.el (tex-start-options-string):
12110 Quote the backslashes with more backslashes.
12111
12112 1998-10-31 Dave Love <fx@gnu.org>
12113
12114 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12115 (webjump): Don't funcall browse-url-browser-function.
12116
12117 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12118
12119 * international/quail.el (quail-start-translation): Handle
12120 switching of the frame in read-key-sequence.
12121 (quail-start-conversion): Likewise.
12122 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12123 windows before setting an appropriate window for it.
12124 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12125 quail-guidance-win to nil.
12126 (quail-update-guidance): If quail-guidance-buf is not in the
12127 selected frame, call quail-show-guidance-buf again.
12128
12129 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12130
12131 * progmodes/pascal.el (pascal-mode):
12132 `blink-matching-paren-dont-ignore-comments' set to t.
12133
12134 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12135
12136 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12137
12138 1998-10-30 Dave Love <fx@gnu.org>
12139
12140 * vc.el (vc-backend-merge-news): Check for "P" output.
12141
12142 * help.el (describe-variable): Hyperlink the definition.
12143
12144 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12145
12146 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12147 (sh-set-shell): Likewise.
12148
12149 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12150
12151 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12152 (edebug-on-error): Fix customize type to match that of
12153 debug-on-error.
12154
12155 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12156
12157 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12158 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12159
12160 * international/mule-cmds.el (select-message-coding-system): Doc
12161 fix.
12162
12163 * international/mule-diag.el (describe-coding-system): Describe
12164 all flags.
12165
12166 * mail/sendmail.el (sendmail-coding-system,
12167 default-sendmail-coding-system): Doc fix.
12168
12169 * simple.el (shell-command-on-region): Doc fix.
12170
12171 * loadup.el: Write fns-*.el in current directory instead of
12172 data-directory since no installation directory exists yet. Mark
12173 buffer unmodified afterwards.
12174
12175 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12176 instead of data-directory since it is architecture dependent.
12177 (load-history-loaded): Update doc string.
12178
12179 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12180
12181 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12182 path as a default directory when canonicalizing names.
12183
12184 * w32-fns.el: Remove a dangling reference to a directory on the
12185 build machine.
12186
12187 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12188
12189 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12190 namespace related keywords such as `class', `body', `private',
12191 `variable', `namespace eval', etc.
12192 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12193 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12194 imenu and font-lock so that searches for \sw would find words
12195 containing colons.
12196
12197 * progmodes/etags.el (initialize-new-tags-table):
12198 Do not alter find-tag-marker-ring and tags-location-ring.
12199
12200 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12201
12202 * term/w32-win.el: Require fontset.
12203 (w32-init-fontsets): New function (code from x-win.el).
12204
12205 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12206
12207 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12208 calendar-and-diary-frame-parameters): Add title parameter.
12209
12210 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12211
12212 * completion.el (dynamic-completion-mode): New function to enable
12213 the mode. (Just loading the file now does not change anything.)
12214
12215 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12216
12217 * ps-print.el: User option for multibyte buffer handling and doc fix.
12218 (ps-multibyte-buffer): New user option.
12219 (ps-setup): Print new user option.
12220 (ps-print-quote): New fun.
12221 (ps-color-p, ps-mule-font-info-database-latin): New var.
12222 (ps-default-color, ps-mule-font-info-database)
12223 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12224 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12225 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12226 Little code improvement.
12227 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12228 (ps-print-prologue-header, ps-font-family, ps-font-size)
12229 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12230 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12231 (ps-mule-external-libraries, ps-mule-init-external-library)
12232 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12233 Doc fix.
12234 (ps-print-version): New version number (4.1.1) and doc fix.
12235 (ps-print-prologue-header): New user option.
12236 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12237 Conditional compilation for GNU Emacs and emacsens.
12238 (ps-generate-postscript-with-faces): Skip invisible text better.
12239 (ps-setup): Print new user option.
12240 (ps-print-preprint): Check if input file name exists and is unwritable.
12241 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12242 and insert user PostScript prologue header comments.
12243 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12244 New funs.
12245 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12246 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12247 PostScript programming normalization.
12248 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12249 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12250 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12251 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12252 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12253 Programming style normalization.
12254
12255 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12256
12257 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12258 version, check the value of mule-version.
12259
12260 * international/mule-util.el (compose-region): Insert then delete
12261 to preserve markers.
12262 (decompose-region): Use search-forward for efficiency.
12263
12264 * language/chinese.el (pre-write-encode-hz): Cancel previous
12265 change, use generate-new-buffer instead of get-buffer-create.
12266 * language/devan-util.el
12267 (in-is13194-devanagari-pre-write-conversion): Likewise.
12268 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12269 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12270 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12271
12272 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12273
12274 * mail/rmailsum.el (rmail-message-subject-p):
12275 Handle message whose header has not been reformatted.
12276
12277 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12278
12279 1998-10-25 Jason Rumney <jasonr@altavista.net>
12280
12281 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12282 New variables.
12283 (mouse-set-font): Use font menus instead of dialog according to
12284 w32-use-w32-font-dialog.
12285
12286 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12287
12288 * calendar/calendar.el (calendar-day-name-array): Add doc string
12289 correctly!
12290 (calendar-month-name-array): Add doc string correctly!
12291
12292 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12293
12294 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12295
12296 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12297
12298 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12299
12300 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12301
12302 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12303
12304 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12305
12306 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12307
12308 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12309
12310 1998-10-21 Karl Heuer <kwzh@gnu.org>
12311
12312 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12313 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12314 (profile-filter, profile-reset-timer): Functions deleted.
12315 (profile-check-zero-init-times, profile-get-time): Likewise.
12316 (profile-find-function, profile-quit): Likewise.
12317 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12318 (profile-time-list, profile-init-list): Doc fix.
12319 (profile-functions): Simplify.
12320 (profile-print): Use float. Make output include space separators.
12321 (profile-add-time): New helper function.
12322 (profile-function-prolog): Renamed from profile-start-function.
12323 Handle profile-distinct.
12324 (profile-function-epilog): Renamed from profile-update-function.
12325 Handle profile-distinct.
12326 (profile-a-function): If the function to be profiled is an
12327 autoload form, load it. If it's lazy-loaded, fetch it.
12328 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12329 (profile-restore-fun): Arg FUN is now a function symbol, as was
12330 documented, rather than a one-element list.
12331 (profile-finish): Call profile-restore-fun properly.
12332
12333 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12334
12335 * international/characters.el: Setup charset property
12336 nospace-between-words.
12337
12338 * international/mule-cmds.el (get-charset-property): If CHARSET is
12339 composition, return nil.
12340 (put-charset-property): If CHARSET is composition, do nothing.
12341
12342 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12343 * language/devan-util.el
12344 (in-is13194-devanagari-pre-write-conversion): Likewise.
12345 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12346 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12347 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12348
12349 * textmodes/fill.el (sentence-end-without-period): New variable.
12350 (canonically-space-region): Pay attention to
12351 sentence-end-without-period.
12352 (fill-find-break-point): The first argument CHARSET deleted.
12353 Caller changed.
12354 (fill-region-as-paragraph): Pay attention to charset property
12355 nospace-between-words and text property nospace-between-words.
12356
12357 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12358
12359 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12360 an unrecognized shell.
12361
12362 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12363
12364 * desktop.el (desktop-save): Include minor modes symbolically.
12365 (desktop-create-buffer): Turn on all minor modes in `mim'.
12366
12367 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12368
12369 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12370 (sh-font-lock-keywords): Handle rpm and rpm2.
12371 (sh-ancestor-alist): Handle rpm.
12372
12373 * files.el (auto-mode-alist): Recognize .rpm files.
12374 Also .spec and .mspec files.
12375
12376 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12377
12378 * faces.el (frame-set-background-mode): Enable the function for
12379 MSDOS frames.
12380
12381 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12382
12383 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12384 (calendar-month-name-array): Add doc string.
12385
12386 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12387
12388 * simple.el (kill-ring-max): Increased to 60.
12389
12390 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12391
12392 * international/characters.el: Setup auto-fill-chars.
12393
12394 * international/kinsoku.el (kinsoku): Check the variable
12395 enable-kinsoku.
12396
12397 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12398 Don't call kinsoku directly, intead call fill-find-break-point.
12399
12400 * textmodes/fill.el: Setup `fill-find-break-point-function'
12401 property to character sets which require `kinsoku' processing for
12402 filling.
12403 (fill-find-break-point): New function.
12404 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12405 Don't call kinsoku directly, intead call fill-find-break-point.
12406
12407 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12408
12409 * faces.el (modify-face-read-string): Return (nil) for "none".
12410 (modify-face): Don't get error if (nil) is the argument.
12411 (face-try-color-list): Don't check whether nil is a valid color.
12412
12413 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12414
12415 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12416 Print message about each directory, even in batch mode.
12417
12418 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12419
12420 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12421 (ps-mule-string-char): No need to use sref.
12422 (ps-mule-next-index): No need to use sref.
12423
12424 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12425
12426 * files.el (revert-buffer-internal-hook): Add defvar.
12427
12428 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12429
12430 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12431
12432 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12433
12434 * international/mule-cmds.el (default-input-method): Fix custom type.
12435
12436 * net-utils.el (whois-server-list): Fix customization type.
12437
12438 * shell.el (shell-input-autoexpand): Fix customization group.
12439
12440 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12441
12442 * repeat.el (repeat): Handle keyboard macros properly.
12443 Handle new prefix arg after self-insert command.
12444
12445 * repeat.el: Don't include cl even at compile time.
12446 (repeat): Avoid using `loop'.
12447
12448 * simple.el (shell-command-on-region): Doc fix.
12449 (next-history-element): Special error message if no default.
12450
12451 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12452
12453 * ps-print.el (ps-print-buffer): Doc fix.
12454 (ps-despool): Likewise.
12455
12456 * arc-mode.el (arc-mode): Provide arc-mode.
12457
12458 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12459
12460 * ps-print.el (ps-print-buffer): Doc fix.
12461
12462 1998-10-14 Dave Love <fx@gnu.org>
12463
12464 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12465 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12466 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12467
12468 * progmodes/fortran.el (fortran-mode-map): Change "Join
12469 Continuation Line" to "Join Line".
12470 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12471
12472 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12473
12474 * progmodes/fortran.el (fortran-join-line): Use
12475 `delete-indentation' instead of issuing an error message if not on
12476 a continuation line. Provide for joining several lines using
12477 prefix arg.
12478
12479 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12480
12481 * term/pc-win.el (msdos-color-values): New variable.
12482 (x-color-values): New function, emulates its namesake from
12483 src/xfns.c.
12484 (msdos-bg-mode): Add all dark colors to those which return
12485 "dark".
12486
12487 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12488
12489 * replace.el (keep-lines, flush-lines, how-many):
12490 Don't ignore case if arg has upper case letters.
12491
12492 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12493
12494 * progmodes/vhdl-mode.el
12495 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12496 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12497 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12498 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12499 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12500 (vhdl-when): Fix indentation problem.
12501 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12502 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12503 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12504
12505 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12506
12507 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12508 (ls-lisp-insert-directory): Renamed from insert-directory.
12509 (insert-directory): New function.
12510
12511 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12512
12513 * simple.el (completion-fixup-function): Variable deleted.
12514 (completion-setup-function): Delete code for completion-fixup-function.
12515 * emacs-lisp/lisp.el (lisp-complete-symbol):
12516 Don't bind completion-fixup-function.
12517
12518 * files.el (find-file-wildcards): New option.
12519 (find-file-noselect): Handle wild cards, if enabled.
12520 (file-expand-wildcards): New function.
12521
12522 * simple.el (set-fill-column): Doc fix.
12523
12524 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12525
12526 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12527
12528 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12529
12530 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12531 Move declaration before first use.
12532 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12533 hif-math, hif-factor): Rename token to hif-token and token-list to
12534 hif-token-list.
12535 (hif-token, hif-token-list): Declare them.
12536 (hif-find-ifdef-block): Return cons of top and bottom point
12537 instead of setting dynamically bound variables.
12538 (hide-ifdef-block, show-ifdef-block): Use return value of
12539 hif-find-ifdef-block.
12540
12541 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12542
12543 * subr.el (read-passwd): Use clear-this-command-keys.
12544
12545 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12546
12547 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12548 and ...-for-write.
12549
12550 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12551
12552 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12553 responses to GROUP command, since this may be called from a timer
12554 with quit inhibited.
12555
12556 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12557
12558 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12559 set unconditional-jump to nil.
12560 (ccl-compile-read-multibyte-character): Return nil.
12561 (ccl-compile-write-multibyte-character): Likewise.
12562 (ccl-compile-translate-character): Likewise
12563 (ccl-compile-map-multiple): Likewise.
12564 (ccl-compile-map-single): Likewise.
12565
12566 * international/kinsoku.el: Add coding tag.
12567 (kinsoku-bol): Remove superfluous TAB in a string.
12568
12569 * international/mule-cmds.el (find-coding-systems-for-charsets):
12570 Delete `composition' (if any) from CHARSETS.
12571
12572 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12573
12574 * international/mule-cmds.el (setup-specified-language-environment):
12575 Add apropos-inhibit property.
12576 (describe-specified-language-support): Likewise.
12577
12578 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12579
12580 * international/mule.el (make-coding-system): Create -with-esc
12581 variant coding system.
12582
12583 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12584
12585 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12586 (next-file): Optionally offer to revert a file's buffer,
12587 if it has an existing buffer but the file has changed.
12588
12589 * info.el (Info-insert-dir): Detect and report problems
12590 in input files, such as "No Top node". Return with point
12591 at the beginning of the text.
12592 (Info-find-node): Reinsert the code to handle files
12593 with no tags table; it was deleted by mistake.
12594
12595 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12596
12597 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12598 texinfo-find-higher-level-node repeatedly find the same node.
12599 (texinfo-find-higher-level-node): Doc fix.
12600
12601 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12602
12603 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12604 (smtpmail-address-buffer): Add defvar.
12605 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12606
12607 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12608
12609 * ffap.el (ffap-machine-p-local): Fix editing error.
12610
12611 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12612
12613 * faces.el (frame-set-background-mode):
12614 Don't do anythung for text-only or MSDOS frame.
12615
12616 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12617
12618 * international/quail.el (quail-defrule): New optional arg APPEND.
12619 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12620
12621 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12622
12623 * gnus/pop3.el (pop3-open-server):
12624 Set process-coding-system-alist around open-network-stream.
12625
12626 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12627
12628 * files.el (save-buffer): Doc fix.
12629
12630 1998-10-07 Karl Heuer <kwzh@gnu.org>
12631
12632 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12633 return DEF unchanged, not nil. Simplify.
12634
12635 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12636
12637 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12638
12639 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12640
12641 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12642
12643 * net-utils.el (ftp, nslookup): Require comint.
12644 (network-service-connection): Likewise.
12645 (whois-server-name): Defaults to whois.arin.net
12646 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12647 (whois): Tries to guess the appropriate top-level domain server.
12648 (whois-get-tld): New function.
12649
12650 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12651 (dirtrack-debug-toggle): Added this function.
12652
12653 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12654
12655 * files.el (find-file-noselect): Switch to the correct buffer
12656 before checking find-file-literally, and allow non-nil non-t
12657 rawfile params.
12658
12659 1998-10-06 Karl Heuer <kwzh@gnu.org>
12660
12661 * midnight.el (clean-buffer-list): Add autoload cookie.
12662
12663 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12664 no-autosave.
12665 * tar-mode.el (tar-mode-revert): Likewise.
12666 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12667 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12668 * gnus/message.el (message-auto-save-directory): Renamed from
12669 message-autosave-directory. All references changed.
12670
12671 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12672
12673 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12674 string. Expose mime stuff while searching.
12675
12676 1998-10-06 Richard Stallman <rms@gnu.org>
12677
12678 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12679
12680 * replace.el (perform-replace): Position point properly
12681 before and after the recursive edit of C-r.
12682
12683 * progmodes/etags.el (tags-reset-tags-tables): Properly
12684 find the markers in the old rings that are being discarded.
12685
12686 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12687
12688 * apropos.el (apropos-print): Control invalid characters.
12689
12690 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12691 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12692 confusing customize.
12693
12694 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12695
12696 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12697 built-in commands. Add more built-in commands and fix face names.
12698
12699 1998-10-05 Simon Marshall <simon@gnu.org>
12700
12701 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12702
12703 1998-10-04 Eric Ludlam <zappo@gnu.org>
12704
12705 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12706 customization since it is not useful in this case.
12707 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12708 sure it gets evalled to a number. Also verify that set-frame-name
12709 fn exists before calling it.
12710
12711 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12712 Protect a `forward-sexp' call which could fail, and improved regex
12713 for ie, and eg abbreviations.
12714
12715 1998-10-02 Noah Friedman <friedman@splode.com>
12716
12717 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12718 send-string.
12719 (rlogin-send-Ctrl-D): Here also.
12720 (rlogin-send-Ctrl-Z): Here also.
12721 (rlogin-send-Ctrl-backslash): Here also.
12722
12723 1998-10-02 Dave Love <fx@gnu.org>
12724
12725 * outline.el (hide-region-body): Bind
12726 outline-view-change-hook to nil while making repeated calls to
12727 outline-flag-region. Run it once at the end.
12728 (hide-other, hide-sublevels, show-children): Likewise.
12729
12730 * info-look.el: Remove duplicate scheme-mode entry.
12731 (info-lookup-make-completions): When looking for entries, check
12732 that `item' isn't null or "Menu".
12733
12734 1998-10-01 Karl Heuer <kwzh@gnu.org>
12735
12736 * net-utils.el: Don't require ffap.
12737 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12738 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12739
12740 1998-09-30 Richard Stallman <rms@gnu.org>
12741
12742 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12743
12744 * imenu.el (imenu--generic-function): Sort each submenu by position.
12745 (imenu--sort-by-position): New function.
12746
12747 * cus-edit.el (Custom-mode-menu): Fix info node name.
12748 (customize group): Fix info node name.
12749
12750 * mail/mailalias.el (build-mail-aliases): Don't allow
12751 a newline in the alias name. Don't define an alias
12752 if the definition would be empty.
12753
12754 * which-func.el (which-func-mode-global): Make :set function
12755 more reliable.
12756
12757 * custom.el (custom-set-variables): Load the requests first,
12758 then check the symbol's `set' function.
12759
12760 * ffap.el: Doc fixes.
12761
12762 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12763
12764 * gnus.el: (gnus-valid-select-methods): Fix type.
12765 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12766 * gnus-score.el (gnus-orphan-score): Fix type.
12767 (gnus-score-default-header, gnus-score-default-type): Fix type.
12768 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12769 (gnus-saved-headers): Fix type.
12770
12771 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12772 Avoid nil value of `two-lines-citation-part'.
12773
12774 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12775
12776 * which-func.el (which-function): Handle case when
12777 (car imenu--index-alist) is nil.
12778
12779 1998-09-29 Dave Love <fx@gnu.org>
12780
12781 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12782 bzip2 args.
12783
12784 1998-09-29 Simon Marshall <simon@gnu.org>
12785
12786 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12787 comint-exec-hook.
12788
12789 1998-09-29 Stephen Eglen <stephen@gnu.org>
12790
12791 * info-look.el: Add support for Octave.
12792
12793 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12794
12795 * textmodes/reftex.el (reftex-finding-files): New customize group.
12796 (reftex-texpath-environment-variables,
12797 reftex-use-external-file-finders, reftex-external-file-finders,
12798 reftex-search-unrecursed-path-first): New options.
12799 (reftex-process-string, reftex-find-file-externally): New
12800 functions.
12801 (reftex-access-search-path): Execute shell commands to find the
12802 search path.
12803 (reftex-toggle-auto-view-crossref): When turning on, make sure
12804 `reftex-auto-view-crossref' becomes non-nil.
12805 (reftex-abbrev-regexp): Constant removed.
12806 (reftex-convert-string): Abbrev regexp calculated locally.
12807
12808 1998-09-28 Dave Love <fx@gnu.org>
12809
12810 * progmodes/fortran.el: Don't call regexp-opt when deriving
12811 font-lock patterns with keywords that aren't all literal.
12812
12813 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12814
12815 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12816 the form `octave.bin:1>' which come from using precopiled binary
12817 versions.
12818
12819 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12820
12821 * help.el (help-for-help): Use %THIS-KEY%.
12822 (help-quit): Add doc.
12823
12824 * help-macro.el (make-help-screen): Keep HELP-TEXT
12825 in a separate function definition, not in the help command FNAME.
12826 Replace %THIS-KEY% with the key sequence that ran FNAME.
12827
12828 1998-09-25 Richard Stallman <rms@gnu.org>
12829
12830 * textmodes/texinfo.el (texinfo-show-structure):
12831 Bind inhibit-read-only.
12832
12833 * isearch.el (isearch-search-and-update): Properly
12834 handle upper case letters in the reverse-search special case.
12835
12836 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12837
12838 * gnus.el: Extend the list of autoloaded functions.
12839
12840 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12841 buffer before creating help group. (from Gnus v5.6.43, fix by
12842 1998-08-20 Per Starback <starback@update.uu.se>)
12843
12844 * gnus-util.el (gnus-output-to-rmail): Adjust to
12845 `rmail-output-to-rmail-file'.
12846
12847 1998-09-25 Karl Heuer <kwzh@gnu.org>
12848
12849 * hexl.el (hexl-mode-map): More of previous change.
12850
12851 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12852 (tex-start-tex): Don't use tex-start-options-string in star case.
12853 Quote file name in star case as well as in non-star.
12854 Add blank and quoting of option string here.
12855 (tex-start-options-string): Not here.
12856
12857 1998-09-23 Karl Heuer <kwzh@gnu.org>
12858
12859 * term.el (term-delimiter-argument-list): Doc fix.
12860 (term-emulate-terminal): Escape literal semicolon.
12861 * progmodes/asm-mode.el (asm-mode): Doc fix.
12862 (asm-comment-char): Escape literal semicolon.
12863 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12864
12865 1998-09-23 Richard Stallman <rms@gnu.org>
12866
12867 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12868 only those that normally modify the buffer.
12869
12870 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12871 over again.
12872
12873 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12874
12875 * ispell.el (check-ispell-version): Ensure same buffer is current
12876 when let-binding of case-fold-search ends.
12877
12878 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12879
12880 * ps-print.el: Skip invisible overlay.
12881 Test for set-buffer-multibyte rather than using mule-version.
12882 (ps-print-version): New version number (4.1) and doc fix.
12883 (ps-generate-postscript-with-faces): Skip invisible overlay.
12884
12885 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12886
12887 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12888
12889 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12890
12891 * international/quail.el (quail-update-guidance): Check for the
12892 return value of (quail-guidance) fixed.
12893 (quail-update-translation): Bind quail-current-str locally when it
12894 calls quail-update-guidance.
12895 (quail-update-translation): If input-method-exit-on-first-char is
12896 non-nil, terminate translation only when the current input method
12897 is simple.
12898
12899 1998-09-22 Paul Eggert <eggert@twinsun.com>
12900
12901 * startup.el (locale-translation-file-name): Prefer X-related names
12902 to the name used by GNU/Linux sans X. Set to nil if no file found.
12903 (command-line): Use locale-translation-file-name if it is not nil,
12904 instead of testing for its existence again.
12905 regexp-quote the ctype before using it in a regexp.
12906 Allow a colon to appear after the ctype in the aliases file,
12907 as is done in X11R6.4.
12908
12909 1998-09-21 Richard Stallman <rms@gnu.org>
12910
12911 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12912
12913 * calendar/appt.el (appt-interval): Variable deleted.
12914 (appt-check): For minutes in between appt-display-interval times,
12915 do check, but don't display anything except an updated mode line.
12916 Count against appt-display-interval based on minutes since
12917 first display of this appointment, not based on time of day.
12918 If appt-display-mode-line, force mode line redisplay
12919 whenever appt-mode-string has changed.
12920 (appt-add, appt-delete): Add autoload cookies.
12921 (appt-check): Catch errors from calling `diary'.
12922 (appt-max-time): Renamed from max-time.
12923 (appt-now-displayed, appt-display-count): New variables.
12924 (appt-timer): Don't create one if we already have one.
12925
12926 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12927 More general code to use the source buffer instead of the zap file.
12928
12929 * hilit-chg.el (highlight-compare-with-file): Renamed from
12930 compare-with-file.
12931
12932 * loadhist.el (load-history-loaded): New variable.
12933 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12934
12935 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12936
12937 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12938 Fix error messages.
12939
12940 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12941
12942 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12943 Emacs frame.
12944
12945 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12946
12947 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12948 `undecided' and `undecided-unix'.
12949
12950 1998-09-21 Dave Love <fx@gnu.org>
12951
12952 * help.el (help-make-xrefs): Fix typo affecting Info references.
12953
12954 * subr.el (remove-hook): Check list values to avoid errors.
12955
12956 1998-09-18 Noah Friedman <friedman@splode.com>
12957
12958 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12959 store string in eldoc-last-message without consing a new string.
12960 Rearrange logic from nested if's into cond's.
12961 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12962 Do not print message; just return string.
12963 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12964 Do not print message; just return string.
12965 Cache that string in eldoc-last-data.
12966 (eldoc-last-data): Make into a vector.
12967 (eldoc-get-fnsym-args-string): Use new data form of structure.
12968 (eldoc-get-var-docstring): Here also.
12969 (eldoc-last-data-store): New function.
12970 (eldoc-get-fnsym-args-string): Use it.
12971 (eldoc-get-var-docstring): Here also.
12972 (eldoc-docstring-first-line): Minimize interim string consing.
12973 Call substitute-command-keys on the result.
12974 (eldoc-print-var-docstrings, eldoc-print-docstring,
12975 eldoc-docstring-message): Functions removed.
12976 (eldoc-docstring-format-sym-doc): New function, functionality
12977 ripped out of eldoc-docstring-message.
12978 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12979
12980 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12981
12982 * international/mule.el (make-coding-system): Doc-string modified.
12983
12984 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12985
12986 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12987
12988 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12989 customize type.
12990
12991 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12992 type.
12993
12994 * progmodes/compile.el (compilation-error-screen-columns): New
12995 variable.
12996 (compilation-next-error-locus): Use it to decide whether to use
12997 forward-char or move-to-column.
12998
12999 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13000
13001 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13002 feedmail-fiddle-plex-user-list,
13003 feedmail-spray-address-fiddle-plex-list,
13004 feedmail-prompt-before-queue-user-alist,
13005 feedmail-prompt-before-queue-help-supplement,
13006 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13007 feedmail-queue-alternative-mail-header-separator): Fix customize
13008 type.
13009
13010 * startup.el (site-run-file): Fix customize type.
13011
13012 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13013 customize type.
13014
13015 * shell.el (shell-input-autoexpand): Fix customize type.
13016
13017 * ps-print.el (ps-font-info-database): Add missing dots in value.
13018 Improve layout of customize type.
13019
13020 * net-utils.el (traceroute-program-options, ping-program-options,
13021 ipconfig-program-options, netstat-program-options,
13022 arp-program-options, route-program-options,
13023 nslookup-program-options, ftp-program-options): Fix customize
13024 type.
13025
13026 * midnight.el (clean-buffer-list-kill-regexps,
13027 clean-buffer-list-kill-buffer-names,
13028 clean-buffer-list-kill-never-buffer-names,
13029 clean-buffer-list-kill-never-regexps): Fix customize type.
13030
13031 * man.el (Man-init-defvars): Avoid trailing nil on
13032 Man-filter-list.
13033
13034 * lpr.el (printer-name): Fix customize type.
13035
13036 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13037
13038 * international/mule-cmds.el (reset-language-environment): Call
13039 update-coding-systems-internal.
13040
13041 * international/mule-conf.el: Call update-coding-systems-internal
13042 at the tail.
13043
13044 1998-09-14 Dave Love <fx@gnu.org>
13045
13046 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13047 use the menu-enable properties, pending doing it correctly and
13048 acceptably fast.
13049
13050 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13051
13052 1998-09-13 Dave Love <d.love@dl.ac.uk>
13053
13054 * progmodes/hideshow.el (hs-grok-mode-type): Check
13055 comment-{start,end} non-nil as well as bound. Report an error if
13056 we can't grok the mode.
13057
13058 1998-09-13 Richard Stallman <rms@gnu.org>
13059
13060 * simple.el (blink-matching-open): Don't log paren matching
13061 messages in *Messages*.
13062
13063 1998-09-12 Richard Stallman <rms@gnu.org>
13064
13065 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13066 Set point-before-scroll at end even if there was an error.
13067
13068 * ange-ftp.el (ange-ftp-insert-file-contents):
13069 Use binary mode for dumb-unix hosts as for unix hosts.
13070 (ange-ftp-copy-file-internal): Likewise.
13071
13072 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13073
13074 * emacs-lisp/pp.el: Doc fixes.
13075
13076 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13077 (widget-choose): Don't use single-char shortcuts if # items
13078 exceeds that many. Use minibuffer instead.
13079
13080 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13081
13082 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13083
13084 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13085
13086 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13087 in terminal mode.
13088
13089 1998-09-10 Noah Friedman <friedman@splode.com>
13090
13091 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13092 defcustom declaration. It's wreaking too much havoc with XEmacs
13093 and older versions of Emacs, which share this code.
13094
13095 * type-break.el (type-break-mode): Here also.
13096
13097 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13098 `t' to add-hook also to modify the new local value.
13099
13100 1998-09-10 Dave Love <fx@gnu.org>
13101
13102 * vc.el (vc-insert-headers): Doc fix.
13103
13104 1998-09-10 Richard Stallman <rms@gnu.org>
13105
13106 * textmodes/flyspell.el (flyspell-mode-on): Make the
13107 ispell-... variables permanent locals.
13108 (flyspell-mode-off): Add autoload cookie.
13109
13110 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13111 do use binary mode, just as for `unix'.
13112 (ange-ftp-host-type): If HOST is nil, return `unix'.
13113
13114 * dired.el (dired-mark-files-containing-regexp):
13115 Don't scan directories. Ignore non-readable files.
13116
13117 * progmodes/compile.el (compilation-error-regexp-alist):
13118 Fix previous change: allow . and _ in command name.
13119
13120 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13121
13122 * uncompress.el (uncompress-while-visiting):
13123 Use just the car of what find-operation-coding-system returns.
13124
13125 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13126
13127 * shell.el (shell-file-name-quote-list): Add # to the value.
13128
13129 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13130
13131 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13132 to make killing of ispell process work even if
13133 kill-all-local-variables has been run.
13134
13135 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13136
13137 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13138 loop when sexp entry ends at end of file with no newline.
13139
13140 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13141
13142 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13143 (Custom-reset-standard): Fix menu inconsistency.
13144
13145 * mail/feedmail.el (feedmail-from-line): Allow t.
13146 (feedmail-message-id-suffix): Allow nil.
13147
13148 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13149 Simplify. Make prefix arg work right.
13150
13151 1998-09-09 Dave Love <fx@gnu.org>
13152
13153 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13154
13155 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13156
13157 1998-09-08 Dave Love <fx@gnu.org>
13158
13159 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13160 stuff only after file names or at start of line. Allow parens
13161 around e-mail, as well as angles.
13162
13163 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13164 ignore-errors too, eval'd when compile. Require w3 stuff at load
13165 time for nicer failure if it's not available.
13166
13167 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13168
13169 * comint.el (comint-arguments): Ignore backslashes when using
13170 w32 shells that expect backslashes as the directory separator.
13171
13172 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13173
13174 * international/fontset.el (resolved-ascii-font): New variable.
13175 (x-complement-fontset-spec): By side effect, set
13176 `resolved-ascii-font' to the resolved name of ASCII font."
13177 (create-fontset-from-fontset-spec): Don't get a value for
13178 resolved-ascii-font from the list full-fontlist. It is set by
13179 x-complement-fontset-spec now.
13180
13181 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13182 version, check the value of mule-version.
13183
13184 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13185
13186 * textmodes/reftex.el (reftex-view-crossref): Split up into
13187 several functions. No longer moves to find a macro.
13188 (reftex-view-cr-cite, reftex-view-cr-ref,
13189 reftex-end-of-bib-entry): New functions.
13190 (reftex-auto-view-crossref): New value `window' allowed.
13191 (reftex-view-crossref-when-idle): Process new `window' option in
13192 (reftex-translate-to-ascii-function): New default.
13193 (reftex-label-illegal-re): Default changed, removed Latin1.
13194 (reftex-latin1-to-ascii): New function.
13195 (reftex-what-environment): Check for section regexp before use.
13196 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13197 absolute path names.
13198 (reftex-TeX-master-file): Changed sequence of file checks.
13199 (reftex-do-citation): bibview cache only with RefTeX mode on.
13200
13201 1998-09-06 Richard Stallman <rms@gnu.org>
13202
13203 * progmodes/compile.el (compilation-error-regexp-alist):
13204 In first pattern (GNU utilities and other things),
13205 allow a space after the optional program name at the beginning.
13206
13207 * mail/mail-hist.el (mail-hist-current-header-contents):
13208 Fix previous change: use mail-header-end.
13209
13210 1998-09-06 Bill Richter <richter@math.nwu.edu>
13211
13212 * international/ccl.el: Doc fixes.
13213 * international/encoded-kb.el: Doc fixes.
13214 * international/fontset.el: Doc fixes.
13215 * international/kinsoku.el: Doc fixes.
13216 * international/kkc.el: Doc fixes.
13217 * international/mule-cmds.el: Doc fixes.
13218 * international/mule-conf.el: Doc fixes.
13219 * international/mule-util.el: Doc fixes.
13220 * international/mule.el: Doc fixes.
13221
13222 1998-09-05 Eric Ludlam <zappo@gnu.org>
13223
13224 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13225 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13226 (checkdoc-this-string-valid-engine): Permit ? as terminating
13227 punctuation for first line sentence breaking.
13228 (checkdoc-this-string-valid): When converting a comment into a doc
13229 string, make sure " chars are \".
13230 (checkdoc-sentencespace-region-engine): Only do double space check
13231 if based on the variable `sentence-end-double-space'
13232 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13233 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13234
13235 1998-09-04 Richard Stallman <rms@gnu.org>
13236
13237 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13238 Recognize define-skeleton as a function definer.
13239
13240 * cus-edit.el (customize-option): Refuse to customize
13241 a variable that has no defcustom. But if variable is autoloaded,
13242 first try to load the library that defines it.
13243
13244 * international/iso-insert.el: Use `string' before calling `insert'
13245 so that in multibyte buffers we insert multibyte chars.
13246
13247 * dired.el (dired-mark-files-containing-regexp):
13248 Don't use find-file; instead, insert the file in a temp buffer.
13249
13250 * textmodes/tex-mode.el (tex-start-options-string): New option.
13251 (tex-start-tex): Use that variable.
13252
13253 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13254 value in the `repeat' alternative a list.
13255
13256 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13257 the inserted newline, verify that one was really inserted.
13258
13259 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13260 remains on or remains off.
13261 (flyspell-multi-language-p): Default changed to nil.
13262
13263 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13264 In "found in comment" case, don't beginning-of-line after forward-line.
13265
13266 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13267 If the function definition is not a lambda, return original FORM
13268 with no error.
13269
13270 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13271
13272 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13273 so that by default netstat shows all network connections.
13274
13275 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13276
13277 * international/quail.el: Doc fixes.
13278
13279 * info.el (info): Don't add parens if FILE already has them.
13280
13281 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13282
13283 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13284 on extension lines.
13285
13286 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13287
13288 * w32-fns.el (w32-shell-dos-semantics): New function.
13289
13290 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13291
13292 * international/quail.el (quail-choose-completion-string): Store
13293 completion `choice' in `quail-current-str'; don't insert it.
13294
13295 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13296
13297 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13298 argument to ps-mule-generate-bitmap-font.
13299
13300 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13301 entry and change Latin-1 entry in the default value.
13302 (ps-mule-font-info-database-ps-bdf): New variable.
13303 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13304 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13305 registerd in FONT-SPEC.
13306 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13307 charcter width of bitmap fonts.
13308 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13309 procedure NF.
13310 (ps-begin-file): Output PostScript code for setting
13311 SpaceWidthRatio.
13312 (ps-plot-region): Use line-beginning-position to get a position of
13313 the beginning of the current line.
13314
13315 * international/mule-cmds.el (register-input-method): Doc-string
13316 modified.
13317
13318 1998-09-01 Dave Love <fx@gnu.org>
13319
13320 * international/mule-cmds.el (current-language-environment): Fix
13321 setter function.
13322
13323 1998-09-01 Simon Marshall <simon@gnu.org>
13324
13325 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13326 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13327 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13328 names with font-lock-type-face. Fontify type specs, etc., with
13329 font-lock-keyword-face.
13330
13331 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13332
13333 * international/fontset.el (x-complement-fontset-spec): If ASCII
13334 font is specified in FONTLIST, don't substitute it for the
13335 resolved name.
13336
13337 1998-08-31 Paul Eggert <eggert@twinsun.com>
13338
13339 * international/mule.el (charset-description): Doc fix.
13340
13341 * language/chinese.el, language/cyrillic.el, language/czech.el,
13342 language/devanagari.el, language/ethiopic.el,
13343 language/european.el, language/hebrew.el, language/indian.el,
13344 language/japanese.el, language/korean.el, language/lao.el,
13345 language/slovak.el, language/thai.el, language/tibetan.el,
13346 language/vietnamese.el:
13347 Add coding: local variable, to avoid bootstrapping problem
13348 if you need to recompile all the Lisp files using interpreted code.
13349
13350 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13351
13352 * cal-china.el (chinese-year-cache): Change range of years from
13353 1989-2000 to 1990-2010.
13354
13355 1998-08-29 Dave Love <d.love@dl.ac.uk>
13356
13357 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13358 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13359
13360 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13361
13362 * ps-print.el (ps-print-control-characters): Doc-string modified.
13363 (ps-output-string-prim): Comment format changed.
13364 (ps-do-despool): Indentation of source code changed.
13365
13366 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13367
13368 * subr.el (sref): Make it an alias of aref. Make the
13369 byte-compiler warn that it is obsolete.
13370 (char-bytes): Make the byte-compiler warn that it is obsolete.
13371
13372 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13373 Calculate the total bytes using position-bytes instead of
13374 char-bytes.
13375
13376 1998-08-27 Karl Heuer <kwzh@gnu.org>
13377
13378 * snmp-mode.el: New file.
13379 * files.el (auto-mode-alist): Add snmp-mode patterns.
13380
13381 1998-08-27 Karl Eichwalder <ke@suse.de>
13382
13383 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13384
13385 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13386
13387 * calendar/diary-lib.el (diary-block): Doc fix..
13388 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13389
13390 1998-08-27 Richard Stallman <rms@gnu.org>
13391
13392 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13393 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13394 Clear appt-mode-string if we don't put something in it.
13395
13396 1998-08-27 Dave Love <fx@gnu.org>
13397
13398 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13399 dired-local-variables-file for dired-x.
13400
13401 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13402 for compressed library files too.
13403
13404 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13405
13406 * language/european.el ("Latin-1"): Modify `documentation' key value.
13407 ("Latin-2"): Likewise.
13408
13409 1998-08-26 Karl Heuer <kwzh@gnu.org>
13410
13411 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13412
13413 1998-08-26 Albert L. Ting <alt@artisan.com>
13414
13415 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13416 (mail-hist-current-header-contents): Use mail-text-start.
13417
13418 1998-08-26 Richard Stallman <rms@gnu.org>
13419
13420 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13421 (customize-changed-options-previous-release): New variable.
13422 (customize-changed-options): Use that variable as default arg.
13423
13424 1998-08-26 Karl Eichwalder <ke@suse.de>
13425
13426 * midnight.el: Require `timer' not only when compiling.
13427
13428 1998-08-26 Per Starback <starback@update.uu.se>
13429
13430 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13431 buffer before creating help group.
13432
13433 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13434
13435 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13436 coding-system-for-write before saving.
13437
13438 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13439
13440 * isearch.el (isearch-forward): Doc fix.
13441
13442 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13443
13444 * emacs-lisp/find-func.el: Fix :version tags to have a string
13445 value, not a float.
13446
13447 * cus-dep.el: Fix typo in output.
13448
13449 1998-08-25 Dave Love <fx@gnu.org>
13450
13451 * repeat.el (repeat): Doc fix.
13452 [From rms:]
13453 (repeat-previous-repeated-command): New variable.
13454 (repeat): Check for real-last-command being null or repeat. Set
13455 repeat-previous-repeated-command.
13456
13457 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13458
13459 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13460
13461 * gnus/message.el (message-send-mail-with-sendmail): Bind
13462 coding-system-for-write by the return value of
13463 select-message-coding-system.
13464 (message-send-mail-with-qmail): Likewise.
13465
13466 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13467
13468 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13469 define-derived-mode.
13470
13471 * files.el (file-name-invalid-regexp):
13472 Fix regex for ms-dos without long file names.
13473
13474 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13475
13476 * ps-print.el: Multi-byte buffer handling.
13477 (ps-print-version): New version number (4.0) and doc fix.
13478 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13479 compilation for GNU Emacs and emacsens.
13480 (ps-generate-postscript-with-faces): Force invisible text to be
13481 visible.
13482 (dos-ps-printer): New var to avoid compilation gripes.
13483
13484 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13485
13486 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13487 that no more characters can't be printed in the current line.
13488
13489 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13490
13491 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13492 greater than TO.
13493
13494 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13495
13496 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13497 20.2 and the earlier version.
13498 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13499 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13500 (ps-mule-find-wrappoint): Likewise.
13501 (ps-mule-generate-font): Change `X' to `x' in format
13502 control-string.
13503 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13504 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13505 `restore' form procedures `BC' and `EC'.
13506
13507 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13508
13509 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13510 is an executable procedure. Make LineThickness, Xshadow, and
13511 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13512 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13513 ps-mule-font-info-database-bdf): New vars.
13514 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13515 (ccl-encode-ethio-unicode): New CCL program.
13516 (ps-mule-encode-ethiopic): New fun.
13517 (ps-mule-current-charset): New var.
13518 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13519 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13520 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13521 (ps-mule-external-libraries): New var.
13522 (ps-mule-init-external-library): New fun.
13523 (ps-mule-font-cache): New var.
13524 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13525 (ps-last-font): New var.
13526 (ps-mule-prepare-font): New fun.
13527 (ps-mule-charset-list): New var.
13528 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13529 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13530 ps-mule-plot-string): New funs.
13531 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13532 New vars.
13533 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13534 ps-mule-prepare-cmpchar-font): New funs.
13535 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13536 vars.
13537 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13538 ps-mule-generate-bitmap-glyph): New funs.
13539 (ps-mule-initialize, ps-mule-begin): New funs.
13540 (ps-output-string-prim): Insert string as unibyte.
13541 (ps-output-prologue): New fun.
13542 (ps-flush-output): Handle the case of 'prologue.
13543 (ps-begin-file): Call ps-mule-initialize.
13544 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13545 printing multibyte characters.
13546 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13547 (ps-basic-plot-string): Handle the case of printing ASCII
13548 characters by external libraries (e.g. BDF).
13549 (ps-set-font): Set ps-last-font.
13550 (ps-plot-region): Handle multibyte characters, use
13551 ps-mule-plot-string for them.
13552 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13553
13554 * bdf.el: New file.
13555
13556 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13557
13558 * international/mule-cmds.el (select-message-coding-system): New
13559 function.
13560 (set-language-environment-coding-systems): Set
13561 default-sendmail-coding-system.
13562
13563 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13564 (default-sendmail-coding-system): New variable.
13565 (sendmail-send-it): Encode the message by a coding system
13566 select-message-coding-system returns.
13567
13568 1998-08-23 Eric Ludlam <zappo@gnu.org>
13569
13570 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13571 (speedbar-mode): Set buffer to read only.
13572 (speedbar-temp-buffer-show-function): For emacs don't call hook
13573 with arguments.
13574 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13575
13576 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13577
13578 * speedbar.el (speedbar-key-map): Fix typo.
13579
13580 See ChangeLog.7 for earlier changes.