*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2
3 * ffap.el (ffap-url-regexp): Add `https'.
4
5 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * files.el (make-backup-file-name-1): Replace slashes with `!'
8 rather than `|' (which is not allowed on Windows). Replace the
9 drive letters with a string "drive_X".
10
11 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12
13 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14
15 * files.el (interpreter-mode-alist): Add `bash2'.
16
17 2000-05-22 Dave Love <fx@gnu.org>
18
19 * loadhist.el (feature-symbols, file-provides, file-requires): Use
20 mapc.
21 (feature-file): Avoid calling symbol-name. Doc fix.
22 (file-set-intersect, file-dependents): Use dolist, not mapcar.
23 (loadhist-hook-functions): Add mouse-position-function.
24 (unload-feature): Change uses of mapcar.
25
26 * files.el (parse-colon-path): Doc fix.
27 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
28 (set-auto-mode): Use mapc.
29
30 * complete.el (PC-look-for-include-file): Use :alnum: character
31 class.
32 (partial-completion-mode): Add autoload cookie.
33
34 2000-05-22 Sam Steingold <sds@gnu.org>
35
36 * info.el (Info-fontify-node): Fixed the call to
37 `add-text-properties' (bug introduced on 2000-05-18).
38
39 2000-05-22 Dave Love <fx@gnu.org>
40
41 * bindings.el: Remove debug-ignored-errors set in other files.
42
43 * progmodes/etags.el: Add to debug-ignored-errors.
44 (visit-tags-table-buffer): Clear out buffers holding old tables
45 when making a new list.
46 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
47 mapc.
48
49 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
50 quote keywords.
51 (cmpl-string-case-type): Use character classes.
52
53 * comint.el:
54 * textmodes/ispell.el:
55 * imenu.el:
56 * mail/mh-e.el:
57 * progmodes/compile.el: Add to debug-ignored-errors.
58
59 * dabbrev.el: Add to debug-ignored-errors.
60 (dabbrev-completion): Use mapc.
61
62 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
65 (woman-mapcan, woman-parse-man.conf)
66 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
67 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
68 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
69 path syntax better.
70 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
71 (woman-manpath): Call woman-parse-man.conf.
72 (woman-emulation): New defcustom, defaults to nroff.
73 (woman-font-support): New defconst.
74 (woman-use-symbol-font): New defcustom.
75 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
76 "Emulation".
77 Many functions: Doc fix.
78
79 2000-05-22 Kenichi Handa <handa@etl.go.jp>
80
81 * international/quail.el (quail-simple-translation-keymap): Map
82 128..255 to quail-self-insert-command.
83 (quail-keyboard-layout-alist): Add definition for "pc102-de".
84
85 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
86
87 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
88 intervals which makes it heaps simpler.
89
90 * newcomment.el (comment-region-internal): Go back to BEG after quoting
91 the nested comment markers.
92
93 * subr.el (remove-hook): Don't turn the hook's value into a list.
94
95 2000-05-21 Dave Love <fx@gnu.org>
96
97 * edmacro.el (edmacro-parse-keys): Return vector if any elements
98 are invalid characters.
99
100 * international/mule-util.el (detect-coding-with-priority): Use
101 mapc. Remove redundant lambda.
102
103 * international/mule-diag.el (list-non-iso-charset-chars)
104 (describe-fontset): Remove redundant lambda.
105
106 * emulation/crisp.el (brief-mode): New alias.
107
108 * emacs-lisp/ring.el (ring-elements): New function.
109
110 * emacs-lisp/easymenu.el (easy-menu-create-menu)
111 (easy-menu-do-add-item): Use keywordp.
112
113 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
114
115 * replace.el: Doc and error message fixes.
116 (replace-highlight): Use facep, not internal-find-face.
117
118 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
119
120 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
121
122 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
123 (log-edit-insert-changelog): Drop `:' as well.
124
125 * log-view.el: Fix file description.
126 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
127 available.
128 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
129 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
130
131 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
132 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
133 Print a status message if the toggle is called interactively.
134 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
135 for global minor modes and use `defcustom' for them.
136 Use add-minor-mode.
137 (easy-mmode-define-derived-mode): Remove.
138 (define-derived-mode): Fancier default docstring.
139 (easy-mmode-define-navigation): Signal an error rather than (ding).
140
141 * newcomment.el (comment-styles): New `box-multi'.
142 (comment-normalize-vars): Better default for comment-continue to
143 avoid whitespace-only continuations.
144 (comment-search-forward): Always move even in the no-syntax case.
145 (comment-padright): Only obey N if it's only obeyed for padleft.
146 (comment-make-extra-lines): Better handling of empty continuations.
147 Use `=' for the filler if comment-start has only one character.
148 (uncomment-region): Try handling the special `=' filler.
149 (comment-region): Allow LINES even if MULTI is nil.
150 (comment-box): Choose box style based on comment-style.
151
152 2000-05-20 Kenichi Handa <handa@etl.go.jp>
153
154 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
155 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
156
157 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
158
159 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
160 and insert, not subst-char-in-region.
161
162 * international/mule-diag.el (list-character-sets-1): Handle
163 charsets eight-bit-control and eight-bit-graphic.
164 (list-iso-charset-chars): Likewise.
165 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
166 charactes as is. Use indent-to to align characters.
167
168 * international/mule-cmds.el (find-multibyte-characters): Never
169 exclude charsets eight-bit-control and eight-bit-graphic.
170
171 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
172
173 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
174 Don't quote lambdas.
175
176 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
177
178 2000-05-19 Gerd Moellmann <gerd@gnu.org>
179
180 * gud.el (gud-jdb-directories): Doc fix.
181
182 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
183
184 * newcomment.el: New file.
185
186 2000-05-19 Gerd Moellmann <gerd@gnu.org>
187
188 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
189
190 2000-05-18 Andreas Schwab <schwab@suse.de>
191
192 * dired.el (dired-between-files): Also skip lines beginning with
193 `used'.
194
195 2000-05-18 Gerd Moellmann <gerd@gnu.org>
196
197 * msb.el (msb-menu-cond): Add choice `user'.
198
199 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
200
201 * ps-print.el: Compatibility, customization and doc fix.
202 (ps-printer-name-option): Replace defconst by defvar.
203 (ps-postscript-code-directory): XEmacs compatibility.
204 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
205 fix.
206 (ps-user-defined-prologue, ps-print-prologue-header)
207 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
208 compatibility and code fix.
209 (ps-print-background-image, ps-print-background-text):
210 Customization fix.
211 (ps-line-number-start, ps-n-up-on): New vars.
212
213 2000-05-18 Espen Skoglund <esk@ira.uka.de>
214
215 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
216 the indent-comment function to just return the appropriate indent.
217
218 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
219
220 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
221 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
222 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
223
224 2000-05-18 Dave Love <fx@gnu.org>
225
226 * info.el (Info-fontify-node): Add intangible property as well as
227 invisible.
228
229 * calendar/appt.el (appt-make-list): Match all lines of entry.
230 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
231
232 2000-05-18 Kenichi Handa <handa@etl.go.jp>
233
234 * international/mule-diag.el (describe-char-after): Call
235 internal-char-font, not char-font. If internal-char-font returns
236 nil, display "-- none --".
237
238 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * image.el (image-type-available-p): Don't reference image-types
241 if it isn't bound.
242
243 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
244
245 * autoarg.el (autoarg-mode): Typo in the :set argument.
246
247 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * startup.el (command-line-1): Don't signal an error if the
250 directory for auto-save-list files does not yet exist.
251
252 2000-05-17 Kenichi Handa <handa@etl.go.jp>
253
254 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
255
256 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
257
258 * subr.el (remove-hook): `setq' hook-value, not `set'.
259
260 2000-05-16 Sam Steingold <sds@gnu.org>
261
262 * info.el (debug-ignored-errors): More errors to ignore.
263
264 2000-05-16 Dave Love <fx@gnu.org>
265
266 * cus-edit.el: Don't require cl or easymenu.
267 (custom-variable-prompt): Test standard-value property, not
268 user-variable-p.
269
270 2000-05-16 Sam Steingold <sds@gnu.org>
271
272 * subr.el (add-hook): `setq' hook-value, not `set'.
273
274 2000-05-16 Gerd Moellmann <gerd@gnu.org>
275
276 * startup.el (command-line-1): Mention the FAQ in the startup
277 message.
278
279 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
280
281 * progmodes/compile.el (compilation-parse-errors): Collect
282 `nomessage' regexps last.
283
284 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
285
286 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
287 to the function name.
288
289 2000-05-15 Dave Love <fx@gnu.org>
290
291 * speedbar.el (speedbar-recenter): Typo.
292 (speedbar-expand-line): Make arg optional.
293 (speedbar-mode): Avoid a compiler warning.
294
295 2000-05-15 Gerd Moellmann <gerd@gnu.org>
296
297 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
298 user-specified option string is empty.
299
300 * mouse.el (mouse-yank-at-click): Doc fix.
301
302 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * term/internal.el (IT-character-translations): More updates of
305 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
306 documents.
307
308 2000-05-15 Gerd Moellmann <gerd@gnu.org>
309
310 * env.el (getenv): New function, interactively callable.
311 (setenv, getenv): Remove autoload cookies.
312
313 * loadup.el: Load `env'.
314
315 * progmodes/f90.el: Change author's mail address.
316
317 2000-05-14 Dave Love <fx@gnu.org>
318
319 * mail/rmail.el (rmail-show-message-hook): Customize and offer
320 goto-addr as an option.
321
322 * help.el (help-xref-stack): Doc fix.
323 (help-xref-following): New variable.
324 (help-make-xrefs): Use it.
325 (help-xref-go-back): Use position information from stack element.
326 (help-follow): Make position in stack element a pair. Use
327 help-xref-following.
328
329 * autoarg.el: New file.
330
331 * faces.el: Declare more functions obsolete.
332
333 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
334 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
335 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
336 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
337 Remove all the setup-...-environment functions.
338
339 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
340
341 * speedbar.el: Updated the commentary section. xemacs20p now uses
342 >= when detecting. Require `defimage' safely.
343 (speedbar-easymenu-definition-base): Add toggle for images.
344 (speedbar-easymenu-definition-special): Add flush cache & expand.
345 (speedbar-visiting-tag-hook): Set new defaults. Added options.
346 (speedbar-reconfigure-keymaps-hook): New variable.
347 (speedbar-frame-parameters): Updated documentation.
348 (speedbar-use-imenu-flag): Updated custom tag
349 (speedbar-dynamic-tags-function-list): New variable.
350 (speedbar-tag-hierarchy-method): Updated doc & custom.
351 (speedbar-indentation-width, speedbar-indentation-width) New
352 variables.
353 (speedbar-hide-button-brackets-flag): Customizable.
354 (speedbar-vc-indicator): Doc update.
355 (speedbar-ignored-path-expressions): Updated default value.
356 (speedbar-supported-extension-expressions): Updated default value.
357 (speedbar-syntax-table): Remove {} paren status.
358 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
359 as "+". Added overlay aliases.
360 (speedbar-mode): Use `speedbar-mode-line-update' instead of
361 `force-mode-line-update'.
362 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
363 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
364 `mouse-set-point'
365 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
366 (speedbar-item-info-tag-helper): Revamped to handle a wider range
367 of arbitrary text, and new helper functions.
368 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
369 filename finder.
370 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
371 (speedbar-directory-buttons): Update path search/expansion.
372 (speedbar-make-tag-line): Pay attention to
373 `speedbar-indentation-width'. Use more care w/ invisible
374 properties.
375 (speedbar-change-expand-button-char): Call
376 `speedbar-insert-image-button-maybe'.
377 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
378 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
379 (speedbar-trim-words-tag-hierarchy)
380 (speedbar-simple-group-tag-hierarchy): New functions
381 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
382 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
383 functions.
384 (speedbar-mouse-set-point): New function
385 (speedbar-power-click): Updated documentation.
386 (speedbar-line-token, speedbar-goto-this-file): Handle more types
387 of tag prefix text.
388 (speedbar-expand-line, speedbar-contract-line): Make more robust
389 to strange text.
390 (speedbar-expand-line): Takes universal argument to flush the
391 cache.
392 (speedbar-flush-expand-line): New function.
393 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
394 Use new generator insertion method.
395 (speedbar-fetch-dynamic-tags): New function.
396 (speedbar-fetch-dynamic-imenu): Removed code now handled in
397 `speedbar-fetch-dynamic-imenu'.
398 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
399 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
400 "Revert Buffer" menu items.
401 (speedbar-buffer-buttons-engine): Be smarter when creating a
402 filename tag (for expansion purposes.).
403 (speedbar-highlight-one-tag-line,
404 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
405 (speedbar-recenter): New functions.
406 (defimage-speedbar): Image loading abstraction.
407 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
408 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
409 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
410 (speedbar-tag-type, speedbar-tag-mail): New images.
411 (speedbar-expand-image-button-alist): New variable.
412 (speedbar-insert-image-button-maybe): Insert an image over some
413 buttons.
414
415 2000-05-13 Kenichi Handa <handa@etl.go.jp>
416
417 * international/mule-cmds.el (encode-coding-char): An ASCII
418 character is always encodable.
419
420 * international/mule-conf.el: Add more information in descriptions
421 of character sets.
422
423 * international/mule-diag.el (describe-char-after): New function.
424 (describe-font-internal): Adjusted for the change of font-info.
425 (describe-font): Likewise.
426 (print-fontset): Rewritten for the new fontset implementation.
427 (describe-fontset): Include fontset alias names in completion.
428 (list-fontsets): Adjusted for the change of print-fontset.
429
430 * simple.el (what-cursor-position): If DETAIL is non-nil, call
431 describe-char-after instead of displaying the detail in the echo
432 area.
433 (syntax-code-table): Format changed.
434 (string-to-syntax): Adjusted for the above change.
435
436 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
437
438 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
439
440 2000-05-12 Dave Love <fx@gnu.org>
441
442 * calendar/todo-mode.el: Remove some compatibility stuff and CL
443 dependence. Use line-{beginning,end}-position, not
444 point-at{b,e}ol. Some doc fixes.
445 (todo-position): New function. Fix callers of position to use it.
446 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
447
448 2000-05-12 Gerd Moellmann <gerd@gnu.org>
449
450 * time.el (display-time-mail-icon): Use `:ascent center'.
451
452 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
453 handling FTP security extensions.
454
455 2000-05-11 Dave Love <fx@gnu.org>
456
457 * calendar/todo-mode.el: New file.
458
459 2000-05-11 Gerd Moellmann <gerd@gnu.org>
460
461 * comint.el (comint-read-input-ring): Move reference to
462 comint-input-ring-size outside of the save-excursion. It was
463 causing the default value to be the only one ever seen.
464
465 * font-lock.el: Update copyright. Remove Simon Marshall's email
466 address on request from him.
467
468 * subr.el (substitute-key-definition): Add comment describing
469 the meaning of PREFIX.
470
471 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
472
473 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
474
475 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
476 (add-minor-mode): Don't make the variable buffer-local and add a
477 reference to define-minor-mode in the docstring.
478
479 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
480 HEADER/FOOTER and fix bug with trailing empty directory.
481 (cvs-append-to-ignore): Use vc-editable-p if available.
482 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
483 (vc-do-command): Tweak advice to handle the new VC.
484
485 * log-view.el (log-view-goto-rev): New function for the new VC.
486 (log-view-minor-wrap): Use mark-active.
487
488 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
489 (log-edit-changelog-full-paragraphs): New var.
490 (log-edit-insert-changelog): Remove a lonely leading `* file'.
491 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
492 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
493 (log-edit-changelog-ours-p, log-edit-changelog-entries)
494 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
495 Replace the `cvs' prefix with `log-edit'.
496
497 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
498
499 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
500 (diff-font-lock-defaults): Explicitly turn off multiline.
501 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
502 (diff-ediff-patch): Fix call to ediff-patch-file.
503 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
504 Handle comments.
505
506 * frame.el (automatic-hscrolling): Typo.
507
508 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
509
510 2000-05-09 Sam Steingold <sds@goems.com>
511
512 * apropos.el (apropos-print): use `describe-face' instead of
513 `customize-face-other-window'.
514
515 2000-05-09 Dave Love <fx@gnu.org>
516
517 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
518
519 * help.el (describe-variable): Have customize button pop the
520 help-xref stack when invoked.
521 (help-xref-symbol-regexp): Add `face'.
522 (help-make-xrefs): Check for quoted face names and adapt regexp
523 submatch numbers to cope.
524 (help-xref-interned): Maybe insert face doc too. Separate
525 sections with a line of hyphens.
526
527 * faces.el: Some doc fixes. Declare some functions obsolete.
528 (describe-face): Add customize button. Return the help
529 text. Fix prompt.
530
531 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
532
533 * term/internal.el (IT-character-translations): Fix last change.
534
535 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
536
537 * woman.el: New file
538 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
539
540 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
541
542 * term/internal.el (IT-character-translations): Update ASCII
543 simulations for greek-iso8859-7, add latin-iso8859-14 and
544 latin-iso8859-15.
545
546 * international/mule-cmds.el (set-language-info-alist): Call
547 define-prefix-command with 3 arguments, to make the map suitable
548 for a menu.
549
550 2000-05-07 Dave Love <fx@gnu.org>
551
552 * time.el: Small doc fixes from Pavel Janic.
553
554 2000-05-05 Dave Love <fx@gnu.org>
555
556 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
557 list in doc string. Don't quote keyword symbols.
558 * emacs-lisp/cl.el: Likewise
559 * emacs-lisp/cl-seq.el: Likewise
560
561 2000-05-05 Gerd Moellmann <gerd@gnu.org>
562
563 * abbrev.el (abbrev-mode): Make ARG optional.
564
565 2000-05-04 Gerd Moellmann <gerd@gnu.org>
566
567 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
568
569 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
570
571 * subr.el (substitute-key-definition): Clarify documentation.
572
573 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
574
575 * glasses.el (glasses-convert-to-unreadable): Use
576 `glasses-separator' instead of the hard-wired "_".
577 (glasses-mode): Call `glasses-make-unreadable' only in a single
578 place.
579
580 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
581
582 * term/internal.el (cjk-codepages-alist): Add associations for
583 Chinese and Korean codepages. Remove FIXME comment.
584
585 2000-05-03 Dave Love <fx@gnu.org>
586
587 * time.el (display-time-mail-face, display-time-use-mail-icon):
588 New option.
589 (display-time-mail-icon): New variable.
590 (display-time-string-forms): Use the above. Fix the local-map.
591
592 2000-05-03 Gerd Moellmann <gerd@gnu.org>
593
594 * replace.el (query-replace-map): Add binding for `E'.
595 (query-replace-help): Extend help text.
596 (perform-replace): Allow editing the replacement string.
597
598 * make-mode.el (makefile-mode-abbrev-table): New variable.
599 (makefile-mode): Set local abbrev table to
600 makefile-mode-abbrev-table.
601 (makefile-font-lock-keywords): Fontify includes and conditionals.
602
603 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
604 set TOGGLE's value.
605
606 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
607 mail-interactive-insert-alias.
608 (mail-abbrev-complete-alias): New command.
609 (mail-mode-map): Bind it to `M-TAB'.
610
611 2000-05-03 Kenichi Handa <handa@etl.go.jp>
612
613 * language/lao-util.el (lao-compose-region): New function.
614
615 2000-05-02 Gerd Moellmann <gerd@gnu.org>
616
617 * files.el (recover-session): Make directories as necessary
618 if they don't exist yet.
619
620 * calendar/cal-french.el
621 (french-calendar-multibyte-special-days-array)
622 (french-calendar-special-days-array): Change French text.
623 (calendar-french-date-string): Change output.
624 (calendar-goto-french-date): Likewise.
625
626 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
627
628 * wid-edit.el (widget-default-active): Obey `:always-active'.
629 (widget-documentation-string-value-create): Set `:always-active'.
630
631 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
632
633 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
634 default prefix to `~/_emacs.d/auto-save.list/_s'.
635 (normal-top-level): Create the directory for auto-save files, if
636 it doesn't already exist (in the ms-dos case only).
637
638 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
639
640 * international/mule-cmds.el (set-language-environment): Don't
641 concat an integer (dos-codepage), use format instead.
642
643 2000-05-02 Dave Love <fx@gnu.org>
644
645 * help.el (help-xref-on-pp): Check for constant symbols.
646
647 2000-04-29 Gerd Moellmann <gerd@gnu.org>
648
649 * startup.el (normal-top-level): Put a condition-case around
650 the code loading subdirs.el.
651
652 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
653
654 * ps-print.el: Upside-down and face background color printing,
655 line number step, doc fix.
656 (ps-print-version): New version number (5.2).
657 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
658 (ps-face-attribute-list, ps-plot-with-face): Code fix.
659 (ps-spool-config): Var fix.
660 (ps-printer-name-option): Const fix.
661 (ps-print-upside-down, ps-use-face-background)
662 (ps-line-number-step): New vars.
663 (ps-window-system, ps-lp-system): New consts.
664 (ps-face-background): New fun.
665
666 2000-04-28 Richard Stallman <rms@gnu.org>
667
668 * files.el (make-auto-save-file-name):
669 Apply auto-save-file-name-transforms to visited file name
670 before generating auto save file name.
671 (auto-save-file-name-transforms): New variable.
672
673 * files.el (backup-enable-predicate):
674 Correctly test for a file under a temporary directory.
675
676 2000-04-28 Gerd Moellmann <gerd@gnu.org>
677
678 * subr.el (add-minor-mode): Rewritten.
679
680 2000-04-28 Kenichi Handa <handa@etl.go.jp>
681
682 * mail/sendmail.el (sendmail-send-it): Set
683 buffer-file-coding-system to the selected coding system for MIME
684 header.
685
686 2000-04-27 Gerd Moellmann <gerd@gnu.org>
687
688 * dired.el (dired-move-to-filename-regexp): Allow format where
689 YYYY is followed by two spaces.
690
691 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
692 in the second character class of the regexp.
693
694 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
695 mh-etc, too.
696
697 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
698 nil.
699
700 * subr.el (add-minor-mode): Use `set' instead of `setq'.
701
702 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
703 argument.
704
705 2000-04-27 Sen Nagata <sen@eccosys.com>
706
707 * emacs-lisp/crm.el (crm-completion-table): New variable.
708 (crm-collection-fn, crm-test-completion)
709 (completing-read-multiple): Use it.
710
711 2000-04-27 Dave Love <fx@gnu.org>
712
713 * help.el (locate-library): Use mapc.
714 (help-manyarg-func-alist): Add call-process-region.
715
716 2000-04-26 Gerd Moellmann <gerd@gnu.org>
717
718 * subr.el (add-minor-mode): Make argument MAP optional.
719
720 * desktop.el (desktop-save): Save list of minor modes.
721 (desktop-create-buffer): Restore minor modes.
722 (desktop-minor-mode-table): New user-option.
723
724 * subr.el (add-minor-mode): New function.
725
726 * image.el (find-image): New function.
727 (defimage): Rewritten to find image at load time.
728
729 * startup.el (normal-top-level-add-to-load-path): Handle
730 case that the default directory is not in load-path.
731
732 * help.el: Old patch from Stefan Monnier.
733 (help-xref-on-pp): New function.
734 (describe-variable): Use it to display xrefs in a symbol's value.
735
736 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
737
738 * cus-edit.el (custom-face): Fix parenthesis.
739
740 2000-04-26 Kenichi Handa <handa@etl.go.jp>
741
742 * mail/rmail.el (rmail-expunge): When there are no deleted
743 messages, do nothing.
744
745 2000-04-26 Dave Love <fx@gnu.org>
746
747 * international/mule-cmds.el (locale-translation-file-name):
748 Defvar to nil.
749 (set-locale-environment): Set it here (at runtime).
750
751 2000-04-25 Gerd Moellmann <gerd@gnu.org>
752
753 * replace.el (perform-replace): Add parameters START and END. Use
754 them instead of the check for a region in Transient Mark mode.
755 (query-replace-read-args): Return two more list elements for the
756 start and end of the region in Transient Mark mode.
757 (query-replace, query-replace-regexp, query-replace-regexp-eval)
758 (map-query-replace-regexp, replace-string, replace-regexp): Add
759 optional last arguments START and END and pass them to
760 perform-replace.
761
762 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
763 form with additional arguments for perform-replace.
764
765 * progmodes/etags.el (tags-query-replace): Add parameters START
766 and END. Construct a form with additional arguments for
767 perform-replace.
768
769 * simple.el (shell-command): Set default directory for "*Shell
770 Command Output" buffer.
771
772 * language/european.el (iso-latin-4): Fix typo.
773
774 * emacs-lisp/crm.el: New file.
775
776 2000-04-24 Dave Love <fx@gnu.org>
777
778 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
779 (Custom-reset-saved, Custom-reset-standard)
780 (custom-group-value-create, custom-group-set, custom-group-save)
781 (custom-group-reset-current, custom-group-reset-saved)
782 (custom-group-reset-standard): Use mapc.
783 (custom-buffer-create-internal): Disable undo when creating items.
784 Use mapc.
785 (custom-face): Avoid redundant lambda.
786
787 2000-04-24 Gerd Moellmann <gerd@gnu.org>
788
789 * startup.el (auto-save-list-file-prefix): Set default to
790 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
791
792 2000-04-24 Sam Steingold <sds@gnu.org>
793
794 * time-stamp.el (time-stamp-string-preprocess): Always convert
795 `field-result' to a string.
796
797 2000-04-24 Gerd Moellmann <gerd@gnu.org>
798
799 * frame.el (scrolling): New group.
800 (automatic-hscrolling): New user-option.
801
802 * startup.el (command-line-x-option-alist): Add `-lsp' and
803 `--line-spacing'.
804
805 2000-04-19 Dave Love <fx@gnu.org>
806
807 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
808 (cl-mapc): Rename from mapc. Fix the funcall.
809
810 2000-04-19 Gerd Moellmann <gerd@gnu.org>
811
812 * simple.el (clone-indirect-buffer-other-window): New command.
813 (clone-indirect-buffer): Add optional arg NORECROD.
814 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
815
816 * help.el (resize-temp-buffer-window): Use count-screen-lines.
817
818 * window.el (count-screen-lines): New function.
819 (shrink-window-if-larger-than-buffer): Use count-screen-lines
820 instead of window-buffer-height.
821
822 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
823 non-existing variable comint-input-sentinel.
824 (inferior-lisp-args-to-list): Removed.
825 (inferior-lisp): Use split-string instead of
826 inferior-lisp-args-to-list.
827
828 * hexl.el (hexl-insert-hex-string): New command.
829
830 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
831 instead of concat.
832
833 2000-04-18 Gerd Moellmann <gerd@gnu.org>
834
835 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
836 at the start of an existing but empty folder.
837
838 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
839
840 * ps-mule.el: Customization fix, doc fix.
841 (ps-multibyte-buffer): Customization fix.
842
843 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
844
845 * subr.el (read-passwd): Use read-char-exclusive.
846
847 2000-04-17 Gerd Moellmann <gerd@gnu.org>
848
849 * textmodes/texinfo.el (texinfo-insert-@email)
850 (texinfo-insert-@emph, texinfo-insert-@quotation)
851 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
852 (texinfo-mode-map): Add key bindings for them.
853
854 * files.el (basic-save-buffer-2): Use a template with `$'
855 instead of `#' for VMS.
856
857 * simple.el (clone-indirect-buffer): New function.
858
859 2000-04-16 Stephen Eglen <stephen@gnu.org>
860
861 * iswitchb.el (iswitchb-case): New function. If the user input
862 contains any upper-case characters, the search is made
863 case-sensitive.
864
865 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
866
867 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
868 comment-end.
869 (texinfo-font-lock-syntactic-keywords): New var.
870 (texinfo-font-lock-keywords): Remove comment regexp.
871 (texinfo-insert-block): New function.
872 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
873 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
874 and font-lock-defaults. Use regexp-opt for outline-regexp.
875 (texinfo-environments): New var.
876 (texinfo-environment-regexp): Use regexp-opt and
877 texinfo-environments.
878
879 * textmodes/ispell.el (ispell-menu-map-needed): Check that
880 ispell-process is bound since this might be eval'd before ispell
881 is loaded.
882 (ispell-message): Use a tiny bit less magic and a bit more hard
883 data to figure out what kind of sc-cite-regexp to use.
884
885 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
886
887 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
888 (insert-cyclic-diary-entry): Unquote the lambda.
889
890 * gud.el (gud-jdb-build-source-files-list): Fix typo.
891
892 * files.el (backup-enable-predicate): Unquote the lambda.
893
894 * cus-edit.el (custom-face, face): Unquote the lambda.
895
896 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
897
898 * ps-print.el: Check for line-beginning-position definition.
899
900 * ps-print.el: Fix counting lines in a region.
901 (ps-print-version): New version number (5.1.5).
902 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
903 (ps-printing-region): Fun code fix.
904
905 2000-04-15 Gerd Moellmann <gerd@gnu.org>
906
907 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
908 to file-directory-p.
909
910 2000-04-14 Gerd Moellmann <gerd@gnu.org>
911
912 * gud.el (gud-jdb-build-source-files-list): Check that directory
913 exists before calling directory-files.
914
915 2000-04-13 Dave Love <fx@gnu.org>
916
917 * emacs-lisp/trace.el: Change maintainer. Use new backquote
918 syntax.
919
920 * emacs-lisp/cl-specs.el: Remove when, unless.
921
922 * emacs-lisp/cl-extra.el: Don't quote keywords.
923 (cl-old-mapc): New variable.
924 (mapc): Use it.
925 (cl-map-intervals): Use with-current-buffer. Don't check for
926 next-property-change.
927 (cl-map-overlays): Use with-current-buffer.
928 (cl-expt): Remove.
929 (copy-tree, remprop): Define unconditionally.
930
931 * emacs-lisp/cl-compat.el (keywordp): Remove.
932
933 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
934 to use keywordp.
935 (edebug-spec): Enable keywordp.
936
937 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
938 string-lessp.
939
940 * cus-start.el: Use keywordp.
941
942 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
943
944 * diary-lib.el (include-other-diary-files): Fix the fix of
945 2000-02-18 by doing a save-excursion.
946
947 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
948
949 * ps-print.el: Customization fix, doc fix.
950 (ps-print-version): New version number (5.1.4).
951 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
952 (ps-print-preprint): Adjust code.
953 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
954 (ps-print-prologue-header, ps-print-control-characters)
955 (ps-spool-config): Customization fix.
956
957 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
960 converted to the new menu-item format, names silightly changed,
961 help strings added.
962
963 Support for spelling without async subprocesses:
964
965 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
966 (ispell-session-buffer): New variables.
967 (ispell-start-process, ispell-process-status,
968 ispell-accept-output, ispell-send-string): New functions, for
969 Ispell invocation when async subprocesses aren't supported.
970 (ispell-word, ispell-pdict-save, ispell-command-loop,
971 ispell-process-line, ispell-buffer-local-parsing): Replace calls
972 to process-send-string with calls to ispell-send-string, and
973 accept-process-output with ispell-accept-output.
974 (ispell-init-process): Call ispell-process-status instead of
975 process-status with.
976 (ispell-init-process): Call ispell-start-process. Call
977 ispell-accept-output and ispell-send-string. Don't call
978 process-kill-without-query and kill-process if they are unbound.
979 (ispell-async-processp): New function.
980
981 2000-04-12 Dave Love <fx@gnu.org>
982
983 * info.el: Add debug-ignored-errors.
984 (Info-mode-menu): Add some items.
985 (Info-directory): Add autoload cookie.
986
987 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
988 Modify `truncate-lines'. Make `describe-language-environment'
989 always visible and add help. Modify `describe-key' help. Invoke
990 Info-directory from `info'. New entry `emacs-manual'.
991
992 2000-04-10 Gerd Moellmann <gerd@gnu.org>
993
994 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
995 propertized-buffer-identification.
996 (ebrowse-update-member-buffer-mode-line): Likewise.
997 (ebrowse--mode-strings): Removed.
998 (ebrowse--mode-line-props): Removed.
999
1000 * files.el (auto-mode-alist): Add `EBROWSE'.
1001
1002 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1003 space before testing for end of buffer.
1004 (ebrowse-load): Removed.
1005 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1006 (ebrowse-create-tree-buffer): Rewritten.
1007 (ebrowse-tree-mode): Read tree from buffer.
1008
1009 * progmodes/ebrowse-ffh.el: Removed.
1010
1011 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1012
1013 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1014
1015 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1016
1017 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1018 at the wrong place.
1019
1020 2000-04-09 Dave Love <fx@gnu.org>
1021
1022 * files.el (backup-enable-predicate): Use
1023 temporary-file-directory, small-temporary-file-directory.
1024 (make-backup-file-name-function, backup-directory-alist): New
1025 variables.
1026 (make-backup-file-name-1): New function.
1027 (make-backup-file-name): Use it.
1028 (find-backup-file-name): Likewise. Use format for clarity, not
1029 concat.
1030 (file-newest-backup): Use make-backup-file-name.
1031
1032 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1033
1034 * progmodes/ebrowse-ffh.el: New file.
1035
1036 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1037 to ebrowse-ffh.el.
1038 (ebrowse-load): Add autoload.
1039
1040 * finder.el (finder-commentary): Add autoload cookie.
1041
1042 * mail/rfc2368.el: Correct author's email address.
1043
1044 * progmodes/ebrowse.el: New file.
1045
1046 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1047 item help string.
1048 (easy-menu-do-add-item): Ditto.
1049 (easy-menu-define): Extend doc string.
1050
1051 * jit-lock.el (with-buffer-unmodified): Use
1052 restore-buffer-modified-p.
1053 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1054 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1055 with-buffer-unmodified.
1056
1057 2000-04-08 Dave Love <fx@gnu.org>
1058
1059 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1060 unless, when.
1061
1062 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1063
1064 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1065 (viper-flash-search-pattern): No operation when using Emacs
1066 doesn't support face.
1067 Use `viper-put-on-search-overlay'.
1068
1069 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1070
1071 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1072 like C-r.
1073
1074 * progmodes/make-mode.el: Some doc fixes.
1075 (makefile-mode-abbrev-table): New variable.
1076 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1077 (makefile-font-lock-keywords): Fontify includes and conditionals.
1078 (toplevel): Require `dabbrev' and `add-log' when compiling.
1079
1080 * replace.el (perform-replace): Don't move forward one char
1081 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1082 to do that because it leaves point 1 position after the last
1083 replacement, after everything has been replaced.
1084
1085 * jit-lock.el (with-buffer-unmodified): New macro.
1086 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1087 modified state.
1088 (jit-lock-function-1): Extracted from jit-lock-function; not
1089 preserving buffer's modified state.
1090 (jit-lock-function, jit-lock-stealth-fontify): Call
1091 jit-lock-function-1.
1092
1093 * mail/rfc2368.el: Remove supernumerary copyright line.
1094
1095 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1096
1097 * glasses.el: Provide facilities for inserting space before left
1098 parentheses and uncapitalization of identifiers.
1099 (glasses-mode): Try to remove old overlays in all cases.
1100
1101 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1102
1103 * progmodes/compile.el (compile-internal): Display the compilation
1104 buffer in a different frame, if it's already displayed there.
1105
1106 * mail/rfc2368.el: New file.
1107
1108 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1109 header and insert its value as mail body.
1110
1111 * subr.el (member-ignore-case): New function.
1112
1113 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1114 (dabbrev--find-expansion): Ignore buffers matching a regexp
1115 from dabbrev-ignored-regexps.
1116
1117 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1118 to extensions handled by gzip.
1119
1120 2000-04-03 Richard M. Stallman <rms@gnu.org>
1121
1122 * files.el (insert-directory): List the total free space
1123 along with the used space.
1124
1125 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1126 line is followed by one that matches CITATION-REGEXP, end the
1127 paragraph.
1128
1129 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1130
1131 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1132 (rmail-make-basic-summary-line): Use that option.
1133
1134 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1135
1136 * international/mule-cmds.el (encoded-string-description):
1137 Rewritten. Try pretty description for ISO 2022 escape sequences
1138 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1139 for hexadecimal format.
1140
1141 2000-04-01 Dave Love <fx@gnu.org>
1142
1143 * cpp.el: Change customization group to `c' from `C'.
1144
1145 * vcursor.el (vcursor-move): Use display-color-p.
1146
1147 * international/mule-util.el: Provide mule-utils.
1148 (string-to-sequence): Simplify and speed up.
1149
1150 * international/mule.el (make-coding-system): Purecopy doc-string.
1151
1152 * international/mule-cmds.el: Various menu changes.
1153 (describe-specified-language-support): Handle `Default'.
1154 (set-language-info): Purecopy `info'.
1155
1156 2000-03-31 Andrew Innes <andrewi@gnu.org>
1157
1158 * vc.el (vc-backend-diff): Return the correct status if we had to
1159 retry the rcsdiff command without the --brief option.
1160
1161 2000-03-31 Dave Love <fx@gnu.org>
1162
1163 * help.el (help-manyarg-func-alist): Correct several omissions.
1164
1165 * add-log.el: Don't require cl, fortran.
1166 (add-log-current-defun-function): Doc fix.
1167 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1168 fix.
1169 (change-log-version-rcs): Function deleted.
1170 (change-log-version-number-search): Doc fix. Use
1171 vc-workfile-version. Avoid CL dolist.
1172 (add-change-log-entry): Just call add-log-current-defun to get
1173 defun. Simplify somewhat.
1174 (change-log-get-method-definition-1): Likewise.
1175 (add-log-current-defun): Return nil if calling
1176 add-log-current-defun-function does so. Move Fortran stuff to
1177 fortran.el. Return string without properties.
1178
1179 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1180 and :alpha: char classes.
1181
1182 * mail/supercite.el: Defvar curline when compiling.
1183 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1184 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1185 rather than a-zA-Z0-9 to allow non-ASCII characters.
1186
1187 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1188
1189 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1190
1191 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1192 Re-enable new code.
1193
1194 * lpr.el (print-region-1): Use -d to specify printer name for
1195 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1196
1197 2000-03-31 Dave Love <fx@gnu.org>
1198
1199 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1200 for function definition in symbol's function value slot first
1201 instead of first consulting byte-compile-function-environment.
1202
1203 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1204
1205 * language/european.el ("Polish"): New language environment.
1206 (setup-polish-environment): New function.
1207
1208 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1209
1210 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1211 Disable new code.
1212
1213 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1214 trying to `load' the symbol of an autoload instead of the file
1215 recorded in the autoload. Fix error messages.
1216
1217 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1218
1219 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1220 (ps-print-version): New version number (5.1.3).
1221 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1222 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1223 (ps-generate-postscript-with-faces): Code fix.
1224 (ps-color-values): XEmacs compatibility.
1225 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1226 (ps-default-fg, ps-default-bg): Adjust customization.
1227 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1228 (ps-color-scale): Renaming old ps-color-value fun.
1229 (ps-print-headers): Replace ps-print-header group to avoid conflict
1230 with ps-print-header variable.
1231 (ps-print-miscellany): New group.
1232 (ps-format-color, ps-rgb-color): New funs.
1233 (ps-default-foreground): New var.
1234 (ps-printer-name-option): New const.
1235
1236 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1237
1238 * net/net-utils.el:
1239 (network-connection-host, network-connection-service): New variables
1240 (network-connection-mode): New mode, derived from comint-mode
1241 (network-connection-mode-setup): New function, saves host and
1242 service information in local variables.
1243
1244 * lisp/locate.el:
1245 (locate-word-at-point): Added this function
1246 (locate): Default to using locate-word-at-point as input
1247 Run dired-mode-hook
1248
1249 2000-03-29 Dave Love <fx@gnu.org>
1250
1251 * calendar/appt.el: Doc fixes.
1252 (appt-check): Convert min-to-app to a string before passing to
1253 appt-disp-window-function or concat.
1254 (appt-delete-window): Remove test for frame-root-window.
1255 (appt-select-lowest-window, appt-convert-time): Simplify.
1256
1257 * emacs-lisp/bytecomp.el: Doc fixes.
1258 (byte-compile-file-form-autoload): Update
1259 byte-compile-function-environment.
1260
1261 2000-03-29 Andreas Schwab <schwab@suse.de>
1262
1263 * emacs-lisp/autoload.el: Also print defsubst doc string
1264 specially.
1265
1266 * dired.el (dired-insert-directory): If dired-free-space-program
1267 failed just delete its output.
1268
1269 2000-03-29 Dave Love <fx@gnu.org>
1270
1271 * international/iso-cvt.el: Move provide to end. Doc fixes.
1272 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1273 (iso-iso2sgml, iso-sgml2iso): New functions.
1274 (iso-cvt-define-menu): Fix some entries and use backquote for
1275 clarity.
1276
1277 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1278
1279 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1280
1281 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1282 ISO-DATE. If non-nil, return date in ISO 8601 format.
1283
1284 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1287 if it ever becomes used.
1288 (log-edit-mode-hook): Default to vc-log-mode-hook.
1289 (log-edit-mode): Fix the docstring.
1290
1291 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1292 the code.
1293
1294 2000-03-26 Dave Love <fx@gnu.org>
1295
1296 * net/browse-url.el (browse-url): Re-fix case of
1297 browse-url-browser-function being an alist.
1298 (browse-url): Add :link to defgroup.
1299
1300 * files.el: Doc fixes.
1301 (file-truename): Include `[' in wildcard characters.
1302 (automount-dir-prefix): Customize.
1303 (find-file-wildcards): Add :version.
1304 (find-file-noselect): Simplify a mapcar call.
1305
1306 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1307 compatible with inf-lisp version.
1308 (eval-defun-1): Fix custom-declare-variable case.
1309
1310 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1311
1312 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1313
1314 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1315
1316 * Makefile (COMPILE_FIRST): New macro.
1317 (compile-files): Compile files from COMPILE_FIRST first.
1318
1319 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1320 code.
1321
1322 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1323 matching open parenthesis in column 0 to defun-prompt-regexp
1324 only if open-paren-in-column-0-is-defun-start is set.
1325
1326 * sun-curs.el: Require CL at compile-time only.
1327
1328 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1329 instead of copy-list which is a function from CL.
1330 (msb--choose-menu, msb--mode-menu-cond)
1331 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1332 (msb--init-file-alist): Use mapcar instead of mapcan.
1333 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1334 `(' in column 0 in doc string.
1335 (msb--add-separators): Use mapcar instead of mapcan.
1336
1337 * cus-dep.el: Require CL at compile-time only.
1338
1339 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1342 (byte-compile-warnings): New warning `noruntime'.
1343 (byte-compile-constants, byte-compile-variables): Fix docstring.
1344 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1345 execute `eval-whenc-compile's body.
1346 (byte-compile-unresolved-functions): Fix docstring.
1347 (byte-compile-eval): New function.
1348 (byte-compile-callargs-warn): Check if the function will be available
1349 at runtime (via property `byte-compile-noruntime').
1350 (byte-compile-print-syms): New function.
1351 (byte-compile-warn-about-unresolved-functions): Also warn about
1352 `noruntime' functions (and use `byte-compile-print-syms').
1353 (byte-compile-file): Capitalize the message.
1354
1355 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1356
1357 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1358 (rmail-expunge): Ask for confirmation depending on the setting
1359 of rmail-confirm-expunge.
1360
1361 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1362
1363 * Makefile (bootstrap-clean): If $(emacs) exists, build
1364 loaddefs.el first. A loaddefs.el that's not up-to-date might
1365 cause a bootstrap failure because things don't autoload as
1366 expected.
1367
1368 2000-03-23 Dave Love <fx@gnu.org>
1369
1370 * net/browse-url.el: Restore previous use of
1371 browse-url-maybe-new-window.
1372
1373 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1374
1375 * ps-print.el: Skip banner page fix.
1376 (ps-print-version): New version number (5.1.2).
1377 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1378
1379 2000-03-23 Dave Pearson <davep@davep.org>
1380
1381 * net/quickurl.el Changed the type of parameter passed to the
1382 function defined by `quickurl-format-function'. Before only the
1383 text of the URL was passed. Now the whole URL structure is passed
1384 and the function is responsible for extracting the parts it
1385 requires. Changed the default of `quickurl-format-function'
1386 accordingly.
1387 (quickurl-insert): Changed the `funcall' of
1388 `quickurl-format-function' to match the above change.
1389 (quickurl-list-insert): Changed the `url' case so that it makes
1390 use of `quickurl-format-function', previous to this the format was
1391 hard wired.
1392
1393 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1394
1395 * startup.el: Change some spellings for the X Window System.
1396
1397 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1398
1399 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1400 up the code and the regexp and make sure the cursor is temporarily
1401 moved to the suspicious line while querying the user.
1402
1403 2000-03-22 Jason Rumney <jasonr@gnu.org>
1404
1405 * w32-fns.el (w32-charset-info-alist): Initialize.
1406
1407 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1408
1409 * ps-print.el: N-up last page fix.
1410 (ps-print-version): New version number (5.1.1).
1411 (ps-end-file, ps-end-job, ps-generate): Code fix.
1412
1413 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1414
1415 * files.el (find-file-run-dired): Update docstring.
1416 (find-directory-functions): New hook.
1417 (find-file-noselect): Run find-directory-functions rather than
1418 calling dired directly.
1419
1420 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1421
1422 * pcvs.el: Add a minimal leading commentary.
1423 (cvs-make-cvs-buffer): Change the header part by removing the startup
1424 message and adding a `Module' entry. Also replace the FOOTER and
1425 HEADER special fileinfos with the new support in ewoc for updating
1426 its own footer and header.
1427 (cvs-update-header): Update to use the header/footer of the ewoc.
1428 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1429 (cvs-is-within-p): New function.
1430 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1431 to only examine some subset of the buffers.
1432
1433 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1434 `format' instead of our own ad-hoc functions.
1435 Remove HEADER and FOOTER cases, now handled in the EWOC.
1436 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1437
1438 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1439 output to avoid scaring the user.
1440 (cvs-parse-table): Catch message for non-up-to-date commits.
1441
1442 * pcvs-defs.el (cvs-startup-message): Remove.
1443 (cvs-global-menu): New autoloaded menu.
1444
1445 * pcvs-util.el (cvs-string-fill): Remove.
1446
1447 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1448 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1449 PP part of it and also make it work for footers and headers.
1450 (ewoc-create): Drop POS and BUFFER arguments.
1451 Use the DLL's dummy node to store the end-of-footer position.
1452 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1453 (ewoc-refresh): Remove unused `header' variable.
1454 (ewoc-(get|set)-hf): New functions.
1455
1456 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1457 log-view-*-(message|file) and use easy-mmode-define-navigation.
1458 (log-view-message-re): Match SCCS format as well.
1459 And match the revision line rather than the dashed separator line.
1460 (log-view-mode): Use the new define-derived-mode.
1461 (log-view-current-tag): Fill in with an actual implementation.
1462
1463 * cvs-status.el (cvs-status-(prev|next)): Rename from
1464 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1465 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1466 to let the output "breathe" a little more (more readable).
1467 (cvs-status-mode): Use the new define-derived-mode.
1468
1469 * smerge-mode.el (smerge-auto-leave): New function and variable.
1470 (smerge-basic-map): Rename from smerge-basic-keymap.
1471 Change the bindings for smerge-diff-*.
1472 (smerge-*-map): Use easy-mmode-defmap.
1473 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1474 (smerge-keep-*): Use smerge-auto-leave.
1475
1476 2000-03-21 Jason Rumney <jasonr@gnu.org>
1477
1478 * cus-edit.el (custom-button-face): Use 3D look for w32.
1479 (custom-button-pressed-face): Likewise.
1480
1481 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1482
1483 * progmodes/etags.el (tags-case-fold-search): New user-option.
1484 (tags-loop-eval): New function. Bind case-fold-search around eval
1485 depending on the value of tags-case-fold-search.
1486 (tags-loop-continue): Use tags-loop-eval.
1487 (find-tag-in-order): Bind case-fold-search depending on the value
1488 of tags-case-fold-search.
1489
1490 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1493 (diff-end-of-hunk): Return the end position for use in
1494 `easy-mmode-define-navigation'.
1495 (diff-recenter): Remove.
1496 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1497 of `easy-mmode-define-navigation'.
1498 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1499 previous renaming) and fix to use new names.
1500 (diff-merge-strings): Use \n as separator: simpler, faster.
1501 (diff-mode): Use `define-derived-mode'.
1502
1503 * derived.el (define-derived-mode): Don't autoload anymore.
1504 Prefer the macro-only version provided by easy-mmode.el.
1505
1506 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1507 `easy-mmode-define-derived-mode'.
1508 Use `combine-run-hooks'.
1509 (easy-mmode-define-navigation): New macro.
1510
1511 * subr.el (combine-run-hooks): New function.
1512
1513 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1514
1515 * term/x-win.el: Fontsets related initialization is simplified.
1516
1517 * international/mule-diag.el (describe-font): Don't refer to
1518 global-fontset-alist, instead call font-list.
1519 (describe-fontset, list-fontsets, mule-diag): Likewise.
1520 (print-fontset): Adjusted for the change of fontset
1521 implementation.
1522
1523 * international/fontset.el (x-charset-registries): Variable
1524 removed, instead the corresponding data is stored in the default
1525 fontset.
1526 (register-alternate-fontnames): Function removed.
1527 (resolved-ascii-font): Variable removed.
1528 (x-compose-font-name): Ignore the second argument REDOCE.
1529 (x-complement-fontset-spec): Complement only an ASCII font and
1530 element for those charsets than can use that ASCII font.
1531 (generate-fontset-menu): Don't refer to global-fontset-alist,
1532 instead call fontset-list.
1533 (uninstantiated-fontset-alist): Variable removed.
1534 (x-style-funcs-alist): Likewise.
1535 (fontset-default-styles): Likewise.
1536 (x-modify-font-name): Function removed.
1537 (create-fontset-from-fontset-spec): Ignore the argument
1538 STYLE-VARIANT.
1539 (create-fontset-from-ascii-font): Docsting adjusted for the above
1540 change.
1541 (instantiate-fontset, resolve-fontset-name): Functions removed.
1542 (fontset-list): Now implemented by C code.
1543
1544 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1545 (describe-face): Include `font' attribute in the description.
1546
1547 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1548
1549 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1550
1551 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1552
1553 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1554 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1555 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1556
1557 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1558 about behavior of set-buffer-modified-p wrt redisplay.
1559
1560 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1561
1562 * view.el (view-mode-disable): Kill local binding of view-read-only.
1563
1564 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1565
1566 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1567 is a string, convert it to a syntax cell using string-to-syntax.
1568
1569 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1570 (string-to-syntax): New function.
1571
1572 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1573 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1574 try to use passive ftp mode.
1575
1576 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1577
1578 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1579
1580 * simple.el (append-to-buffer): Update point of windows after
1581 insertion.
1582
1583 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1584 forward then moving backward. Reindent.
1585
1586 * frame.el (other-frame): Call x-focus-frame only if
1587 focus-follows-mouse is off.
1588
1589 2000-03-17 Dave Love <fx@gnu.org>
1590
1591 * pcvs-util.el (cvs-strings->string): Rename
1592 replace-regexps-in-string.
1593
1594 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1595
1596 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1597 regexp for labels cannot span several lines.
1598
1599 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1600 `(setq :<key> ':<key>)' to the macro expansion.
1601
1602 2000-03-16 Dave Love <fx@gnu.org>
1603
1604 * progmodes/f90.el (f90): Put custom group under `languages', not
1605 `fortran'.
1606 (f90-mode-hook): Customize.
1607 (f90-mode): Set add-log-current-defun-function.
1608 (f90-current-defun): New function.
1609
1610 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1611
1612 * cus-edit.el (custom-variable-tag-face): Handle case that
1613 default face's height is not a number.
1614 (custom-face-tag-face, custom-group-tag-face-1)
1615 (custom-group-tag-face): Ditto.
1616 (custom-group-tag-face-1): Add :group.
1617
1618 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1619
1620 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1621
1622 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1623 requiring easymenu.
1624
1625 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1626
1627 * ps-print.el: PostScript user-defined prologue, PostScript error
1628 handler, doc fix.
1629 (ps-print-version): New version number (5.1).
1630 (ps-user-defined-prologue, ps-error-handler-message)
1631 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1632 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1633 (ps-insert-string): New function.
1634
1635 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1636
1637 * international/ccl.el (ccl-compile-expression): Don't generate
1638 invalid self-assignment code.
1639
1640 2000-03-14 Dave Love <fx@gnu.org>
1641
1642 * subr.el (replace-regexp-in-string): Renamed from
1643 replace-regexps-in-string. Doc fix.
1644
1645 2000-03-12 Dave Love <fx@gnu.org>
1646
1647 * cus-edit.el: Doc fixes.
1648 (customize-set-variable, customize-save-variable): Rename args for
1649 doc.
1650 (custom-variable-tag-face, custom-face-tag-face)
1651 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1652 style which user identify as hyperlink.
1653 (hook): Don't add undefined functions to the hook.
1654 (debug-ignored-errors): Transfer message from bindings.el.
1655
1656 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1657
1658 * recentf.el (recentf-keep-non-readable-files-p): Remove
1659 double/nested definition.
1660
1661 2000-03-12 Dave Love <fx@gnu.org>
1662
1663 * facemenu.el (facemenu-get-face): Use display-color-p.
1664 * enriched.el (enriched-decode-foreground): Likewise.
1665 (enriched-decode-background): Likewise.
1666 * isearch.el (isearch-highlight): Likewise.
1667 * info-look.el (info-lookup): Likewise.
1668 * simple.el (completion-setup-function): Likewise.
1669
1670 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1671 :options.
1672
1673 * bindings.el (mode-line-format): Fix line-number and
1674 column-number items. Add help-echo for the background.
1675 (mode-line-mule-info): Modify help-echo.
1676
1677 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1678 defcustom.
1679
1680 * files.el (load-file): Allow completion to .elc.
1681
1682 * man.el: Doc fixes.
1683 (Man-init-defvars): Use display-color-p to set fontification.
1684
1685 * play/hanoi.el (hanoi-internal): Don't use oddp.
1686
1687 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1688
1689 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1690
1691 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1692
1693 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1694
1695 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1696 Fix comment.
1697
1698 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1699
1700 * font-lock.el (font-lock-keywords): Fix the doc now that
1701 regexp-opt-depth is unnecessary.
1702 (save-buffer-state): Set an edebug spec.
1703 (font-lock-fontify-anchored-keywords): Properly handle the case when
1704 the matcher goes past the limit.
1705
1706 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1707 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1708
1709 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1710 dll.el and cookie.el (from Elib) with heavy renaming and other
1711 massaging.
1712
1713 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1714 Autoload the functions used.
1715 (easy-mmode-define-syntax): Fix CL typo.
1716 (easy-mmode-define-derived-mode): Improve the docstring generation.
1717
1718 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1719
1720 * textmodes/texinfo.el (texinfo-version): Variable and function
1721 removed.
1722
1723 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1724
1725 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1726 allow more flexibility.
1727 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1728 fns.
1729 (easy-mmode-defmap, easy-mmode-defsyntax)
1730 (easy-mmode-define-derived-mode): New macros.
1731
1732 2000-03-09 Didier Verna <didier@xemacs.org>
1733
1734 * rect.el (replace-rectangle): New function.
1735
1736 2000-03-09 Dave Love <fx@gnu.org>
1737
1738 * progmodes/fortran.el (fortran-comment-line-start): Define as
1739 "C".
1740 (fortran-comment-line-start-skip): Don't match cpp stuff.
1741 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1742 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1743 (fortran-mode): Don't set fortran-comment-line-start-skip,
1744 fortran-comment-line-start here. Set comment-start,
1745 add-log-current-defun.
1746 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1747 (fortran-current-defun): New function.
1748
1749 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1750
1751 * emacs-lisp/re-builder.el: New file.
1752
1753 * mouse.el (mouse-drag-region): Don't run up-event handler
1754 if hscroll has changed.
1755
1756 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1757 builtin operators, use `font-lock-builtin-face' for Emacs and
1758 `font-lock-preprocessor-face' otherwise.
1759
1760 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1761 `(defun (setf foo)' differently.
1762
1763 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1764
1765 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1766 (regexp-opt): Update comment and adapt the code the new meaning of
1767 the `paren' argument of regex-opt-group for shy-groups.
1768 (regexp-opt-depth): Handle shy groups as well as backslashed
1769 backslashes.
1770 (regexp-opt-group): Turn the leading comment into a docstring.
1771 Allow `paren' to be a string (the string to use to open a group).
1772 Remove open-presuf and close-presuf. Instead of checking for `all
1773 one-char' and then later on check for `several one-char', handle
1774 both cases close together. Also apply a more generic algorithm
1775 for suffixes (the mirror image of the algorithm used for
1776 prefixes). Use shy-groups. Use nreverse rather than reverse.
1777 (regexp-opt-try-suffix): Removed.
1778
1779 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1780 from comint-mode-map, so we can just inherit from it. Also, move
1781 the initialization into the `defvar' since there's no docstring
1782 anyway and it's fairly short.
1783 (inferior-scheme-mode): Define it as derived-mode: the code is
1784 shorter and this way we inherit from comint-mode-map rather than
1785 copying it.
1786
1787 * subr.el (replace-regexps-in-string): Properly handle the case
1788 where we match an empty string.
1789
1790 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1791 when the command has a directory component (such as "./testml").
1792 Also fix a typo in the comment.
1793
1794 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1795
1796 * Makefile (compile-files): Compile files one by one because
1797 that's the only way to ensure a clean compilation environment for
1798 each individual file.
1799
1800 * frame.el (other-frame): Call x-focus-frame.
1801
1802 2000-03-07 Dave Love <fx@gnu.org>
1803
1804 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1805 :require to defcustom.
1806
1807 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1808 lists.
1809
1810 * files.el (auto-mode-alist): Add configure.in.
1811
1812 * progmodes/autoconf.el: New file.
1813
1814 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1815
1816 * mail/mh-e.el: Change maintainer to `none'.
1817
1818 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1819 to remove-hook and add-hook.
1820
1821 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1822
1823 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1824 it as the default.
1825 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1826 (sendmail-send-it): Conditionally add MIME headers specifying the
1827 used character set.
1828
1829 2000-03-07 Dave Love <fx@gnu.org>
1830
1831 * winner.el: Fix keywords, autoload cookies. Split
1832 eval-when-compile form to avoid compilation failure.
1833
1834 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1835
1836 * international/mule.el: Modify comment about coding system
1837 property `coding-category'.
1838 (make-coding-system): New argument EOL-TYPE. Pay attention to
1839 coding-category property of PROPERTIES.
1840
1841 * international/mule-conf.el (coding-category-utf-8,
1842 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1843 categories. Include them in the argument for set-coding-priority.
1844
1845 * international/mule-cmds.el (reset-language-environment): Include
1846 coding-category-utf-8, coding-category-utf-16-be, and
1847 coding-category-utf-16-le in the argument for set-coding-priority.
1848 (reset-language-environment): Initialize coding-category-utf-8,
1849 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1850
1851 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1852
1853 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1854 code abstracted out of `bookmark-jump-noselect'. Now tries info
1855 extensions as well as compression extensions.
1856 (bookmark-jump-noselect): Use above new func.
1857
1858 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1859
1860 * strokes.el: Change maintainer's mail address.
1861
1862 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1863
1864 * international/mule-diag.el (list-character-sets): Make help-echo
1865 string by substitute-command-keys.
1866 (list-character-sets): Likewise.
1867 (sort-listed-character-sets): Call help-setup-xref.
1868
1869 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1870
1871 * time.el (display-time-mail-file): Add `none' to the list of
1872 choices.
1873
1874 2000-03-01 Dave Love <fx@gnu.org>
1875
1876 * help.el (help-xref-go-back): Don't try to set position.
1877
1878 * international/mule-diag.el (list-character-sets): Call
1879 help-setup-xref. Add help-echo to xrefs.
1880 (list-character-sets-1): Add help-echo to xrefs.
1881
1882 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1883
1884 * frame.el (blink-cursor-mode): Switch cursor on when turning
1885 the mode off.
1886
1887 * add-log.el (add-log-current-defun): Add support for
1888 Autoconf mode.
1889
1890 * mail/rmail.el (rmail-quit-hook): New variable.
1891
1892 2000-03-01 Dave Love <fx@gnu.org>
1893
1894 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1895
1896 * help.el (help-xref-button): Add help-echo arg.
1897 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1898
1899 * faces.el (list-faces-display): Supply help-echo with
1900 help-make-xrefs.
1901
1902 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1903 nil.
1904
1905 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1906
1907 * image.el (defimage): Look for image files in load-path.
1908
1909 * frame.el (busy-cursor-delay-seconds): Change type to
1910 `number'.
1911
1912 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1913
1914 * recentf.el (recentf): Added version tag to the defgroup of
1915 recentf.
1916
1917 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1918
1919 * recentf.el (recentf-cleanup): Changed to remove excluded file
1920 too.
1921 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1922 action to select/unselect a file.
1923 (recentf-edit-list): Code cleanup and improvement.
1924 (recentf-open-more-files-action): `recentf-open-more-files' button
1925 widget action to open a file.
1926 (recentf-open-more-files): No more use standard completion but
1927 widgets.
1928 (recentf-more-collection): Deleted.
1929 (recentf-more-history): Deleted.
1930 (recentf-setup-more-completion): Deleted.
1931
1932 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1933
1934 * recentf.el (recentf-mode): No more needs that Emacs is running
1935 under a window-system.
1936
1937 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1938
1939 * recentf.el (recentf-edit-list): New command to edit the recent
1940 list which allow the user to remove files.
1941 (recentf-edit-selected-items): New global variable, used by
1942 `recentf-edit-list' to hold the list of files to be removed from
1943 the recent list.
1944 (recentf-make-menu-items): Updated to display a "Edit list..."
1945 menu item. Minor code cleanup.
1946
1947 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1948
1949 * recentf.el (recentf-open-more-files): New command to open files
1950 that are not displayed in the menu.
1951 (recentf-more-collection): New global variable holding the set of
1952 permissible completions used by `recentf-open-more-files'.
1953 (recentf-more-history): New global variable holding the history list
1954 used by `recentf-open-more-files' completion.
1955 (recentf-setup-more-completion): New function to setup completion for
1956 `recentf-open-more-files'.
1957 (recentf-make-menu-items): Updated to display a "More..." menu item.
1958
1959 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1960
1961 * recentf.el (recentf-menu-action): Doc fixed.
1962
1963 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1964
1965 * recentf.el (recentf-menu-filter): Doc updated.
1966 (recentf-update-menu-hook): Allow menu filters to force menu update.
1967 (recentf-make-menu-items): New menu filter handling.
1968 (recentf-make-menu-item): New helper function.
1969 (recentf-menu-elements): New menu handling function.
1970 (recentf-sort-ascending): Updated to new menu filter handling.
1971 (recentf-sort-descending): Updated to new menu filter handling.
1972 (recentf-sort-basenames-ascending): New menu filter function.
1973 (recentf-sort-basenames-descending): New menu filter function.
1974 (recentf-show-basenames): New menu filter function.
1975 (recentf-show-basenames-ascending): New menu filter function.
1976 (recentf-show-basenames-descending): New menu filter function.
1977
1978 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1979
1980 * diary-lib.el (list-diary-entries): Don't try to go forward at
1981 the end of the buffer.
1982
1983 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1984
1985 * international/mule-diag.el (list-character-sets): Completely
1986 rewritten.
1987 (sort-listed-character-sets): New function.
1988 (list-character-sets-1): Completely rewritten.
1989 (list-character-sets-2): New function.
1990 (non-iso-charset-alist): New variable.
1991 (decode-codepage-char): New function.
1992 (charset-history): New variable.
1993 (read-charset) (list-block-of-chars)
1994 (list-iso-charset-chars)
1995 (list-non-iso-charset-chars)
1996 (list-charset-chars): New functions.
1997 (mule-diag): Call list-character-sets-2, not
1998 list-character-sets-2.
1999 (dump-charsets): Likewise.
2000
2001 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2002
2003 * dired-x.el (dired-filename-at-point): Add `@' to valid
2004 file name characters.
2005 (dired-filename-at-point): Handle ange-ftp file names.
2006
2007 * frame.el (frame-notice-user-settings): Use assq-delete-all
2008 instead of assoc-delete-all.
2009 (frame-notice-user-settings): Ditto.
2010
2011 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2012 Don't copy alist.
2013
2014 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2015
2016 * calculator.el (calculator-use-menu): New option.
2017 (calculator-initial-bindings): Changed some bindings to work as
2018 macros.
2019 (calculator-forced-input): Removed.
2020 (calculator-restart-other-mode): New variable.
2021 (calculator-mode-map): Set up menu.
2022
2023 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2024
2025 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2026 tags.
2027
2028 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2029
2030 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2031 translate all ESC key sequences.
2032 (viper-goto-mark-subr): restore markers for files for which
2033 they were saved.
2034 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2035 * viper-util.el (viper-set-replace-overlay-glyphs,
2036 viper-set-replace-overlay): always check if the replacement
2037 overlay is live.
2038 * viper.el (viper-vi-state-mode-list): added major modes.
2039 * ediff-wind.el: minor comment changes.
2040 * ediff.el: copyright notice date fix.
2041
2042 2000-02-27 Jason Rumney <jasonr@gnu.org>
2043
2044 * faces.el (face-font-family-alternatives): Add arial to helv.
2045 (mode-line, header-line, tool-bar): Same default as x for w32.
2046 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2047 face-font-family-alternatives from working.
2048 * term/w32-win.el (mouse-set-font): Do not build fontset from
2049 chosen font.
2050
2051 2000-02-25 Sam Steingold <sds@goems.com>
2052
2053 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2054 properly.
2055
2056 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2057
2058 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2059
2060 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2061
2062 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2063 writable.
2064
2065 * frame.el (busy-cursor-delay-seconds): New option.
2066
2067 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2068
2069 * frame.el (show-cursor-in-non-selected-windows): New option.
2070
2071 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2072
2073 * diary-lib.el (include-other-diary-files): Undo the selective
2074 display in any included file and don't kill it.
2075
2076 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2079 bar. Menu items converted to (menu-item format, help strings
2080 added.
2081 [downcase, upcase]: Don't enable on MS-DOS.
2082 [symlink, symlinks]: Don't show if make-symbolic-link is not
2083 bound.
2084 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2085
2086 2000-02-23 Dave Love <fx@gnu.org>
2087
2088 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2089 (backward-kill-word): Revert addition of * to interactive spec --
2090 it's a feature.
2091
2092 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2093 (backward-kill-sentence, kill-sentence): Likewise.
2094
2095 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2096 scratch buffer name.
2097 (gud-format-command): Use int-to-string in ?l case. Simplify
2098 slightly.
2099
2100 * term/w32-win.el (internal-face-interactive): Update prompt for
2101 new read-face-name.
2102
2103 * mail/footnote.el (footnote): Add :version to defgroup.
2104 (footnote-section-tag-regexp): Customize.
2105 (footnote-start-tag, footnote-end-tag): New option.
2106 (footnote-latin-regexp): New variable.
2107 (Footnote-latin): New function.
2108 (footnote-style-alist): Add element for latin style.
2109 (footnote-style): Moved.
2110 (Footnote-goto-footnote): Use eq to test arg.
2111
2112 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2113
2114 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2115 (byte-compile-trueconstp): Include keywords.
2116 (byte-optimize-quote, byte-optimize-lapcode): Use
2117 byte-compile-const-symbol-p.
2118 (byte-optimize-char-before): New optimization.
2119
2120 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2121 (byte-compile-const-symbol-p): New function.
2122 (byte-compile-constp, byte-compile-out-toplevel)
2123 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2124 Use it.
2125
2126 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2127
2128 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2129
2130 * international/encoded-kb.el: Be sure to update minor-mode-alist
2131 and minor-mode-map-alist.
2132 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2133 codes SS2 and SS3 correctly.
2134 (encoded-kbd-self-insert-ccl): New function.
2135 (encoded-kbd-setup-keymap): New function.
2136 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2137 by calling encoded-kbd-setup-keymap.
2138
2139 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2140 characters.
2141 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2142 locally.
2143
2144 2000-02-22 Dave Love <fx@gnu.org>
2145
2146 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2147 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2148 defvar.
2149 (lisp-mode-syntax-table): Set up for #|...|# comments.
2150 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2151 classes. Match `defface'.
2152 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2153 (eval-defun-1): Fix for defcustom.
2154 (lisp-indent-region): Doc fix.
2155
2156 * subr.el (when, unless, split-string): Doc fix.
2157 (read-passwd): Move call of clear-this-command-keys to the right
2158 place.
2159 (replace-regexps-in-string): New function.
2160
2161 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2162
2163 * help.el (describe-variable): Set syntax table to
2164 emacs-lisp-mode-syntax-table when moving forward over the
2165 symbol's name.
2166
2167 2000-02-22 Dave Love <fx@gnu.org>
2168
2169 * xt-mouse.el: Doc fixes.
2170 (xterm-mouse-position-function): New function, replacing advice of
2171 mouse-position.
2172 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2173
2174 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2175
2176 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2177
2178 * format.el (format-annotate-single-property-change): Handle
2179 properties.with dotted-list values.
2180 (format-proper-list-p): New function.
2181
2182 * enriched.el (enriched-face-ans): Handle '(foreground-color
2183 . COLOR) and (background-color . COLOR).
2184
2185 2000-02-20 Dave Love <fx@gnu.org>
2186
2187 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2188 and assignments to it.
2189 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2190 current local map.
2191 (make-flyspell-overlay): Use it.
2192 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2193
2194 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2195 (lm-get-header-re): Defun, not defsubst.
2196 (lm-get-package-name): Defun, not defsubst. Simplify.
2197 (lm-version): Doc fix. Simplify.
2198 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2199 (lm-crack-address, lm-last-modified-date, lm-commentary)
2200 (lm-verify, lm-synopsis): Simplify.
2201 (lm-report-bug): Require emacsbug. Use compose-mail.
2202
2203 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2204
2205 * dired.el (dired-mode): Call propertized-buffer-identification
2206 to set mode-line-buffer-identification to something having
2207 the right text properties.
2208
2209 * bindings.el (propertized-buffer-identification): New function.
2210
2211 2000-02-20 Dave Love <fx@gnu.org>
2212
2213 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2214 check for t-mouse too.
2215
2216 * cus-start.el: Make echo-keystrokes `number'.
2217
2218 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2219
2220 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2221 Don't call ring-empty-p unless tags-location-ring is bound.
2222 From Noah Friedman <friedman@splode.com>.
2223
2224 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2225
2226 * progmodes/hideshow.el (hs-flag-region): No longer use
2227 `intangible' overlay property.
2228
2229 (hs-toggle-hiding): New command.
2230 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2231
2232 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2233 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2234 and deactivation.
2235
2236 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2237
2238 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2239
2240 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2241
2242 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2243
2244 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2245 of `*' to handle `(* ... *)' comments.
2246
2247 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2248
2249 * faces.el (list-faces-display): Use display-mouse-p instead of
2250 window-system.
2251
2252 * menu-bar.el (global-map): Menu-bar items converted to the new
2253 format (menu-item..., rearranged for better CUA compliance, and
2254 their names changed for better clarity. Help strings added.
2255
2256 * international/mule-cmds.el (mule-menu-keymap)
2257 (describe-language-environment-map, set-coding-system-map)
2258 (setup-language-environment-map): Convert to new (menu-item...
2259 form, add help strings. Change names of menu items for better
2260 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2261 submenu).
2262
2263 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2264
2265 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2266 within the code.
2267
2268 2000-02-16 Dave Love <fx@gnu.org>
2269
2270 * faces.el: Don't require custom. Add more specific :groups to
2271 various deffaces.
2272 (set-face-attribute): Purecopy args.
2273 (read-face-name): Default to name at point and use it in prompt.
2274 Remove colon from arg in all callers.
2275 (list-faces-display): Hyperlink to face descriptions and customize
2276 buffers.
2277
2278 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2279
2280 * wid-edit.el (widget-match-inline): An atom never matches a
2281 list.
2282
2283 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2284
2285 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2286 at ':' characters by call to split-string.
2287
2288 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2289
2290 * textmodes/bibtex.el: Added RCS version identification.
2291
2292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2293
2294 * textmodes/bibtex.el: Some temporary comments removed.
2295 (bibtex-field-name, bibtex-entry-type): Made the relationship
2296 explicit.
2297 (bibtex-field-const): Allow capital letters.
2298 (bibtex-start-of-string): Deleted because unused.
2299
2300 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2301 use the term 'reference' to describe a bibtex entry as a whole.
2302 Further, reference keys are no longer called 'labels'.
2303 (bibtex-keys): Renamed to bibtex-reference-keys.
2304 (bibtex-reformat-previous-labels): Renamed to
2305 bibtex-reformat-previous-reference-keys.
2306 (bibtex-reference-type): Renamed to bibtex-entry-type.
2307 (bibtex-reference-head): Renamed to bibtex-entry-head.
2308 (bibtex-reference-maybe-empty-head): Renamed to
2309 bibtex-entry-maybe-empty-head.
2310 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2311 (bibtex-search-reference): Renamed to bibtex-search-entry.
2312 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2313 bibtex-enclosing-entry-maybe-empty-head.
2314 (bibtex-entry-field-alist, bibtex-entry-head,
2315 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2316 bibtex-map-entries, bibtex-search-entry,
2317 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2318 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2319 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2320 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2321 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2322 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2323 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2324
2325 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2326
2327 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2328 comment.
2329 (bibtex-format-field-delimiters): New function, functionality
2330 extracted from bibtex-format-entry.
2331 (bibtex-autokey-get-yearfield-digits): New function, functionality
2332 extracted from bibtex-autokey-get-yearfield.
2333
2334 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2335 entries in order to avoid stack overflow in the regexp matcher if
2336 field contents become large.
2337 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2338 bibtex-field-string-part-not-braced,
2339 bibtex-field-string-part-no-inner-braces,
2340 bibtex-field-string-part-1-inner-brace,
2341 bibtex-field-string-part-2-inner-braces,
2342 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2343 bibtex-field-string-quoted, bibtex-field-string,
2344 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2345 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2346 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2347 as parsing is now performed by the following functions.
2348 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2349 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2350 bibtex-parse-field-string, bibtex-search-forward-field-string,
2351 bibtex-parse-association, bibtex-field-name-for-parsing,
2352 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2353 bibtex-search-forward-field, bibtex-search-backward-field,
2354 bibtex-start-of-field, bibtex-end-of-field,
2355 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2356 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2357 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2358 bibtex-parse-string, bibtex-search-forward-string,
2359 bibtex-search-backward-string, bibtex-start-of-string,
2360 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2361 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2362 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2363 entries. Instead of reporting the results of the parsing by
2364 match-beginning or match-end, these functions return data structures
2365 that hold the corresponding positions.
2366 (bibtex-enclosing-field): Changed to also report field boundaries by
2367 return values rather than by match-beginning or match-end. The
2368 following functions have been adapted to use the new parsing
2369 functions.
2370 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2371 bibtex-enclosing-field, bibtex-format-entry,
2372 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2373 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2374 bibtex-print-help-message, bibtex-end-of-entry,
2375 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2376 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2377 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2378 method for parsing.
2379 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2380 bibtex-map-entries, bibtex-flash-head,
2381 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2382 bibtex-autokey-change, bibtex-autokey-get-namefield,
2383 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2384 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2385 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2386 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2387 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2388 order to make the new binding of case-fold-search immediately
2389 visible.
2390
2391 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2392
2393 * textmodes/bibtex.el: Copyright notice is up to date.
2394 Added constant 'bibtex-maintainer-salutation.
2395
2396 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2397 than make-temp-name, use match-string-no-properties and eliminate
2398 a quadratic behavior when building bibtex-strings.
2399
2400 * bibtex.el (bibtex-reference-key): Accept string entries whose
2401 reference key contains upper case letters.
2402
2403 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2404
2405 * bibtex.el (bibtex-reference-head): Allow entries to start with
2406 a new line.
2407
2408 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2409
2410 * bibtex.el: Hiding of entry bodies is not longer provided by
2411 bibtex.el directly. Instead the hideshow package can be used.
2412 Added a special bibtex entry to hs-special-modes-alist.
2413 (bibtex-hs-forward-sexp): Added for hideshow.el.
2414
2415 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2416
2417 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2418 at ':' characters by call to split-string.
2419
2420 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2421
2422 * textmodes/bibtex.el: Added RCS version identification.
2423
2424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2425
2426 * textmodes/bibtex.el: Some temporary comments removed.
2427 (bibtex-field-name, bibtex-entry-type): Made the relationship
2428 explicit.
2429 (bibtex-field-const): Allow capital letters.
2430 (bibtex-start-of-string): Deleted because unused.
2431
2432 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2433 use the term 'reference' to describe a bibtex entry as a whole.
2434 Further, reference keys are no longer called 'labels'.
2435 (bibtex-keys): Renamed to bibtex-reference-keys.
2436 (bibtex-reformat-previous-labels): Renamed to
2437 bibtex-reformat-previous-reference-keys.
2438 (bibtex-reference-type): Renamed to bibtex-entry-type.
2439 (bibtex-reference-head): Renamed to bibtex-entry-head.
2440 (bibtex-reference-maybe-empty-head): Renamed to
2441 bibtex-entry-maybe-empty-head.
2442 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2443 (bibtex-search-reference): Renamed to bibtex-search-entry.
2444 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2445 bibtex-enclosing-entry-maybe-empty-head.
2446 (bibtex-entry-field-alist, bibtex-entry-head,
2447 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2448 bibtex-map-entries, bibtex-search-entry,
2449 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2450 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2451 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2452 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2453 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2454 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2455 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2456
2457 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2458
2459 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2460 comment.
2461 (bibtex-format-field-delimiters): New function, functionality
2462 extracted from bibtex-format-entry.
2463 (bibtex-autokey-get-yearfield-digits): New function, functionality
2464 extracted from bibtex-autokey-get-yearfield.
2465
2466 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2467 entries in order to avoid stack overflow in the regexp matcher if
2468 field contents become large.
2469 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2470 bibtex-field-string-part-not-braced,
2471 bibtex-field-string-part-no-inner-braces,
2472 bibtex-field-string-part-1-inner-brace,
2473 bibtex-field-string-part-2-inner-braces,
2474 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2475 bibtex-field-string-quoted, bibtex-field-string,
2476 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2477 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2478 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2479 as parsing is now performed by the following functions.
2480 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2481 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2482 bibtex-parse-field-string, bibtex-search-forward-field-string,
2483 bibtex-parse-association, bibtex-field-name-for-parsing,
2484 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2485 bibtex-search-forward-field, bibtex-search-backward-field,
2486 bibtex-start-of-field, bibtex-end-of-field,
2487 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2488 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2489 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2490 bibtex-parse-string, bibtex-search-forward-string,
2491 bibtex-search-backward-string, bibtex-start-of-string,
2492 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2493 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2494 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2495 entries. Instead of reporting the results of the parsing by
2496 match-beginning or match-end, these functions return data structures
2497 that hold the corresponding positions.
2498 (bibtex-enclosing-field): Changed to also report field boundaries by
2499 return values rather than by match-beginning or match-end. The
2500 following functions have been adapted to use the new parsing
2501 functions.
2502 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2503 bibtex-enclosing-field, bibtex-format-entry,
2504 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2505 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2506 bibtex-print-help-message, bibtex-end-of-entry,
2507 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2508 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2509 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2510 method for parsing.
2511 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2512 bibtex-map-entries, bibtex-flash-head,
2513 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2514 bibtex-autokey-change, bibtex-autokey-get-namefield,
2515 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2516 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2517 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2518 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2519 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2520 order to make the new binding of case-fold-search immediately
2521 visible.
2522
2523 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2524
2525 * textmodes/bibtex.el: Copyright notice is up to date.
2526 Added constant 'bibtex-maintainer-salutation.
2527
2528 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2529 than make-temp-name, use match-string-no-properties and eliminate
2530 a quadratic behavior when building bibtex-strings.
2531
2532 * bibtex.el (bibtex-reference-key): Accept string entries whose
2533 reference key contains upper case letters.
2534
2535 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2536
2537 * bibtex.el (bibtex-reference-head): Allow entries to start with
2538 a new line.
2539
2540 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2541
2542 * bibtex.el: Hiding of entry bodies is not longer provided by
2543 bibtex.el directly. Instead the hideshow package can be used.
2544 Added a special bibtex entry to hs-special-modes-alist.
2545 (bibtex-hs-forward-sexp): Added for hideshow.el.
2546
2547 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2548
2549 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2550 proceedings entry type (for cross referencing). Thanks to Wagner
2551 Toledo Correa for the suggestion.
2552
2553 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2554
2555 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2556
2557 * international/characters.el: Setup case table for Vietnamese.
2558
2559 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2560
2561 * uniquify.el (toplevel): Require CL at compile time.
2562 (uniquify-push): Removed.
2563
2564 * shadowfile.el (shadow-when): Removed.
2565
2566 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2567 (tempo-process-and-insert-string): Use dolist instead of
2568 tempo-dolist.
2569
2570 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2571 regexp for paragraph-start.
2572
2573 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2574 commas as well.
2575
2576 2000-02-10 Dave Love <fx@gnu.org>
2577
2578 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2579 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2580 Deleted.
2581 (widget-specify-field, widget-specify-button): Don't use
2582 widget-mouse-help as help-echo property.
2583 (default): Use #'ignore for :validate and :mouse-down-action.
2584 (checkbox): Add help-echo.
2585 (widget-sexp-validate): Rewritten to clarify error messages.
2586 (character): Use char-valid-p in :match function.
2587 (widget-color-complete): Use facemenu-color-alist.
2588 (widget-color-action): Use facemenu-read-color.
2589
2590 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2591 set up `caar' &c that we now have.
2592
2593 2000-02-09 Ray Blaak <blaak@gnu.org>
2594
2595 * delphi.el: Make resourcestring a declaration region, like const
2596 and var.
2597
2598 2000-02-09 Dave Love <fx@gnu.org>
2599
2600 * bindings.el (mode-line-input-method-map): New variable.
2601 (mode-line-mule-info): Use it; fix last change.
2602 (mode-line-mode-menu): Move definition.
2603 (mode-line-mouse-sensitive-p): Deleted.
2604 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2605 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2606 level.
2607
2608 * startup.el (command-line-1): Don't call
2609 make-mode-line-mouse-sensitive.
2610
2611 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2612
2613 * mail/rmail.el (rmail-retry-failure): Use
2614 rmail-beginning-of-message before rmail-toggle-header, because the
2615 former toggles headers.
2616
2617 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * diff-mode.el (diff-kill-junk): New interactive function.
2620 (diff-reverse-direction): Use delete-and-extract-region.
2621 (diff-post-command-hook): Restrict the area so that the hook also works
2622 outside of any diff hunk. This is necessary for the minor-mode.
2623 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2624 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2625
2626 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2627 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2628 so that it can be used more easily in <foo>-mode-hook. Also make sure
2629 to avoid duplicate entries.
2630 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2631 (font-lock-remove-keywords): Just as was done for `add', allow it to
2632 work even if font-lock-mode is nil. Also make sure we don't modify
2633 any pre-existing list by forcing a copy-sequence. Finally rename
2634 `major-mode' to `mode'.
2635 (font-lock-fontify-syntactic-anchored-keywords)
2636 (font-lock-fontify-anchored-keywords)
2637 (font-lock-fontify-keywords-region): Use line-end-position.
2638 Don't make `font-lock-multiline' local (it's now done in
2639 font-lock-set-defaults).
2640 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2641 move the `font-lock-fontified' creation to inside the `unless'.
2642
2643 2000-02-06 Andrew Innes <andrewi@gnu.org>
2644
2645 * term/w32-win.el (x-handle-args): Comment out call to message,
2646 which occurs before window system is initialized.
2647
2648 * makefile.nt: Add support for recompiling lisp code.
2649
2650 2000-02-04 Dave Love <fx@gnu.org>
2651
2652 * bindings.el (mode-line-mule-info): Fix/extend last change.
2653
2654 * completion.el: Replace completion-dolist with dolist.
2655
2656 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2657 dotimes.
2658
2659 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2660
2661 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2662 environment names before they go into the section regexp.
2663
2664 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2665 char class in regexp.
2666
2667 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2668 `case-fold-search' to nil.
2669
2670 * progmodes/idlwave.el (idlwave-template): Respect
2671 `idlwave-abbrev-change-case'.
2672 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2673 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2674 idlwave-while): respect `idlwave-reserved-word-upcase'.
2675 (idlwave-rw-case): New function.
2676 (idlwave-statement-match): Fixed problem with assignment regexp.
2677 (idlwave-font-lock-keywords): Improved regexp for keyword
2678 parameters.
2679 (idlwave-surround): New argument LENGTH to support padding of
2680 operators longer than 1 char.
2681
2682 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2683 idlwave-shell-expression-overlay. Implemented printing of
2684 expressions on higher levels of the calling stack.
2685 (idlwave-shell-display-level-in-calling-stack): Restore stack
2686 level.
2687 (idlwave-retrieve-expression-from-level): New function.
2688 (idlwave-shell-last-calling-stack): Variable removed.
2689 (idlwave-shell-reset): Argument action reversed (`visible' to
2690 `hidden'). Also remove stop-line overlay.
2691 (idlwave-shell-calling-stack-routine): New variable.
2692 (idlwave-shell-parse-stack-and-display): Messages now display
2693 negative level numbers.
2694 (idlwave-shell-mode): Set `modeline-format'.
2695 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2696 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2697 21.
2698 (idlwave-shell-print-expression-function): New option.
2699
2700 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2701 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2702 `tool-bar' instead of `toolbar'.
2703
2704 2000-02-02 Dave Love <fx@gnu.org>
2705
2706 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2707 emacs-lisp-mode-hook. Don't check for defalias being defined.
2708
2709 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2710 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2711 the new builtins directly.
2712
2713 * whitespace.el (whitespace): Add :version to defgroup.
2714
2715 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2716 Doc fix.
2717
2718 * thingatpt.el (sexp-at-point, symbol-at-point)
2719 (number-at-point, list-at-point): Add autoload cookie.
2720
2721 * recentf.el (recentf): Add :version to defgroup.
2722
2723 * quickurl.el (quickurl): Add :version to defgroup.
2724
2725 * elide-head.el (elide-head): Use point-marker more.
2726
2727 * bs.el (bs): Add :version to defgroup.
2728
2729 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2730
2731 * progmodes/delphi.el (delphi): Add :version to defgroup.
2732
2733 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2734
2735 * ange-ftp.el (ange-ftp-write-region): Handle case that
2736 succeeding process operation sets a different coding system.
2737
2738 * calculator.el: New file.
2739
2740 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2741
2742 * frame.el (frames-on-display-list, framep-on-display): New
2743 functions.
2744 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2745 (display-selections-p, display-screens, display-pixel-width)
2746 (display-pixel-height, display-mm-width, display-mm-height)
2747 (display-backing-store, display-save-under, display-planes)
2748 (display-color-cells, display-visual-class): New functions.
2749
2750 * term/tty-colors.el (tty-color-gray-shades): New function.
2751
2752 * faces.el (display-color-p): Use framep-on-display.
2753 (display-grayscale-p): New function.
2754
2755 2000-01-31 Dave Love <fx@gnu.org>
2756
2757 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2758 (create-fontset-from-x-resource): Don't concat integers.
2759
2760 2000-01-31 Inge Frick <inge@nada.kth.se>
2761
2762 * view.el: Some changes in documentation. Removed some trailing
2763 whitespace. Changed some parameter names to agree with
2764 documentation.
2765 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2766 window is not deleted. Modifies change 1998-04-26.
2767
2768 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2769
2770 * windmove.el: New file.
2771
2772 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2773 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2774 progmodes/ebnf-yac.el: Update copyright and license info.
2775
2776 * jit-lock.el (jit-lock-function): Widen before calculating end
2777 position.
2778 (jit-lock-stealth-chunk-start): Rewritten.
2779
2780 * info.el (Info-title-face-alist): Removed.
2781 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2782 faces.
2783 (Info-fontify-node): Use these faces.
2784
2785 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2786
2787 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2788 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2789 `&allow-other-keywords'.
2790
2791 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2792 the list of directories scanned heuristically.
2793
2794 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2795 exist.
2796
2797 2000-01-30 Jason Rumney <jasonr@gnu.org>
2798
2799 * w32-fns.el: Define w32-tty-standard-colors.
2800
2801 * startup.el (command-line): Use w32-tty-standard-colors when in
2802 w32 console mode.
2803
2804 2000-01-30 Dave Love <fx@gnu.org>
2805
2806 * jka-compr.el (jka-compr-load): Fix up load-history.
2807
2808 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2809
2810 * emacs-lisp/cl-macs.el: Revert previous change.
2811
2812 2000-01-29 Dave Love <fx@gnu.org>
2813
2814 * facemenu.el: Purecopy various strings.
2815
2816 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2817 years. Deal with three-digit years.
2818
2819 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2820 defconst, purecopy.
2821 (help-back-label): Purecopy it.
2822
2823 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2824
2825 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2826 variable. If non-nil, order the buffer list according to the
2827 currently selected frame.
2828 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2829 non-nil, pass the selected frame to function buffer-list.
2830
2831 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2832
2833 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2834
2835 2000-01-28 Dave Love <fx@gnu.org>
2836
2837 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2838
2839 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2840 Don't use lisp-indent-hook property.
2841 (cl-abs): Remove.
2842
2843 * subr.el: Move out indent and edebug specs for when and unless.
2844
2845 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2846 when, unless.
2847
2848 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2849 unless, when.
2850
2851 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2852
2853 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2854 `collecting' as synonym for `collect'.
2855
2856 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2857 for the case it contains spaces.
2858
2859 * simple.el (what-cursor-position): Change formatting of
2860 messages.
2861
2862 * frame.el (delete-other-frames): New function.
2863 (toplevel): Bind it to C-x 5 1.
2864
2865 * sort.el (sort-numeric-base): New option.
2866 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2867 interpret it as octal or hexadecimal. Use sort-numeric-base
2868 as default base.
2869
2870 * progmodes/glasses.el: New file.
2871
2872 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2873
2874 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2875 userids differently.
2876
2877 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2878 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2879 progmodes/ebnf-yac.el: New files.
2880
2881 2000-01-26 Dave Love <fx@gnu.org>
2882
2883 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2884 on a function with an empty body. [From Eric Ludlam.]
2885
2886 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2887
2888 * vc.el (vc-version-diff): Make sure file name is expanded.
2889
2890 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2891
2892 * scroll-bar.el (scroll-bar-timer): Variable removed.
2893 (scroll-bar-toolkit-scroll): Don't use a timer.
2894
2895 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2896
2897 * language/thai-util.el (thai-composition-function): Delete
2898 superfluous `a'.
2899
2900 2000-01-24 Dave Love <fx@gnu.org>
2901
2902 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2903 end-of-defun-function.
2904
2905 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2906 &c.
2907
2908 2000-01-22 Jason Rumney <jasonr@gnu.org>
2909
2910 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2911 conflicts with new face support.
2912
2913 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2914
2915 * replace.el (query-replace): Rename last arg to DELIMITED.
2916 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2917 (query-replace-regexp): Likewise.
2918
2919 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2920
2921 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2922
2923 * emacs-lisp/lisp.el (beginning-of-defun-function):
2924 Variable renamed from beginning-of-defun.
2925 Do not call make-variable-buffer-local.
2926 (beginning-of-defun-raw): Use new variable name; doc fix.
2927 (beginning-of-defun): Doc fix.
2928 (end-of-defun-function): Variable renamed from end-of-defun.
2929 Do not call make-variable-buffer-local.
2930 (end-of-defun): Use new variable name; doc fix.
2931
2932 * subr.el (dolist, dotimes): Copied from cl-macs.el
2933 and made to work.
2934
2935 * mail/undigest.el (rmail-digest-end-regexps):
2936 Variable replaces rmail-digest-end-regexp.
2937 Allows multiple regexps for detecting the end line.
2938 (undigestify-rmail-message): Corresponding changes.
2939
2940 2000-01-19 Dave Love <fx@gnu.org>
2941
2942 * files.el (user-init-file): Don't declare here -- is primitive.
2943
2944 * startup.el (command-line): Check for compiled user-init-file and
2945 set to uncompiled version if necessary.
2946
2947 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2948
2949 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2950 (undigestify-rmail-message): Use it.
2951
2952 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2953
2954 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2955
2956 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2957 of mini-buffer.
2958
2959 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2960
2961 * emacs-lisp/copyright.el (copyright-update): Removed the
2962 requirement for a trailing space from `copyright-regexp', to
2963 support copyrights with owner specified on a separate line..
2964
2965 * align.el: New file.
2966
2967 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2968
2969 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2970
2971 2000-01-13 Dave Love <fx@gnu.org>
2972
2973 * ph.el: Removed. (Obsoleted by EUDC.)
2974
2975 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2976
2977 * net/eudc.el (toplevel): Remove autoloaded code installing
2978 menu with easymenu, because that causes build problems.
2979
2980 * frame.el (frame-notice-user-settings): New variable.
2981 (frame-notice-user-settings): Don't modify frame parameters
2982 if called a second time.
2983
2984 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2985
2986 * frame.el (frame-notice-user-settings):
2987 Notice default-frame-parameters even for non-window frames.
2988
2989 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2990
2991 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2992 for Emacs.
2993 (eudc-bob-can-display-inline-images): Extend for Emacs.
2994 (eudc-bob-toggle-inline-display): Ditto.
2995 (eudc-bob-display-jpeg): Ditto.
2996
2997 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2998
2999 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3000 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3001 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3002
3003 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3004 nil)'.
3005
3006 * subdirs.el: Add `net' directory.
3007
3008 * net: New directory.
3009
3010 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3011 eval-last-sexp. Don't bind debug-on-error here.
3012 (eval-last-sexp): New function. Bind debug-on-error if
3013 eval-expression-debug-on-error is non-nil.
3014 (eval-defun-2, eval-defun): Likewise.
3015
3016 * simple.el (eval-expression): Don't bind debug-on-error if
3017 eval-expression-debug-on-error is nil. Detect changed
3018 debug-on-error, and propagate new value to global binding, if
3019 eval-expression-debug-on-error is non-nil,
3020 (eval-expression-debug-on-error): Change doc string.
3021
3022 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3023
3024 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3025
3026 * emacs-lisp/lisp-mode.el (with-syntax-table):
3027 Set up lisp-indent-function property.
3028
3029 * subr.el (with-syntax-table): Moved from simple.el.
3030
3031 * simple.el (with-syntax-table): Moved to subr.el.
3032
3033 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3034
3035 * tmm.el (tmm-shortcut): Delete region after prompt instead
3036 of erasing buffer.
3037
3038 * textmodes/fill.el (fill-common-string-prefix): New function.
3039 (fill-context-prefix): Use the longest common prefix of first
3040 and second line fill prefix, if there is one.
3041
3042 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3043
3044 * array.el (array-mode): Don't use make-variable-buffer-local.
3045 Use make-local-variable for `truncate-lines'.
3046
3047 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3048
3049 * add-log.el (add-log-current-defun): Handle user-defined
3050 add-log-current-function returning nil,
3051
3052 * add-log.el (add-change-log-entry): Insert version number
3053 if having found a current function
3054
3055 * add-log.el (add-log-current-defun): Call
3056 `add-log-current-defun-function'. Try matches at level 0 and
3057 level 1. Strip whitespace from defun found.
3058
3059 2000-01-10 John Wiegley <johnw@gnu.org>
3060
3061 * allout.el (isearch-done/outline-provisions): Added `edit'
3062 argument to correspond with the current definition of
3063 `isearch-done'.
3064
3065 2000-01-10 Dave Love <fx@gnu.org>
3066
3067 * elide-head.el (elide-head): Use point-marker, not point.
3068
3069 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3070
3071 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3072 before and after the year 2000.
3073
3074 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3075 Add ispell- prefix.
3076
3077 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3078
3079 * ispell.el: Only define dictionaries in menus when they exist.
3080 (version18p): New variable.
3081 (version20p): New variable.
3082 (xemacsp): New variable.
3083 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3084 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3085 (ispell-dictionary-alist6): Russian command lines no longer accept
3086 run-together words.
3087 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3088 (ispell-dictionary-alist): Add koi8-r to customize definition.
3089 (check-ispell-version): Added documentation string. Returns
3090 library path when called non-interactively.
3091 (ispell-menu-map-needed): Uses new variables.
3092 (ispell-library-path): New variable.
3093 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3094 (ispell-word): Improved documentation string. Test for valid
3095 character mappings. Correctly check typed in word changes that can
3096 result in single words split into multiple words. Returns
3097 replacement word.
3098 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3099 replace in recursive query replace mode. Help message for
3100 recursive edit mode.
3101 (ispell-show-choices): Protect against bad framepop bindings.
3102 (ispell-help): Fix to work with XEmacs.
3103 (ispell-highlight-spelling-error): Use new variables.
3104 (ispell-overlay-window): Fix to work with XEmacs.
3105 (ispell-parse-output): Passed and returns location information
3106 tracking spelling corrections. Doesn't recheck same word on
3107 current line.
3108 (ispell-init-process): Protect against bogus XEmacs variable binding.
3109 Fix call to single argument in sleep-for. Use new variables.
3110 (ispell-region): Passed and returns location information tracking
3111 spelling corrections. Doesn't check same word on current line.
3112 Improved documentation string. Doesn't resend a line already
3113 checked to the ispell process - fixes bug in LaTeX parsing.
3114 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3115 (ispell-skip-region): No longer skips <TT> in SGML.
3116 (ispell-process-line): Tracks location information with spelling
3117 corrections. Added documentation string. Accounts for words
3118 already accepted on this line. Don't allow query-replace on line
3119 starting with math characters. Doesn't resend a line already sent
3120 to ispell process. Fixes alignment error bug.
3121
3122 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3123
3124 * dired-x.el (dired-guess-shell-alist-default):
3125 Suggest xloadimage, which is free, not xv, which isn't.
3126
3127 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3128 Don't ever include the host name or user name in the value.
3129
3130 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3131
3132 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3133 of a real newline.
3134
3135 2000-01-09 Stephen Eglen <stephen@gnu.org>
3136
3137 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3138 for .png files.
3139
3140 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3141
3142 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3143
3144 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3145
3146 * progmodes/cperl-mode.el: Replace ^F with ^L.
3147
3148 * sendmail.el (toplevel): Provide `sendmail' when compiling
3149 before `require'ing rmail and mailalias to prevent infinite
3150 recursion.
3151
3152 2000-01-08 Dave Love <fx@gnu.org>
3153
3154 * emacs-lisp/backquote.el: Remove inappropriate customization
3155 (allowing custom.el to use backquote).
3156
3157 2000-01-07 Dave Love <fx@gnu.org>
3158
3159 * add-log.el (add-log-debugging): Deleted.
3160 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3161 file. Remove debugging code.
3162 (change-log-get-method-definition, change-log-name): Add doc.
3163 (change-log-sortable-date-at): New function.
3164 (change-log-merge): New command.
3165
3166 * time.el (display-time-string-forms): Make the Mail string active.
3167 (display-time-update): Provide help-echo for load average.
3168
3169 * bindings.el (make-mode-line-mouse2-map): New function.
3170 (mode-line-modified): Use it and simplify.
3171 (mode-line-mule-info): Provide help-echo info.
3172 (minor-mode-alist): Activate the strings.
3173 (make-mode-line-mouse-sensitive): Simplify for
3174 mode-line-buffer-identification.
3175
3176 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3177
3178 * play/pong.el: New file.
3179
3180 2000-01-06 Dave Love <fx@gnu.org>
3181
3182 * array.el: Assorted cleanups for compiler warnings, doc strings,
3183 `array-' prefix for symbols.
3184
3185 2000-01-05 Dave Love <fx@gnu.org>
3186
3187 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3188 outline-headers-as-kill.
3189 (outline-mode): Define imenu-generic-expression.
3190 (outline-headers-as-kill): New command.
3191
3192 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3193 from paragraph-start.
3194 (paragraph-indent-minor-mode): New command.
3195
3196 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3197 M-C-e, M-C-h, C-j, C-xnd, TAB.
3198 (fortran-mode): Set beginning-of-defun, end-of-defun.
3199 (fortran-column-ruler): Simplify.
3200 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3201 (fortran-with-subprogram-narrowing): Likewise.
3202 (fortran-indent-subprogram): Call mark-defun.
3203 (fortran-check-for-matching-do): Change narrowing.
3204
3205 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3206 (cl-lucid-hash-tag): Delete.
3207 (cl-hash-table-p): Correct test for native table.
3208 (cl-hash-table-count): Use hash-table-count.
3209
3210 * browse-url.el (browse-url): Fix case of
3211 browse-url-browser-function being an alist.
3212
3213 2000-01-05 Carsten Dominik <cd@gnu.org>
3214
3215 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3216 (reftex-index-phrase-file-extension): New options.
3217
3218 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3219 Use new option `reftex-index-phrase-file-extension'.
3220
3221 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3222 `reftex-parse-file-extension'.
3223
3224 2000-01-05 Dave Love <fx@gnu.org>
3225
3226 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3227 (beginning-of-defun-raw): Use it.
3228 (end-of-defun): New variable.
3229 (end-of-defun): Use it.
3230 (check-parens): New command.
3231
3232 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3233
3234 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3235 (hs-show-block): Don't use `mapcar' when not accumulating.
3236
3237 Fix buglet in local variables initialization.
3238
3239 2000-01-05 Andreas Schwab <schwab@suse.de>
3240
3241 * hscroll.el (hscroll): Doc fix.
3242
3243 2000-01-05 Carsten Dominik <cd@gnu.org>
3244
3245 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3246 idlw-toolbar.
3247
3248 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3249 file idlw-rinfo.el.
3250 (idlwave-customize): load must read file idlw-shell.el.
3251 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3252
3253 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3254
3255 * progmodes/idlw-shell.el: Also provide idlwave-shell
3256 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3257 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3258
3259 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3260 both reftex-dcr and reftex-vcr.
3261
3262 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3263
3264 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3265
3266 * ps-print.el: PostScript code now is in separate files, doc fix.
3267 (ps-print-version): New version number (5.0.3).
3268 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3269 local.
3270 (ps-spool-config): Initialization fix.
3271 (ps-print-prologue-1, ps-print-prologue-2)
3272 (ps-print-duplex-feature): PostScript code moved to separated file.
3273 (ps-background-image): Little code reformating.
3274 (ps-begin-file, ps-begin-job): Fix code.
3275 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3276 (ps-prologue-file): New fun.
3277
3278 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3279
3280 * ps-vars.el: Eliminated.
3281
3282 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3283 `;;;###autoload'.
3284
3285 * ps-print.el: ps-vars eliminated, doc fix.
3286 (ps-print-version): New version number (5.0.2).
3287 (ps-spool-config): Initialization fix.
3288 (ps-print-customize): New fun.
3289
3290 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3291
3292 * autorevert.el (auto-revert-mode): Return value of
3293 auto-revert-mode.
3294
3295 2000-01-04 Dave Love <fx@gnu.org>
3296
3297 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3298 menu items.
3299
3300 2000-01-03 Dave Love <fx@gnu.org>
3301
3302 * elide-head.el (elide-head) [defgroup]: Add :version.
3303
3304 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3305 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3306 `cl-hash-table-p', not `hash-table-p'.
3307 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3308
3309 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3310
3311 * faces.el (face-read-integer, read-face-attribute)
3312 (color-defined-p, color-values): unspecified-{f,b}g are now
3313 strings.
3314
3315 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3316
3317 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3318 at comment end, and re-insert them after filling.
3319
3320 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3323 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3324 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3325
3326 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3327
3328 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3329 the new name of face-color-supported-p.
3330
3331 * term/w32-win.el (xw-defined-colors): Likewise.
3332
3333 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * simple.el (completion-setup-function): Count completion-size
3336 from minibuffer-prompt-end, not from point-min.
3337
3338 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3339
3340 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3341 Pass the frame to tty-color-* functions.
3342 (display-color-p, frame-set-background-mode): Pass the frame to
3343 tty-display-color-p.
3344
3345 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3346 tty-color-alist.
3347 (tty-color-alist, tty-modify-color-alist): New functions.
3348 (tty-color-define, tty-color-clear, tty-color-approximate)
3349 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3350 an optional parameter FRAME.
3351
3352 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3353
3354 * image.el (create-image, defimage): Don't assume image data is a
3355 string.
3356
3357 * image.el (defimage): Handle specifications containing :data
3358 instead of :file.
3359 (image-type-from-data): New function.
3360 (image-type-from-file-header): Use it.
3361 (create-image): Add parameter DATA-P.
3362
3363 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3364
3365 * echistory.el (electric-command-history): Call Command-history-setup
3366 and command-history-mode using their new conventions.
3367
3368 * chistory.el (Command-history-setup): Don't switch buffers. Take
3369 no args, and do not set major-mode, mode-name or the local map.
3370 (command-history-mode): New function, does some of those things
3371 Command-history-setup used to do.
3372 (list-command-history): Call command-history-mode, not
3373 Command-history-setup.
3374 (command-history): Renamed from command-history-mode.
3375
3376 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3377
3378 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3379
3380 1999-12-31 William M. Perry <wmperry@aventail.com>
3381
3382 * image.el (defimage): Images with the `:data' keyword should be
3383 considered valid as well.
3384
3385 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3386
3387 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3388 with FILE if FILE is nil.
3389
3390 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3391
3392 * simple.el (choose-completion-string): In minibuffer,
3393 do not delete the prompt string.
3394
3395 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3396
3397 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3398 assigned to mode-line-mode-menu because bindings.el is dumped with
3399 Emacs, and thus the lists used for menu-item definition will be
3400 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3401 like pure menu item definitions.
3402
3403 * expand.el (expand-abbrev-hook): Return t if expansion was
3404 done, nil otherwise.
3405
3406 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3407
3408 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3409 (tar-quit): Function deleted.
3410
3411 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3412
3413 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3414 was used but not declared.
3415
3416 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3417 hs-find-block-beginning): Add or modify docstrings.
3418
3419 (hs-isearch-show): Rewrite.
3420
3421 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3422
3423 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3424
3425 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3426 space in front of a C-style comment end.
3427
3428 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3429
3430 * startup.el (command-line-1): Make mode line mouse-sensitive for
3431 the MS-DOS version as well.
3432
3433 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3434
3435 * bs.el: New file.
3436
3437 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3438
3439 * textmodes/ispell.el (ispell-process-line):
3440 Add local var line-offset to adjust for the change
3441 in positions within the line, due to previous replacements.
3442
3443 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3444
3445 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3446 Doc fixes.
3447
3448 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3449
3450 * add-log.el (change-log-version-number-regexp-list)
3451 (change-log-version-info-enabled): Change :version to 21.1.
3452 (toplevel): Require CL when compiling.
3453
3454 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3455
3456 * add-log.el (change-log-version-number-regexp-list): Added tag
3457 :version 20.6
3458 (change-log-version-info-enabled): Added tag :version 20.6
3459
3460 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3461
3462 * add-log.el: More general version number search with
3463 user-configurable regexp list.
3464 (change-log-version-number-regexp-list): New user variable.
3465 (change-log-find-version): Rewritten. Use user-configurable
3466 version numbering regexp list
3467 change-log-version-number-regexp-list.
3468 (change-log-find-version): Renamed to
3469 change-log-version-number-search
3470 (add-log-file-name-function): New.
3471 (change-log-search-vc-number): Added END paramaeter. Added doc
3472 string to function.
3473 (change-log-version-rcs): Renamed. Was
3474 change-log-search-vc-number.
3475
3476 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3477
3478 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3479 overlays if they interfere.
3480 (compilation-find-file): Make intangible overlays tangible.
3481
3482 * progmodes/hideshow.el: Generally, synch w/ maintainer
3483 version 5.9.
3484
3485 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3486
3487 (hs-minor-mode-hook): Don't initialize.
3488
3489 (hs-special-modes-alist): Rewrite value and docstring.
3490
3491 (hs-minor-mode-prefix): Delete unused var.
3492
3493 (hs-block-start-mdata-select): New var, buffer local.
3494
3495 (hs-headline): New var.
3496
3497 (hs-match-data, hs-forward-sexp): New funcs.
3498
3499 (hs-hide-comment-region): New func.
3500
3501 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3502 hs-safety-is-job-n, hs-hide-initial-comment-block,
3503 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3504 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3505 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3506 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3507 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3508
3509 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3510 (hs-isearch-show-temporary): New funcs.
3511
3512 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3513
3514 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3515
3516 When constructing menu, use `[(shift button2)]' notation.
3517
3518 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3519
3520 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3521 (jka-compr-compression-info-list): Add new elt to each vector.
3522 (jka-compr-write-region): Don't compress the data if it is
3523 already compressed.
3524
3525 * jka-compr.el (jka-compr-really-do-compress): New variable.
3526 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3527 if visiting.
3528 (jka-compr-write-region): Set jka-compr-really-do-compress
3529 if visiting. Test it when deciding to compress.
3530
3531 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3532
3533 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3534 with third argument t.
3535
3536 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3537
3538 * antlr-mode.el: Version 1.2 is released.
3539 (antlr): This package has a web page.
3540
3541 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3542
3543 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3544 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3545 (antlr-mode-map): New binding [C-c C-c].
3546 (antlr-mode-menu): New entries.
3547
3548 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3549
3550 * antlr-mode.el: Respect Emacs conventions.
3551 ((require 'cl)): Only use during compilation.
3552 (antlr-language-for-option): New function to avoid using `find'.
3553 (antlr-mode): Use it.
3554 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3555 (antlr-imenu-create-index-function): Change accordingly.
3556 (antlr-inside-rule-p): Ditto.
3557 (antlr-end-of-rule): Ditto.
3558 (antlr-end-of-body): Ditto.
3559 (antlr-beginning-of-rule): Ditto.
3560 (antlr-indent-line): Ditto.
3561
3562 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3563
3564 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3565 (antlr-set-tabs): Don't use hard-coded values.
3566
3567 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3568 won't be possible without a huge time penalty.
3569 (antlr-skip-exception-part): Be more specific.
3570 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3571 Renamed from `antlr-skip-grammar-header'.
3572 (antlr-next-rule): Change accordingly.
3573 (antlr-end-of-body): Ditto. Better error message.
3574 (antlr-beginning-of-body): Better error message.
3575 (antlr-imenu-create-index-function): Skip rule action prelude.
3576
3577 * antlr-mode.el: Minor syntax highlighting changes.
3578 (antlr-font-lock-default-face): Deletia.
3579 (antlr-font-lock-tokendef-face): Changed color.
3580 (antlr-font-lock-tokenref-face): Changed color.
3581 (antlr-font-lock-literal-face): Changed color.
3582 (antlr-font-lock-additional-keywords): Minor changes.
3583
3584 1999-12-20 Carsten Dominik <cd@gnu.org>
3585
3586 * progmodes/idlwave.el: New file.
3587
3588 * progmodes/idlwave-rinfo.el: New file.
3589
3590 * progmodes/idlwave-shell.el: New file.
3591
3592 * progmodes/idlwave-toolbar.el: New file.
3593
3594 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3595
3596 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3597
3598 * progmodes/cwarn.el: New file.
3599
3600 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3601
3602 * bindings.el (completion-ignored-extensions): Add .pdf.
3603
3604 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3605
3606 * version.el: Put the version info into binary on MS-DOS as well.
3607
3608 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3609
3610 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3611 debugger-may-continue is nil.
3612
3613 1999-12-18 Dave Love <fx@gnu.org>
3614
3615 * emacs-lisp/cl-macs.el: Remove conditional definition of
3616 eval-when-compile. Don't specify abs, expt, gethash,
3617 hash-table-count, hash-table-p as side-effect-free here.
3618 (cl-emacs-type): Don't declare.
3619 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3620 (cl-parse-loop-clause): Remove compatibility code.
3621
3622 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3623 (side-effect-free-fns): Add gethash, hash-table-count.
3624 (side-effect-and-error-free-fns): Add hash-table-p.
3625
3626 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3627 `cl-' to autoload names for some hash functions. Don't autoload
3628 eval-when-compile. Don't provide mini-cl.
3629 (cl-emacs-type): Remove.
3630 (cl-map-extents): Remove compatibility code.
3631
3632 * emacs-lisp/float.el: Bind free variables.
3633
3634 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3635
3636 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3637
3638 * bindings.el (completion-ignored-extensions): Add .tfm.
3639
3640 1999-12-16 Dave Love <fx@gnu.org>
3641
3642 * faces.el (set-face-attribute): Purecopy the attributes set.
3643
3644 * custom.el (custom-declare-variable): Purecopy value.
3645
3646 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3647 (byte-extrude-byte-code-vectors): Use remprop.
3648 (byte-compile-lambda): Check that arg is a lambda.
3649
3650 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3651
3652 * font-lock.el: System for adding and removing keywords.
3653 Both local (previously added keyword) and global keywords
3654 can be removed.
3655 (font-lock-remove-keywords): New user-level function.
3656 (font-lock-update-removed-keyword-alist): New internal function.
3657 (font-lock-removed-keywords-alist): New variable.
3658 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3659 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3660 growing datastructures.
3661 (font-lock-set-defaults): Removes keywords stored in
3662 `font-lock-removed-keywords-alist' after local keywords added.
3663
3664 1999-12-16 Anders Lindgren <andersl@andersl.com>
3665
3666 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3667 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3668
3669 * font-lock.el (c-keywords): Only highlight preprocessor
3670 directives when spelled correctly.
3671
3672 * font-lock.el (font-lock-match-c++-structor-declaration,
3673 c++-keywords): Fontify constructors and destructors with function
3674 face inside C++ class declarations.
3675
3676 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3677
3678 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3679 the shell from sh-shell-file.
3680
3681 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3682
3683 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3684
3685 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3686 if one of the files specified cannot be accessed by
3687 file-attributes. Do not strip any leading directories from the
3688 file names, to behave more like `ls' does.
3689
3690 * dired.el (dired-get-filename): Handle absolute file names.
3691 (dired-readin-insert): If argument is a cons, don't print
3692 "wildcard" on the ``total'' line.
3693
3694 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3695
3696 * faces.el (face-read-integer, read-face-attribute)
3697 (color-defined-p, color-values): Allow color values unspecified-fg
3698 and unspecified-bg, handle them as unspecified.
3699
3700 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3701
3702 * textmodes/reftex.el: (reftex-compile-variables): respect new
3703 structure of `reftex-index-macro'
3704 (reftex-compile-variables): Use the changed structure of
3705 `reftex-label-alist'.
3706
3707 * textmodes/reftex-vars.el (reftex-index-math-format,
3708 (reftex-toc-max-level): New option.
3709 reftex-index-phrases-search-whole-words,
3710 reftex-index-phrases-case-fold-search,
3711 reftex-index-phrases-skip-indexed-matches,
3712 reftex-index-phrases-wrap-long-lines,
3713 reftex-index-phrases-sort-prefers-entry,
3714 reftex-index-phrases-sort-in-blocks): New options.
3715 (reftex-index-macros): Option structure changed.
3716 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3717 (reftex-label-alist): Additional item in each entry to specify if
3718 the environment should be listed in the TOC.
3719 (eval-when-compile (require 'cl)) added.
3720
3721 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3722 longer deals with "repeat".
3723 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3724 now used.
3725 (reftex-index-phrases-comment-regexp,
3726 reftex-index-phrases-macrodef-regexp,
3727 reftex-index-phrases-phrase-regexp1,
3728 reftex-index-phrases-phrase-regexp2,
3729 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3730 New constants.
3731 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3732 reftex-index-phrases-font-lock-keywords,
3733 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3734 reftex-index-phrases-restrict-file): New variables.
3735 (reftex-index-phrase-selection-or-word,
3736 reftex-index-visit-phrases-buffer,
3737 reftex-index-initialize-phrases-buffer,
3738 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3739 reftex-index-next-phrase, reftex-index-this-phrase,
3740 reftex-index-all-phrases, reftex-index-region-phrases,
3741 reftex-index-phrases-parse-header,
3742 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3743 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3744 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3745 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3746 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3747 reftex-index-make-replace-string,
3748 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3749 reftex-index-phrase-match-is-indexed,
3750 reftex-index-phrases-fixup-line,
3751 reftex-index-phrases-replace-space,
3752 reftex-index-select-phrases-macro): New functions.
3753 (reftex-index-globalize, reftex-index-globally): functions removed
3754 (eval-when-compile (require 'cl)) added.
3755
3756 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3757 for max level.
3758 (reftex-toc-max-level-indicator): New variable.
3759 (reftex-toc-max-level): New command.
3760 (reftex-toc-map): New keybinding `t'.
3761 (reftex-toc-help): Constant updated.
3762 (eval-when-compile (require 'cl)) added.
3763
3764 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3765 `t' command key can change `reftex-toc-max-level'
3766 (eval-when-compile (require 'cl)) added.
3767
3768 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3769 `reftex-toc-max-level'
3770 (eval-when-compile (require 'cl)) added.
3771
3772 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3773 added.
3774
3775 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3776 added.
3777
3778 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3779 commands.
3780 (reftex-citation, reftex-do-citation,
3781 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3782 preselect a citation format.
3783 (eval-when-compile (require 'cl)) added.
3784
3785 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3786 parameter to-end
3787 (reftex-section-info): Deal with environment matches.
3788 (eval-when-compile (require 'cl)) added.
3789
3790 * reftex-global.el (eval-when-compile (require 'cl)) added.
3791
3792 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3793
3794 The following changes are for the new composition mechanism. We
3795 have deleted `composition' charset and composite characters,
3796 instead introduced a special text property `composition'.
3797
3798 * composite.el: New file.
3799
3800 * ps-mule.el: Define encode-composition-rule and find-composition
3801 for Emacs 20.4 and the earlier versions.
3802 (ps-mule-init-external-library): Just require a feature for
3803 external libraries.
3804 (ps-mule-prologue): Postscript code modified for new composition.
3805 (ps-mule-find-wrappoint): New arg COMPOSITION.
3806 (ps-mule-plot-string): Delete code for composite characaters.
3807 (ps-mule-plot-composition): New funcion.
3808 (ps-mule-prepare-font-for-components): New function.
3809 (ps-mule-plot-components): New function.
3810 (ps-mule-composition-prologue-generated): Renamed from
3811 ps-mule-cmpchar-prologue-generated.
3812 (ps-mule-composition-prologue): New named from
3813 ps-mule-cmpchar-prologue. Modified for new composition.
3814 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3815 ps-mule-prepare-cmpchar-font): Deleted.
3816 (ps-mule-string-encoding): New arg NO-SETFONT.
3817 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3818 check Composing, not Cmpchar
3819 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3820 to nil.
3821 (ps-mule-begin-job): Check existence of new composition.
3822
3823 * ps-print.el (ps-plot-region): Handle new composition.
3824
3825 * simple.el (what-cursor-position): Show "(composed)" if the
3826 character is composed.
3827
3828 * international/characters.el: Fix cateogries of Lao symbols.
3829
3830 * international/fontset.el (vertical-centering-font-regexp): New
3831 variable.
3832
3833 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3834 (mule-version-date): Updated to 1999.12.7.
3835 (with-category-table): New macro.
3836
3837 * international/mule-cmds.el (encode-coding-char): Don't check
3838 composite character.
3839
3840 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3841 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3842 x-ctext): Give `composition' property t.
3843
3844 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3845 non-nil) at the tail of ALIST.
3846 (compose-region, decompose-region, decompse-string,
3847 reference-point-alist, compose-chars): Moved to composite.el.
3848 (compose-chars-component, compose-chars-rule,
3849 decompose-composite-char): Deleted.
3850
3851 * international/quail.el (quail-install-map): New optional arg
3852 NAME.
3853 (quail-get-translation): If DEF is a symbol but not a function,
3854 ignore it.
3855 (quail-start-translation): Put a key sequence undefined in the
3856 translation keymap in unread-command-events, not generated-events.
3857 Return parameterized event (compose-last-chars N) if the input
3858 characters should be composed.
3859 (quail-map-definition): If DEF is t, treat it as nil.
3860 (quail-delete-last-char): Delete the quail region.
3861 (quail-show-translations): Don't show list of translations if the
3862 quail package is deterministic.
3863 (quail-completion-max-depth): New variable.
3864 (quail-completion-1): Pay attention to the above variable. Fix
3865 for the case that a translation is a function.
3866 (quail-map-from-table, quail-map-from-table-1,
3867 quail-map-from-table-2): New functions.
3868 (quail-lookup-map-and-concat): New function
3869
3870 * language/devan-util.el: Mostly rewritten.
3871
3872 * language/lao.el: Register lao-composition-function in
3873 composition-function-table.
3874
3875 * language/lao-util.el: Mostly rewritten.
3876
3877 * language/thai.el: Register thai-composition-function in
3878 composition-function-table.
3879 (thai-tis620): Delete `pre-write-conversion' property.
3880
3881 * language/thai-util.el: (thai-category-table): Make it by
3882 make-category-table.
3883 (thai-composition-pattern): New variable.
3884 (thai-compose-region, thai-compose-string): Use
3885 with-category-table.
3886 (thai-post-read-conversion): Just call thai-compose-region.
3887 (thai-pre-write-conversion): Deleted.
3888 (thai-composition-function): New funciton.
3889
3890 * language/tibet-util.el: Most functions rewritten.
3891 (tibetan-char-p): Renamed from tibetan-char-examin.
3892 (tibetan-composable-examin) (tibetan-complete-char-examin)
3893 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3894 (tibetan-add-components): New function.
3895 (tibetan-composition-function): New function.
3896
3897 * language/tibetan.el: Register tibetan-composition-function in
3898 composition-function-table.
3899 (tibetan-composable-pattern): New variable.
3900 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3901 (tibetan-precomposition-rule-alist): Move punctuations to
3902 tibetan-punctuation-transcription-alist and
3903 tibetan-obsolete-glyphs.
3904 (tibetan-punctuation-transcription-alist): New variable.
3905 (tibetan-obsolete-glyphs): New variable.
3906 (tibetan-regexp): Improve the initialization code.
3907
3908 * textmodes/fill.el (fill-find-break-point): Delete codes for
3909 composite characters.
3910 (fill-region-as-paragraph): Likewise.
3911
3912 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3913
3914 * international/mule-cmds.el (default-input-method): Specify
3915 that it should be set after current-language-environment.
3916
3917 * custom.el (custom-handle-keyword): Add :set-after.
3918 (custom-add-dependencies): New function.
3919 (custom-set-variables): Take dependencies between args into
3920 account.
3921
3922 * battery.el (battery): Doc fix.
3923
3924 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3925
3926 * progmodes/cc-make.el: Removed.
3927
3928 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3929
3930 * Release of cc-mode 5.26
3931
3932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3933
3934 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3935 target depth. Optionally count #else lines as clause limits,
3936 as suggested by don provan <provan@lucent.com>. #elif
3937 handling fixed.
3938
3939 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3940 (c-down-conditional-with-else): New commands that uses the
3941 added functionality in `c-forward-conditional'.
3942
3943 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3944
3945 * cc-align.el (c-lineup-comment): Preserve the alignment with
3946 a comment on the previous line instead of preserving the
3947 comment-column.
3948
3949 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3950
3951 * Fixes to IDL mode after input from Eric Eide
3952 <eeide@cs.utah.edu>:
3953 * cc-engine.el (c-beginning-of-statement-1): Allow
3954 `c-conditional-key' to be nil, for the benefit of IDL mode.
3955 * cc-engine.el (c-guess-basic-syntax): Ditto.
3956 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3957 but do match CORBA 2.3 `valuetype'.
3958 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3959 for IDL.
3960 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3961 be nil for IDL.
3962 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3963 Like C++.
3964 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3965 set `c-method-key' and `c-baseclass-key' to nil.
3966
3967 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3968
3969 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3970 with nonhanging open braces.
3971
3972 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3973
3974 * cc-align.el: Added docstrings to all lineup functions.
3975
3976 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3977 keyword.
3978
3979 * cc-align.el (c-lineup-C-comments): Handle free form text
3980 comments. Use c-comment-prefix-regexp and comment-start-skip
3981 instead of hardcoded regexps.
3982
3983 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3984
3985 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3986 behavior and return value as documented.
3987
3988 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * Changes for new style variable init system:
3991 * cc-langs.el (c-common-init): Dito.
3992 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3993 now customizable.
3994 * cc-vars.el: Style variables may now take a value
3995 'set-from-style to make them take their value from the style
3996 system. This value is now the default on all these variables.
3997 * cc-vars.el (c-valid-offset): New function to verify a
3998 syntactic symbol offset setting.
3999 * cc-vars.el (c-offsets-alist): Variable moved from
4000 cc-styles.el since it's now customizable in a similar way to
4001 the other style variables.
4002 * cc-vars.el (c-old-style-variable-behavior): New variable to
4003 revert to the old style init behavior.
4004
4005 * cc-vars.el (c-file-style, c-file-offsets): Made always
4006 buffer local.
4007
4008 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4009 the throws clause that might follow the function prototype in
4010 C++.
4011
4012 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4015 could move forward for macros that doesn't start in column 0.
4016
4017 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4018
4019 * cc-align.el (c-indent-multi-line-block,
4020 c-lineup-whitesmith-in-block): Two new lineup functions for
4021 use in whitesmith style.
4022
4023 * cc-styles.el (c-style-alist): More fixes to whitesmith
4024 style. It should now handle all different braces uniformly in
4025 both hanging and non-hanging cases.
4026
4027 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4028
4029 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4030 make it stay in the same position relative to the surrounding
4031 text.
4032
4033 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4034 when adaptive-fill-mode doesn't manage to get it correct.
4035
4036 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4037 with dotted notation, e.g. foo.bar.Gnu.
4038
4039 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4040 within unwind-protect (previously only some were wrapped so it
4041 would be possible to register mode initialization when full
4042 initialization did not finish).
4043
4044 * cc-styles.el (c-style-alist): Corrected the brace placement
4045 in the whitesmith style. Thanks to Sean Luke
4046 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4047 styles with consistent brace placement for all constructs.
4048
4049 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4050
4051 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4052 when point is in the middle of them.
4053
4054 * cc-cmds.el: Line breaking and paragraph filling code
4055 rewritten:
4056 (c-guess-fill-prefix): New function that uses various
4057 heuristics to guess the comment prefix.
4058 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4059 It now assumes adaptive filling is active to preserve the line
4060 prefix inside comments.
4061 (c-indent-new-comment-line): Replacement for the now
4062 obsolete `c-comment-line-break-function' that uses
4063 `c-guess-fill-prefix' when appropriate. It now observes the
4064 setting of `comment-multi-line', which has effect in C-style
4065 block comments.
4066
4067 * cc-cmds.el (c-context-line-break): New function intended to
4068 be put on RET. It's essentially `newline-and-indent', but
4069 continues C block comments with the appropriate line prefix.
4070
4071 * cc-cmds.el (c-do-auto-fill): New function put on
4072 `normal-auto-fill-function' to implement the
4073 `c-ignore-auto-fill' variable.
4074
4075 * cc-cmds.el (c-beginning-of-statement): Use
4076 `c-comment-prefix-regexp' to avoid ending up inside the
4077 comment prefix. Better handling of comment starters and
4078 enders. Catch comments better when traversing code. Stop at
4079 preprocessor directives.
4080
4081 * cc-defs.el (c-forward-comment): New subst to hide platform
4082 dependent quirks in `forward-comment'.
4083
4084 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4085 argument.
4086 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4087 arguments. Activate this function by default when
4088 `parse-partial-sexp' supports it (currently Emacs 20.x).
4089
4090 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4091 on the comment opener to make constants usable as lineup
4092 arguments.
4093
4094 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4095 changed anchor position in the `c' syntactic symbol. Handle
4096 more than stars in the comment prefix; use the new variable
4097 `c-comment-prefix-regexp'. Don't indent text not preceded by
4098 a comment prefix to the right of the comment opener if it's
4099 long.
4100
4101 * cc-langs.el: Fixes to mode initialization for new line
4102 breaking and paragraph filling method. Adaptive fill mode is
4103 now activated at startup instead of deactivated. The
4104 variables used for adaptive filling and paragraph movement are
4105 also changed to incorporate the value of
4106 `c-comment-prefix-regexp'. `substitute-key-definition' is
4107 used to override some functions in the global map instead of
4108 overriding their default bindings.
4109
4110 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4111 javadoc markup at mode init.
4112
4113 * cc-mode.el (c-setup-filladapt): A new convenience function
4114 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4115 function is intended to be used explicitly by the end user
4116 only.
4117
4118 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4119 recognize the comment fill prefix inside comments.
4120 (c-block-comment-prefix): New name for
4121 `c-comment-contiuation-stars', which is now obsolete. It's
4122 generalized to handle any character sequence.
4123 (c-ignore-auto-fill): New variable used to selectively disable
4124 Auto Fill mode in specific contexts.
4125
4126 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4127
4128 * cc-cmds.el (c-comment-indent): Leave at least one space
4129 between the comment and the last nonblank character in the
4130 case where we look at the indentation of the comment on the
4131 previous line (case 4).
4132
4133 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4134 list of characters that may start a statement (it's a sort of
4135 prefix operator in Pike, and isn't used at all in any of the
4136 other languages).
4137
4138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4139
4140 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4141 inside continued statements as statement-cont instead of
4142 brace-list-open. The reason is that one normally adjusts
4143 brace-list-open for brace lists as top-level constructs, and
4144 brace lists inside statements is a completely different
4145 context. Case 10B.2 changed. Also changed (the somewhat
4146 esoteric) case 9A to cope with this.
4147
4148 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4149
4150 * cc-cmds.el (c-electric-brace): Added electric handling of
4151 the open brace for brace-elseif-brace.
4152
4153 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4154
4155 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4156 syntax tables temporarily.
4157
4158 * cc-engine.el (c-guess-basic-syntax): Handle template and
4159 member init argument lists split over several lines. Case 5D
4160 changed.
4161
4162 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4163 @throws introduced in Javadoc 1.2.
4164
4165 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4166 patch from RMS to avoid infinite backtracking.
4167
4168 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4169
4170 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4171 by [ ].
4172
4173 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4174
4175 * cc-align.el (c-lineup-dont-change): Compensate properly for
4176 the column in langelem.
4177
4178 * cc-engine.el (c-syntactic-information-on-region): New
4179 function to help debugging the syntactic analysis.
4180
4181 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4182
4183 * cc-align.el (c-lineup-template-args): Handle nested template
4184 arglists.
4185
4186 * cc-langs.el (c++-template-syntax-table): New syntax table
4187 that makes `<' and `>' parenthesis characters, which is useful
4188 to switch to temporarily when analyzing template arglists.
4189
4190 * cc-styles.el: Changed default alignment of labels in the
4191 java style to conform to the examples in the Java Language
4192 Specification.
4193
4194 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4195 by default.
4196
4197 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4198
4199 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4200 immediately before the closing paren in an arglist, so don't
4201 check that in Pike mode. Case 7A changed.
4202
4203 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4204
4205 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4206 lines were ignored under certain conditions.
4207
4208 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4209
4210 * cc-align.el (c-lineup-template-args): New function for
4211 aligning continued template argument lists.
4212
4213 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4214 lists containing function arglists split over several lines.
4215 Case 5D.1 changed.
4216
4217 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4218 template-args-cont didn't get recognized when the first
4219 arglist opener line doesn't contain a template argument. New
4220 case 5K.
4221
4222 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4223
4224 * cc-defs.el (c-point): Changed from subst to macro for
4225 efficiency.
4226 (c-beginning-of-defun-1, c-end-of-defun-1): New
4227 beginning-of-defun/end-of-defun wrappers separated from
4228 c-point.
4229
4230 * cc-menus.el (imenu-generic-expression,
4231 imenu-case-fold-search, imenu-progress-message): Dummy
4232 definitions to avoid compiler warnings if imenu can't be
4233 loaded.
4234 * cc-menus.el (cc-imenu-init): New function called at mode
4235 init.
4236 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4237 imenu initializations to cc-imenu-init.
4238
4239 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4240
4241 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4242 for lambda-intro-cont in Pike mode. Case 6 changed.
4243
4244 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4245 anything following "new Foo()" was considered an anonymous
4246 class body in Java mode.
4247
4248 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4249
4250 * cc-cmds.el (c-comment-line-break-function): When breaking in
4251 a string, don't insert a new line.
4252
4253 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4254
4255 * cc-engine.el (c-at-toplevel-p): New interface function which
4256 returns information useful to add-on authors. It tells you
4257 whether you're at a toplevel statement or not.
4258
4259 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4260
4261 * cc-cmds.el (c-comment-line-break-function): It is possible
4262 that forward-line does not land us at the bol, say if we're on
4263 the last line in a file. In that case, do a
4264 back-to-indentation instead of a forward-comment -1.
4265
4266 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4267
4268 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4269 "default:" as normal label in case 4.
4270
4271 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4272
4273 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4274 recognize continued bitfield declarations. Case 5D.1 changed.
4275 * cc-langs.el: New variable c-bitfield-key.
4276 * cc-mode.el: New variable c-bitfield-key.
4277
4278 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4279
4280 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4281 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4282 ..}").
4283
4284 1999-12-12 Dave Love <fx@gnu.org>
4285
4286 * mail/footnote.el: Require cl when compiling. Don't autoload
4287 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4288 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4289 Avoid `acons'.
4290 (footnote-mode-line-string, Footnote-add-footnote): Remove
4291 autoload cookie.
4292
4293 1999-12-12 Richard Sharman <rsharman@pobox.com>
4294
4295 * sh-script.el: Fix for when font-lock mode is active.
4296 (sh-font-lock-unfontify-region-function): New function.
4297
4298 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4299
4300 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4301 if start-process is not bound, since Ispell now supports such
4302 platforms as well.
4303
4304 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4305
4306 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4307 rmail-summary-goto-msg.
4308
4309 * files.el (after-find-file): Fix previous change.
4310
4311 1999-12-11 Dave Love <fx@gnu.org>
4312
4313 * help.el (where-is): Use `commandp' as predicate for
4314 `completing-read'
4315
4316 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4317
4318 * cus-edit.el (custom-save-delete): Delete all occurrences,
4319 leave point where the first occurrence was.
4320 (custom-save-faces): Insert a newline at the end of the comment.
4321 Avoid a double newline there.
4322 If final closeparen is at bol, put a space before it.
4323 (custom-save-variables): Likewise.
4324 (custom-file): Doc fix.
4325
4326 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4327
4328 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4329 regexp matching image and audio files.
4330
4331 1999-12-09 Dave Love <fx@gnu.org>
4332
4333 * mail/footnote.el: New file.
4334
4335 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4336
4337 * files.el (after-find-file): Use auto-save-visited-file-name if
4338 set.
4339
4340 * mail/feedmail.el (feedmail-find-eoh): Take
4341 feedmail-queue-alternative-mail-header-separator into account.
4342
4343 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4344
4345 * smerge-mode.el: New file.
4346
4347 * font-lock.el (font-lock-multiline): New variable.
4348 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4349 (font-lock-remove-keywords): Added a dummy `mode' argument for
4350 potential future support.
4351 (font-lock-fontify-anchored-keywords,
4352 (font-lock-fontify-keywords-region): Only handle multiline strings
4353 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4354
4355 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4356
4357 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4358
4359 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4360
4361 1999-12-07 Dave Love <fx@gnu.org>
4362
4363 * help.el (view-emacs-problems): New command, bound to C-h P.
4364
4365 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4366
4367 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4368
4369 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4370 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4371 New code to support the minor mode version.
4372 (diff-recenter): New function.
4373 (diff-next-hunk, diff-next-file): Use it.
4374 (diff-remembered-files-alist): New var.
4375 (diff-merge-strings): New function.
4376 (diff-find-file-name): Make it smarter and use the user's input more.
4377 (diff-mode): Cosmetic changes.
4378
4379 * files.el (save-some-buffers): Turn EXITING into the more general
4380 PRED argument to allow specifying a subset of buffers.
4381
4382 * simple.el (kill-region): Use the new `delete-and-extract-region'
4383 rather than the undo log (which is incorrect with *-change-functions).
4384
4385 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4386 off-by-one problem that could force re-fontifying the whole buffer.
4387 (font-lock-remove-keywords): New function.
4388 (font-lock-add-keywords): Use the new function to ensure idempotence.
4389
4390 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4391
4392 * viper-cmd.el (viper-minibuffer-standard-hook,
4393 viper-minibuffer-real-start): Mew functions.
4394 (viper-read-string-with-history,viper-file-add-suffix,
4395 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4396 change in the status of the minibuffer prompt.
4397
4398 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4399
4400 * comint.el (comint-redirect-results-list)
4401 (comint-redirect-results-list-from-process): Remove interactive
4402 spec.
4403
4404 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4405
4406 * info.el (info-node, info-menu-5, info-xref): Define colors for
4407 Info faces if the display supports them.
4408
4409 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4410
4411 Changes for automatic remapping of X colors on terminal frames:
4412
4413 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4414 term-setup-hook. Call msdos-remember-default-colors and
4415 msdos-handle-reverse-video.
4416 (msdos-face-setup): Parts of code moved to
4417 msdos-setup-initial-frame.
4418 (msdos-handle-reverse-video): New function, modeled after
4419 x-handle-reverse-video.
4420 (make-msdos-frame): Don't use initial-frame-alist and
4421 default-frame-alist. Call msdos-handle-reverse-video.
4422 (msdos-color-aliases): Remove.
4423 (msdos-color-translate, msdos-approximate-color): Remove.
4424 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4425 for better approximation of X colors.
4426 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4427 up tty-color-alist (it is now on startup.el).
4428 (x-display-color-p, x-color-defined-p, x-color-values,
4429 x-defined-colors, face-color-supported-p, face-color-gray-p):
4430 Remove.
4431
4432 * facemenu.el (facemenu-read-color, list-colors-display): Use
4433 defined-colors for all frame types.
4434 (facemenu-color-equal): Use color-values for all frame types.
4435
4436 * faces.el (read-face-attribute): For :foreground and :background
4437 attributes and frames on character terminals, translate the color
4438 to the closest supported one before looking it up in the list of
4439 valid values.
4440 (face-valid-attribute-values): Call defined-colors for all types
4441 of frames.
4442 (defined-colors, color-defined-p, color-values, display-color-p):
4443 New finctions.
4444 (x-defined-colors, x-color-defined-p, x-color-values,
4445 x-display-color-p): Aliases for the above.
4446
4447 * startup.el (command-line): Register terminal colors for frame
4448 types other than x and w32, but only if the terminal supports
4449 colors. Call tty-color-define instead of face-register-tty-color.
4450
4451 * term/x-win.el (xw-defined-colors): Renamed from
4452 x-defined-colors.
4453 * term/w32-win.el (xw-defined-colors): Likewise.
4454
4455 * term/tty-colors.el: New file.
4456 * loadup.el: Load term/tty-colors.
4457
4458 1999-12-06 Dave Love <fx@gnu.org>
4459
4460 * ffap.el: Autoload the ffap alias directly.
4461
4462 1999-12-06 Inge Frick <inge@nada.kth.se>
4463
4464 * dired-aux.el (dired-do-shell-command): Changed documentation.
4465 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4466 meaning as `*'.
4467
4468 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4469
4470 * simple.el (insert-buffer): Doc fix.
4471
4472 * apropos.el (apropos-mode): Add autoload cookie.
4473
4474 1999-12-06 Sam Steingold <sds@goems.com>
4475
4476 * progmodes/etags.el (etags-tags-completion-table): Modified the
4477 regexp to allow for the CL symbols starting with `+*'.
4478 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4479 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4480 `function' quoting lambda.
4481 (tags-with-face): New macro.
4482 (list-tags, tags-apropos): Use it.
4483 (tags-apropos-additional-actions): New user option.
4484 (etags-tags-apropos-additional): Use it.
4485 (tags-apropos): Call etags-tags-apropos-additional.
4486 (tags-apropos-verbose): New user option.
4487 (etags-tags-apropos): Use it.
4488 (visit-tags-table-buffer, next-file): Use `unless'.
4489 (recognize-empty-tags-table): Renamed to
4490 tags-recognize-empty-tags-table.
4491 (complete-tag): Call tags-complete-tag bypassing try-completion.
4492
4493 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4494
4495 * international/mule.el (set-buffer-file-coding-system): Docstring
4496 modified.
4497
4498 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4499
4500 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4501 using the hideshow package.
4502 (hs-special-modes-alist): Added entry for bibtex to allow the use
4503 of the hideshow package.
4504 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4505 not longer provided by bibtex.el directly. Instead the hideshow
4506 package should be used.
4507 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4508 references to bibtex-hide-entry-bodies.
4509
4510 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4511
4512 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4513 maintainer information closer to the beginning of the bibtex.el
4514 file.
4515 (bibtex-maintainer-salutation): New constant.
4516 (bibtex-version): New constant.
4517 (bibtex-submit-bug-report): Use bibtex-version and
4518 bibtex-maintainer-salutation.
4519 (bibtex-entry-field-alist): Made booktitle field optional for
4520 @inproceedings entries when crossreferenced.
4521 (bibtex-entry-field-alist): Added booktitle field to proceedings
4522 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4523 for the suggestion.
4524 (bibtex-string-file-path): Fixed typo.
4525
4526 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4527
4528 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4529 for reftex.el.
4530 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4531 to menu.
4532
4533 1999-12-04 Dave Love <fx@gnu.org>
4534
4535 * delsel.el: Revert previous change -- region is significant to
4536 skeleton.
4537
4538 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4539
4540 * viper-cmd.el (viper-change-state): Use
4541 viper-ESC-moves-cursor-back to decide whether to move the cursor
4542 back.
4543
4544 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4545
4546 * international/mule-util.el (truncate-string-to-width): Docsting
4547 fixed.
4548
4549 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4550
4551 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4552 use of `cond'.
4553 (lm-with-file): Move all the find-file...kill-buffer stuff into
4554 this macro. Make it use `find-file-noselect' and make it kill
4555 the buffer only if it wasn't already displayed somewhere.
4556 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4557 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4558 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4559 (lm-commentary): Fix to handle the case when the change log is
4560 at the end of the file.
4561
4562 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4563
4564 * international/mule.el (charsetp): Fix typo in docstring.
4565
4566 * international/mule-diag.el (list-coding-categories): Fix typo;
4567 automatic -> autoload.
4568
4569 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4570
4571 * vc.el (vc-update-change-log): Look for rcs2log under
4572 exec-directory.
4573
4574 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4575 outline-regexp, add outline-level.
4576 (lisp-outline-level): New.
4577
4578 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4579 remove extraneous string-match.
4580
4581 * finder.el (finder-commentary): Activate Finder mode.
4582
4583 1999-12-01 Anders Lindgren <andersl@andersl.com>
4584
4585 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4586 off when reverting buffers that contained mode specifiers.
4587 `revert-buffer' is now called with non-nil PRESERVE-MODES
4588 argument.
4589
4590 1999-12-01 Dave Love <fx@gnu.org>
4591
4592 * delsel.el: Grok skeleton-pair-insert-maybe.
4593
4594 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4595
4596 * progmodes/cperl-mode.el (cperl-under-as-char):
4597 Use nil as default.
4598
4599 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4600
4601 * speedbar.el (toplevel): Remove compatibility code for Emacs
4602 versions without custom.el.
4603
4604 1999-11-30 Dave Love <fx@gnu.org>
4605
4606 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4607
4608 * autoinsert.el: Minor doc fixes.
4609 (auto-insert): Return nil.
4610
4611 * faces.el (set-face-documentation): Purecopy STRING.
4612
4613 1999-11-29 Dave Love <fx@gnu.org>
4614
4615 * derived.el: Doc fixes, remove old backquote syntax.
4616
4617 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4618 comment warning about editing.
4619
4620 * help.el (help-mode-hook): Define.
4621
4622 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4623
4624 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4625 invalid translation of old-style backquote syntax to new syntax.
4626
4627 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4628
4629 * Makefile (DONTCOMPILE): Add term/internal.el.
4630
4631 1999-11-26 Dave Love <fx@gnu.org>
4632
4633 * comint.el: Fix last change.
4634
4635 * emacs-lisp/advice.el: Fix last change.
4636
4637 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4638
4639 * cus-edit.el (Custom-reset-standard): Doc fix.
4640 (custom-variable-reset-standard): Doc fix.
4641 (custom-face-reset-standard): Doc fix.
4642 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4643 (custom-variable-menu): Likewise.
4644 (custom-reset-menu): Likewise.
4645 (custom-buffer-create-internal): Likewise.
4646
4647 1999-11-26 Dave Love <fx@gnu.org>
4648
4649 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4650
4651 * font-lock.el: Doc fixes.
4652
4653 * menu-bar.el (menu-bar-mode): Customize.
4654
4655 * cus-start.el: Add use-dialog-box.
4656
4657 * add-log.el (change-log-mode-hook): Customize.
4658 (add-log-current-defun): Use
4659 fortran-{beginning,end}-of-subprogram.
4660
4661 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4662
4663 * emacs-lisp/advice.el: Many doc fixes.
4664
4665 * comint.el (comint-preoutput-filter-functions): Doc fix.
4666
4667 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4668
4669 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4670 Improve messages for capitalization of arg names,
4671 for flag variables, for t and nil, for imperatives.
4672 Call them imperatives rather than infinitives sans "to".
4673 (checkdoc-common-verbs-wrong-voice): Add "moves".
4674 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4675
4676 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4677 Don't convert comments from 3-semicolon to 2-semicolon.
4678 That is a matter of style.
4679 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4680 (checkdoc-comments): Don't bind that variable.
4681
4682 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4683
4684 * files.el (write-file-hooks): Doc fix.
4685
4686 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4687
4688 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4689
4690 1999-11-25 Dave Love <fx@gnu.org>
4691
4692 * hippie-exp.el: Require comint when compiling.
4693 (hippie-expand): Add :links.
4694 (hippie-expand-try-functions-list): Customize.
4695
4696 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4697
4698 * viper*el: Replaced old-style backquotes.
4699
4700 * ediff*el: Replaced old-style backquotes.
4701
4702 * ediff-merge
4703 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4704 Changed to support the new format for ediff-combination-pattern.
4705
4706 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4707 Changed to support the new format for ediff-combination-pattern.
4708
4709 1999-11-24 Dave Love <fx@gnu.org>
4710
4711 * custom.el (custom-declare-group): Purecopy DOC.
4712 (custom-handle-keyword): Purecopy VALUE.
4713 (custom-add-link): Purecopy WIDGET.
4714 (custom-add-version): Purecopy VERSION.
4715 (custom-add-load): Purecopy LOAD.
4716
4717 * cus-face.el (custom-declare-face): Purecopy DOC.
4718
4719 * info.el:
4720 (Info-build-node-completions, Info-search, Info-follow-reference)
4721 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4722 (Info-find-emacs-command-nodes): Avoid properties on matched text
4723 which may appear in minibuffer.
4724
4725 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4726
4727 * locate.el (locate-with-filter): Doc fix.
4728
4729 1999-11-24 Alex Schroeder <alex@gnu.org>
4730
4731 * sql.el (sql-find-sqli-buffer): New function.
4732 (sql-set-sqli-buffer-generally): New function.
4733 (sql-set-sqli-buffer): Better checking of new-buffer.
4734 (sql-copy-column): Add comma after INTO clause, too.
4735
4736 1999-11-24 Alex Schroeder <alex@gnu.org>
4737
4738 * sql.el (sql-imenu-generic-expression): New, used to set
4739 imenu-generic-expression.
4740
4741 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4742 setting font-lock-defaults' SYNTAX-ALIST. Set
4743 imenu-generic-expression, imenu-case-fold-search, and
4744 imenu-syntax-alist.
4745
4746 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4747 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4748
4749 1999-11-23 Andrew Innes <andrewi@gnu.org>
4750
4751 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4752 drop coords aren't over a specific window.
4753
4754 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4755
4756 * ps-print.el: Define mule funs without checking if mule package is
4757 loaded.
4758 (ps-print-version): New version number (5.0.1).
4759 (ps-header-dirpart): Now uses abbreviate-file-name.
4760
4761 1999-11-23 Dave Love <fx@gnu.org>
4762
4763 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4764 comment-line-start.
4765 (fortran-comment-line-start-skip): Renamed from
4766 comment-line-start-skip.
4767 (fortran-mode-map): Use renamed functions. Add manual and custom
4768 entries to menu.
4769 (fortran-mode-hook): Customize.
4770 (fortran-comment-indent-function): Renamed from
4771 fortran-comment-hook.
4772 (delete-horizontal-regexp): Function deleted.
4773 (fortran-electric-line-number): Simplified.
4774 (fortran-beginning-of-subprogram): Renamed from
4775 beginning-of-fortran-subprogram.
4776 (fortran-end-of-subprogram): Renamed from
4777 end-of-fortran-subprogram.
4778 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4779 (fortran-previous-statement, fortran-next-statement): Simplified.
4780 (fortran-blink-match): New function.
4781 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4782 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4783 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4784 line-end-position.
4785 (fortran-fill): No longer interactive. Simplified.
4786 (fortran-break-line): Simplified.
4787 (fortran-analyze-file-format): Use char-after, not looking-at.
4788
4789 * emacs-lisp/find-func.el (find-function-regexp): Use
4790 `define-minor-mode' after easy-menu change.
4791
4792 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4793
4794 * comint.el: Add redirection.from active comint buffers into
4795 another buffer. Written by Peter Breton.
4796
4797 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4798
4799 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4800 `define-minor-mode'.
4801 (define-minor-mode): Specify `doc-string-elt'.
4802
4803 * emacs-lisp/easy-mmode.el: Changed maintainer.
4804 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4805 Use defcustom for the hooks; Improve the auto-generated docstrings.
4806 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4807 (define-minor-mode): Add BODY arg; Only declare the keymap if
4808 provided; Improve the auto-generated docstrings.
4809
4810 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4811
4812 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4813 that the leading `^' is at the start. This is necessary because
4814 paragraphs.el tries to remove anchors, but can find them only if
4815 they are the first character.
4816
4817 * progmodes/antlr-mode.el: New file.
4818
4819 * calendar/calendar.el: Fix autoload for
4820 calendar-absolute-from-astro. Add autoload for
4821 calendar-print-astro-day-number.
4822
4823 1999-11-21 Anders Lindgren <andersl@andersl.com>
4824
4825 * follow.el: Use modern backquote syntax. Minor comment update.
4826
4827 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4828
4829 * simple.el (with-syntax-table): Don't switch buffers.
4830
4831 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4832 progmodes/hideif.el: Use new backquote syntax.
4833
4834 1999-11-21 Ken Manheimer <klm@python.org>
4835
4836 * icomplete.el (icomplete-completions): Use an explicit variable
4837 `icomplete-prospects-length', obviating the need to use an
4838 apparently faulty throw/catch arrangement.
4839
4840 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * term/internal.el (IT-display-table-setup): Don't overstep
4843 character code 255.
4844
4845 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4846
4847 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4848 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4849
4850 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4853 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4854
4855 * files.el (auto-mode-alist): Add patterns for diff-mode.
4856
4857 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4858 to detect an empty prompt.
4859
4860 1999-11-18 Dave Love <fx@gnu.org>
4861
4862 * simple.el (input-mode-8-bit): Fix the customization.
4863
4864 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4865
4866 * international/iso-acc.el (iso-languages): Add more
4867 characters for Portuguese.
4868
4869 * speedbar.el: Clean up comment at the start of the file.
4870 Remove RCS id.
4871
4872 * progmodes/compile.el (compilation-parse-errors): Use
4873 compilation-buffer-p instead of testing major-mode.
4874
4875 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4876
4877 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4878 (quickurl-ask): completion-ignore-case is set to the value of
4879 quickurl-completion-ignore-case for the duration of the call to
4880 completing-read.
4881
4882 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4883
4884 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4885
4886 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4887
4888 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4889 instead of ps-print-def.
4890
4891 * ps-print.el: Require ps-vars instead of ps-print-def.
4892
4893 * ps-mule.el: Require ps-vars instead of ps-print-def.
4894
4895 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4896
4897 * simple.el (with-syntax-table): Save buffer explicitly instead of
4898 using save-excursion.
4899
4900 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4901
4902 * mail/supercite.el: New maintainer.
4903
4904 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4905
4906 * progmodes/vhdl-mode.el: Use new backquote syntax.
4907
4908 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4909
4910 * simple.el (with-syntax-table): New.
4911
4912 1999-11-15 Sam Steingold <sds@ksp.com>
4913
4914 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4915
4916 1999-02-22 Sam Steingold <sds@goems.com>
4917
4918 * goto-addr.el (goto-address-at-mouse,
4919 goto-address-find-address-at-point): Use compose-mail.
4920 (goto-address-mail-method): Removed variable.
4921 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4922 goto-address-send-using-mail): Removed functions.
4923
4924 1998-11-03 Sam Steingold <sds@goems.com>
4925
4926 * simple.el (backward-delete-char-untabify):
4927 backward-delete-char-untabify-method can be `all' now - to delete
4928 hungrily including newlines.
4929
4930 1999-11-15 Sam Steingold <sds@ksp.com>
4931
4932 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4933
4934 1999-11-15 Dave Love <fx@gnu.org>
4935
4936 * cus-edit.el (customize-face, customize-face-other-window):
4937 Require match from completing-read.
4938 (custom-buffer-done-function): Default to custom-bury-buffer, not
4939 bury-buffer.
4940
4941 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4942
4943 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4944 progmodes/cperl-mode.el: Use new backquote syntax.
4945
4946 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4947
4948 * uniquify.el: Use new backquote syntax.
4949
4950 1999-11-14 Markus Rost <rost@ias.edu>
4951
4952 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4953 as in ispell-local-dictionary-alist.
4954
4955 1999-11-14 Alex Schroeder <alex@gnu.org>
4956
4957 * ansi-color.el (ansi-color-apply): Updated regexps to include
4958 highlighted face.
4959
4960 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4961
4962 * forms.el (forms--make-format-elt-using-text-properties):
4963 Treat `intangible' differently.
4964
4965 * forms.el: Use new backquote syntax.
4966
4967 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4968
4969 * textmodes/scribe.el (scribe-mode): Doc-fix.
4970
4971 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4972
4973 * net-utils.el (run-network-program, net-utils-run-program): Use
4974 the new backquote syntax.
4975 (smbclient-program, smbclient-program-options)
4976 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4977 variables
4978 (smbclient, smbclient-list-shares): New functions
4979
4980 1999-11-12 Sam Steingold <sds@ksp.com>
4981
4982 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4983 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4984 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4985 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4986 (viper-kbd-global-pair, viper-kbd-global-definition):
4987 Use the new backquote syntax.
4988
4989 * emulation/viper-cmd.el (viper-test-com-defun)
4990 (viper-prefix-arg-value, viper-prefix-arg-com):
4991 Use the new backquote syntax.
4992
4993 * emacs-lisp/debug.el (debugger-env-macro):
4994 Use the new backquote syntax.
4995
4996 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4997 Use the new backquote syntax.
4998
4999 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5000 New user variable.
5001 (calendar-hide-window): Use it.
5002 (increment-calendar-month, calendar-for-loop, calendar-sum):
5003 Use the new backquote syntax.
5004
5005 1999-11-12 Andrew Innes <andrewi@gnu.org>
5006
5007 * select.el (x-set-selection): Call buffer-substring, not
5008 substring. Also fix docstring
5009
5010 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5011
5012 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5013 of customizable variables to bug report message. Added
5014 system-type to package name in bug report.
5015
5016 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5017
5018 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5019 to display file names.
5020
5021 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5022
5023 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5024
5025 * isearch.el: Add lazy-highlighting feature.
5026
5027 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5028
5029 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5030 constant.
5031 (ps-mode-submit-bug-report): New function. Entry added to menu.
5032
5033 1999-11-10 William M. Perry <wmperry@aventail.com>
5034
5035 * mwheel.el: New file to support the new style wheeled mice.
5036
5037 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5038
5039 * startup.el (initial-scratch-message): Add ";;" to the front of
5040 lines in the message.
5041
5042 * files.el (file-local-copy): Remove optional BUFFER argument
5043 because that's not used by anything.
5044
5045 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5046 to-address.
5047
5048 1999-11-08 Markus Rost <rost@ias.edu>
5049
5050 * wid-edit.el (widget-button-click): Wrap with save-excursion
5051 to restore track-mouse in the correct buffer.
5052
5053 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5054
5055 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5056
5057 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5058
5059 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5060 lpr-command to "lp" for some system-types. (copied from lpr.el
5061 Emacs version 20.2.1).
5062
5063 1999-11-04 Markus Rost <rost@ias.edu>
5064
5065 * simple.el (comment-region): Strip off white space at end of
5066 comment-start.
5067
5068 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5069
5070 * faces.el (secondary-selection): Fix wrong color name.
5071
5072 1999-11-04 John Tobey <jtobey@epsilondev.com>
5073
5074 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5075 the default when invoking perldb in a non-Perl buffer, and other
5076 cases involving -e or --.
5077
5078 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5079
5080 * simple.el (previous-matching-history-element)
5081 (next-history-element): Use delete-field instead of erase-field.
5082
5083 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5084 Use delete-field instead of erase-field.
5085
5086 * faces.el (secondary-selection): Change background to yellow.
5087
5088 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5089 find the start of the text. Use field-string to read the user
5090 input.
5091
5092 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5093
5094 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5095 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5096 for compatibility with old face implementation.
5097
5098 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5099 Use erase-field instead of erase-buffer.
5100
5101 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5102 internal-show-cursor with new interface.
5103 (blink-cursor-timer-function): New.
5104 (blink-cursor-start): Use blink-cursor-timer-function.
5105
5106 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5107
5108 * calendar.el (redraw-calendar): Move to nearest date before
5109 redrawing.
5110
5111 * diary-lib.el (simple-diary-display): Reset modeline even if
5112 there are no diary entries since the diary buffer may be displayed.
5113
5114 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5115
5116 * emacs-lisp/debug.el (debug): If noninteractive, display the
5117 backtrace using `message', then exit Emacs.
5118 (debugger-batch-max-lines): New variable.
5119 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5120 Change the messages put at the start, to say that the debugger
5121 was entered.
5122
5123 1999-11-02 Sam Steingold <sds@ksp.com>
5124
5125 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5126
5127 1999-11-01 John Tobey <jtobey@epsilondev.com>
5128
5129 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5130 presence of perl switches other than "-e".
5131
5132 1999-11-01 Markus Rost <rost@ias.edu>
5133
5134 * dired-x.el (dired-smart-shell-command): Use
5135 shell-command-history as in shell-command.
5136
5137 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5138
5139 * userlock.el (ask-user-about-lock): Doc fix.
5140
5141 * frame.el: Doc fixes.
5142
5143 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5144
5145 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5146 of show-cursor.
5147 (blink-cursor-start, blink-cursor-end): Ditto.
5148
5149 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5150
5151 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5152
5153 * window.el (walk-windows): If ALL-FRAMES is a frame,
5154 start on that frame. Use save-selected-window.
5155
5156 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5157
5158 * simple.el (end-of-buffer): Use window-end to find the window end
5159 instead of vertical-motion because this handles variable-height
5160 lines correctly.
5161
5162 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5163
5164 * ediff.el: Version change.
5165
5166 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5167 make sure you are in a good frame before deleting other
5168 windows.
5169 (ediff-file-checked-in-p): Don't consider CVS
5170 files checked in.
5171 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5172 are writing to a newly created empty file.
5173
5174 * ediff-mult.el (ediff-show-session-group-hook): New default.
5175
5176 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5177 First cd to the file directory. reportedly works
5178 better with remote files.
5179
5180 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5181 Use file-name-nondirectory when passing files to CVS.
5182
5183 * ediff-diff.el (ediff-cmp-options): New variable.
5184 (ediff-same-file-contents): Use ediff-cmp-options.
5185
5186 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5187 ediff-get-patch-buffer): Use current buffer if it appears to be a
5188 patch.
5189
5190 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5191 C-g
5192
5193 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5194 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5195 (viper-save-cursor-color,viper-restore-cursor-color):
5196 Improved cursor color handling.
5197 (viper-get-saved-cursor-color-in-replace-mode,
5198 viper-get-saved-cursor-color-in-insert-mode): New functions for
5199 better cursor color handling.
5200
5201 * viper-ex.el (ex-read,ex-edit):
5202 Fixes for correct interpretation of #,%.
5203 (viper-ex): Now works correctly when called from other functions.
5204 (viper-glob-function): New variable.
5205 (viper-ex): Save excursion before doing :global.
5206
5207 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5208
5209 * viper-cmd.el (viper-post-command-sentinel,
5210 viper-insert-state-post-command-sentinel,
5211 viper-insert-state-pre-command-sentinel): Takes better care of
5212 cursor colors.
5213
5214 * viper.el: Version change.
5215
5216 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5217
5218 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5219 that the modeline display was updated *only* when
5220 `whitespace-display-in-modeline' was set, not otherwise.
5221
5222 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5223
5224 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5225 "frac12".
5226
5227 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5228 ad-activate.
5229
5230 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5231
5232 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5233 using fboundp instead of assuming that these are not present in
5234 particular flavors of emacs.
5235 (whitespace-version): Update to 2.8
5236 (whitespace-display-in-modeline): Add custom variable to control
5237 displaying the whitespace errors on the modeline based on
5238 suggestion from <klaus.berndl@sdm.de>
5239 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5240 clean, to enable using as a hook function, as suggested by Puneet
5241 Goel <puneet@computer.org>
5242 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5243 quiet was not set, even with whitespace-auto-cleanup set.
5244 (whitespace-mode-line): Now uses less modeline real estate and
5245 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5246 which is present in the file, and <y> is any type of whitespace
5247 whose check has been suppressed by setting
5248 `whitespace-check-<whitespace-type>' to nil.
5249 (whitespace-unchecked-whitespaces): New function to return the
5250 list of whitespaces for whom checks have been suppressed.
5251 (whitespace-display-unchecked-whitespaces): Renamed to
5252 `whitespace-update-modeline' to reflect its functionality.
5253
5254 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5255
5256 * progmodes/compile.el (compilation-error-regexp-alist):
5257 Undo previous change.
5258
5259 1999-10-28 Dave Love <fx@gnu.org>
5260
5261 * help.el (help-follow): Make arg optional again and really
5262 default to point.
5263
5264 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5265
5266 * paths.el (rmail-file-name): Make it an option.
5267
5268 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5269 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5270 comment fixes.
5271
5272 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5273 MIPS Pro 7.3 compiler error message syntax.
5274
5275 1999-10-27 Dave Love <fx@gnu.org>
5276
5277 * progmodes/compile.el: Checkdoc-inspired fixes.
5278
5279 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5280
5281 * lpr.el (print-buffer): Doc-string fix.
5282
5283 1999-10-27 Dave Love <fx@gnu.org>
5284
5285 * emacs-lisp/advice.el: Doc fixes.
5286 (ad-lemacs-p): Removed.
5287 (advice): Add :link to defgroup.
5288
5289 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5290
5291 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5292 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5293
5294 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5295
5296 * window.el (walk-windows): If ALL-FRAMES is a frame,
5297 start on that frame. Use save-selected-window.
5298
5299 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5300
5301 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5302 ad-activate. All callers changed, including those in data.c.
5303 (ad-activate-internal-off): Renamed from ad-activate-off.
5304 All uses changed.
5305 (ad-activate): Renamed from ad-activate-on. All uses changed.
5306 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5307 Alter the definition of ad-activate-internal, not ad-activate.
5308
5309 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5310
5311 * startup.el (command-line-1): Add support for command line
5312 arguments `file' and `execute'. Fix handling of `visit'.
5313
5314 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5315
5316 * international/mule-cmds.el (read-input-method-name): Handle the
5317 case that the arg DEFAULT is symbol.
5318
5319 * international/mule-diag.el (mule-diag): Handle the case that
5320 default-input-method is symbol.
5321
5322 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5323
5324 * textmodes/tildify.el: New file.
5325
5326 1999-10-25 Sam Steingold <sds@ksp.com>
5327
5328 * Makefile (compile-files): Fixed the "tr" strings.
5329 (EMACS): Set to ../src/emacs.
5330
5331 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5332
5333 * info.el (Info-build-node-completions): Add '("*") to the
5334 completion list.
5335
5336 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5337
5338 * frame.el (auto-raise-mode): When enabling the mode,
5339 immediately raise the selected frame.
5340
5341 * indent.el (indent-region): Doc fix.
5342
5343 * comint.el (comint-output-filter): Make the Comint buffer current
5344 for the comint-preoutput-filter-functions.
5345
5346 * mail/reporter.el: Doc fix.
5347
5348 1999-10-24 Stephen Eglen <stephen@gnu.org>
5349
5350 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5351 that Octave lisp files can also run under XEmacs 20.
5352 (require 'custom) added so that files can run under Emacs 19.34.
5353
5354 * iswitchb.el (iswitchb-default-keybindings): No need to use
5355 read-kbd-macro in keybindings.
5356
5357 1999-10-23 Dave Love <fx@gnu.org>
5358
5359 * elide-head.el: New file.
5360
5361 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5362
5363 * Makefile (compile-files, backup-compiled-files): New targets.
5364 (bootstrap, bootstrap-clean): Ditto.
5365
5366 1999-10-22 Paul Eggert <eggert@twinsun.com>
5367
5368 * international/mule-cmds.c (locale-language-names):
5369 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5370 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5371 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5372 Use Latin-8 for Welsh.
5373 Use Latin-1 for English if "en" is explicitly specified.
5374 Use Latin-1 for Scots Gaelic, Tagalog.
5375 Use Latin-1 (not Latin-4) for Greenlandic.
5376 Use Latin-1 (not Latin-2) for Albanian.
5377 (locale-preferred-coding-systems, locale-language-names):
5378 Remove generic ISO 8859 locales; locale-charset-language-names now
5379 does this.
5380 (locale-charset-language-names): New variable.
5381 (set-locale-environment): Use language name specified by
5382 locale-charset-language-names if its charsets disagree with the
5383 language name specified by locale-language-names.
5384
5385 1999-10-22 Dave Love <fx@gnu.org>
5386
5387 * make-mode.el: Minor doc fixes.
5388
5389 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5390
5391 1999-10-21 Dave Love <fx@gnu.org>
5392
5393 * loadup.el: Add latin-8, latin-9.
5394
5395 1999-10-20 Paul Eggert <eggert@twinsun.com>
5396
5397 * disp-table.el (standard-display-european): Remove undocumented
5398 arg AUTO; no longer used by startup.el. Do not attempt to treat
5399 all non-English language environments as coding system names.
5400 Instead, use the downcased language environment name as a coding
5401 system name if it is one; otherwise, use latin-1.
5402
5403 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5404
5405 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5406 that were split so that part of the comment appeared as Lisp code.
5407
5408 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5409
5410 * ps-bdf.el: Doc fix.
5411
5412 * ps-print-def.el: New file: common definitions for all parts of
5413 ps-print.
5414 (ps-multibyte-buffer): Moved from ps-mule.
5415
5416 * ps-mule.el: File dependence fix.
5417 (ps-multibyte-buffer): Moved to ps-print-def.
5418
5419 * ps-print.el: Doc fix, better customization.
5420 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5421 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5422 (ps-end-file): Doc fix.
5423 (ps-setup, ps-begin-file): Fun fix.
5424 (postscript): New group.
5425 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5426 (ps-print-prologue-1): Adjust PostScript programming.
5427 (ps-print): Adjust group hierarchy.
5428 (ps-print-n-up, ps-print-zebra, ps-print-background,
5429 ps-print-printer)
5430 (ps-print-page): New subgroups.
5431 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5432 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5433 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5434 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5435 (ps-zebra-stripe-height, ps-print-background-image)
5436 (ps-print-background-text, ps-spool-config): Adjust customization.
5437 (dos-ps-printer): Definition eliminated.
5438
5439 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5440
5441 * ps-mule.el: Doc fix, define functions properly if mule package is
5442 loaded or not.
5443 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5444 mule package is loaded or not.
5445
5446 * ps-print.el: Doc fix, n-up printing.
5447 (ps-print-version): New version number (5.0).
5448 (ps-page-dimensions-database): Added document media.
5449 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5450 (ps-page-order, ps-printing-region-p): New vars.
5451 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5452 funs.
5453 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5454 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5455 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5456 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5457 (ps-print-begin-sheet-hook): New hook.
5458 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5459 const.
5460 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5461 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5462 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5463 (ps-count-lines): Changed to defun.
5464 (ps-header-page): Changed to defsubst, fix fun.
5465 (ps-printing-region): Doc fix, adjust programming code.
5466 (ps-output-boolean, ps-background-pages, ps-background-text)
5467 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5468 programming code.
5469
5470 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5471
5472 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5473 (ps-print-version): New version number (4.2).
5474 (ps-spool-config, ps-spool-tumble): New vars.
5475 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5476 programming, new PostScript procedure to handle errors.
5477 (ps-print-prologue-2): Changed to defconst.
5478 (ps-print-duplex-feature): New const: duplex and tumble setting.
5479 (ps-setup, ps-begin-file): Fix funs.
5480 (ps-boolean-capitalized): New fun.
5481
5482 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5483
5484 * Makefile (dontcompilefiles): Obsoleted.
5485 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5486 (EL): Unused.
5487 (temacs): Removed (unused).
5488 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5489 version of the file (necessary for the update to work properly).
5490 (autoloads): Force the use of `pwd`/loaddefs.el.
5491 (updates); Redefined in terms of other targets to reduce redundancy.
5492 (.el.elc): New default rule, just in case you want it.
5493 (compile): Use a single invocation of Emacs.
5494 (bootstrap-compile); Unneeded.
5495 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5496
5497 1999-10-19 Dave Love <fx@gnu.org>
5498
5499 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5500
5501 1999-10-19 Sam Steingold <sds@ksp.com>
5502
5503 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5504 comply with the comment.
5505
5506 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5507
5508 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5509 permanent-local.
5510
5511 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5512
5513 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5514 value: \"lpr\" changed to "lpr"
5515 (ps-mode-version): New constant
5516 (ps-mode-show-version): New function, added key in ps-mode-map
5517 (ps-run-messages): Removed
5518 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5519 ps-run-messages. These keywords now include the value of
5520 ps-run-prompt, making its fontification customizable.
5521 (ps-run-init): Removed \\n from docstring, it is now added when
5522 the value is used
5523 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5524 ps-run-prompt
5525 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5526 customizable variables in doc-string (its equivalent
5527 ps-run-messages was missing in previous version of the doc-string)
5528 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5529 symbols only
5530
5531 1999-10-19 Alex Schroeder <alex@gnu.org>
5532
5533 * ansi-color.el: Complete rewrite.
5534
5535 1999-10-19 Paul Eggert <eggert@twinsun.com>
5536
5537 Fix bootstrapping problems.
5538 Use the system locale to specify Emacs locale defaults.
5539
5540 * international/mule-cmds.el (global-map):
5541 Do not use backquote, because that makes a bootstrapping
5542 problem if you need to recompile all Lisp files using interpreted code.
5543 * international/mule.el (charset-id, charset-bytes,
5544 charset-dimension, charset-chars, charset-width,
5545 charset-direction, charset-iso-final-char,
5546 charset-iso-graphic-plane, charset-reverse-charset,
5547 charset-short-name, charset-long-name, charset-description,
5548 charset-plist): Likewise.
5549 * subr.el (save-match-data): Likewise.
5550
5551 * international/mule-cmds.el
5552 (set-display-table-and-terminal-coding-system): New function,
5553 containing code migrated out of set-language-environment.
5554 (set-language-environment, set-locale-environment): Use it.
5555 (locale-translation-file-name): Moved here from startup.el.
5556 (locale-language-names, locale-preferred-coding-systems):
5557 New vars.
5558 (locale-name-match, set-locale-environment): New functions.
5559
5560 * language/japan-util.el (setup-japanese-environment-internal):
5561 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5562
5563 * startup.el (iso-8859-n-locale-regexp): Remove.
5564 (locale-translation-file-name): Move to mule-cmds.el.
5565 (command-line): Move locale-stuff into set-locale-environment.
5566
5567 1999-10-18 Dave Love <fx@gnu.org>
5568
5569 * abbrev.el (add-abbrev, inverse-add-abbrev)
5570 (expand-region-abbrevs): Remove properties from buffer text.
5571
5572 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5573
5574 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5575 from the mini-buffer, without the prompt.
5576
5577 * simple.el (minibuffer-prompt-end): Return the position
5578 after the prompt, not the position of that last character
5579 of the prompt.
5580
5581 1999-10-17 Miles Bader <miles@gnu.org>
5582
5583 * simple.el: Doc fixes.
5584
5585 1999-10-17 Miles Bader <miles@gnu.org>
5586
5587 * simple.el (previous-matching-history-element, next-history-element):
5588 Change to work correctly even if the point is in the prompt.
5589 (choose-completion-string): Likewise.
5590 (minibuffer-prompt-width): New function (compatibility with old subr).
5591
5592 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5593 When constraining the final position to the current field,
5594 don't use the ONLY-IN-LINE mode of constrain-to-field.
5595
5596 1999-10-17 Miles Bader <miles@gnu.org>
5597
5598 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5599 constrain-to-field.
5600 * textmodes/paragraphs.el (forward-sentence): Likewise.
5601
5602 1999-10-17 Miles Bader <miles@gnu.org>
5603
5604 * simple.el (line-move): Use constrain-to-field to avoid
5605 moving into a prompt.
5606 (previous-complete-history-element): Clarify doc string.
5607 (next-complete-history-element): Likewise.
5608 Use field-beginning instead of point-min.
5609 (next-matching-history-element): Use field-beginning and
5610 erase-field instead of point-min and erase-buffer.
5611 * textmodes/paragraphs.el
5612 (forward-paragraph, forward-sentence): Likewise.
5613 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5614 constrain the kill to an field, as the movement commands now
5615 do this.
5616
5617 1999-10-17 Miles Bader <miles@gnu.org>
5618
5619 * simple.el (previous-matching-history-element): Get the
5620 minibuffer input with field-string instead of buffer-string.
5621 (choose-completion-string): Likewise.
5622 (next-history-element): Likewise.
5623 Erase the minibuffer input with erase-field, not erase-buffer.
5624 Use field-beginning to find the beginning of the input.
5625 * textmodes/paragraphs.el (backward-kill-sentence):
5626 Remove minibuffer-prompt hack.
5627 Constrain to any input field.
5628
5629 1999-10-17 Sam Steingold <sds@ksp.com>
5630
5631 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5632 for CMUCL on sparc and ".ufsl" for LispWorks.
5633 (bound-and-true-p): Bugfix: free variable `v'.
5634
5635 1999-10-16 Dave Love <d.love@dl.ac.uk>
5636
5637 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5638 (edebug-uninstall-read-eval-functions): Use load-read-function,
5639 avoiding elisp-eval.
5640
5641 1999-10-16 Sam Steingold <sds@ksp.com>
5642
5643 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5644 instead of `eql'.
5645
5646 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5647
5648 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5649 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5650 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5651 * ediff-util.el (ediff-make-temp-file):
5652 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5653 * emerge.el (emerge-make-temp-file):
5654 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5655 * vc.el (vc-update-change-log):
5656 * mail/mailpost.el (post-mail-send-it):
5657 * mail/metamail.el (metamail-region):
5658 * progmodes/cmacexp.el (c-macro-expansion):
5659 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5660
5661 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5662
5663 * smtpmail.el (smtpmail-via-smtp): Add support for
5664 automatically appending a domain to RCPT TO: addresses.
5665
5666 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5667
5668 * dired.el (dired-insert-directory): Insert the amount of
5669 free space after the total size.
5670 (dired-free-space-program, dired-free-space-args): New variables.
5671
5672 1999-10-14 Karl Heuer <kwzh@gnu.org>
5673
5674 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5675
5676 1999-10-14 Dave Love <fx@gnu.org>
5677
5678 * international/characters.el:
5679 * international/fontset.el:
5680 * international/mule-conf.el: Add latin-iso8859-1[45].
5681
5682 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5683 strings.
5684
5685 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5686 (command-line): Detect Latin-[89] locales.
5687
5688 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * international/mule-cmds.el (select-safe-coding-system)
5691 (leim-list-header): Avoid the use of strings that start with backslash
5692 newline since lread.c:read1 has a hack to turn those strings into
5693 integer 0 during the loadup.el process.
5694
5695 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5696
5697 1999-10-13 Dave Love <fx@gnu.org>
5698
5699 * image.el (insert-image): Copy the image spec and add an
5700 intangible property.
5701
5702 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * help.el (help-xref-interned): Make it also work on variable-only
5705 and function-only symbols.
5706 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5707 (help-follow): If the point under mouse is not highlighted, try
5708 `help-xref-interned' on the pointed-to symbol anyway.
5709
5710 * info.el (Info-on-current-buffer): New entry point.
5711 (Info-find-node): Split into two for Info-on-current-buffer to
5712 hook into it.
5713 (Info-current-file, Info-set-mode-line, Info-up):
5714 Info-current-file can now be t.
5715 (Info-clone-buffer-hook): Function for `clone-buffer'.
5716 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5717 Make `clone-buffer' available in various ways to the user.
5718
5719 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5720
5721 * simple.el (shell-command, shell-command-on-region): Use
5722 make-temp-file.
5723 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5724
5725 * subr.el (with-current-buffer): Don't use backquotes to avoid
5726 bootstrapping problems.
5727
5728 * loadup.el (load-path): Add subdirs for bootstrapping.
5729 (docstrings): Ignore errors during bootstrapping.
5730 (args): New `bootstrap' argument (for use in place of `dump').
5731
5732 1999-10-12 Emmanuel Briot <briot@gnat.com>
5733
5734 * ada-stmt.el: Doc-string fixes.
5735
5736 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5737
5738 * recentf.el: New file.
5739
5740 * ps-mode.el: New file.
5741
5742 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5743 case insensitive.
5744
5745 1999-10-12 Richard Sharman <rsharman@pobox.com>
5746
5747 * sh-script.el: Added support for indenting existing scripts.
5748 (sh-mode-map): Added new bindings.
5749 (sh-mode): Updated mode doc-string for new commands, added
5750 make-local-variable calls, initialize mode-specific variables.
5751 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5752 is now a different function.
5753 (sh-header-marker): Changed docstring.
5754 (sh-set-shell): Initialize mode-specific variables.
5755 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5756 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5757 Changed these define-skeleton calls to work with user-specified
5758 indentation settings.
5759 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5760 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5761 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5762 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5763 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5764 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5765 (sh-guess-basic-offset, sh-handle-after-case-label)
5766 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5767 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5768 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5769 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5770 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5771 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5772 (sh-handle-this-then, sh-help-string-for-variable)
5773 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5774 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5775 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5776 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5777 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5778 (sh-remove-our-text-properties, sh-rescan-buffer)
5779 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5780 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5781 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5782 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5783 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5784 functions.
5785 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5786 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5787 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5788 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5789 (sh-var-list): New variables.
5790
5791 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5792
5793 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5794 a value one line to high if the cursor wasn't at the start of a
5795 line. A `beginning-of-line' is now performed before making the
5796 call to `count-lines'.
5797
5798 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5801
5802 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5803
5804 * Makefile (setwins): Abstract out the command to find subdirectories
5805 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5806 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5807 (autoloads-with-other-emacs): Use it.
5808
5809 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5810
5811 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5812
5813 * Makefile (bootstrap-compile): New target. Compile Lisp
5814 files with ../src/temacs.
5815
5816 1999-10-08 Dave Love <fx@gnu.org>
5817
5818 * ange-ftp.el: Require dired when compiling.
5819 (ange-ftp-normal-login): Allow EFS-style port specification.
5820
5821 1999-10-08 Simon Marshall <simon@gnu.org>
5822
5823 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5824 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5825 If STRINGS is nil, return "" rather than nil.
5826
5827 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5828
5829 * Makefile (compile): Compile files one by one. Set load-path to
5830 current directory and subdirectories when compiling.
5831
5832 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5833
5834 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5835 (emacs): Use it everywhere instead of EMACS.
5836 (compile): New target. Compile all Lisp files from scratch.
5837 (recompile): New target. Recompile lisp directory.
5838 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5839 an Emacs executable not built in the current directory tree.
5840
5841 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5842
5843 * filecache.el (file-cache-completion-ignore-case): New variable,
5844 defaulting to the value of completion-ignore-case.
5845 (file-cache-minibuffer-complete): Use it.
5846 (file-cache-files-matching, file-cache-files-matching-internal):
5847 New functions.
5848
5849 1999-10-07 Emmanuel Briot <briot@gnat.com>
5850
5851 * ada-xref.el: New file
5852
5853 * ada-prj.el: New file
5854
5855 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5856
5857 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5858 subprogram being created.
5859
5860 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5861 ada-indent-newline-indent): Rewritten to support the new indentation
5862 scheme
5863
5864 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5865 New functions
5866
5867 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5868 justification parameter
5869
5870 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5871 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5872 external program
5873
5874 1999-10-07 Dave Love <fx@gnu.org>
5875
5876 * bindings.el (bound-and-true-p): New macro.
5877 (make-mode-line-mouse-sensitive): Don't require easymenu.
5878
5879 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5880
5881 * custom.el (defface): Extend documentation for new values of
5882 `type'.
5883
5884 * faces.el (face-spec-set-match-display): Recognize `type' of
5885 `motif', `lucid', `x-toolkit'.
5886 (menu): New face.
5887
5888 1999-10-05 Dave Love <fx@gnu.org>
5889
5890 * files.el: Recognize temporary crontab files.
5891
5892 * info.el: Require jka-compr when compiling.
5893 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5894
5895 1999-10-04 Dave Love <fx@gnu.org>
5896
5897 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5898 scroll-up-aggressively, scroll-down-aggressively.
5899
5900 * time.el (display-time-mode): Add autoload cookie.
5901
5902 * rect.el (delete-extract-rectangle): Doc fix from verna.
5903
5904 * help-macro.el (three-step-help): Customize.
5905
5906 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5907
5908 * hexl.el (hexlify-buffer): Move point in proper range
5909 if it is too large.
5910 (hexl-after-revert-hook): Update hexl-max-address.
5911 (hexl-address-to-marker): Doc fix.
5912
5913 1999-10-03 Dave Love <fx@gnu.org>
5914
5915 * image.el (defimage): Remove redundant code. Substitute file in
5916 image plist.
5917
5918 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5919
5920 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5921 when doing with-temp-file.
5922
5923 1999-10-01 Dave Love <fx@gnu.org>
5924
5925 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5926
5927 * help.el: Require view when compiling.
5928 (view-emacs-FAQ): Use Info version.
5929
5930 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5931
5932 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5933 (normat->normal). Use correct font names for Korean
5934 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5935
5936 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5937
5938 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5939 code not used by KOI8 to the same 8-bit code instead of mapping to
5940 SPC.
5941 (cyrillic-alternativnyj-decode-table): Likewise.
5942
5943 1999-09-29 Alex Schroeder <alex@gnu.org>
5944
5945 * sql.el (sql-imenu-generic-expression): Aew, used to set
5946 imenu-generic-expression.
5947 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5948 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5949 imenu-case-fold-search, and imenu-syntax-alist.
5950 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5951 setting font-lock-defaults' SYNTAX-ALIST.
5952
5953 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5954
5955 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5956 macro, try again.
5957
5958 1999-09-28 Dave Love <fx@gnu.org>
5959
5960 * cus-edit.el (custom-comment): Change widget definition.
5961 (custom-comment-create, custom-comment-show)
5962 (custom-comment-invisible-p): Don't use :comment-overlay.
5963 (custom-comment-hide): New function.
5964 (custom-variable-set, custom-variable-save)
5965 (custom-variable-reset-standard, custom-face-set)
5966 (custom-face-save): Use it.
5967
5968 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5969
5970 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5971
5972 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5973
5974 * faces.el (region): Doc fix.
5975
5976 1999-09-27 Dave Love <fx@gnu.org>
5977
5978 * isearch.el (isearch): Add :links in defgroup.
5979 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5980 (isearch-switch-frame-handler): Comment out (unused).
5981 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5982 (isearch-ring-retreat-edit): Doc fix.
5983 (isearch-mouse-yank): New command.
5984 (isearch-last-command-char): Removed. Callers changed to use
5985 last-command-char.
5986 (isearch-char-to-string): Removed. Callers changed to use
5987 char-to-string.
5988
5989 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5990
5991 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5992 option for Russian.
5993
5994 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5995
5996 * faces.el (face-differs-from-default-p): Compare face
5997 attributes individually.
5998
5999 * image.el (put-image, insert-image): Add string argument.
6000
6001 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6002
6003 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6004 LANG=de_DE.iso88591 on HPUX 11.0.
6005
6006 * dired.el (dired-move-to-filename-regexp): Make it work
6007 for LANG=de_DE.iso88591 on HPUX 11.0.
6008
6009 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6010
6011 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6012 if we know for some other reason it should not be used.
6013
6014 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6015 New variable.
6016 (edebug-recursive-edit): Save current-prefix-arg there,
6017 bind it, and set it back at the end.
6018 (edebug-outside-excursion): Restore and update the outside
6019 value of current-prefix-arg.
6020 (edebug-emacs-version-specific): Delete support for Epoch.
6021
6022 1999-09-24 Howard Melman <howard@silverstream.com>
6023
6024 * imenu.el (imenu-after-jump-hook): New variable.
6025 (imenu): Run menu-after-jump-hook.
6026 (imenu-name-lookup-function): New variable.
6027 * imenu.el (imenu--in-alist): Use those variables.
6028
6029 1999-09-24 Carsten Dominik <cd@gnu.org>
6030
6031 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6032 multiple thebibliography environments.
6033
6034 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6035 with recentering window.
6036 (reftex-extract-bib-entries-from-thebibliography,
6037 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6038 with multiple thebibliography environments.
6039
6040 * textmodes/reftex-vars.el
6041 (reftex-section-levels): Function allowed as cdr.
6042 (reftex-max-section-depth) New option.
6043
6044 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6045 with multiple thebibliography environments.
6046
6047 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6048
6049 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6050 instead of point-min in call to delete-region.
6051
6052 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6053
6054 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6055 out into arbitrary file names.
6056
6057 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6058
6059 * language/european.el ("Turkish"): New language environment.
6060
6061 1999-09-19 Dave Love <fx@gnu.org>
6062
6063 * delim-col.el: New file.
6064
6065 1999-09-17 Richard Stallman <rms@gnu.org>
6066
6067 * files.el (after-find-file): When visiting a backup file,
6068 make it read-only.
6069
6070 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6071 (apropos-keybinding-face, apropos-label-face): Likewise.
6072 (apropos-property-face, apropos-match-face): Likewise.
6073 (apropos-label-properties): New variable.
6074 (apropos-print-doc): Use apropos-label-properties.
6075 (apropos-print): Set apropos-label-properties.
6076
6077 1999-09-15 Richard Stallman <rms@gnu.org>
6078
6079 * winner.el: Use aref instead of sref.
6080
6081 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6082
6083 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6084
6085 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6086
6087 1999-09-14 Richard Stallman <rms@gnu.org>
6088
6089 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6090 cookie, even if followed by a letter.
6091
6092 1999-09-14 Stephen Eglen <stephen@gnu.org>
6093
6094 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6095 --no-line-editing are passed to Octave by including them here
6096 rather than storing them in inferior-octave-startup-args.
6097
6098 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6099
6100 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6101 command, option, env and sc.
6102
6103 * subr.el (shell-quote-argument): Quote argument with double
6104 quotes for ms-dos.
6105
6106 1999-09-14 Richard Stallman <rms@gnu.org>
6107
6108 * simple.el (eval-expression-print-level): New variable.
6109 (eval-expression-print-length): New variable.
6110 (eval-expression-debug-on-error): New variable.
6111 (eval-expression): Bind print-level, print-length and
6112 debug-on-error from those vars.
6113
6114 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6115 Bind print-level, print-length and debug-on-error.
6116
6117 1999-09-14 Inge Frick <inge@nada.kth.se>
6118
6119 * dired.el (dired-recursive-deletes): New custom variable.
6120 (dired-re-no-dot): New variable.
6121 (dired-delete-file): New function deletes files and directories
6122 recursively.
6123 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6124
6125 * dired-aux.el (dired-recursive-copies): New custom variable.
6126 (dired-handle-overwrite): Broke a long line.
6127 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6128 `copy-file'.
6129 (dired-copy-file-recursive): New function. Copy directories
6130 recursively.
6131 (dired-do-create-files): Added support for generalized directory
6132 target. How-to function may now return a function. New fluid
6133 variable `dired-one-file'.
6134 (dired-copy-how-to-fn): New variable.
6135 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6136 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6137 (dired-do-copy-regexp): No recursive copies.
6138
6139 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6140
6141 * whitespace.el (whitespace-version): Update version to 2.4
6142
6143 * whitespace.el: Add customization variables to conditionally test
6144 any of the five whitespaces, per request from Rune Kleveland
6145 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6146
6147 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6148
6149 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6150 list of modes to be checked for bogus whitespaces.
6151
6152 * whitespace.el (whitespace-rescan-timer-time): Update
6153 documentation.
6154
6155 * whitespace.el (whitespace-display-unchecked-whitespaces):
6156 New function to update modeline with untested whitespaces.
6157
6158 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6159 checking is turned on, and update modeline using the newly created
6160 `whitespace-display-unchecked-whitespaces'.
6161
6162 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6163 whose checking is turned on, and update modeline using the newly
6164 created `whitespace-display-unchecked-whitespaces'.
6165
6166 * whitespace.el (whitespace-describe): Update documentation.
6167
6168 * whitespace.el (whitespace-tickle-timer): Test if
6169 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6170
6171 1999-09-13 Dave Love <fx@gnu.org>
6172
6173 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6174
6175 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6176 for temp buffer.
6177 (checkdoc-this-string-valid): Don't assume default comment-start.
6178
6179 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6180
6181 * rsz-mini.el: Remove code, keep the interface.
6182
6183 1999-09-13 Dave Love <fx@gnu.org>
6184
6185 * help.el (help-highlight-p): Doc fix.
6186
6187 * faces.el (mode-line, header-line, tool-bar): Add :version.
6188 (highlight, secondary-selection): Add :group.
6189 (trailing-whitespace): Add :group, :version.
6190
6191 * wid-edit.el: Remove some compatibility code and checks.
6192 (widget-specify-field, widget-specify-button): Don't use XEmacs
6193 properties.
6194 (widget-overlay-inactive): Change error message.
6195 (widget-button-pressed-face): New variable.
6196 (widget-button-click): Use it.
6197 (widget-documentation-link-add): Specify mouse and button faces.
6198 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6199 removed now the functionality is built in.
6200
6201 * cus-edit.el: Don't define-widget-keywords.
6202 (multimedia): New group.
6203 (custom-last): Function removed.
6204 (custom-quote): Add vectorp case, comment out characterp case.
6205 (custom-buffer-done-function, custom-raised-buttons): New option.
6206 (Custom-buffer-done): New function.
6207 (custom-buffer-create-internal): Obey custom-raised-buttons,
6208 Custom-buffer-done.
6209 (custom-button-face): Make it `released-button'.
6210 (custom-button-pressed-face): Make it `pressed-button'
6211 (custom-mode-map): Bind "q" to Custom-buffer-done.
6212 (custom-mode): Deal with raised/pressed buttons.
6213
6214 Changes from Didier Verna:
6215 (custom-prompt-variable): Optional third arg makes prompt for a
6216 comment string.
6217 (customize-set-value, customize-set-variable,
6218 customize-save-variable): Optional prefix makes function handle
6219 variable comments.
6220 (customize-customized, customize-saved, custom-variable-state-set)
6221 (custom-variable-set, custom-variable-save, custom-face-state-set)
6222 (custom-variable-reset-saved, custom-variable-reset-standard)
6223 (custom-face-set, custom-face-save, custom-face-reset-saved)
6224 (custom-face-reset-standard, customize-save-customized): Handle
6225 custom comments.
6226 (custom-comment-face, custom-comment-tag-face): New face.
6227 (custom-comment): New widget.
6228 (custom-comment-create, custom-comment-delete)
6229 (custom-comment-value-set, custom-comment-show)
6230 ()custom-comment-invisible-p): New functions.
6231 (custom-variable-value-create, custom-face-value-create): Create a
6232 comment field widget.
6233 (custom-variable-menu, custom-face-menu): New entry for custom
6234 comment.
6235 (custom-face-value-create): Remove compatibility code.
6236 (custom-save-variables, custom-save-faces): Possibly save custom
6237 comments.
6238
6239 * cus-face.el (custom-face-attributes): Simplify :underline,
6240 :overline, :inverse-video cases. Fix up :box case (probably needs
6241 more work).
6242
6243 Change from Didier Verna:
6244 (custom-set-faces): The arguments can now have a custom comment as
6245 fourth argument.
6246
6247 * custom.el: Don't define-widget-keywords.
6248 Change from Didier Verna:
6249 (custom-set-variables): The arguments can now have a
6250 custom comment as fifth element.
6251
6252 1999-09-13 Richard Stallman <rms@gnu.org>
6253
6254 * info.el (Info-find-node): Cope better if guesspos is too large.
6255
6256 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6257
6258 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6259 of buffer-substring because buffer-string doesn't copy the
6260 prompt.
6261
6262 * faces.el (mode-line): Replaces `modeline'.
6263 (toplevel): Make `modeline' an alias for `mode-line'.
6264
6265 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6266
6267 * gs.el: Change `ghostscript' to `postscript' in comment.
6268
6269 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6270
6271 * emulation/tpu-edt.el (tpu-version): New version.
6272 (tpu-search-overlay, tpu-replace-overlay): New variables.
6273 (tpu-search-highlight, tpu-toggle-direction): New functions.
6274 (tpu-lm-replace): Set tpu-replace-overlay.
6275 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6276 command hook.
6277
6278 1999-09-11 Richard Stallman <rms@gnu.org>
6279
6280 * isearch.el (isearch-mode-map): Undo previous change.
6281
6282 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6283 use all of that as the sexp.
6284
6285 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6286 and use the initial argument as file name directly.
6287 Likewise if nothing matches.
6288
6289 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6290
6291 * winner.el: Major changes. Avoid changing point and mark.
6292 Save configurations after they change, not before.
6293
6294 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6295
6296 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6297 Bind print-continuous-numbering and print-number-table.
6298
6299 1999-09-10 Dave Love <fx@gnu.org>
6300
6301 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6302
6303 1999-09-09 Richard Stallman <rms@gnu.org>
6304
6305 * whitespace.el: Finish making it fit Emacs conventions.
6306 Add autoloads.
6307
6308 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6309
6310 * generic-x.el (bat-generic-mode): "::"-style comments don't
6311 need to begin with "-". Fix the font-lock definitions of ON/OFF
6312 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6313 from the list of keywords. Add DO to the list of keywords.
6314
6315 1999-09-09 Dave Love <fx@gnu.org>
6316
6317 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6318 (byte-optimize-backward-word): New optimizations.
6319 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6320 entries.
6321
6322 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6323
6324 * image.el (put-image): Remove optional buffer parameter.
6325
6326 * faces.el (face-italic-p): Return t only for values `italic'
6327 and `oblique'.
6328
6329 * mouse.el (mouse-drag-mode-line-1): Extension of former
6330 mouse-drag-mode-line that also drags the header line.
6331 (mouse-drag-mode-line): Call it.
6332 (mouse-drag-header-line): New.
6333 (toplevel): Bind down-mouse-1 on header lines to
6334 mouse-drage-header-line.
6335
6336 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6337
6338 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6339 (make-mode-line-mouse-sensitive): Replace `top-line' by
6340 `header-line'.
6341
6342 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6343
6344 * help.el (describe-function-1): Don't return empty string for keymaps.
6345
6346 * fill.el (fill-region-as-paragraph, canonically-space-region):
6347 Respect colon-double-space at end of line.
6348
6349 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6350
6351 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6352 (backup-buffer): Use it.
6353
6354 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6355
6356 * generic-x.el (generic-define-unix-modes): Added new modes:
6357 inetd-conf-generic-mode, etc-services-generic-mode,
6358 etc-passwd-generic-mode. These are all defined for Unix by default.
6359 (apache-generic-mode): Use an imenu-generic-expression to list
6360 Configuration keywords.
6361 (samba-generic-mode): Use both ; and # as comment characters.
6362 (samba-generic-mode): Font-lock expressions now highlight name
6363 value pairs.
6364 (bat-generic-mode): Keywords are now case-insensitive through
6365 font-lock-defaults setting.
6366 (java-properties-generic-mode): Supports both ! and # as comment
6367 characters.
6368 (java-properties-generic-mode): Added an imenu-generic-expression
6369 (java-properties-generic-mode): Reworked to support the various
6370 different ways to separate name and value (viz, '=', ':' and
6371 whitespace).
6372 (show-tabs-generic-mode): Added this new generic-mode.
6373
6374 1999-09-08 Richard Stallman <rms@gnu.org>
6375
6376 * progmodes/inf-lisp.el: Moved from top directory.
6377
6378 * tar-mode.el (tar-header-block-tokenize):
6379 Use `when' instead of `and'. Fix some clobbered text.
6380
6381 * gud.el (gud-make-debug-menu): Make a child for the
6382 local menu, for its menu bar, and the debug menu.
6383 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6384 Use the history in the simple way.
6385
6386 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6387
6388 * language/korea-util.el (default-korean-keyboard): Initialize it
6389 according to the environment variable HANGUL_KEYBOARD_TYPE.
6390
6391 1999-09-07 Richard Stallman <rms@gnu.org>
6392
6393 * subr.el (make-temp-file): New function.
6394
6395 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6396
6397 * font-lock.el (font-lock-multiline): New text property contains
6398 a boolean to indicate if the char is part of a multiline match.
6399 (font-lock-default-fontify-region): Extend the region appropriately
6400 for multiline keywords.
6401 (font-lock-default-unfontify-region): Also remove the new
6402 font-lock-multiline text property.
6403 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6404 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6405
6406 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6407
6408 * diary-lib.el (list-diary-entries): Make sure two-digit years
6409 have leading zeros.
6410
6411 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6412
6413 * faces.el (face-set-after-frame-default): Initialize some
6414 attributes of some faces from frame parameters.
6415
6416 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6417
6418 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6419
6420 * faces.el (fringe): Replaces face `margin'.
6421
6422 1999-09-07 Dave Love <fx@gnu.org>
6423
6424 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6425
6426 1999-09-07 Richard Stallman <rms@gnu.org>
6427
6428 * subr.el (push): Doc fix.
6429
6430 1999-09-06 Richard Stallman <rms@gnu.org>
6431
6432 * vc.el (vc-annotate-display): Use < 69 not < 70
6433 to distinguish 20YY from 19YY.
6434
6435 * timezone.el (timezone-parse-date): Use < 69 not < 70
6436 to distinguish 20YY from 19YY.
6437
6438 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6439
6440 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6441
6442 * quickurl.el: (quickurl-list-focused-line): Removed.
6443 (quickurl-list-insert): Now works out the focused line using
6444 `count-lines' instead of using `quickurl-list-focused-line'.
6445
6446 1999-09-06 Richard Stallman <rms@gnu.org>
6447
6448 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6449 to beginning of message.
6450
6451 1999-09-06 Dave Love <fx@gnu.org>
6452
6453 * isearch.el (isearch-mode-map): Add mouse-2.
6454
6455 * mail/rmail.el (rmail-read-password): Deleted.
6456 (rmail-get-pop-password): Use read-password.
6457
6458 * quickurl.el: Don't conditionally define caddr.
6459 (quickurl-url-comment): Use nth, not caddr in function and
6460 defsetf.
6461
6462 1999-09-06 Richard Stallman <rms@gnu.org>
6463
6464 * auto-show.el: Doc fixes.
6465
6466 1999-09-06 Stephen Eglen <stephen@gnu.org>
6467
6468 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6469 --no-line-editing so that TABs in source files are not interpreted
6470 as completion requests.
6471
6472 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6473
6474 * hscroll.el, auto-show.el: Remove all code, keep the public
6475 interface as no-ops.
6476
6477 * faces.el (face-bold-p): Don't return t if face has lighter
6478 weight than normal.
6479
6480 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6481
6482 * startup.el (command-line): Make small-temporary-file-directory
6483 be nil except on ms-dos.
6484
6485 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6486
6487 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6488 is defined.
6489
6490 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6491 letters with a colon after d or l.
6492
6493 1999-09-06 Dave Love <fx@gnu.org>
6494
6495 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6496 primitive.)
6497
6498 1999-09-05 Richard Stallman <rms@gnu.org>
6499
6500 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6501
6502 * textmodes/paragraphs.el (backward-kill-sentence):
6503 Don't test minibuffer-prompt-end here.
6504 (forward-sentence): Do handle it here.
6505 (backward-kill-paragraph): Don't test it here.
6506 (forward-paragraph): Handle it here.
6507
6508 * mouse.el (font-menu-add-default): Simplify code.
6509
6510 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6511
6512 * faces.el (header-line): Renamed from `top-line'.
6513
6514 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6515
6516 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6517
6518 1999-09-04 Richard Stallman <rms@gnu.org>
6519
6520 * whitespace.el: New file.
6521
6522 1999-09-04 Dave Love <fx@gnu.org>
6523
6524 * paths.el: Make some doc strings obey the make-docfile convention.
6525
6526 * bindings.el: Likewise.
6527 (debug-ignored-errors): Remove BBDB ones.
6528
6529 1999-09-03 Richard Stallman <rms@gnu.org>
6530
6531 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6532 not from the draft to forward.
6533
6534 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6535
6536 1999-09-03 Dave Love <fx@gnu.org>
6537
6538 * double.el (double-mode): Customize the variable.
6539
6540 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6541
6542 * international/characters.el: Delete duplicated code.
6543
6544 1999-09-02 Richard Stallman <rms@gnu.org>
6545
6546 * indent.el (indent-relative): Doc fix.
6547
6548 * quickurl.el (quickurl): Doc fix.
6549
6550 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6551
6552 * faces.el (margin): Change background to "gray" for mono (this is
6553 drawn with a stipple pattern).
6554
6555 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6556
6557 * simple.el (next-history-element): Use minibuffer-prompt-end once
6558 again. Remove test for minibuffer-prompt-in-buffer.
6559
6560 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6561
6562 * files.el (small-temporary-file-directory): New variable.
6563
6564 * startup.el (command-line): Compute the value of
6565 small-temporary-file-directory.
6566
6567 * ediff-init.el (ediff-temp-file-prefix): Use
6568 small-temporary-file-directory if non-nil.
6569
6570 * vc.el (vc-update-change-log): Likewise.
6571
6572 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6573
6574 * simple.el (shell-command, shell-command-on-region): Use
6575 make-temp-name properly. Use small-temporary-file-directory if
6576 non-nil, otherwise temporary-file-directory, to generate temporary
6577 files.
6578
6579 * dos-w32.el (direct-print-region-helper): Use
6580 temporary-file-directory. (From Stefan Monnier.)
6581
6582 1999-09-02 Richard Stallman <rms@gnu.org>
6583
6584 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6585 from asm-comment-char.
6586 (asm-font-lock-keywords): Recognize instruction width suffixes.
6587
6588 1999-09-01 Richard Stallman <rms@gnu.org>
6589
6590 * play/fortune.el: New file.
6591
6592 1999-08-31 Dave Love <fx@gnu.org>
6593
6594 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6595 after key table.
6596
6597 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6598 redisplay variables.
6599
6600 * subr.el (push): Fix typo.
6601
6602 1999-08-30 Kevin Blake <kblake@ticnet.com>
6603
6604 * emacs-lisp/ring.el: Many doc fixes.
6605 (ring-size, ring-copy): New functions.
6606
6607 1999-08-29 Richard Stallman <rms@gnu.org>
6608
6609 * progmodes/etags.el (tags-loop-continue):
6610 After tags-loop-operate returns, force skip to next file.
6611
6612 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6613 (mail-extr-first-letters, mail-extr-last-letters):
6614 Use character classes [:alpha:] and [:alnum:].
6615
6616 * subr.el (push, pop): New macros.
6617
6618 * progmodes/compile.el (compilation-error-regexp-alist):
6619 New item for SGI IRIX MipsPro compilers.
6620
6621 * speedbar.el (speedbar-directory-buttons): Recognize
6622 device names when checking for file names.
6623
6624 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6625
6626 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6627 and specially handle defvar inside their expansions.
6628 (eval-defun-1): New subroutine.
6629
6630 * progmodes/compile.el (compilation-error-regexp-alist):
6631 Fix the Perl -w entry to allow period after line number.
6632 Don't allow newlines in file name, but allow them after line number
6633 for Perl debugging traces.
6634
6635 * which-func.el (which-func-cleanup-function): New variable.
6636 (which-function): Call that function.
6637
6638 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6639 to end a function name.
6640
6641 * informat.el (Info-tagify): Don't insert more than one newline
6642 before the tag table.
6643
6644 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6645
6646 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6647 than make-temp-name, use match-string-no-properties, and eliminate
6648 a quadratic behavior when building bibtex-strings.
6649
6650 1999-08-29 Alex Schroeder <alex@gnu.org>
6651
6652 * comint.el (comint-input-ring-separator): New variable.
6653 (comint-read-input-ring): Doc change; use
6654 comint-input-ring-separator when reading file.
6655 (comint-write-input-ring): Use
6656 comint-input-ring-separator when writing file.
6657
6658 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6659
6660 * informat.el (Info-tagify): Start by widening.
6661 Match node headers that don't list the file name,
6662 and more kinds of page separations.
6663 Strip properties during tagification.
6664 Use start of node header line as tag's position.
6665 Fix the "done" message.
6666
6667 (Info-validate): Save and restore match data around narrowing down.
6668
6669 1999-08-28 Richard M. Stallman <rms@gnu.org>
6670
6671 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6672 On repeated call, override previous values put into
6673 minor-mode-map-alist and minor-mode-alist.
6674
6675 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6676
6677 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6678
6679 1999-08-27 Andreas Schwab <schwab@gnu.org>
6680
6681 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6682 from cvs update.
6683
6684 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6685
6686 * calendar/calendar.el (calendar-move-hook): New hook.
6687
6688 * calendar/cal-move.el: Call the new hook in every movement function.
6689
6690 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6691 the right function name.
6692
6693 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6694
6695 * time-stamp.el: Put quote-backquote around all symbol names
6696 in doc strings, for mousing.
6697 (time-stamp): Support multi-line patterns.
6698 (time-stamp-inserts-lines): New variable.
6699 (time-stamp-count): New variable.
6700 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6701 "Thu" instead of "%a".
6702
6703 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6704
6705 * simple.el (kill-word): Undo previous change.
6706
6707 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6708
6709 * jit-lock.el (jit-lock-function): Extend the fontified range
6710 to the beginning of the line containing the range start and
6711 the beginning of the line following the range end.
6712
6713 1999-08-24 Dave Love <fx@gnu.org>
6714
6715 * timezone.el: Move provide to end.
6716 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6717 <70 are 2000+.
6718 (timezone-parse-time): Simplify somewhat.
6719
6720 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6721
6722 * faces.el (margin): Renamed from bitmap-area.
6723
6724 1999-08-24 Alex Schroeder <alex@gnu.org>
6725
6726 * sql.el: Doc changes.
6727 (sql-sybase): Use sql-server instead of sql-database.
6728
6729 1999-08-23 Dave Love <fx@gnu.org>
6730
6731 * rect.el: Add/fix various doc strings. Add `*' to all the
6732 interactive specs.
6733
6734 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6735
6736 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6737 Don't unwind-protect font-lock-fontify-region.
6738
6739 * paragraphs.el (backward-kill-paragraph): Don't move
6740 point into mini-buffer prompt.
6741 (backward-kill-sentence): Ditto.
6742
6743 * simple.el (next-history-element): Use minibuffer-prompt-end.
6744 Remove test for minibuffer-prompt-in-buffer.
6745 (kill-word): Don't move point into mini-buffer prompt.
6746
6747 1999-08-21 Dave Love <fx@gnu.org>
6748
6749 * Makefile: Exclude CVS dirs like RCS.
6750
6751 1999-08-19 Dave Love <fx@gnu.org>
6752
6753 * tooltip.el (tooltip-mode): Customize this, per convention.
6754 (tooltip-active): Option deleted.
6755
6756 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6757
6758 * hanoi.el, page-ext.el: Declare dynamic vars.
6759
6760 * term.el: Avoid ange-ftp related compilation warnings.
6761
6762 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6763
6764 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6765 the default so that beginners can benefit from it without
6766 searching in manuals.
6767
6768 1999-08-18 Ray Blaak <blaak@gnu.org>
6769
6770 * progmodes/delphi.el: Consider assembly sections as blocks, to
6771 indent them better. Make auto-indent on newline optional.
6772
6773 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6774
6775 * bindings.el (mode-line-modified): Look up key binding for C-x
6776 C-q. If it's bound call that binding, otherwise call
6777 toggle-read-only.
6778
6779 1999-08-17 Dave Love <fx@gnu.org>
6780
6781 * info.el (info): Doc fix.
6782
6783 * finder.el (finder-known-keywords): Add `multimedia'.
6784
6785 * apropos.el: Don't capitalize custom group name.
6786
6787 * info-look.el: Remove compatibility code.
6788 (info-lookup-guess-default*): DTRT for point at start of symbol.
6789 (info-complete): Don't lose with point not at end of symbol.
6790
6791 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6792
6793 * term.el (toplevel): Make face `term-default' an empty face.
6794 The code relied on the fact that Emacs ignored invalid faces in
6795 face text properties in 20.4.
6796
6797 1999-08-16 Richard M. Stallman <rms@gnu.org>
6798
6799 * subr.el (point-at-eol, point-at-bol): New aliases.
6800
6801 * simple.el: Functions reordered.
6802
6803 * rect.el (delete-rectangle-line): Use line-end-position.
6804
6805 1999-08-16 Karl Heuer <kwzh@gnu.org>
6806
6807 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6808 here from simple.el.
6809
6810 1999-08-16 Dave Love <fx@gnu.org>
6811
6812 * mouse.el: Provide `mldrag' for compatibility.
6813 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6814 marked obsolete.
6815
6816 * mldrag.el: Removed since the features are in mouse.el.
6817
6818 * jka-compr.el (auto-compression-mode): New variable for
6819 customization.
6820
6821 * bindings.el (mode-line-mule-info): Doc fix.
6822
6823 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6824 name comparisons.
6825
6826 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6827 (find-file): Doc fix.
6828
6829 1999-08-16 Carsten Dominik <cd@gnu.org>
6830
6831 * textmodes/reftex.el: Most of the code moved to other files.
6832 * textmodes/reftex-auc.el: New file, split out from reftex.el
6833 * textmodes/reftex-cite.el: New file, split out from reftex.el
6834 * textmodes/reftex-global.el: New file, split out from reftex.el
6835 * textmodes/reftex-index.el: New file, split out from reftex.el
6836 * textmodes/reftex-parse.el: New file, split out from reftex.el
6837 * textmodes/reftex-ref.el: New file, split out from reftex.el
6838 * textmodes/reftex-sel.el: New file, split out from reftex.el
6839 * textmodes/reftex-toc.el: New file, split out from reftex.el
6840 * textmodes/reftex-vars.el: New file, split out from reftex.el
6841 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6842
6843 1999-08-16 Carsten Dominik <cd@gnu.org>
6844
6845 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6846 conflict with pop-up-frames.
6847 (reftex-special-environment-parsers): New constant.
6848 (reftex-label-alist): car of an entry can also be a function.
6849 (reftex-what-special-env): Cew function.
6850 (reftex-label-location): Call `reftex-what-special-env'.
6851 (reftex-compile-variables): Check for symbol in
6852 `reftex-label-alist'.
6853 (reftex-what-environment): Fixed bug with stacked environments of
6854 same kind (e.g. enumerate).
6855 (reftex-process-string): Preserve default directory.
6856 (reftex-label-alist-builtin): Changed prefixes of endnote and
6857 footnote. Also the magic words.
6858 (reftex-reference): Interprete new option
6859 `reftex-fref-is-default'.
6860 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6861 (reftex-toc-mouse-view-line): Command removed (had no binding).
6862 (reftex-everything-regexp): New function.
6863 (reftex-nearest-match): Made better.
6864 (reftex-toc-find-section): Use new version of
6865 `reftex-nearest-match'.
6866 (reftex-insert-docstruct): Adapted to work with the index stuff.
6867 (reftex-parse-from-file): Find index entries as well.
6868 (reftex-toc-toggle-index): New function
6869 (reftex-toc-map): `i' is now used to togle the index, File
6870 boundaries has been moved to `F'.
6871 (reftex-select-label-map): Toggling display of file boundaries is
6872 now on the `F' key, for consistency with `reftex-toc-map'.
6873 (reftex-erase-all-selection-and-index-buffers): Renamed from
6874 `reftex-erase-all-selection-buffer'. Now also kills the index
6875 buffers.
6876 (reftex-viewing-cross-references): Customization group renamed
6877 from reftex-viewing-cross-references-and-citations.
6878 (reftex-index-macro-regexp,
6879 reftex-find-index-entry-regexp-format): New variables
6880 (reftex-macros-with-index): New variable
6881 (reftex-add-index-macros): New function
6882 (reftex-renumber-simple-labels, reftex-translate): Allow for
6883 multiple labels in a single ref command.
6884 (reftex-index-support): New customization group
6885 (reftex-support-index, reftex-index-special-chars,
6886 reftex-index-macros, reftex-index-default-macro,
6887 reftex-index-default-tag, reftex-index-math-format,
6888 reftex-index-section-letters, reftex-index-include-context,
6889 reftex-index-follow-mode, reftex-index-header-face,
6890 reftex-index-section-face, reftex-index-tag-face,
6891 reftex-index-face): New options
6892 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6893 reftex-index-tag, reftex-index-return-marker,
6894 reftex-index-restriction-indicator, reftex-index-restriction-data,
6895 reftex-index-macro-regexp, reftex-index-level-re,
6896 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6897 reftex-everything-regexp-no-index, reftex-index-re,
6898 reftex-macros-with-index, reftex-index-macro-alist): New variables
6899 (reftex-index-help, reftex-index-macros-builtin,
6900 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6901 reftex-query-index-macro-help): New constants
6902 (reftex-index-selection-or-word, reftex-index,
6903 reftex-default-index, reftex-update-default-index,
6904 reftex-index-complete-tag, reftex-index-select-tag,
6905 reftex-index-complete-key, reftex-index-update-taglist,
6906 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6907 reftex-display-index, reftex-insert-index,
6908 reftex-index-insert-new-letter, reftex-get-restriction,
6909 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6910 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6911 reftex-index-toggle-follow, reftex-index-toggle-context,
6912 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6913 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6914 reftex-index-quit, reftex-index-quit-and-kill,
6915 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6916 reftex-index-revert, reftex-index-switch-index-tag,
6917 reftex-index-restrict-to-section, reftex-index-widen,
6918 reftex-index-restriction-forward,
6919 reftex-index-restriction-backward, reftex-index-visit-location,
6920 reftex-index-analyze-entry, reftex-index-globalize,
6921 reftex-index-edit, reftex-index-toggle-range-beginning,
6922 reftex-index-toggle-range-end, reftex-index-edit-key,
6923 reftex-index-edit-attribute, reftex-index-edit-visual,
6924 reftex-index-edit-part, reftex-index-level-down,
6925 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6926 reftex-index-change-entry, reftex-index-goto-letter,
6927 reftex-add-index-macros, reftex-ensure-index-support,
6928 reftex-index-info-safe, reftex-index-info): New functions.
6929
6930
6931 1999-08-15 Richard M. Stallman <rms@gnu.org>
6932
6933 * paren.el (show-paren-mode): Support making show-paren-mode
6934 a buffer-local variable. Don't check for a window system.
6935 (show-paren-function): Check whether show-paren-function is
6936 enabled in current buffer; do the right thing if not.
6937 Don't check for a window system.
6938 (show-paren-mode): Make it a user variable.
6939
6940 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6941 Handle `enum' like `struct'.
6942
6943 * server.el (server-process-filter): If a client visits no buffers,
6944 close it immediately before recording it.
6945
6946 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6947 Optimize by calling concat just once. Handle =\n sequence.
6948 (mail-unquote-printable-region): New command.
6949 (mail-quote-printable): Make it autoload.
6950
6951 1999-08-15 Karl Heuer <kwzh@gnu.org>
6952
6953 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6954
6955 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6956
6957 * lisp/texinfmt.el: Handle @ifnottex.
6958
6959 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6960
6961 * frame.el (blink-cursor): Don't turn on cursor blinking for
6962 ms-dos.
6963
6964 * faces.el (face-valid-attribute-values): Look in
6965 x-bitmap-file-path only for x and w32 window systems.
6966
6967 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6968 Do that if width is nil as well.
6969 (x-display-mm-height, x-display-mm-width): Update values.
6970 (x-colors): Compute the list from msdos-color-values.
6971 (x-select-enable-clipboard): Doc fix.
6972 (x-frob-font-weight, x-font-family-list): New functions.
6973
6974 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6975
6976 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6977 back up from beginning of buffer.
6978
6979 1999-08-13 Karl Heuer <kwzh@gnu.org>
6980
6981 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6982
6983 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6984
6985 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6986 doomsday clock, speed control is added and changes are made to
6987 allow large numbers of rings: rings now show the whole ring
6988 number, not just the last digit; consecutive rings are allowed to
6989 be the same size when necessary to fit all the rings in the
6990 window; and poles can be oriented horizontally. Face support is
6991 thrown in gratuitously.
6992 (hanoi): Changed default number of rings back to 3.
6993 (hanoi-unix, hanoi-unix-64): New commands
6994 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6995 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6996 hanoi-odd-ring-face): New variables.
6997 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6998 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6999 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7000 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7001 (hanoi-topos, hanoi-draw-ring): Removed.
7002
7003 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7004
7005 * faces.el (face-valid-attribute-values): Return an alist for
7006 families on ttys.
7007 (face-read-integer): Handle unspecified face attributes. Add
7008 completion for `unspecified'.
7009 (read-face-attribute): Handle unspecified font attributes.
7010 (face-valid-attribute-values): Add `unspecified' to lists so that
7011 it can be chosen via completion.
7012 (face-read-string): Don't recognize "none" as input.
7013
7014 1999-08-10 Dave Love <fx@gnu.org>
7015
7016 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7017 string.
7018
7019 * sun-curs.el: Require sun-fns.
7020
7021 1999-08-10 Dave Love <fx@gnu.org>
7022
7023 * autorevert.el (auto-revert-mode): Add autoload cookie.
7024
7025 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7026 hscroll.
7027
7028 * simple.el (hscroll-step, hscroll-point-visible)
7029 (hscroll-window-column): Remove now we have the mentioned real
7030 horizontal autoscrolling.
7031
7032 1999-08-10 Richard M. Stallman <rms@gnu.org>
7033
7034 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7035 control use of -f option.
7036 (mail-specify-envelope-from): New variable.
7037 (mail-from-style): Doc fix.
7038
7039 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7040 (easy-menu-get-map): New arg TO-MODIFY helps choose
7041 between local and global maps.
7042 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7043 (easy-menu-change): Doc fix.
7044
7045 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7046 (info-lookup-guess-default): Simplified and cleaned up.
7047 (info-lookup-guess-default*): Preserve point.
7048
7049 * view.el (view-mode-disable): If buffer-read-only is nil,
7050 don't change it.
7051
7052 * files.el (after-find-file): Disable View mode if buffer is no
7053 longer read-only.
7054
7055 * view.el (view-mode-enable, view-mode-disable):
7056 Call force-mode-line-update.
7057
7058 1999-08-10 Karl Heuer <kwzh@gnu.org>
7059
7060 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7061 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7062 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7063
7064 1999-08-10 Alex Schroeder <asc@bsiag.com>
7065
7066 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7067 to prevent m-eating-bug.
7068
7069 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7070
7071 * term/pc-win.el (msdos-bg-mode): Remove. Call
7072 frame-set-background-mode instead. All callers changed.
7073 (msdos-face-setup): Don't force color display parameter, it is set
7074 by frame-set-background-mode.
7075 (make-msdos-frame): Call x-handle-reverse-video and
7076 face-set-after-frame-default. Delete frame if creation failed.
7077
7078 * faces.el (face-set-after-frame-default): Don't call
7079 make-face-x-resource-internal for the pc window-system.
7080
7081 1999-08-10 Dave Love <fx@melange.gnu.org>
7082
7083 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7084 case with no docstring specially.
7085
7086 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7087
7088 * complete.el (PC-do-completion): If completing on file name,
7089 reproduce str by concatenating its directory and basename parts.
7090
7091 1999-08-07 Dave Love <fx@gnu.org>
7092
7093 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7094 unibyte to multibyte conversion of search-forward (from Handa),
7095 but avoid the replacement if the language is Latin-N.
7096
7097 1999-08-06 Richard Stallman <rms@gnu.org>
7098
7099 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7100 of eval-buffer.
7101
7102 * international/mule.el (load-with-code-conversion):
7103 Pass t to eval-buffer for DO-ALLOW-PRINT.
7104
7105 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7106
7107 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7108 of filenames and attributes.
7109 (ls-lisp-insert-directory): Use directory-files-and-attributes
7110 for speed.
7111
7112 1999-08-05 Dave Love <fx@gnu.org>
7113
7114 * auto-show.el (auto-show-mode): Fix :set.
7115
7116 * widget.el (define-widget-keywords): Make dummy definition and
7117 comment-out its use.
7118
7119 1999-08-04 Richard Stallman <rms@gnu.org>
7120
7121 * progmodes/tcl.el: Customized.
7122
7123 * sql.el (sql-accumulate-and-indent): Instead of testing
7124 whether this is Emacs 20 before calling comint-accumulate,
7125 test whether comint-accumulate is defined.
7126
7127 1999-08-04 Dave Love <fx@gnu.org>
7128
7129 * sgml-mode.el: Require outline when compiling.
7130 (sgml-mode-hook, html-mode-hook): Customize.
7131 (sgml-validate-command): Fix :version.
7132 (html-autoview-mode): Doc fix.
7133
7134 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7135 nothing in Latin-N environment.
7136
7137 * info.el (Info-find-node): Call info-initialize here.
7138 (info): Not here.
7139 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7140
7141 1999-08-04 Richard Stallman <rms@gnu.org>
7142
7143 * ansi-color.el: New file.
7144
7145 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7146
7147 * dired.el (dired-string-replace-match): Return `nil' when no match
7148 found with global search.
7149
7150 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7151 * terminal.el (te-terminfo-directory):
7152 * mail/mailpost.el (post-mail-send-it):
7153 * mail/metamail.el (metamail-region):
7154 * progmodes/ada-mode.el (ada-tmp-directory):
7155 Use temporary-file-directory.
7156
7157 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7158 (compilation-filter, compilation-forget-errors)
7159 (compilation-parse-errors): Use a marker instead of an integer for
7160 `compilation-parsing-end'.
7161
7162 * progmodes/diff.el (diff-parse-differences):
7163 Use a marker instead of an integer for `compilation-parsing-end'.
7164 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7165 Use a marker instead of an integer for `compilation-parsing-end'.
7166
7167 1999-08-03 Richard Stallman <rms@gnu.org>
7168
7169 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7170 (Buffer-menu-mode): Doc fix.
7171 (Buffer-menu-view): New command.
7172 (Buffer-menu-view-other-window): New command.
7173
7174 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7175
7176 * replace.el (query-replace-regexp-eval)
7177 (replace-eval-replacement, replace-loop-through-replacements)
7178 (replace-match-string-symbols): New functions.
7179 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7180 Use replace-loop-through-replacements.
7181
7182 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7183
7184 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7185 (5x5): Doc fix.
7186
7187 1999-08-03 Dave Love <fx@gnu.org>
7188
7189 * fortran.el (fortran-indent-new-line): Make it an alias
7190 for reindent-then-newline-and-indent.
7191
7192 1999-08-03 Didier Verna <verna@inf.enst.fr>
7193
7194 * rect.el: All functions rewritten, except when noted above
7195 their declaration. Below is a list of interface changes.
7196 (apply-on-rectangle): New function, mostly replaces
7197 `operate-on-rectangle'. All callers changed.
7198 (move-to-column-force): Pass new second argument to `move-to-column'.
7199 (kill-rectangle): Added optional prefix arg to fill lines.
7200 (delete-rectangle): Ditto.
7201 (delete-whitespace-rectangle): Ditto.
7202 (delete-extract-rectangle): Ditto.
7203 (open-rectangle): Ditto.
7204 (clear-rectangle): Ditto.
7205 (delete-whitespace-rectangle-line): New function.
7206 (delete-rectangle-line): Added third arg FILL.
7207 (delete-extract-rectangle-line): Ditto.
7208 (open-rectangle-line): Ditto.
7209 (clear-rectangle-line): Ditto.
7210
7211 1999-08-03 Ray Blaak <blaak@gnu.org>
7212
7213 * progmodes/delphi.el: New file.
7214
7215 1999-08-02 Richard Stallman <rms@gnu.org>
7216
7217 * textmodes/outline.el (outline-previous-heading): New function.
7218 (outline-up-heading-all): Use outline-previous-heading.
7219 (outline-next-heading): Delete definition inserted yesterday.
7220
7221 1999-08-01 Richard Stallman <rms@gnu.org>
7222
7223 * textmodes/outline.el (outline-next-heading): New function.
7224 (outline-up-heading-all): New function.
7225 (outline-font-lock-level): Using outline-up-heading-all.
7226 Tell outline-back-to-heading to accept invisible headings.
7227
7228 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7229
7230 * mail/mh-utils.el (mh-find-path-run): New variable.
7231 (mh-find-path): Test and set that.
7232 Set mail-user-agent only the first time this function is run.
7233 (mail-user-agent): Defvar deleted.
7234
7235 * info.el (info-initialize): New function.
7236 (info): Call info-initialize.
7237 (Info-directory-list): Initialize to nil,
7238 so info-initialize will set it up for real.
7239
7240 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7241
7242 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7243 does not interpret a time as the year in a day-month entry.
7244
7245 * calendar/diary-lib.el: Change syntax table entry for colon in
7246 the diary as part of the european-date-diary-pattern fix.
7247
7248 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7249
7250 * international/mule.el (set-auto-coding): Allow whitespace before
7251 and after the "variable: value" pair.
7252
7253 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7254
7255 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7256 (default-sendmail-coding-system): Doc-string fixed.
7257
7258 1999-07-30 Dave Love <fx@gnu.org>
7259
7260 * subr.el (assoc-delete-all): New function, renamed from
7261 frame-delete-all.
7262
7263 * frame.el: Change comments to doc strings and other doc fixes.
7264 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7265 Callers changed.
7266 (set-background-color, set-foreground-color, set-cursor-color)
7267 (set-mouse-color, set-border-color): Offer completion of colours.
7268 (cursor): Add :version to defgroup.
7269
7270 * facemenu.el (list-colors-display): Make it work on ttys.
7271 (facemenu-read-color): Likewise.
7272
7273 1999-07-30 Richard M. Stallman <rms@gnu.org>
7274
7275 * frame.el (frame-notice-user-settings): If background
7276 color has been changed, update background-mode from it,
7277 then update faces.
7278
7279 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7280
7281 * net-utils.el (finger): Don't do indirect fingering.
7282
7283 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7284
7285 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7286 rules. Add separator at end of holidays.
7287 (cal-tex-rules): New customizable variable.
7288 (cal-tex-latexify-list): Add optional parameter to put separator
7289 at end.
7290
7291 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7292
7293 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7294 fill prefix on each line while looping to the end of paragraph.
7295 End paragraph if it's longer than the existing fill prefix.
7296
7297 * textmodes/fill.el (fill-context-prefix): Doc fix.
7298
7299 1999-07-30 Dave Love <fx@gnu.org>
7300
7301 * font-lock.el (jit-lock): Fix :load, add :version.
7302
7303 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7304
7305 * term/pc-win.el (msdos-face-setup): Register standard colors in
7306 Vface_tty_color_alist.
7307 (face-color-supported-p, face_color_gray_p): New functions.
7308
7309 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7310 is bound.
7311
7312 * startup.el (command-line): Don't register default colors for
7313 MSDOS window-system.
7314
7315 1999-07-29 Dave Love <fx@gnu.org>
7316
7317 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7318 charquote.
7319
7320 * lisp-mode.el (eval-defun): Re-written to avoid
7321 capturing variables.
7322
7323 * picture.el (picture-beginning-of-line): Don't call
7324 hscroll-point-visible now we have real autoscrolling.
7325 (picture-end-of-line, picture-newline, picture-open-line):
7326 Likewise.
7327
7328 * international/latin-8.el: New file.
7329 * international/latin-9.el: New file.
7330
7331 1999-07-28 Dave Love <fx@gnu.org>
7332
7333 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7334
7335 * msb.el: Require cl only when compiling.
7336 (msb--home-dir): Deleted.
7337 (msb--format-title): Use abbreviate-file-name.
7338 (msb--choose-file-menu): Simplify string comparison.
7339
7340 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7341
7342 * faces.el (toolbar): Add face definition for mono displays.
7343
7344 1999-07-27 Richard M. Stallman <rms@gnu.org>
7345
7346 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7347
7348 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7349 force copying of default-frame-alist.
7350
7351 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7352
7353 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7354
7355 1999-07-26 Richard M. Stallman <rms@gnu.org>
7356
7357 * frame.el (set-mouse-color): If new color is nil,
7358 really respecify the current color.
7359
7360 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7361
7362 * faces.el (bitmap-area): Change background of face `bitmap-area'
7363 to white for mono displays.
7364
7365 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7366
7367 * international/ccl.el (ccl-embed-symbol): New function.
7368 (ccl-program-p): Deleted. Now it's implemented in C code.
7369 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7370 (ccl-compile-translate-character): Likewise.
7371 (ccl-compile-map-single): Likewise.
7372 (ccl-compile-multiple-map-function): Likewise.
7373 (declare-ccl-program): Doc-string modified.
7374 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7375
7376 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7377
7378 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7379
7380 1999-07-25 Markus Rost <rost@gnu.org>
7381
7382 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7383 the entries to make custom-file more readable.
7384
7385 1999-07-25 Richard M. Stallman <rms@gnu.org>
7386
7387 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7388
7389 * emacs-lisp/edebug.el: Delete compatibility code.
7390 (edebug-next-token-class): If . is followed by a digit,
7391 return `symbol' for the token class.
7392
7393 * startup.el (command-line): If we don't find the user's init file,
7394 set user-init-file to nil.
7395
7396 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7397
7398 * info-look.el (info-lookup-interactive-arguments): Add optional
7399 argument query for new choice of help mode.
7400 (info-lookup-symbol): Use it.
7401 (info-lookup-file): Ditto.
7402 (info-lookup): Don't switch to other window, if already in Info
7403 buffer.
7404
7405 1999-07-23 Dave Love <fx@gnu.org>
7406
7407 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7408 syntax.
7409 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7410 (fortran-font-lock-syntactic-keywords): New variable.
7411 (fortran-mode): Use it.
7412 (fortran-font-lock-keywords-1): Don't do comments.
7413 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7414 match data.
7415
7416 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7417
7418 * msb.el (msb-menu-bar-update-buffers): Renamed from
7419 menu-bar-update-buffers.
7420 (msb-custom-set, msb--toggle-menu-type): Call
7421 msb-menu-bar-update-buffers.
7422 (msb-mode): Revise the hook setting.
7423
7424 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7425
7426 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7427
7428 * font-lock.el, help.el, simple.el: Re-integrate previously
7429 described changes that were lost due to errors while checking them
7430 in.
7431
7432 1999-07-23 Kevin Blake <kblake@ticnet.com>
7433
7434 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7435
7436 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7437
7438 * international/encoded-kb.el
7439 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7440 but push it to unread-command-events.
7441 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7442 (encoded-kbd-self-insert-sjis): Likewise.
7443 (encoded-kbd-self-insert-big5): Likewise.
7444
7445 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7446 before left margin and fill-prefix by fill-find-break-point.
7447
7448 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7449
7450 * info-look.el (info-lookup-setup-mode): Don't give up, if
7451 info-lookup-make-completions returns an error.
7452 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7453 name latex, not latex2e.
7454
7455 1999-07-21 Richard M. Stallman <rms@gnu.org>
7456
7457 * replace.el (perform-replace): Turn off case-fold-search
7458 if FROM-STRING argument has uppercase in it.
7459
7460 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7461
7462 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7463 mode is on. Don't use end of changed text.
7464
7465 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7466
7467 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7468 (cl-hash-table-p): Renamed from hash-table-p.
7469 (cl-hash-table-count): Renamed from hash-table-count.
7470 (maphash): Alias to cl-maphash removed.
7471 (gethash): Likewise.
7472 (puthash): Likewise.
7473 (remhash): Likewise.
7474 (clrhash): Likewise.
7475
7476 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7477
7478 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7479 third arg non-nil. See comment there why this isn't a good idea.
7480
7481 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7482
7483 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7484
7485 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7486 sit-for with 3rd arg non-nil to prevent redisplay.
7487
7488 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7489
7490 * image.el (image-type-from-file-header): If file doesn't
7491 have a directory part, add data-directory.
7492
7493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7494
7495 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7496 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7497 motion handling when tooltip-gud-tips-p is nil.
7498
7499 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7500
7501 * tooltip.el (tooltip-mode): Don't use `plusp'.
7502 (tooltip-active): Use initial value of nil.
7503
7504 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7505
7506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7507
7508 * bindings.el (make-mode-line-mouse-sensitive): Add key
7509 definitions for `top-line'.
7510
7511 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7512
7513 * faces.el (top-line): New face.
7514
7515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7516
7517 * image.el (image-type-regexps): Add regexp for PS files.
7518
7519 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7520
7521 * faces.el (set-face-attribute): Fix wrong handling of frame
7522 begin equal to t.
7523
7524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7525
7526 * image.el (image-type-regexps): Add PNG format.
7527
7528 1999-07-21 Dave Love <fx@gnu.org>
7529
7530 * bindings.el (mode-line-modified): New variable.
7531 (mode-line-mode-menu-1): Switch to appropriate window before
7532 showing menu.
7533
7534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7535
7536 * faces.el (face-underline): Removed.
7537 (face-underline-color): Ditto.
7538
7539 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7540
7541 * faces.el (face-x-resources): Fix typo.
7542
7543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7544
7545 * faces.el: Remove handling of `:relief', extend handling of
7546 `:box'.
7547 (frame-set-background-mode): Choose new defface specs after
7548 frame parameters have changed.
7549
7550 * cus-face.el: Ditto.
7551
7552 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7553
7554 * custom.el (defface): Extend documentation to include new
7555 face attributes.
7556
7557 * cus-face.el (custom-face-attributes): Add overline,
7558 strike-through, box.
7559
7560 * faces.el (face-valid-attribute-values): Handle overline,
7561 strike-through, box.
7562 (face-attribute-name-alist): Add pairs for new face attributes.
7563 (describe-face): Handle new face attributes.
7564
7565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7566
7567 * faces.el (face-x-resources): Add overline, strike-through, box.
7568
7569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7570
7571 * enriched.el (enriched-translations): Add `display' and
7572 "x-display".
7573 (enriched-handle-display-prop): New.
7574 (enriched-decode-display-prop): New.
7575
7576 * format.el (top-level): Give `display' property
7577 `format-list-atomic-p.
7578 (format-annotate-single-property-change): Test that property.
7579 If present, treat list property values like atoms.
7580
7581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7582
7583 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7584 so that "*" can be entered.
7585
7586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7587
7588 * cus-face.el (custom-face-attributes): Don't use `#''.
7589
7590 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7591
7592 * cus-face.el (custom-face-attributes): Return underline
7593 face attribute directly from the second lambda of underline.
7594
7595 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7596
7597 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7598
7599 * frame.el (after-setting-font-hooks): New variable.
7600 (set-frame-font): Run those hooks.
7601
7602 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7603
7604 * faces.el (set-face-attribute): Fix doc string.
7605
7606 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7607
7608 * cus-face.el (custom-face-attributes): Accept color name.
7609
7610 * faces.el (face-underline-p): Accept unspecified underlining.
7611 (face-underline): Ditto. Fix doc string.
7612
7613 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7614
7615 * faces.el (face-underline-color): New function.
7616
7617 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7618
7619 * cus-face.el (custom-face-attributes): Support underline coloring.
7620 Added slot to choose a color.
7621
7622 * faces.el (face-underline): New function.
7623 (face-underline-p): Support underline coloring.
7624 Return nil only if the underline attribute is 'normal.
7625 (set-face-underline): New function.
7626 (face-valid-attribute-values): Support underline coloring.
7627
7628 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7629
7630 * image.el (insert-image): Use `display' instead of `glyph'
7631 as text property name.
7632 (put-image): Ditto.
7633 (image-type-from-file-header): Use insert-file-contents-literally.
7634
7635 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7636
7637 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7638 string to indicate separators.
7639
7640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7641
7642 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7643 instead of message-log.
7644
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7646
7647 * faces.el (bitmap-area): New face.
7648
7649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7650
7651 * image.el (insert-image): New.
7652
7653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7654
7655 * frame.el (blink-cursor): Set the symbol's value.
7656 (show-trailing-whitespace): Change group to font-lock.
7657
7658 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7659
7660 * jit-lock.el: New.
7661 * font-lock.el: Add jit-mode as new support mode.
7662
7663 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7664 reaching end instead of letting re-search-forward signal an error.
7665 (demand-lock-mode): New.
7666 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7667 (font-lock-turn-off-thing-lock): Ditto.
7668 (font-lock-after-fontify-buffer): Ditto.
7669 (font-lock-after-unfontify-buffer): Ditto.
7670
7671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7672
7673 * gs.el: New file.
7674
7675 * startup.el (command-line-1): Activate tooltip mode if
7676 interactive.
7677
7678 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7679
7680 * faces.el (toolbar): Grey default background.
7681 (modeline): Ditto.
7682
7683 * image.el (image-type-regexps): New.
7684 (image-type-from-file-header): New.
7685 (create-image): Call it.
7686
7687 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7688
7689 * image.el: New file.
7690
7691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7692
7693 * bindings.el (mode-line-format): Replace `mode-name' with
7694 `(:eval mode-line-mode-name)'.
7695 (mode-line-mode-name): New.
7696 (make-mode-line-mouse-sensitive): Don't change default value
7697 of `mode-name'.
7698
7699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7700
7701 * tooltip.el: New file.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7706 instead of mouse-3 to pop up menus.
7707 (mode-line-kill-buffer): Removed.
7708 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7709 buffer name.
7710 (mode-line-buffer-menu-1): Removed.
7711
7712 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7713
7714 * bindings.el (mode-line-buffer-identification-keymap): New.
7715 (mode-line-buffer-menu-keymap): New.
7716 (mode-line-mode-menu-keymap): New.
7717 (mode-line-unbury-buffer): New.
7718 (mode-line-other-buffer): New.
7719 (mode-line-kill-buffer): New.
7720 (mode-line-buffer-menu-1): New.
7721 (mode-line-mode-menu-1): New.
7722 (make-mode-line-mouse-sensitive): New.
7723
7724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7725
7726 * help.el (describe-key-briefly): Handle mode line strings
7727 with local-map properties.
7728 (describe-key): Ditto.
7729 (mode-line-key-binding): New.
7730
7731 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7732
7733 * scroll-bar.el (scroll-bar-timer): New.
7734 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7735
7736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7737
7738 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7739 and `bottom'.
7740
7741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7742
7743 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7744 (global): Use different key bindings if using tookit scroll bars.
7745
7746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7747
7748 * faces.el (modeline): Define mode line face with relief for
7749 class color, only.
7750 (toolbar): New face.
7751
7752 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7753
7754 * frame.el (frame-initialize): Set frame-creation-function to
7755 tty-create-frame-with-faces.
7756
7757 * faces.el (frame-set-background-mode): Make it work for
7758 window-system nil.
7759
7760 * faces.el (tty-create-frame-with-faces): New.
7761 (face-set-after-frame-default): Make it work for TTY frames.
7762
7763 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7764
7765 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7766 Return a list of one font family for TTYs. Don't return bitmap
7767 file paths for TTY frames.
7768
7769 * faces.el: Add face specs for tty displays to basic faces.
7770
7771 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7772 (font-lock-string-face): Ditto.
7773 (font-lock-keyword-face): Ditto.
7774 (font-lock-builtin-face): Ditto.
7775 (font-lock-function-name-face): Ditto.
7776 (font-lock-variable-name-face): Ditto.
7777 (font-lock-type-face): Ditto.
7778 (font-lock-constant-face): Ditto.
7779 (font-lock-warning-face): Ditto.
7780
7781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7782
7783 * startup.el (command-line): Register default tty colors.
7784
7785 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * faces.el (modeline): For X frames, use a modeline with relief.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * faces.el (frame-update-faces): Copied from 20.2.
7794 (frame-update-face-colors): Ditto. Code removed that isn't
7795 applicable in the new face implementation.
7796
7797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7798
7799 * frame.el (show-trailing-whitespace): New.
7800
7801 * faces.el (trailing-whitespace): New basic face.
7802
7803 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7804
7805 * cus-face.el (custom-facep): Always define as alias for facep.
7806
7807 * cus-face.el (custom-face-attributes): Use choice widgets.
7808 Remove :bold and :italic.
7809
7810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7811
7812 * faces.el (face-charset-registries): Removed since fontset.el
7813 is no always loaded.
7814
7815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7816
7817 * faces.el (internal-get-face): Added as obsolete function for
7818 compatibility.
7819
7820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7821
7822 * frame.el (blink-cursor-end): Call show-cursor.
7823 (blink-cursor-mode): Ditto.
7824
7825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7826
7827 * faces.el (face-spec-reset-face): Reset all attributes to
7828 `unspecified'.
7829 (face-spec-set): Use it.
7830
7831 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7832
7833 * faces.el (read-all-face-attributes): Bug fix.
7834 (face-read-integer): Allow nil default value.
7835 (face-valid-attribute-values): Use symbol names of attribute
7836 values for completion list.
7837
7838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7839
7840 * faces.el (internal-find-face): Define for compatibility with
7841 20.2.
7842 (face-id): Likewise.
7843
7844 * faces.el (face-id): Return the ID of a realized face for ASCII.
7845
7846 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7847 (x-complement-fontset-spec): Use face-charset-registries.
7848
7849 * faces.el (face-font-selection-order): Set font selection order
7850 from Lisp.
7851 (face-alternative-font-family-alist): Set alternative font
7852 families from Lisp.
7853
7854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7855
7856 * faces.el (set-face-charset-registries): Set symbol value.
7857
7858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7859
7860 * faces.el (face-set-after-frame-default): Call function
7861 internal-merge-in-global-face.
7862
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7864
7865 * faces.el (face-list): Return symbols from face-global-alist.
7866
7867 * faces.el (face-list): Return a copy of the face name list so
7868 that it cannot be modified from outside (facemenu.el uses
7869 nreverse, for example).
7870
7871 * cus-face.el (custom-face-attributes): Add :bold and :italic
7872 for compatibility with old code.
7873
7874 * faces.el (set-face-attributes-from-resources): Additional
7875 frame parameter.
7876 (make-face-x-resource-internal): Set attributes from resources
7877 for a given frame or all frames.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * faces.el (all-faces): Removed.
7882
7883 * custom.el (defface): Add new face attributes to function
7884 comment.
7885
7886 * font-lock.el (font-lock-comment-face): Use new face attribute
7887 names.
7888 (font-lock-string-face): Ditto.
7889 (font-lock-keyword-face): Ditto.
7890 (font-lock-builtin-face): Ditto.
7891 (font-lock-function-name-face): Ditto.
7892 (font-lock-variable-name-face): Ditto.
7893 (font-lock-type-face): Ditto.
7894 (font-lock-reference-face): Ditto.
7895 (font-lock-warning-face): Ditto.
7896 ((boundp 'font-lock-face-attributes)): Ditto.
7897
7898 * cus-face.el (custom-face-attributes): Use new face attributes.
7899
7900 * faces.el (set-face-attribute-from-resource): Initialize
7901 from resources only for X and W32.
7902
7903 * cus-face.el (custom-declare-face): Don't make frame-local
7904 faces.
7905
7906 * faces.el (describe-face): Use princ instead of insert.
7907
7908 * faces.el: Add XLFD manipulation functions from 20.2 again
7909 because fontset.el uses them.
7910 (face-set-after-frame-default): Add empty definition.
7911
7912 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7913
7914 * faces.el (make-face): Correct typo.
7915 (set-face-attribute-from-resource): Use let*.
7916 (face-underline-p): Correct typo.
7917 (face-inverse-video-p): Ditto.
7918 (set-face-stipple): Ditto.
7919 (face-read-string): Make completion-list optional parameter.
7920
7921 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7922
7923 * faces.el (face-charset-registries): Alist mapping charset
7924 symbols to registries and encoding.
7925
7926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7927
7928 * frame.el (blink-cursor-mode): Use interactive spec "P".
7929
7930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7931
7932 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7933 mode. The cursor of selected_window blinks if the mode is enabled.
7934
7935 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7936
7937 * simple.el (next-history-element): Set point to the end of the
7938 prompt if minibuffer-prompt-in-buffer.
7939
7940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7941
7942 * faces.el (x-font-regexp): Add sub-expression parentheses for
7943 several font name components.
7944
7945 1999-07-21 Gerd Moellmann <gerd@acm.org>
7946
7947 * faces.el (set-face-relief): Use index 12 for relief.
7948 (face-fill-in): Set relief from data.
7949 (internal-make-face): Init relief to zero.
7950
7951 * faces.el (face-spec-set): Call modify-face with additional
7952 parameters for relief and fixed-p.
7953
7954 1999-07-21 Gerd Moellmann <gerd@acm.org>
7955
7956 * cus-face.el: ':fixed and ':relief added.
7957
7958 * faces.el (describe-face): Add fixed font attribute and relief.
7959 (face-attr-match-p): Ditto.
7960 (face-attr-construct): Ditto.
7961 (face-spec-set): Ditto.
7962
7963 1999-07-21 Gerd Moellmann <gerd@acm.org>
7964
7965 * faces.el (internal-make-face): Function to create a Lisp vector
7966 suitable for representing a face.
7967 (make-face): Use it instead of make-vector.
7968 (x-create-frame-with-faces): Use it instead of vector.
7969 (internal-facep): Increase vector size to 14.
7970 (internal-make-face): Ditto.
7971 (face-relief): Access relief thickness.
7972 (face-fixed-p): Access fixed font attribute.
7973 (set-face-fixed-p): Set fixed font attribute.
7974 (set-face-relief): Set relief attribute.
7975 (internal-face-interactive-int): Read int attribute of face.
7976 (modify-face): Add fixed-p and relief parameters.
7977 (copy-face): Handle fixed-p and relief.
7978 (face-equal): Compare fixed-p and relief.
7979 (face-differs-from-default-p): Ditto.
7980 (face-nontrivial-p): Add fixed-p and relief.
7981
7982 1999-07-21 Gerd Moellmann <gerd@acm.org>
7983
7984 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7985 (internal-facep): Increase vector size.
7986 (make-face): Ditto.
7987 (face-shadow-thickness): Added.
7988 (set-face-shadow-thickness): Added.
7989 (modify-face): Add optional shadow-thickness parameter.
7990 (make-face-x-resource-internal): Add shadows.
7991 (copy-face): Ditto.
7992 (face-equal): Ditto.
7993 (face-differs-from-default-p): Ditto.
7994 (face-nontrivial-p): Ditto.
7995 (face-attr-match-p): Ditto.
7996 (face-attr-construct): Ditto.
7997 (face-spec-set): Ditto.
7998 (face-fill-in): Ditto.
7999
8000 1999-07-21 Gerd Moellmann <gerd@acm.org>
8001
8002 * bench.el (bench-mark-split-window): New bench mark.
8003
8004 1999-07-21 Gerd Moellmann <gerd@acm.org>
8005
8006 * faces.el (set-face-font): Don't pass default font to
8007 x-resolve-font so that font will not have to be of the same
8008 size.
8009
8010 1999-07-20 Dave Love <fx@gnu.org>
8011
8012 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8013 unconditionally t.
8014
8015 1999-07-20 Karl Heuer <kwzh@gnu.org>
8016
8017 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8018
8019 1999-07-20 Dave Love <fx@gnu.org>
8020
8021 * help.el (describe-variable): Fix test for customizability.
8022
8023 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8024 Check for readonly buffer in interactive spec.
8025 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8026 (backward-kill-word): Add * to interactive spec.
8027
8028 * underline.el (underline-region, ununderline-region): Add * to
8029 interactive spec.
8030
8031 * fill.el (canonically-space-region, justify-current-line): Add *
8032 to interactive spec.
8033 (fill-region-as-paragraph, fill-paragraph, fill-region)
8034 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8035 readonly buffer in interactive spec.
8036
8037 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8038 (backward-kill-sentence, kill-sentence): Add * to interactive
8039 spec.
8040
8041 1999-07-19 Richard M. Stallman <rms@gnu.org>
8042
8043 * dired-aux.el (dired-do-shell-command): Doc fix.
8044
8045 * shell.el (shell-unquote-argument): New function.
8046 (shell-directory-tracker): Use shell-unquote-argument.
8047 * comint.el (comint-arguments): Handle \ followed by space or tab.
8048
8049 1999-07-19 John Wiegley <jwiegley@borland.com>
8050
8051 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8052 color codes 39 and 49, which by the way lynx uses them seem to
8053 mean "foreground reset" and "background reset".
8054
8055 1999-07-19 Karl Heuer <kwzh@gnu.org>
8056
8057 * font-lock.el (c++-keywords): Add "typeid".
8058
8059 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8060 selects no font, treat that as zero selections, not one.
8061
8062 1999-07-19 Dave Love <fx@gnu.org>
8063
8064 * info.el (Info-search): Don't lose with empty regexp.
8065
8066 * version.el: Cater for (free) `ident' program, not `which'.
8067
8068 * hl-line.el: New file.
8069
8070 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8071 for modes which don't define menus.
8072
8073 1999-07-16 Richard M. Stallman <rms@gnu.org>
8074
8075 * webjump.el (webjump-sample-sites): Update some URLs.
8076
8077 1999-07-14 Richard Stallman <rms@gnu.org>
8078
8079 * Version 20.4 released.
8080
8081 1999-07-14 Andreas Schwab <schwab@gnu.org>
8082
8083 * compare-w.el (compare-windows): Try to find the next window in
8084 the current frame before looking at the other frames.
8085
8086 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8087
8088 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8089 Use cyrillic-jcuken as default input method.
8090
8091 1999-07-12 Richard Stallman <rms@gnu.org>
8092
8093 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8094 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8095
8096 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8097 (ispell-local-dictionary-alist): Add koi8-r for character set.
8098
8099 * textmodes/flyspell.el (flyspell-get-word):
8100 Add special handling for when ispell-otherchars is empty.
8101
8102 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8103
8104 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8105 when having nested functons.
8106 (pascal-indent-nested-functions) (pascal-indent-line)
8107 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8108 indenting nested functions.
8109
8110 1999-07-09 Richard Stallman <rms@gnu.org>
8111
8112 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8113
8114 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8115
8116 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8117 the `end' keyword was in the very beginning of the buffer.
8118
8119 1999-07-08 Richard Stallman <rms@gnu.org>
8120
8121 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8122
8123 * term.el (term-emulate-terminal): Avoid infinite loop
8124 in strange case where minibuffer window is selected but not active.
8125
8126 1999-07-07 Stephen Eglen <stephen@gnu.org>
8127
8128 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8129 Change regexp so that it doesn't match commands beginning with `cd'.
8130
8131 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8132
8133 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8134
8135 1999-07-06 Richard Stallman <rms@gnu.org>
8136
8137 * hscroll.el (hscroll-minibuffer-hook): New function.
8138 (hscroll-global-mode): Add and remove that hook.
8139 Set hscroll-old-truncate-was-global's default value.
8140
8141 1999-07-05 Richard Stallman <rms@gnu.org>
8142
8143 * files.el (revert-buffer): Don't preserve point here.
8144 (revert-buffer-insert-file-contents-function): Doc fix.
8145
8146 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8147
8148 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8149 doing a `stat' when it isn't necessary because that can cause
8150 trouble when an NFS server is down.
8151
8152 1999-07-04 Richard Stallman <rms@gnu.org>
8153
8154 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8155
8156 1999-07-03 Richard Stallman <rms@gnu.org>
8157
8158 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8159 for \200...\240 also.
8160 (isearch-printing-char): Use unibyte-char-to-multibyte.
8161
8162 1999-07-02 Richard Stallman <rms@gnu.org>
8163
8164 * frame.el (minibuffer-frame-alist): Use defcustom.
8165 (pop-up-frame-alist): Likewise.
8166 (initial-frame-alist): Specify * in the doc string.
8167
8168 * hscroll.el (hscroll-mode): Make it a permanent local.
8169 (hscroll-mode): Don't cancel the timer
8170 if HScroll mode is enabled in some other buffer.
8171
8172 * isearch.el (isearch-done): If search ends in middle of intangible
8173 text (due to text property), move on to the limit of that text.
8174
8175 1999-07-01 Andrew Innes <andrewi@gnu.org>
8176
8177 * man.el (Man-build-man-command): Use value of null-device,
8178 instead of hard-coding "/dev/null".
8179
8180 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8181 ange-ftp file names, which might force ange-ftp to prompt for a
8182 password.
8183
8184 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8185 to prevent references to temp files.
8186
8187 1999-06-30 Richard Stallman <rms@gnu.org>
8188
8189 * progmodes/sh-script.el (sh-feature): If nothing is known
8190 about the given shell, use the values for `sh'.
8191
8192 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8193
8194 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8195 to make it non-recursive.
8196
8197 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8198
8199 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8200
8201 * auto-show.el (auto-show-mode): Fix Typo in :set.
8202
8203 1999-06-29 Richard M. Stallman <rms@gnu.org>
8204
8205 * progmodes/sh-script.el (sh-mode): When setting syntax
8206 table, default to the standard one.
8207
8208 1999-06-27 Richard M. Stallman <rms@gnu.org>
8209
8210 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8211
8212 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8215 a frame when `return' is requested (even if pop-up-frames = t)
8216 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8217 should only be set for the bibtex buffer.
8218
8219 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8220
8221 * progmodes/compile.el: Deal with compilation-error-screen-columns
8222 being buffer-local.
8223
8224 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8225
8226 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8227
8228 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8229
8230 * cal-x.el (calendar-only-one-frame-setup): New function.
8231 * calendar.el (calendar): Call it if requested.
8232
8233 1999-06-24 Karl Heuer <kwzh@gnu.org>
8234
8235 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8236
8237 1999-06-22 Richard M. Stallman <rms@gnu.org>
8238
8239 * mail/supercite.el (sc-emacs-features): Doc fix.
8240
8241 1999-06-22 Karl Heuer <kwzh@gnu.org>
8242
8243 * files.el (auto-mode-alist): Add pike-mode.
8244
8245 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8246
8247 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8248 last byte of a numeric field is a space or a NUL. Parse it as
8249 potentially part of the number. This is used by GNU tar
8250 1.12.64012 to handle larger values.
8251
8252 1999-06-20 Karl Heuer <kwzh@gnu.org>
8253
8254 * custom.el (custom-handle-keyword): Fix error message.
8255
8256 1999-06-18 Andrew Innes <andrewi@gnu.org>
8257
8258 * mail/smtpmail.el (smtpmail-send-it): Use
8259 convert-standard-filename to make file names for queued mail safe
8260 on Windows (`:' is invalid in file names on Windows).
8261
8262 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8263
8264 * international/mule-cmds.el (describe-current-input-method):
8265 Current-input-method is string.
8266 (toggle-input-method): Docstring fixed.
8267
8268 * international/mule-diag.el
8269 (describe-current-coding-system-briefly): Fix format string.
8270
8271 * international/mule-util.el (coding-system-eol-type-mnemonic):
8272 Docstring modified. Return a string.
8273
8274 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8275
8276 * sql.el (sql-input-ring-file-name): Doc fix.
8277
8278 1999-06-17 Richard M. Stallman <rms@gnu.org>
8279
8280 * calendar/cal-x.el (special-display-buffer-names):
8281 Don't put (get-file-buffer diary-file) on this list.
8282
8283 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8284
8285 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8286 Don't penalize player for certain impossible guesses.
8287
8288 1999-06-16 Andrew Innes <andrewi@gnu.org>
8289
8290 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8291 return the string "Unk 0 0000" so at least it appears to be a
8292 valid timestamp to `dired-move-to-filename-regexp'.
8293
8294 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8295
8296 * ps-print.el (ps-control-character): Fix previous change.
8297
8298 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8299
8300 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8301 multiple output of the last message.
8302
8303 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8304
8305 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8306 the ASCII apostrophe, as most DOS codepages have some other glyph
8307 there.
8308
8309 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8310
8311 * language/ethio-util.el (setup-ethiopic-environment-internal):
8312 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8313 (exit-ethiopic-environment): Likewize.
8314
8315 1999-06-12 Richard M. Stallman <rms@gnu.org>
8316
8317 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8318
8319 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8320
8321 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8322 custom-initialize-default to avoid infinite loop.
8323 (crisp-mode): (defun) Call transient-mark-mode here, not when
8324 loading the file. Run crisp-mode-hook here, and run
8325 crisp-load-hook when loading the file.
8326
8327 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8328 rmail-summary buffer, search for pattern in rmail-file.
8329
8330 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8331
8332 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8333
8334 * ps-print.el (ps-printer-name): Fix custom type.
8335
8336 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8337
8338 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8339 (vhdl-port-paste-generic-map): Fix indentation bug.
8340 (vhdl-port-paste-port-map): Fix indentation bug.
8341 (vhdl-scan-file-contents): Make scanning case insensitive.
8342
8343 1999-06-11 Richard M. Stallman <rms@gnu.org>
8344
8345 * files.el (write-file): When buffer is not already visiting a file,
8346 don't put buffer name in the minibuffer, just make it the default.
8347 Also handle just directory as arg usefully in that case.
8348
8349 * simple.el (sendmail-user-agent-compose):
8350 Ignore case when inserting the rest of the "other" headers.
8351
8352 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8353
8354 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8355 (info-lookup-interactive-arguments): Never insert the default
8356 into the minibuffer automatically.
8357
8358 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8359
8360 1999-06-09 Richard M. Stallman <rms@gnu.org>
8361
8362 * simple.el (shell-command): Avoid printing "mark set" message.
8363
8364 1999-06-09 Dave Love <fx@gnu.org>
8365
8366 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8367 digits in program name in first pattern.
8368
8369 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8370
8371 * vc.el (vc-dired-mode): Don't match anything before the date in
8372 dired-move-to-filename-regexp.
8373
8374 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8375
8376 * international/quail.el (quail-define-rules): Fix typo in
8377 docstring.
8378
8379 1999-06-05 Stephen Eglen <stephen@gnu.org>
8380
8381 * iswitchb.el (iswitchb-default-keybindings): Add
8382 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8383 than when package is loaded.
8384
8385 1999-06-04 Richard M. Stallman <rms@gnu.org>
8386
8387 * startup.el (command-line): Don't set user-init-file directly;
8388 tell `load' to set it.
8389
8390 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8391
8392 * simple.el (next-history-element):
8393 Handle minibuffer-text-before-history properly when reading sexps.
8394
8395 * disp-table.el (standard-display-european):
8396 For an interactive call by the user,
8397 don't set enable-multibyte-characters,
8398 and don't set the terminal coding system.
8399
8400 * textmodes/refbib.el: Don't print any messages or display
8401 a buffer when loading the library.
8402 (r2b-help): Doc fix.
8403 (r2b-help-message): Update the documentation.
8404 (r2b-load-quietly): Variable deleted.
8405 (r2b-convert-buffer): Doc fix.
8406
8407 1999-06-04 Dave Love <fx@gnu.org>
8408
8409 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8410
8411 * auto-show.el: Don't change hooks on loading.
8412 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8413 (auto-show-mode): Add to hooks here.
8414
8415 1999-06-04 Richard Sharman <rsharman@pobox.com>
8416
8417 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8418 recursion on bogus input.
8419
8420 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8421
8422 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8423 does not select a buffer from the buffers menu, then the attached
8424 frame is not switched to anything.
8425
8426 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8427
8428 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8429 (viet-viscii-...->viet-vscii...).
8430
8431 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8432
8433 1999-06-01 Dave Love <fx@gnu.org>
8434
8435 * progmodes/fortran.el: Add :link to defgroup.
8436 (fortran-blink-matching-if): Match ELSE statements too.
8437 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8438 that filling is always done.
8439
8440 1999-05-31 Richard M. Stallman <rms@gnu.org>
8441
8442 * simple.el (append-next-kill): Use an arg to distinguish
8443 interactive calls from Lisp calls, rather than (interactive-p).
8444
8445 * international/iso-transl.el (iso-transl-language-alist):
8446 Interchange n and N.
8447
8448 1999-05-31 Dave Love <fx@gnu.org>
8449
8450 * msb.el Add to minor-mode-map-alist. Remove hook installation
8451 and keymap munging on load.
8452 (msb-mode): New option.
8453 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8454 Doc fix.
8455 (msb-mode-map): New variable.
8456 (msb-mode): New command.
8457
8458 1999-05-31 Dave Love <fx@gnu.org>
8459
8460 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8461 (ispell-complete-word-dict): Likewise.
8462
8463 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8464
8465 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8466 force the data buffer to be saved, even if the data didn't
8467 change, in case the write filter was modified. Restore the
8468 current record after read-file-filter finishes.
8469
8470 1999-05-29 Karl Heuer <kwzh@gnu.org>
8471
8472 * ispell4.el: Obsolete; file deleted.
8473
8474 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8475
8476 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8477 VALUE is a syntax table.
8478
8479 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8480
8481 * simple.el (zap-to-char): Doc fix.
8482
8483 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8484
8485 * isearch.el (isearch-quote-char): Don't assume character codes
8486 0200 - 0237 stand for characters in some single-byte character
8487 charset.
8488
8489 1999-05-27 Dave Love <fx@gnu.org>
8490
8491 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8492
8493 1999-05-27 Andreas Schwab <schwab@gnu.org>
8494
8495 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8496 headerline does not exist already.
8497
8498 1999-05-26 Richard Stallman <rms@gnu.org>
8499
8500 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8501 Avoid nested null-loops.
8502
8503 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8504
8505 * international/characters.el: Typo fixed; prefered->preferred.
8506
8507 * international/mule-cmds.el (find-coding-systems-for-charsets):
8508 Typo fixed; prefered->preferred.
8509
8510 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8511 method in read-event.
8512
8513 * international/mule.el (charset-info): Doc-string fixed.
8514
8515 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8516
8517 * mail/smtpmail.el (smtpmail-send-it): Bind
8518 smtpmail-code-conv-from properly.
8519 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8520 by smtpmail-code-conv-from.
8521
8522 1999-05-24 Richard Stallman <rms@gnu.org>
8523
8524 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8525 Binding deleted also.
8526
8527 1999-05-24 Karl Heuer <kwzh@gnu.org>
8528
8529 * comint.el (comint-bol-or-process-mark): Doc fix.
8530
8531 1999-05-23 Dave Love <fx@gnu.org>
8532
8533 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8534 Enter it on minor-mode-map-alist.
8535 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8536 Autoload. Add custom setter.
8537 (crisp-mark-line): Doc fix.
8538 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8539 (crisp-mode-hook): Define.
8540
8541 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8542
8543 * files.el (recover-file): Recover buffer-file-coding-system.
8544
8545 1999-05-22 Richard Stallman <rms@gnu.org>
8546
8547 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8548 regexp match the date, to avoid treating date as file size.
8549 Add YYYY S option to WESTERN/
8550
8551 * bookmark.el: Delete some XEmacs compatibility code.
8552 (bookmark-jump-noselect): Check vc-backend.
8553
8554 * subr.el (add-to-list): Doc fix.
8555
8556 1999-05-21 Stephen Eglen <stephen@gnu.org>
8557
8558 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8559
8560 1999-05-18 Richard Stallman <rms@gnu.org>
8561
8562 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8563 non-space after the @anchor command.
8564 (texinfo-format-var): Handle other nested constructs, using
8565 texinfo-parse-expanded-arg and texinfo-discard-command, not
8566 texinfo-parse-arg-discard.
8567
8568 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8569 (debug): Bind and use debugger-outer-inhibit-redisplay.
8570 Bind inhibit-redisplay to nil.
8571 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8572
8573 1999-05-17 Dave Love <fx@gnu.org>
8574
8575 * help.el (describe-function-1): Extra arg, interactive-p.
8576 (describe-key, describe-function): Use it.
8577
8578 1999-05-17 Karl Heuer <kwzh@gnu.org>
8579
8580 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8581
8582 1999-05-16 Dave Love <fx@gnu.org>
8583
8584 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8585 scroll-preserve-screen-position, scroll-conservatively.
8586
8587 1999-05-16 Dave Love <fx@gnu.org>
8588
8589 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8590
8591 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8592
8593 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8594
8595 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8596
8597 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8598 magic number and is not associated with a file.
8599
8600 1999-05-14 Richard M. Stallman <rms@gnu.org>
8601
8602 * files.el (find-file-noselect-1): Fix previous change.
8603
8604 1999-05-14 Simon Marshall <simon@gnu.org>
8605
8606 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8607
8608 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8609
8610 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8611 docstring.
8612
8613 * international/mule-cmds.el: Change MULE to Mule in docstrings
8614 and menus.
8615
8616 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8617
8618 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8619 to correctly reflect the value of BaseLineOffset in
8620 RelativeCompose. Now the value of RelativeCompose is an array of
8621 low and high positions.
8622 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8623 RLC for the above change.
8624
8625 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8626
8627 * comint.el (comint-password-prompt-regexp): Modified to match the
8628 output of ksu and ssh-add.
8629
8630 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8631
8632 * language/korea-util.el (isearch-toggle-korean-input-method):
8633 Adjusted for the change of input method handling in isearch.el.
8634 (isearch-hangul-switch-symbol-ksc): Likewise.
8635 (isearch-hangul-switch-hanja): Likewise.
8636
8637 1999-05-10 Dave Love <fx@gnu.org>
8638
8639 * help.el (help-make-xrefs): Fix typo.
8640
8641 1999-05-10 Andreas Schwab <schwab@gnu.org>
8642
8643 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8644 unibyte-display-via-language-environment.
8645
8646 * help.el (help-make-xrefs): Handle more cases when looking for
8647 commands in a keymap description.
8648
8649 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8650
8651 * loadup.el: For ms-dos systems, load ccl and codepage.
8652
8653 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8654
8655 * ps-print.el (ps-control-character): Call
8656 ps-mule-prepare-ascii-font to setup ASCII fonts.
8657
8658 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8659 ps-multibyte-buffer is nil, use
8660 ps-mule-font-info-database-default."
8661
8662 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8663
8664 * ispell.el (ispell-local-dictionary-alist): New variable for
8665 customizing local dictionaries not accessable by everyone.
8666 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8667 (ispell-required-version): Changed format `(major minor
8668 revision)' to support general pattern matching.
8669 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8670 skip region commented out due to incorrect skip potential in std latex.
8671 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8672 cursor point on small words for calls from `ispell-minor-mode'.
8673 (check-ispell-version): Tests and accepts versions major.minor
8674 and above, with adjustments for interactions in 3.1.0-3.1.11.
8675 (ispell-get-line): No longer skips ispell process special characters.
8676 (ispell-comments-and-strings): Removed `when' macro call.
8677 (ispell-minor-check): Requires ispell-word to restore cursor point.
8678 (ispell-buffer-local-parsing): Supports checking comments only.
8679
8680 1999-05-08 Karl Heuer <kwzh@gnu.org>
8681
8682 * comint.el (comint-password-prompt-regexp): Fix last change to be
8683 more specific.
8684
8685 1999-05-07 Richard M. Stallman <rms@gnu.org>
8686
8687 * subr.el (with-temp-message): Fix the other call to message
8688 to use %s.
8689
8690 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8691
8692 * gud.el (gud-format-command): "%F" means file sans extension.
8693 (jdb): Use %F, not %f, for gud-break.
8694
8695 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8696
8697 * comint.el (comint-password-prompt-regexp): Modified so that it
8698 matches the output of kinit.
8699
8700 1999-05-06 Greg Stark <gsstark@mit.edu>
8701
8702 * timezone.el (timezone-parse-date): Recognize new format used in
8703 internet cookies.
8704
8705 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8706
8707 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8708
8709 1999-05-04 Andrew Innes <andrewi@gnu.org>
8710
8711 * time.el (display-time-update): Allow for wrap-around when
8712 checking against display-time-server-down-time.
8713
8714 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8715
8716 * international/mule-diag.el (describe-coding-system): Fix English
8717 message.
8718
8719 1999-05-03 Jason Rumney <jasonr@altavista.net>
8720
8721 * term/w32-win.el: Change the x-charset-registry property for the
8722 Japanese charsets that are supported by Japanese Windows fonts.
8723
8724 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8725
8726 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8727 diary-block diary entries for which the reminders and the diary
8728 entries can overlap.
8729
8730 1999-05-02 Jason Rumney <jasonr@altavista.net>
8731
8732 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8733 matches the font selected in the dialog.
8734
8735 1999-05-02 Dave Love <fx@gnu.org>
8736
8737 * browse-url.el (browse-url-browser-function): Add :version.
8738
8739 * international/mule.el (auto-coding-alist): Add .tgz.
8740
8741 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8742
8743 * international/codepage.el (cp-coding-system-for-codepage-1):
8744 Make the magnification parameter for the -dos encoder be 2.
8745
8746 1999-05-2 Andrew Innes <andrewi@gnu.org>
8747
8748 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8749 it is dropped, rather than current window.
8750
8751 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8752 after switching buffer, as case-fold-search is a buffer local
8753 variable.
8754
8755 * w32-fns.el (convert-standard-filename): Only convert directory
8756 separators to backslash if the interactive shell is one of the
8757 standard Windows shells that has DOS semantics.
8758
8759 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8760 format-time-string, and return a suitable string to indicate the
8761 timestamp was invalid.
8762
8763 * hexl.el (hexlify-command): Apply shell-quote-argument after
8764 expanding hexl-program in case exec-directory contains a space.
8765 (dehexlify-command): Ditto.
8766
8767 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8768 file extension regexps which aren't necessarily binary files.
8769 (direct-print-region-helper): Use subst-char-in-string instead of
8770 binding directory-sep-char to convert filenames to DOS syntax.
8771 (direct-print-region-use-command-dot-com): New variable.
8772 (direct-print-region-helper): Use it to control whether to invoked
8773 command.com to print on Windows 9x.
8774
8775 * browse-url.el (browse-url-browser-function): Default to
8776 browse-url-default-windows-browser on windows-nt.
8777 (browse-url-default-windows-browser): New function.
8778
8779 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8780
8781 * forms.el (forms-mode): Don't call forms-first-record or
8782 forms-last-record if the data file has zero records.
8783
8784 1999-04-29 Richard M. Stallman <rms@gnu.org>
8785
8786 * files.el (find-file-noselect-1): If buffer-file-name has changed
8787 after find-file-not-found-hooks runs, recompute the truename.
8788 And don't use FILENAME after that point.
8789
8790 1999-04-27 Dave Love <fx@gnu.org>
8791
8792 * paren.el (show-paren-mode)
8793 * which-func.el (which-func-mode-global)
8794 * type-break.el (type-break-mode)
8795 * time.el (display-time-mode)
8796 * rsz-mini.el (resize-minibuffer-mode)
8797 * mouse-sel.el (mouse-sel-mode)
8798 * icomplete.el (icomplete-mode)
8799 * hscroll.el (hscroll-global-mode)
8800 * help.el (temp-buffer-resize-mode)
8801 * font-lock.el (global-font-lock-mode)
8802 * delsel.el (delete-selection-mode)
8803 * avoid.el (mouse-avoidance-mode)
8804 * autoinsert.el (auto-insert-mode)
8805 * winner.el (winner-mode): Doc fix.
8806
8807 1999-04-26 Karl Heuer <kwzh@gnu.org>
8808
8809 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8810 the same whitespace that was ignored in choosing the subject string.
8811
8812 1999-04-26 Richard M. Stallman <rms@gnu.org>
8813
8814 * info.el (Info-find-node): Position properly after finding anchor.
8815
8816 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8817
8818 * simple.el (indent-new-comment-line): Fix previous change.
8819
8820 * complete.el: Delete the wildcard expansion feature
8821 since that is now standard in find-file.
8822 (PC-try-load-many-files): Function deleted.
8823 (PC-after-load-many-files): Function deleted.
8824 (PC-many-files-list): Variable deleted.
8825 (PC-disable-wildcards): Variable deleted.
8826 (partial-completion-mode): Don't enable the wildcard feature.
8827
8828 * complete.el (PC-look-for-include-file): Don't set global variables
8829 `error', `buf' and `filename' here.
8830
8831 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8832
8833 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8834
8835 * textmodes/outline.el (outline-regexp): Doc fix.
8836
8837 1999-04-26 John Wiegley <johnw@borland.com>
8838
8839 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8840 C++Builder 4.0 error message syntax.
8841
8842 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8843
8844 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8845 supported, use find -exec.
8846
8847 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8848
8849 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8850 coding-system-for-write, to avoid hanging when non-interactive.
8851
8852 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8853
8854 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8855 start with a newline.
8856
8857 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8858
8859 * international/mule-conf.el (x-ctext): New coding system.
8860
8861 1999-04-12 Richard M. Stallman <rms@gnu.org>
8862
8863 * international/mule-cmds.el (input-method-function):
8864 Add permanent-local property.
8865
8866 1999-04-12 Dave Love <fx@gnu.org>
8867
8868 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8869 change to use jka-compr-byte-compiler-base-file-name.
8870
8871 * supercite.el (sc-scan-info-alist): Revert last change.
8872 (sc-attrib-selection-list): Fix :type here instead.
8873
8874 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8875
8876 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8877 in the list of case-insensitive filesystems.
8878
8879 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8880
8881 * international/fontset.el (create-fontset-from-fontset-spec):
8882 Don't register duplicated alias fontset names.
8883
8884 1999-04-08 Richard Stallman <rms@gnu.org>
8885
8886 * international/mule.el (auto-coding-alist-lookup): New function.
8887 (set-auto-coding): Use auto-coding-alist-lookup.
8888
8889 * jka-compr.el (jka-compr-insert-file-contents):
8890 Use auto-coding-alist-lookup to check for files that
8891 should not have eol conversion, in the unibyte case.
8892
8893 1999-04-07 Dave Love <fx@gnu.org>
8894
8895 * help.el (describe-variable): Check custom-loads property as well
8896 as custom-type.
8897
8898 * abbrev.el (abbrev-mode): Customizing sets the default value.
8899
8900 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8901
8902 * vc.el (vc-backend-revert): For CVS files that were made
8903 writeable with "cvs edit", call "cvs unedit" to undo that.
8904
8905 1999-04-08 Dave Love <fx@gnu.org>
8906
8907 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8908 more.
8909 (sc-emacs-features): Recognize Emacs 20.
8910 (sc-read-string): Use history arg.
8911 (sc-scan-info-alist): Check for rtnvalue a cons.
8912
8913 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8914
8915 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8916 coding system to encode the message by
8917 select-message-coding-system.
8918
8919 1999-04-07 Richard Stallman <rms@gnu.org>
8920
8921 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8922
8923 * winner.el: Reorder definitions.
8924
8925 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8926
8927 * mail/rmail.el (rmail-decode-babyl-format):
8928 Undo previous change.
8929
8930 1999-04-06 Richard Stallman <rms@gnu.org>
8931
8932 * info.el (Info-find-node): Check for an anchor at the
8933 proper place, before reading an indirect file.
8934
8935 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8936
8937 * jka-compr.el (jka-compr-insert-file-contents):
8938 Use raw-text-unix when we want no conversion.
8939
8940 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8941
8942 * timezone.el (timezone-parse-date): Corrected regexp for
8943 style (5) date format so that tenths of seconds are optional.
8944
8945 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8946
8947 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8948 of dos-codepage-setup.
8949 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8950 codepages for which there's no need to set up cpNNN coding
8951 systems.
8952 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8953
8954 1999-04-05 Richard Stallman <rms@gnu.org>
8955
8956 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8957
8958 1999-04-02 Richard Stallman <rms@gnu.org>
8959
8960 * progmodes/compile.el (compilation-handle-exit): Do right thing
8961 if (car status) doesn't end in a newline.
8962
8963 1999-04-01 Dave Love <fx@gnu.org>
8964
8965 * progmodes/sql.el (SQL): Add defgroup :version.
8966
8967 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8968
8969 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8970 buffer-file-coding-system. If the coding system used is raw-text,
8971 etc., make the *Compiler Input* buffer unibyte.
8972
8973 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8974
8975 * loadup.el: Don't write the fns-...el file if not dumping.
8976
8977 1999-03-31 Dave Love <fx@gnu.org>
8978
8979 * snmp-mode.el (snmp): Fix defgroup :version.
8980
8981 * hilit-chg.el (highlight-changes): Add defgroup :version.
8982
8983 1999-03-31 Andreas Schwab <schwab@gnu.org>
8984
8985 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8986 the gnus-save-hidden-threads macro.
8987
8988 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8989
8990 * faces.el (face-set-after-frame-default): Obey the
8991 `customized-face' for new faces.
8992
8993 1999-03-30 Dave Love <fx@gnu.org>
8994
8995 * international/mule-cmds.el (current-language-environment): Doc fix.
8996 * abbrev.el (abbrev-mode): Doc fix.
8997 * autoinsert.el (auto-insert-mode): Doc fix.
8998 * complete.el (partial-completion-mode): Doc fix.
8999 * avoid.el (mouse-avoidance-mode): Doc fix.
9000 * delsel.el (delete-selection-mode): Doc fix.
9001 * font-lock.el (global-font-lock-mode): Doc fix.
9002 * help.el (temp-buffer-resize-mode): Doc fix.
9003 * hscroll.el (hscroll-global-mode): Doc fix.
9004 * icomplete.el (icomplete-mode): Doc fix.
9005 * mouse-sel.el (mouse-sel-mode): Doc fix.
9006 * paren.el (show-paren-mode): Doc fix.
9007 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9008 * time.el (display-time-mode): Doc fix.
9009 * type-break.el (type-break-mode): Doc fix.
9010 * which-func.el (which-func-mode-global): Doc fix.
9011 * winner.el (winner-mode): Doc fix.
9012
9013 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9014
9015 * wid-edit.el (widget-before-change): Signal text-read-only rather
9016 than an ordinary error.
9017
9018 1999-03-30 Richard M. Stallman <rms@gnu.org>
9019
9020 * repeat.el: Don't require advice.
9021 (repeat): Do function-indirection in check for kbd macro.
9022 In self-insert case, use the *last* char in INSERTION.
9023
9024 1999-03-30 Karl Heuer <kwzh@gnu.org>
9025
9026 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9027
9028 1999-03-29 Andreas Schwab <schwab@gnu.org>
9029
9030 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9031 comint-input-filter-functions. Make variables related to shell
9032 directory tracking local.
9033
9034 1999-03-26 Andreas Schwab <schwab@gnu.org>
9035
9036 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9037
9038 * simple.el (shell-command-on-region): Cope with exit-status being
9039 nil, which happens if call-process-region was interrupted.
9040
9041 1999-03-26 Richard M. Stallman <rms@gnu.org>
9042
9043 * simple.el (indent-new-comment-line): Handle use at a point
9044 after a comment-end. Handle multiple comments.
9045
9046 * mail/rmail.el (rmail-decode-babyl-format):
9047 To prevent locking, bind buffer-file-name to nil.
9048
9049 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9050
9051 * mail-hist.el (mail-hist-current-header-name): Don't make
9052 off-by-one-error when determining if in message body.
9053
9054 1999-03-25 Andrew Innes <andrewi@gnu.org>
9055
9056 * w32-fns.el (set-default-process-coding-system): Copied from
9057 dos-w32.el, but modified to use Unix line endings for process
9058 input, and to add a suitable entry to process-coding-system-alist
9059 for DOS shells.
9060
9061 * dos-fns.el (set-default-process-coding-system): Copied from
9062 dos-w32.el.
9063
9064 * dos-w32.el (set-default-process-coding-system): Move function to
9065 dos-fns.el; a different version is used in w32-fns.el.
9066
9067 1999-03-24 Dave Love <fx@gnu.org>
9068
9069 * info.el (Info-directory-list): Revert change to re-writing
9070 Info-default-directory-list, but put `alternative' first.
9071 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9072
9073 1999-03-23 Simon Marshall <simon@gnu.org>
9074
9075 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9076 on the line by itself.
9077 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9078 it is not in a declarative context.
9079
9080 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9081
9082 * cus-edit.el (custom-variable-prompt): Allow customization of
9083 autoloaded symbols.
9084
9085 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9086
9087 * simple.el (what-cursor-position): Don't cause error when point
9088 is at invalid multibyte sequence.
9089
9090 1999-03-21 Karl Heuer <kwzh@gnu.org>
9091
9092 * complete.el (partial-completion-mode): Doc fix.
9093
9094 1999-03-19 Richard M. Stallman <rms@gnu.org>
9095
9096 * progmodes/cplus-md.el (old-c++): Remove :group.
9097
9098 * progmodes/c-mode.el (old-c): Remove :group.
9099
9100 1999-03-18 Simon Marshall <simon@gnu.org>
9101
9102 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9103 (java-font-lock-keywords-2): Added "strictfp" keyword.
9104
9105 1999-03-17 Jason Rumney <jasonr@altavista.net>
9106
9107 * w32-fns.el (set-w32-system-coding-system) New function.
9108 (w32-system-coding-system) Initialize to 'iso-latin-1.
9109
9110 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9111
9112 * international/mule-cmds.el (set-language-environment): Fix
9113 previous change: don't use dos-codepage when unbound.
9114
9115 1999-03-17 Karl Heuer <kwzh@gnu.org>
9116
9117 * calendar/appt.el (appt-make-list): Fix previous change.
9118
9119 1999-03-16 Richard M. Stallman <rms@gnu.org>
9120
9121 * window.el (shrink-window-if-larger-than-buffer):
9122 Don't try to redisplay with the cursor at the end
9123 on its own line--that would force a scroll and spoil things.
9124
9125 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9126
9127 * international/mule-cmds.el (set-language-environment): Don't use
9128 cpNNN-nonascii-translation-table if it is unbound.
9129
9130 * term/internal.el (dos-codepage-setup): Compute the unibyte
9131 syntax table and bind unibyte-display-via-language-environment
9132 here, rather than at top level, so that resetting to unibyte in
9133 .emacs works as expected.
9134
9135 1999-03-15 Simon Marshall <simon@gnu.org>
9136
9137 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9138
9139 1999-03-14 Milan Zamazal <pdm@pvt.net>
9140
9141 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9142
9143 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9144
9145 * international/mule-util.el (detect-coding-with-priority):
9146 Restore the internal database.
9147
9148 1999-03-14 Stephen Eglen <stephen@gnu.org>
9149
9150 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9151 if mail-from-style has invalid value.
9152
9153 1999-03-12 Karl Heuer <kwzh@gnu.org>
9154
9155 * vc.el (vc-delete-logbuf-window): New var.
9156 (vc-finish-logentry): Use it.
9157
9158 1999-03-12 Richard M. Stallman <rms@gnu.org>
9159
9160 * startup.el (command-line-1): Improve startup msg.
9161
9162 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9163
9164 * speedbar.el: Added commentary about stealthy functions.
9165 (speedbar-message) new function.
9166 (speedbar-y-or-n-p): New function
9167 (speedbar-with-attached-buffer) Moved macro before reference.
9168 Now uses `save-selected-window'.
9169 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9170 speedbar-generic-item-info, speedbar-item-info-file-helper,
9171 speedbar-item-delete, speedbar-insert-generic-list,
9172 speedbar-timer-fn, speedbar-check-vc-this-line,
9173 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9174 speedbar-buffers-item-info) Use speedbar-message.
9175 (speedbar-item-info) Limit `message-log-max'.
9176 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9177 speedbar-item-delete, speedbar-item-object-delete,
9178 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9179
9180 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9181
9182 * server.el (server-start): Set coding system for the server
9183 process to raw-text.
9184 (server-process-filter): Decode file names if necessary.
9185
9186 1999-03-12 Dave Love <fx@gnu.org>
9187
9188 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9189
9190 * textmodes/paragraphs.el (sentence-end): Doc fix.
9191
9192 1999-03-11 Karl Heuer <kwzh@gnu.org>
9193
9194 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9195
9196 1999-03-09 Karl Heuer <kwzh@gnu.org>
9197
9198 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9199 (ispell-dictionary-alist-2): Likewise.
9200 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9201 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9202 (ispell-dictionary-alist): Build from six pieces, not just two.
9203
9204 * ps-bdf.el (bdf-directory-list): Doc fix.
9205
9206 * enriched.el (enriched-mode): Make var permanent-local.
9207
9208 1999-03-09 Dave Love <fx@gnu.org>
9209
9210 * textmodes/sgml-mode.el (html-mode): Use
9211 sentence-end-double-space when setting sentence-end.
9212
9213 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9214
9215 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9216
9217 1999-03-08 Felix Lee <flee@cygnus.com>
9218
9219 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9220
9221 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9222
9223 1999-03-08 Karl Heuer <kwzh@gnu.org>
9224
9225 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9226 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9227
9228 * dired.el (dired-do-copy-regexp): Doc fix.
9229 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9230
9231 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9232
9233 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9234
9235 1999-03-08 Jason Rumney <jasonr@altavista.net>
9236
9237 * international/codepage.el (cp1250-decode-table)
9238 (cp1251-decode-table, cp1253-decode-table)
9239 (cp1257-decode-table): New translation tables for MS Windows codepages.
9240 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9241
9242 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9243
9244 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9245
9246 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9247
9248 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9249
9250 * term/internal.el (top level): Display character 255 as 8bit as well.
9251
9252 1999-03-06 Dave Love <fx@gnu.org>
9253
9254 * progmodes/cc-cmds.el (c-outline-level): Bind
9255 buffer-invisibility-spec.
9256
9257 * progmodes/c-mode.el (c-outline-level): Likewise.
9258
9259 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9260
9261 1999-03-05 Felix Lee <flee@cygnus.com>
9262
9263 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9264
9265 1999-03-05 Richard M. Stallman <rms@gnu.org>
9266
9267 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9268
9269 1999-03-05 Andrew Innes <andrewi@gnu.org>
9270
9271 * w32-fns.el (convert-standard-filename): Convert directory
9272 separators to Windows format.
9273
9274 1999-03-05 Andreas Schwab <schwab@gnu.org>
9275
9276 * international/skkdic-cnv.el: Provide skkdic-cnv.
9277 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9278 (batch-skkdic-convert): Doc fix.
9279
9280 1999-03-04 Dave Love <fx@gnu.org>
9281
9282 * custom.el (custom-set-variables): Protect against setter errors.
9283
9284 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9285
9286 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9287 the file sizes from overflowing.
9288 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9289 Under -s, print the size in blocks with %4.0f, in case they have
9290 a *really* huge file.
9291
9292 1999-03-03 Dave Love <fx@gnu.org>
9293
9294 * options.el (edit-options): Doc fix.
9295 (list-options): Don't lose with unbound symbols. Maintain
9296 Edit-options-mode.
9297
9298 1999-03-01 Dave Love <fx@gnu.org>
9299
9300 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9301
9302 1999-02-28 Richard M. Stallman <rms@gnu.org>
9303
9304 * ispell.el (ispell-dictionary-alist-override): New variable.
9305 (ispell-dictionary-alist): Don't setq it,
9306 if ispell-dictionary-alist-override is set.
9307
9308 * simple.el (shell-command-default-error-buffer): Renamed from
9309 shell-command-on-region-default-error-buffer.
9310 (shell-command-on-region): Mention in echo area when there
9311 is some error output. Mention success or failure, too.
9312 Accumulate multiple error outputs
9313 going forward, with formfeed in between. Display the error buffer
9314 when we have put something in it.
9315 (shell-command): Add the ERROR-BUFFER argument feature.
9316
9317 1999-02-28 Karl Heuer <kwzh@gnu.org>
9318
9319 * mail/mh-utils.el (mh-lib): Doc fix.
9320 (mh-lib-progs, mh-nmh-p): New vars.
9321 (mh-find-progs): Set mh-lib-progs along with other vars.
9322 (mh-path-search): New arg FUNC-P; if specified, use that instead
9323 of mh-file-command-p.
9324 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9325
9326 * mail/mh-comp.el (mh-repl-formfile): New var.
9327 (mh-smail-batch): Don't ignore all arguments.
9328 (mh-reply): Do the right thing when using nmh.
9329
9330 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9331
9332 * international/mule-cmds.el (select-safe-coding-system): Be sure
9333 to show a buffer being decoded.
9334
9335 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9336
9337 * ps-bdf.el (bdf-directory-list): Initialize it to
9338 '("/usr/local/share/emacs/fonts/bdf").
9339
9340 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9341
9342 * ps-print.el: PostScript programming fix.
9343 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9344 setpagedevice operator).
9345
9346 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9347
9348 * ps-print.el: Doc fix, font size specifies landscape and portrait
9349 sizes.
9350 (ps-print-version): New version number (4.1.4).
9351 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9352 Specifies landscape and portrait sizes.
9353 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9354 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9355 fix.
9356 (ps-get-font-size): New fun.
9357 (ps-font-size-internal, ps-header-font-size-internal)
9358 (ps-header-title-font-size-internal): New vars.
9359
9360 * ps-mule.el: Change of ps-print font size variable name.
9361 (ps-mule-generate-font): Fun fix.
9362 (ps-mule-begin-job): Programming uniformization.
9363
9364 1999-02-25 Dave Love <fx@gnu.org>
9365
9366 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9367 (help-make-xrefs): Do Info case first.
9368
9369 * repeat.el: Don't require advice.
9370 (repeat-last-kill-command): Variable deleted.
9371
9372 1999-02-25 Richard Stallman <rms@gnu.org>
9373
9374 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9375 case just because the current buffer is the output buffer.
9376
9377 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9378
9379 * simple.el (what-cursor-position): To show the character's
9380 encoding, use encoded-string-description instead of information
9381 of chaset-origin-alist.
9382
9383 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9384 (encoded-code-description): New function.
9385 (encoded-string-description): New function.
9386 (encode-coding-char): New function.
9387
9388 1999-02-25 Andrew Innes <andrewi@gnu.org>
9389
9390 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9391 checking for .emacs[.el[c]].
9392
9393 1999-02-24 Richard Stallman <rms@gnu.org>
9394
9395 * help.el (describe-function-1): Don't print a whole lambda-function.
9396
9397 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9398
9399 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9400 inputting ?\240.
9401
9402 1999-02-23 Karl Heuer <kwzh@gnu.org>
9403
9404 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9405
9406 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9407 (clean-buffer-list-kill-buffer-names): Doc fix.
9408
9409 * gud.el (gud-jdb-massage-args): Spelling fix.
9410
9411 1999-02-23 Richard M. Stallman <rms@gnu.org>
9412
9413 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9414
9415 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9416
9417 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9418 excursion while calling set-auto-coding-function.
9419
9420 * play/handwrite.el (handwrite): Require ps-print, and use
9421 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9422 if it's defined, instead of forking ps-lpr-command unconditionally.
9423
9424 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9425
9426 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9427 charset-origin-alist property to a coding system for the codepage.
9428
9429 * international/mule.el: Modify comment for charset-origin-alist
9430 property of a coding system.
9431
9432 * simple.el (what-cursor-position): charset-origin-alist property
9433 of a coding system may be a translation table or a symbol of which
9434 `translation-table' property is a translation table.
9435
9436 1999-02-21 Richard Stallman <rms@gnu.org>
9437
9438 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9439 to the "html" template.
9440
9441 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9442
9443 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9444
9445 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9446
9447 * dirtrack.el (dirtrack): Check for the prompt in the input string
9448 instead of the buffer.
9449
9450 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9451
9452 * sql.el: Set version to 1.4.1. Changed mail address to
9453 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9454 (sql-input-ring-separator): Doc fix.
9455 (sql-mode-syntax-table): double-dash starts comments is defined as
9456 ". 56" instead of ". 12b" for XEmacs.
9457 (sql-stop, sql-interactive-mode): Doc fixes.
9458 (sql-postgres): Queries for database and server, not just one.
9459 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9460
9461 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9462 changed. This is needed for master.el to work.
9463 (sql-set-sqli-buffer): Use the new hook.
9464
9465 * sql.el (sql-make-alternate-buffer-name): Function that sets
9466 sql-alternate-buffer-name.
9467 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9468 (sql-interactive-mode): Set sql-alternate-buffer-name.
9469 (sql-rename-buffer): New command.
9470 (sql-interactive-mode-menu): Menu for SQLi buffers.
9471
9472 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9473 and sql-input-ring-file-name are used to temporarily set
9474 comint-input-ring-file-name and comint-input-ring-separator when
9475 reading and writing input history files.
9476
9477 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9478 (sql-input-ring-file-name): New variable with customization.
9479 (sql-input-ring-separator): New variable with customization.
9480 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9481 Callers changed.
9482 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9483 now includes the name of the current buffer.
9484
9485 (sql-mode): Set paragraph-separate and paragraph-start so that
9486 sql-send-paragraph sends the entire SQL statements, even if it
9487 contains indented lines.
9488
9489 1999-02-18 Dave Love <fx@gnu.org>
9490
9491 * format.el (format-encode-run-method, format-decode-run-method):
9492 Fix previous change.
9493
9494 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9495
9496 * international/mule.el (coding-system-list): Moved here from
9497 mule-util.el to avoid autoloading mule-util by the call of
9498 select-safe-coding-system.
9499
9500 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9501
9502 * simple.el (turn-on-auto-fill): Mark it as an option for
9503 `text-mode-hook'.
9504
9505 1999-02-17 Richard Stallman <rms@gnu.org>
9506
9507 * emacs-lisp/easymenu.el (easy-menu-get-map):
9508 Don't crash if (current-local-map) is nil.
9509
9510 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9511
9512 * filecache.el (file-cache-filter-regexps): Added .class.
9513
9514 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9515
9516 * international/mule-util.el (decompose-region): Use
9517 insert-buffer-substring instead of insert-buffer to avoid putting
9518 mark.
9519
9520 1999-02-17 Andreas Schwab <schwab@gnu.org>
9521
9522 * calendar/cal-move.el (scroll-calendar-left): Don't set
9523 displayed-month and displayed-year here, let generate-calendar do
9524 it, after range checking.
9525
9526 1999-02-17 Simon Marshall <simon@gnu.org>
9527
9528 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9529
9530 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9531 correctly between an object declared via a constructor and a method.
9532 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9533 (java-font-lock-keywords-1): Fontify package names individually.
9534 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9535 (java-font-lock-keywords-2): Simplify type fontification.
9536 (java-font-lock-keywords-3): Likewise.
9537
9538 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9539
9540 * language/japanese.el (iso-2022-jp-2): New coding system.
9541 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9542
9543 1999-02-16 Dave Love <fx@gnu.org>
9544
9545 * help.el (describe-function-1): Accept non-symbols.
9546
9547 1999-02-16 Paul Eggert <eggert@twinsun.com>
9548
9549 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9550 find the last match if there are multiple matches.
9551
9552 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9553
9554 * tex-mode.el (tex-run-command, latex-run-command)
9555 (slitex-run-command, tex-command): Doc changes.
9556 (tex-start-options-string): Autoload it. Doc change. Provide
9557 a menu for customization. Allow nil. Quote backslashes only once.
9558 (tex-start-tex): Handle nil value of tex-start-options-string
9559 and apply shell-quote-argument to it.
9560
9561 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9562
9563 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9564 the size in blocks, since it can be a float.
9565 (ls-lisp-format): Likewise
9566
9567 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9568
9569 * language/japanese.el (japanese-shift-jis): Add
9570 charset-origin-alist property.
9571
9572 1999-02-15 Richard Stallman <rms@gnu.org>
9573
9574 * progmodes/compile.el (compile-internal): Use save-selected-window.
9575
9576 * subr.el (momentary-string-display): Bind inhibit-read-only.
9577
9578 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9579
9580 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * mail/rmail.el (rmail-show-message): If an unseen message has a
9583 Summary-line in its header, get past one more line before looking
9584 for the X-Coding-System header.
9585
9586 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9587
9588 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9589 explicitly to accomodate Windows 9X lack of a useful copy program.
9590
9591 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9592
9593 * wid-edit.el (widget-choice-value-create): Use `equal'
9594 instead of `eq'.
9595
9596 1999-02-14 Richard Stallman <rms@gnu.org>
9597
9598 * international/iso-transl.el:
9599 (iso-transl-ae): Renamed from iso-transl-e-slash.
9600 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9601 (iso-transl-AE): Renamed from iso-transl-E-slash.
9602 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9603 (iso-transl-char-map): Related changes.
9604
9605 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9606
9607 1999-02-13 Richard Stallman <rms@gnu.org>
9608
9609 * textmodes/texinfmt.el (texinfo-alias): New function.
9610 (texinfo-fold-nodename-case): Add defvar.
9611 (texinfo-format-node): Do case folding if specified.
9612
9613 * ffap.el (ffap-file-at-point): Test local file names
9614 immediately. Strip off line numbers.
9615
9616 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9617
9618 * sql.el: Set version to 1.3.2
9619 (sql-solid-program): Added support for solid.
9620 (sql-help): Doc mentions sql-solid.
9621 (sql-solid): Entry function for Solid.
9622 (sql-buffer): Doc explains the use of the variable and how to
9623 change it.
9624 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9625 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9626 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9627 is new.
9628 (sql-show-sqli-buffer): New function to display the value of
9629 sql-buffer.
9630 (sql-change-sqli-buffer): New function to change sql-buffer.
9631 (sql-mode): Doc explains how to change sql-buffer.
9632 (sql-send-paragraph): New function to send a paragraph.
9633 (sql-mode-map): Added keybinding for sql-send-paragraph.
9634 (sql-mysql): Doc corrected.
9635 (sql-ms): Doc corrected.
9636
9637 * sql.el (sql-server): Doc fix.
9638 (sql-mysql): Added the use of sql-server to specify the host,
9639 sql-database now specifies database instead of host.
9640 (sql-mode-menu): Send... menu items are only active if sql-buffer
9641 is non-nil.
9642 (sql-help): Changed tag of entry functions a bit.
9643
9644 * sql.el: Added keywords from `finder-by-keyword'.
9645 (sql-mode): Made sql-buffer a local variable, changed the
9646 documentation: removed instructions to add *.sql files to
9647 auto-mode-alist, added documentation for having mutliple SQL
9648 buffers sending their stuff to different SQLi buffers, each
9649 running a different process.
9650 (sql-postgres): Quoted *SQL* in doc string.
9651 (sql-ms): Likewise.
9652 (sql-ingres): Likewise.
9653 (sql-ingres): Quoted *SQL* in doc string, added references to
9654 sql-user and sql-password used during login.
9655 (sql-sybase): Quoted *SQL* in doc string, added comma.
9656 (sql-oracle): Likewise.
9657 (sql-interactive-mode): Added extensive documentation for having
9658 mutliple SQL buffers sending their stuff to different SQLi
9659 buffers, each running a different process.
9660 (sql-buffer): Changed doc from *SQL* to SQLi.
9661 (sql-get-login): Doc fix.
9662
9663 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9664
9665 * international/mule-conf.el (undecided): Set ascii in
9666 safe-charsets property.
9667
9668 1999-02-12 Richard Stallman <rms@gnu.org>
9669
9670 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9671
9672 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9673
9674 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9675 value to ps-mule-font-info-database-latin.
9676
9677 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9678
9679 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9680 (ps-mule-font-info-database-default): New variable.
9681 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9682 ps-mule-font-info-database-default.
9683
9684 1999-02-12 Dave Love <fx@gnu.org>
9685
9686 * timezone.el (timezone-make-date-sortable)
9687 (timezone-make-date-arpa-standard): Doc fix.
9688
9689 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9690
9691 * international/quail.el (quail-show-kbd-layout): Bind
9692 blink-matching-paren to nil.
9693
9694 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9695 for ASCII and Latin-1.
9696
9697 1999-02-12 Andreas Schwab <schwab@gnu.org>
9698
9699 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9700
9701 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9702
9703 * international/mule-cmds.el (language-info-alist): Remove
9704 description about charset-origin-alist.
9705
9706 * international/mule.el: Comment added for a new coding system
9707 property `charset-origin-alit'.
9708 (make-translation-table): This variable deleted.
9709
9710 * language/chinese.el (chinese-big5): Add charset-origin-alist
9711 property.
9712 ("Chinese-CNS"): Remove charset-origin-alist property.
9713
9714 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9715 property.
9716 (cyrillic-alternativnyj): Likewise.
9717 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9718 ("Cyrillic-ALT"): Likewise.
9719
9720 * language/vietnamese.el (vietnamese-viqr): Add
9721 charset-origin-alist property.
9722 ("Vietnamese"): Remove charset-origin-alist property.
9723
9724 * simple.el (what-cursor-position): Don't use the varialbe
9725 charset-origin-alist, but use charset-origin-alist property of
9726 buffer-file-coding-system to decide external character set code.
9727
9728 1999-02-10 Richard Stallman <rms@gnu.org>
9729
9730 * shadowfile.el: Don't turn on the mode when the file is loaded.
9731
9732 1999-02-09 Richard Stallman <rms@gnu.org>
9733
9734 * progmodes/compile.el (compile-auto-highlight): Customize.
9735
9736 * add-log.el (add-log-file-name-function): New variable.
9737 (add-change-log-entry): Call that function, if non-nil.
9738
9739 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9740
9741 * rmail.el (rmail-search): Track match with a marker, not an integer.
9742
9743 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9744
9745 * progmodes/compile.el (compilation-setup): Set value of
9746 compilation-directory-stack as in compilation-forget-errors.
9747 (compile-reinitialize-errors): Bind buffer-undo-list and
9748 deactivate-mark.
9749 (compilation-forget-errors): Likewise.
9750
9751 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9752
9753 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9754 def... constructs.
9755
9756 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9757 Remove calls to sleep-for.
9758
9759 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9760
9761 * international/codepage.el (cp-coding-system-for-codepage-1): On
9762 MS-DOS, use dos-unsupported-char-glyph for characters not
9763 supported by the codepage.
9764 (cp-make-coding-systems-for-codepage): Likewise.
9765
9766 1999-02-08 Andreas Schwab <schwab@gnu.org>
9767
9768 * international/mule-util.el (coding-system-list): Don't sort
9769 coding-system-list here.
9770
9771 * international/mule.el (coding-system-lessp): Moved here from
9772 mule-util.el
9773 (add-to-coding-system-list): New function.
9774 (make-subsidiary-coding-system, make-coding-system,
9775 define-coding-system-alias): Use it instead of setting
9776 coding-system-list directly.
9777
9778 1999-02-07 Dave Love <fx@gnu.org>
9779
9780 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9781 onto message.
9782
9783 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9784
9785 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9786 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9787
9788 1999-02-06 Richard Stallman <rms@gnu.org>
9789
9790 * language/european.el (setup-slovenian-environment): New function.
9791 ("Slovenian"): New language environment.
9792
9793 * progmodes/sql.el (sql-help): Doc fix.
9794 (sql-mysql): Doc fix.
9795
9796 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9797
9798 * tex-mode.el: When compiling, require compare-w and skeleton
9799 to pacify the byte-compiler. Move the def's of the tex-commands
9800 together. Add a comment on kill-process vs. quit-process.
9801
9802 1999-02-05 Dave Love <fx@gnu.org>
9803
9804 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9805 null markers.
9806 (compile-goto-error): Likewise.
9807
9808 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9809
9810 * time-stamp.el (time-stamp-format): Format doc tighter.
9811 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9812 (time-stamp): Don't re-write the time stamp if it didn't change.
9813
9814 1999-02-05 Alex Schroeder <asc@bsiag.com>
9815
9816 * progmodes/sql.el: Changed version to 1.2.1.
9817 (sql-pop-to-buffer-after-send-region): Improved documentation.
9818 (sql-mysql-program): Added MySQL support.
9819 (sql-prompt-length): Made prompt-length configurable.
9820 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9821 (sql-help): Added MySQL support, changed documentation.
9822 (sql-send-region): A message is displayed if something is sent.
9823 (sql-mode): Added buffer-local comment-start.
9824 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9825 (sql-interactive-mode): Added buffer-local comment-start.
9826 (sql-oracle): Set sql-prompt-length.
9827 (sql-sybase): Set sql-prompt-length.
9828 (sql-mysql): Added MySQL support.
9829 (sql-ingres): Set sql-prompt-length.
9830 (sql-ms): Set sql-prompt-length.
9831 (sql-postgres): Set sql-prompt-length.
9832
9833 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9834
9835 * term/internal.el (dos-codepage-setup): Set selection coding
9836 system to cpNNN-dos.
9837
9838 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9839
9840 * international/characters.el: Let ethiopic use iso-2022-7bit.
9841
9842 1999-02-02 Dave Love <fx@gnu.org>
9843
9844 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9845 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9846
9847 1999-02-02 Karl Heuer <kwzh@gnu.org>
9848
9849 * terminal.el (terminal-emulator): Doc fix.
9850
9851 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9852
9853 * international/mule-util.el (compose-chars): Doc-string
9854 modified. Correctly handle a composition character in ARGS.
9855
9856 1999-02-01 Richard Stallman <rms@gnu.org>
9857
9858 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9859 (makefile-menu-index-function): Function deleted.
9860 (makefile-mode): Use makefile-imenu-generic-expression.
9861
9862 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9863
9864 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9865 change, invoke from before-init-hook.
9866
9867 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9868
9869 * subr.el (remove-from-invisibility-spec): Cope with the case when
9870 buffer-invisibility-spec is t.
9871
9872 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9873
9874 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9875 appt-add and appt-delete.
9876
9877 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9878
9879 * term/pc-win.el (msdos-approximate-color): New function.
9880 (msdos-color-translate): Call it to find a DOS color that best
9881 approximates an X-style "#NNNNNN" color specification.
9882
9883 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9884
9885 * international/mule-util.el (compose-chars-component): Add
9886 autoload cookie.
9887
9888 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9889
9890 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9891 function, replace cdr of MAP by the return value of the function
9892 unconditionally.
9893
9894 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9895
9896 * progmodes/compile.el (compilation-next-error-locus): Don't
9897 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9898
9899 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9900
9901 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9902 and NLs before "charset", and allow the charset name be in double
9903 quotes.
9904
9905 1999-01-31 Richard Stallman <rms@gnu.org>
9906
9907 * imenu.el (imenu-sort-function): Fix custom type.
9908
9909 1999-01-30 Richard Stallman <rms@gnu.org>
9910
9911 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9912 (speedbar-line-token): Likewise.
9913
9914 * play/gametree.el (gametree-default-score): Use defcustom.
9915 (gametree-score-regexp, gametree-score-closer): Likewise.
9916 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9917
9918 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9919
9920 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9921 decoding.
9922
9923 1999-01-29 Markus Rost <rost@gnu.org>
9924
9925 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9926 tex-validate-buffer.
9927 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9928 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9929 now with recent occur-mode.
9930 (tex-validate-region): Really walk through all Sexps.
9931 (tex-region): Bind shell-dirtrack-verbose.
9932 (tex-file, tex-bibtex-file): Likewise.
9933
9934 1999-01-29 Dave Love <fx@gnu.org>
9935
9936 * finder.el: (finder-commentary): Fix interactive spec. Try
9937 appending .el to file name.
9938 (finder-find-library, finder-commentary): Doc fixes.
9939
9940 1999-01-29 Andrew Innes <andrewi@gnu.org>
9941
9942 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9943 where the userid contains directory separators.
9944
9945 1999-01-29 Dave Love <fx@gnu.org>
9946
9947 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9948 (lm-commentary): Doc fix.
9949
9950 1999-01-29 Andreas Schwab <schwab@gnu.org>
9951
9952 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9953 wildcard match. Fix regexp that tests if dirpart contains
9954 wildcard characters.
9955
9956 1999-01-28 Richard Stallman <rms@gnu.org>
9957
9958 * font-lock.el (font-lock-default-unfontify-region):
9959 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9960
9961 1999-01-27 Jason Rumney <jasonr@altavista.net>
9962
9963 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9964 from FAMILY field.
9965 (w32-create-initial-fontsets): Do not use before-init-hook.
9966 (mouse-set-font): Document. Automatically create and use fontsets.
9967
9968 * dos-w32.el (direct-print-region-helper): Check for printer
9969 being t as well as a string.
9970
9971 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9972
9973 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9974 (rmail-mime-charset-pattern): New variable.
9975 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9976 rmail-decode-mime-charset is non-nil.
9977
9978 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9979
9980 * international/characters.el: Set category `q' for all characters
9981 in tibetan and tibetan-1-column.
9982
9983 1999-01-27 Andrew Innes <andrewi@gnu.org>
9984
9985 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9986 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9987
9988 1999-01-27 Dave Love <fx@gnu.org>
9989
9990 * international/mule-cmds.el (current-language-environment):
9991 Provide :link, :type (choices) and appropriate :get.
9992
9993 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9994
9995 * startup.el (command-line): Set default eol-mnemonic-* strings to
9996 display end-of-line format in mode line.
9997
9998 * cus-start.el (all): Add eol-mnemonic-* variables.
9999
10000 1999-01-26 Dave Love <fx@gnu.org>
10001
10002 * startup.el (command-line-1): Up-date copyright.
10003
10004 * paths.el (Info-default-directory-list): Use configdir twice.
10005
10006 * info.el (Info-directory-list): Don't set path-separator now
10007 we're not shipped with Texinfo. Simplify path definition.
10008 Substitute all occurrences of instdir in Info-default-directory-list.
10009
10010 1999-01-25 Richard Stallman <rms@gnu.org>
10011
10012 * startup.el (normal-top-level-add-subdirs-to-load-path):
10013 Record the inode numbers of the dirs processed, to avoid loop.
10014
10015 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10016
10017 1999-01-25 Dave Love <fx@gnu.org>
10018
10019 * browse-url.el (browse-url-netscape-program): Doc addition.
10020
10021 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10022 prefix.
10023
10024 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10025 auto-mode-alist.
10026
10027 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10028
10029 * calendar/diary-lib.el (mark-diary-entries): Use
10030 assoc-ignore-case and do not capitalize when matching month and
10031 day names.
10032
10033 * calendar/calendar.el (calendar-read-date): Ditto.
10034
10035 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10036 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10037
10038 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10039
10040 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10041
10042 * calendar/cal-islam.el (calendar-goto-islamic-date)
10043 (mark-islamic-diary-entries): Ditto.
10044
10045 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10046
10047 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10048 (calendar-read-mayan-tzolkin-date): Ditto.
10049
10050 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10051
10052 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10053
10054 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10055
10056 1999-01-25 Karl Heuer <kwzh@gnu.org>
10057
10058 * faces.el (list-faces-display): Multiline case of previous fix.
10059
10060 1999-01-25 Andreas Schwab <schwab@gnu.org>
10061
10062 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10063
10064 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10065
10066 * files.el (find-file): If find-file-noselect returns a list,
10067 do switch-to-buffer on each element.
10068 (find-file-other-window): Likewise for all but the first element.
10069 (find-file-other-frame): Same.
10070 (find-file-noselect): When we expand a wildcard, return a list
10071 of buffers.
10072
10073 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10074
10075 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10076 to set the appropriate cpNNN-dos coding system as the
10077 highest-priority coding system.
10078
10079 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10080
10081 * international/fontset.el (generate-fontset-menu): Return a
10082 sorted list by plain names of fontsets.
10083
10084 * international/mule-diag.el (list-fontsets): Sort fontsets by
10085 plain names.
10086
10087 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10088 FIRST is a composite character, decompose it at first.
10089
10090 1999-01-23 Dave Love <fx@gnu.org>
10091
10092 * format.el: Doc fixes.
10093 (format-encode-run-method): Have things happen in the right buffer.
10094 Deal with errors from method. Set coding-system-for-write.
10095 (format-decode-run-method): Have things happen in the right buffer.
10096 Deal with errors from method. Set coding-system-for-read.
10097 (format-alist): Use nil instead of unmatchable regexps.
10098
10099 * simple.el (shell-command-on-region): Return command's exit status.
10100
10101 1999-01-23 Eric Ludlam <zappo@gnu.org>
10102
10103 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10104 of the file whose info we want to display.
10105 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10106 (speedbar-add-mode-functions-list) Improve doc.
10107 (speedbar-line-token) New function.
10108 (speedbar-dired) Fix order of directories in -shown-directories.
10109 (speedbar-line-path): Default return is default-directory
10110 (speedbar-buffers-line-path): Return is dir name only.
10111 (speedbar-mode-functions-list): New variable.
10112 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10113 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10114 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10115 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10116 New functions.
10117 (speedbar-line-file): Broke out part that fetches file from a line.
10118 (speedbar-line-text): New function extracted from speedbar-line-file.
10119 (speedbar-line-path): Converted into a replaceable function.
10120 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10121
10122 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10123
10124 * international/fontset.el (create-fontset-from-x-resource): Make
10125 style variants.
10126
10127 1999-01-22 Dave Love <fx@gnu.org>
10128
10129 * paths.el (Info-default-directory-list): Put sysdir after start.
10130
10131 1999-01-22 Sam Steingold <sds@goems.com>
10132
10133 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10134 a process associated with it.
10135
10136 1999-01-22 Jason Rumney <jasonr@altavista.net>
10137
10138 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10139
10140 1999-01-22 Felix Lee <flee@cygnus.com>
10141
10142 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10143 major-mode.
10144 (vc-annotate-mode): Delete variable.
10145
10146 1999-01-22 Andrew Innes <andrewi@gnu.org>
10147
10148 * startup.el (command-line): [windows-nt]: Check for existence of
10149 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10150 in preference to _emacs.
10151
10152 1999-01-22 Dave Love <fx@gnu.org>
10153
10154 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10155
10156 1999-01-20 Richard Stallman <rms@gnu.org>
10157
10158 * files.el (find-file-noselect): Do wildcard processing only
10159 if new arg WILDCARDS is non-nil.
10160 (find-file, find-file-other-window): New arg WILDCARDS.
10161 Default it to non-nil if interactive.
10162 (find-file-other-frame): Likewise.
10163 (find-file-read-only): Likewise.
10164 (find-file-read-only-other-window): Likewise.
10165 (find-file-read-only-other-frame): Likewise.
10166
10167 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10168 (widget-plist-convert-option): Delete spurious comma.
10169
10170 1999-01-19 Jason Rumney <jasonr@altavista.net>
10171
10172 * term/w32-win.el (w32-standard-fontspec-spec): Change
10173 iso8859-5 to koi8-r. Add iso8859-9.
10174
10175 1999-01-19 Dave Love <fx@gnu.org>
10176
10177 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10178 its uses.
10179
10180 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10181 is active.
10182 (fortran-indent-subprogram): Likewise.
10183
10184 1999-01-19 Dave Love <d.love@dl.ac.uk>
10185
10186 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10187
10188 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10189
10190 * wid-edit.el (alist): Use sexp as default key-type.
10191
10192 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10193
10194 * textmodes/tex-mode.el (tex-define-common-keys):
10195 Remove key binding of tex-feed-input.
10196 (tex-mode-map): Bind tex-feed-input here.
10197 (tex-start-shell): Use compilation-shell-minor-mode. Set
10198 comint-input-filter-functions before running tex-shell-hook.
10199 (tex-start-tex): Forget compilation errors.
10200 (tex-compilation-parse-errors): Rewritten to work also with
10201 compile-mouse-goto-error and compile-goto-error. Adjusted to
10202 change in tex-region.
10203 (tex-region): For the temp file use file-name without directory.
10204 (tex-file): Expand file name of tex-print-file.
10205
10206 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10207
10208 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10209
10210 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10211
10212 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10213 beginning could cause Emacs to hang. Fixed.
10214
10215 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10216
10217 * international/ccl.el (ccl-compile-translate-character): Handle
10218 the case that a tranlation table is CCL register correctly.
10219
10220 * international/mule-cmds.el (select-safe-coding-system):
10221 Hightlight at most 256 characters.
10222
10223 1999-01-18 Dave Love <fx@gnu.org>
10224
10225 * startup.el (command-line): If the init file changes operation to
10226 unibyte, make all buffers unibyte and re-set language environment.
10227
10228 * disp-table.el (standard-display-european): Make all existing
10229 buffers unibyte. Fix doc.
10230
10231 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10232
10233 * wid-edit.el (coding-system): Define this unconditionally.
10234
10235 * simple.el (shell-command-on-region-default-error-buffer): New var.
10236 (shell-command-on-region): Use that variable as interactive
10237 value of ERROR-BUFFER argument.
10238
10239 1999-01-17 Sam Steingold <sds@goems.com>
10240
10241 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10242
10243 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10244
10245 * progmodes/compile.el (compilation-goto-locus): If already in the
10246 compilation buffer's window, keep it in that window.
10247 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10248 (compile-goto-error): Don't play with windows.
10249
10250 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10251 (tex-command): Doc fix.
10252 (tex-compilation-parse-errors): Doc fix.
10253 (tex-generate-zap-file-name): Don't start the name with -.
10254 (tex-expand-files): Works now also with strings ending with ":".
10255
10256 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10257
10258 Patch failed to install:
10259 * gametree.el: Document scoring functionality.
10260 (gametree-score-regexp): Add optional plus sign.
10261 (gametree-score-opener): Replace `:' with `=' as the former
10262 conflicts with gametree-half-ply-regexp.
10263 (gametree-transpose-following-leaves): Add.
10264 (gametree-insert-new-leaf): Make modifying commands barf in read
10265 only buffers.
10266 (gametree-break-line-here): Add a call to
10267 `gametree-transpose-following-leaves'. This maintains the
10268 necessary invariant that on each level all leaf children precede
10269 all nonleaf children. This has always been implied, but left to
10270 the user, and, unfortunately, undocumented.
10271
10272 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10273
10274 * wid-edit.el (plist, alist): New widget types.
10275
10276 1999-01-17 Dave Love <fx@gnu.org>
10277
10278 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10279 fix scope of condition-case therein.
10280
10281 1999-01-17 Andrew Innes <andrewi@gnu.org>
10282
10283 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10284 default-buffer-file-coding-system when file doesn't exist (and
10285 isn't covered by a special case) instead of forcing undecided-dos
10286 against the user's wishes.
10287
10288 * dos-w32.el (direct-print-region-helper): New function based on
10289 direct-print-region-function; sends data to specified printer port
10290 without further translation. Recognize and handle specially the
10291 standard `print' and `nprint' programs, as well as `lpr' and
10292 similar programs. Only write directly to the printer port if no
10293 print program is specified. Work around a bug in Windows 9x
10294 affecting Win32 version of Emacs by invoking command.com to write
10295 to the printer port instead of writing directly.
10296 (direct-print-region-function): Use direct-print-region-helper to
10297 do most of the work.
10298 (direct-ps-print-region-function): New function; analogue of
10299 direct-print-region-function for ps-print.
10300 (ps-lpr-command): Comment out setq; leave as example usage.
10301 (ps-lpr-switches): Ditto.
10302
10303 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10304 and MS-Windows.
10305 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10306 DOS and Windows platforms, to indicate direct printing. Update
10307 the docstring accordingly.
10308
10309 * ps-print.el: (ps-printer-name): Update docstring about usage on
10310 MS-DOS and MS-Windows.
10311 (ps-lpr-command): Update docstring as for lpr-command.
10312 (ps-print-region-function): New variable.
10313 (ps-do-despool): Use it.
10314 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10315 DOS/Windows.
10316
10317 * subr.el (subst-char-in-string): New function.
10318
10319 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10320
10321 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10322
10323 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10324 (bdf-find-font-info): New function, looks for the first readable
10325 file from a list of alternatives.
10326 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10327 instead of bdf-get-font-info.
10328 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10329 to ps-mule-generate-bitmap-glyph.
10330
10331 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10332 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10333 now be a list of alternative names.
10334 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10335 (ps-mule-prepare-font): Likewise.
10336
10337 * international/codepage.el (cp855-decode-table,
10338 cp850-decode-table): Fill some nil entries.
10339
10340 1999-01-16 Dave Love <fx@gnu.org>
10341
10342 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10343 last change.
10344
10345 1999-01-15 Dave Love <fx@gnu.org>
10346
10347 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10348 and change regexp for command names.
10349 (help-xref-go-back, function-called-at-point, symbol-file)
10350 (where-is): Doc fixes.
10351 (help-xref-go-back): Remove interactive spec.
10352 (describe-function-1): Fix message for alias. Buttomize alias
10353 name.
10354
10355 * simple.el (join-line): New alias.
10356
10357 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10358
10359 * forms.el: (forms--show-record): Convert integers to string
10360 expicitly since concat will no longer accept integers.
10361 (forms-print): Use local `total-nb-records' since
10362 `forms--total-records' will be inaccessible after buffer switching.
10363
10364 1998-01-14 Felix Lee <flee@cygnus.com>
10365
10366 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10367
10368 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10369
10370 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10371
10372 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10373
10374 * international/codepage.el (cp850-decode-table): Fix previous change.
10375
10376 1999-01-14 Simon Marshall <simon@gnu.org>
10377
10378 * shell.el (shell-dirtrack-verbose): New custom variable.
10379 (shell-dirstack-message): Use it.
10380
10381 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10382
10383 * international/mule-conf.el: Coding system alias `dos' for
10384 `undecided-dos', `mac' for `undecided-mac'.
10385
10386 * international/mule-cmds.el (describe-language-environment):
10387 Don't alter input-method-alist.
10388
10389 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10390
10391 * international/codepage.el (cp850-decode-table): Replace nil
10392 entries with codes of similary looking glyphs. (Suggested by
10393 Jason Rumney <jasonr@altavista.net>.)
10394
10395 1999-01-13 Dave Love <fx@gnu.org>
10396
10397 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10398
10399 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10400
10401 1999-01-12 Karl Heuer <kwzh@gnu.org>
10402
10403 * files.el (auto-save-hook): Defvar this.
10404
10405 1999-01-12 Alex Schroeder <asc@bsiag.com>
10406
10407 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10408 faces, eliminating the need to load font-lock before loading sql.
10409 (sql-mode-oracle-font-lock-keywords): Likewise.
10410 (sql-mode-postgres-font-lock-keywords): Likewise.
10411
10412 1999-01-11 Dave Love <fx@gnu.org>
10413
10414 * cus-start.el: Add inhibit-eol-conversion.
10415
10416 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10417 the values round.
10418
10419 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10420
10421 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10422 Don't switch to Help mode here.
10423 (temp-buffer-setup-hook): Use help-mode-finish.
10424 (help-mode-setup): New function.
10425 (temp-buffer-setup-hook): Use help-mode-setup.
10426
10427 * progmodes/sql.el: New file.
10428
10429 * files.el (auto-mode-alist): Add sql-mode.
10430
10431 * faces.el (list-faces-display): Improve the formatting
10432 by computing the maximum length required for any face-name.
10433
10434 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10435
10436 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10437
10438 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 * term.el (term_send_home): Change the string to
10441 be the same as the one emitted by xterm and consistent with the
10442 ones emitted by prior and next.
10443 (term_send_end): Likewise.
10444
10445 1999-01-10 Dave Love <fx@gnu.org>
10446
10447 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10448 bindings.
10449
10450 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10451
10452 * international/codepage.el (codepage-setup): Doc fix.
10453 (cp-decoding-vector-for-codepage): Likewise.
10454
10455 1999-01-10 Markus Rost <rost@gnu.org>
10456
10457 * cus-edit.el (custom-save-delete): First scan the custom-file.
10458
10459 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10460
10461 * international/iso-transl.el: Define a "function name" for
10462 each translation that isn't ASCII. Use these function names
10463 in iso-transl-char-map.
10464
10465 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10466
10467 * international/mule-util.el (decompose-region): Do decomposition
10468 on temporary unibyte buffer.
10469
10470 * international/mule.el (make-char): Doc-string modified.
10471
10472 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10473
10474 * simple.el (comment-region): Delete spaces only if we
10475 deleted a comment starter.
10476
10477 1999-01-07 Dave Love <fx@gnu.org>
10478
10479 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10480
10481 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10482 like eval-defun does.
10483
10484 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10485
10486 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10487 constructions. Doc fixes.
10488 (generic-create-generic-function): Use defalias, not fset.
10489
10490 * find-func.el: More doc fixes.
10491
10492 1999-01-06 Stephen Eglen <stephen@gnu.org>
10493
10494 * files.el (save-buffers-kill-emacs): Show the list of current
10495 processes before prompting to kill them and exit.
10496
10497 1999-01-06 Dave Love <fx@gnu.org>
10498
10499 * emacs-lisp/find-func.el: Doc fixes.
10500 (find-function-regexp): Extend for define-generic-mode,
10501 define-derived-mode, easy-mmode-define-minor-mode.
10502
10503 1999-01-06 Dave Love <fx@gnu.org>
10504
10505 * progmodes/fortran.el (fortran-window-create): Account for scroll
10506 bar width.
10507
10508 * browse-url.el: Require (noerror) w3-auto when compiling.
10509 (browse-url-maybe-new-window): Make it a macro and revert last
10510 change to callers.
10511 (browse-url-w3): Require w3 for w3-fetch-other-window.
10512
10513 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10514
10515 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10516 argument.
10517
10518 1999-01-06 Simon Marshall <simon@gnu.org>
10519
10520 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10521
10522 * font-lock.el (font-lock-default-fontify-buffer): When using
10523 with-temp-message, use nil rather than current-message.
10524
10525 * lazy-lock.el (lazy-lock-unstall):
10526 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10527 rather than current-message.
10528
10529 * fast-lock.el (fast-lock-save-cache-1):
10530 (fast-lock-cache-data): When using with-temp-message, use nil rather
10531 than current-message.
10532
10533 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10534
10535 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10536 the valid-codes property.
10537
10538 * international/mule-cmds.el (prefer-coding-system): Call
10539 set-coding-priority, so that the internal array of priorities is
10540 also updated.
10541
10542 * international/mule-util.el:
10543 (coding-system-change-eol-conversion,
10544 coding-system-change-text-conversion): Don't define here.
10545
10546 * international/mule-cmds.el: Define them here. Remove the
10547 autoload cookies.
10548
10549 1999-01-06 Andreas Schwab <schwab@gnu.org>
10550
10551 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10552 if it was enabled before.
10553
10554 * view.el (View-revert-buffer-scroll-page-forward): Bind
10555 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10556
10557 * files.el (recover-session): Preserve point when inserting
10558 explanation.
10559
10560 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10561
10562 * cus-edit.el (custom-save-delete): Don't delete whitespace
10563 and comments before the sexp that is replaced.
10564
10565 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10566
10567 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10568
10569 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10570
10571 * vc.el (vc-dired-hook): Use the original value of
10572 dired-move-to-filename-regexp on lines that have not been
10573 reformatted yet.
10574 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10575 file lines have already been reformatted.
10576
10577 1999-01-05 Dave Love <fx@gnu.org>
10578
10579 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10580 buffer-local.
10581
10582 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10583
10584 * progmodes/f90.el: Change of regular expressions for type to
10585 correct highlighting and identation. Some small fixes for
10586 compatibility with XEmacs.
10587
10588 1999-01-05 Stephen Eglen <stephen@gnu.org>
10589
10590 * mspools.el (mspools-vm-system-mail): Provide an alternative
10591 value based on rmail-spool-directory if $MAIL is not defined.
10592
10593 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10594
10595 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10596 (reftex-section-info): Handle negative section levels.
10597 (reftex-view-crossref-extra): New option.
10598 (reftex-view-crossref): Generalized to work in more places.
10599 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10600 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10601 (reftex-view-cite-locations-from-bibtex): New command.
10602 (reftex-view-regexp-match, reftex-global-search,
10603 reftex-global-search-continue): New functions.
10604 (reftex-extract-bib-entries): No error for non-existing BibTeX
10605 file, just a message.
10606 (reftex-extract-bib-entries): Better error handling.
10607 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10608 help and force it on current frame.
10609 (reftex-default-bibliography): New function.
10610 (reftex-access-parse-file): Check consistency after loading a
10611 parse file. When inconsistent, enfore rescan.
10612 (reftex-check-parse-consistency): New function.
10613 (easy-menu-define): Options section drastically shortened.
10614
10615 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10616
10617 * language/thai-util.el (thai-compose-string): New function.
10618
10619 1999-01-04 Inge Frick <inge@nada.kth.se>
10620
10621 * easymenu.el (easy-menu-define): Doc fix.
10622 (easy-menu-create-menu): New keyword :included.
10623 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10624 be an expression, not only a string. Simulate style `button'.
10625 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10626 (easy-menu-define-key-intern): New function.
10627 (easy-menu-add-item): Understand value returned from
10628 easy-menu-item-present-p and easy-menu-remove-item.
10629 (easy-menu-return-item): New function.
10630 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10631
10632 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10633
10634 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10635 Use rmail-output-read-rmail-file-name to read the file name.
10636 Always call rmail-output-to-rmail-file noninteractively.
10637 When count > 1, do the loop here.
10638 Handle rmail-delete-after-output here.
10639 (rmail-summary-output): Similar changes.
10640
10641 * mail/rmailout.el: Provide `rmailout'.
10642 (rmail-output-read-rmail-file-name): New function.
10643 (rmail-output-to-rmail-file): Use that.
10644 (rmail-output-read-file-name): New function.
10645 (rmail-output): Use that.
10646
10647 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10648 Error if wildcard matches no files.
10649
10650 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10651
10652 * menu-bar.el (clipboard-yank): Doc fix.
10653
10654 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10655
10656 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10657
10658 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10659
10660 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10661
10662 * rmail.el (rmail-encode-string): Make sure mask value is
10663 positive; (emacs-pid) returns a negative number on Windows 9x
10664 which causes odd behaviour.
10665
10666 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10667
10668 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10669 and about w32-* variables unless on Windows/NT.
10670
10671 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10672
10673 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10674 if buffer is modified; ask about all modified buffers.
10675
10676 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10677
10678 * simple.el (what-cursor-position): Fix previous change.
10679
10680 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10681
10682 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10683 from paragraph-start.
10684
10685 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10686
10687 * international/mule-cmds.el (prefer-coding-system): If the
10688 argument requires specific EOL conversion type, make the default
10689 coding systems use that.
10690
10691 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10692
10693 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10694 Use shell-command-on-region.
10695 (m4-start-m4, m4-end-m4): Functions deleted.
10696
10697 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10698
10699 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10700
10701 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10702
10703 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10704 to compose-mail in the correct places and as a list.
10705
10706 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10707
10708 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10709 (pages-directory-map): Bind mouse-2
10710 (pages-copy-header-and-position): Put text property.
10711 (pages-directory-goto-with-mouse): New function.
10712
10713 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10714
10715 * international/codepage.el (cp-make-coding-systems-for-codepage):
10716 Doc fix.
10717 (cp-coding-system-for-codepage-1): Likewise.
10718
10719 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10720
10721 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10722 composition sequence correctly here instead of calling
10723 thai-compose-region.
10724
10725 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10726 newline in multibyte buffer, if previous or next character is a
10727 composite char, check the first component of the composite char.
10728
10729 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10730
10731 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10732 and track-mouse.
10733
10734 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10735
10736 * mail/sendmail.el (mail-yank-original): Remove text properties
10737 after insertion.
10738 (mail-yank-region): Barf if no mark is set in the message
10739 being replied to.
10740
10741 * help.el (function-called-at-point): First look for function at point.
10742
10743 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10744
10745 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10746
10747 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10748
10749 * simple.el (what-cursor-position): Print character encoding also.
10750
10751 1998-12-26 Dave Love <fx@gnu.org>
10752
10753 * textmodes/flyspell.el: If local-maps work, don't put
10754 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10755 in flyspell-mouse-map (only).
10756 (flyspell-use-local-map): New variable.
10757 Use a different mouse-2 binding in that case,
10758 and don't add to minor-mode-map-alist.
10759 (make-flyspell-overlay, flyspell-correct-word):
10760 Test flyspell-use-local-map.
10761
10762 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10763
10764 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10765 Be careful about whether to return a relative file name,
10766 and if so, relative to what directory.
10767
10768 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10769
10770 * emacs-lisp/easymenu.el (easy-menu-get-map):
10771 Change global map only if this menu exists in the global map already,
10772 and not in the local map.
10773 (easy-menu-do-add-item): Fix error message.
10774
10775 * foldout.el (foldout-inhibit-key-bindings):
10776 Avoid concatenating onto outline-minor-mode-prefix.
10777 Make a new keymap for that prefix, if it does not already have one.
10778
10779 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10780
10781 * cperl-mode.el:
10782 Can use linear algorithm for indentation if Emacs supports it.
10783 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10784 (cperl-after-block-p): Likewise.
10785 (cperl-after-block-and-statement-beg): Likewise.
10786 (cperl-after-block-p): After END/BEGIN we are a block.
10787 (cperl-after-expr-p): Skip labels when checking
10788 (cperl-indent-region): Make a marker for END - text added/removed.
10789 Disable hooks during the call (how to call them later?).
10790 Now indents 820-line-long function in 6.5 sec (including
10791 syntaxification) the first time (when buffer has few
10792 properties), 7.1 sec the second time.
10793 (cperl-indent-region): Do not indent whitespace lines
10794 (cperl-style-alist)
10795 Include `cperl-merge-trailing-else' where the value is clear.
10796 (cperl-styles-entries): Likewise.
10797 (cperl-problems): Improvements to docs.
10798 (cperl-tips): Likewise.
10799 (cperl-non-problems): Likewise.
10800 (cperl-mode): Make lazy syntaxification possible.
10801 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10802 `font-lock-unfontify-region-function' was set to a wrong function.
10803
10804 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10805 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10806 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10807 but 1<<6 was considered as HERE-doc.
10808 <file/glob> made into a string.
10809 Postpone addition of faces after syntactic step.
10810 Recognition of <FH> was wrong.
10811 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10812 Knows that split// is null-RE.
10813 Highlights separators in 3-parts expressions as labels.
10814 <> was considered as a glob.
10815 Would err if the last line is `=head1'.
10816 $a-1 ? foo : bar; was a considered a regexp.
10817 `<< (' was considered a start of HERE-doc.
10818 mark qq[]-etc sections as syntax-type=string
10819 Was not processing sub protos after a comment ine.
10820 Was treating $a++ <= 5 as a glob.
10821 Tolerate unfinished REx at end-of-buffer.
10822 `unwind-protect' was left commented.
10823 / and ? after : start a REx.
10824
10825 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10826 Better default, customizes to `message' too, off in text-mode.
10827
10828 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10829 `defface'd.
10830 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10831 `defface'd.
10832 (cperl-emacs-can-parse): New state variable.
10833 (cperl-indent-line): Corrected to use global state.
10834 (cperl-calculate-indent): Likewise.
10835 (cperl-fix-line-spacing): Likewise (not used yet).
10836 (cperl-calculate-indent): Did not consider `,' as
10837 continuation mark for statements.
10838 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10839 Remove another parse-data optimization at toplevel: would
10840 indent correctly.
10841 Correct for labels when calculating indentation of continuations.
10842 Docstring updated.
10843 (cperl-choose-color): Converted to a function (to be
10844 compilable in text-mode).
10845 (cperl-dark-background): Disable without window-system.
10846 Do `defface' only if window-system.
10847 (cperl-fix-line-spacing): Sped up to bail out early.
10848 (x-color-defined-p): Was not compiling on XEmacs
10849 Was defmacro'ed with a tick. Remove another def.
10850 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10851 (cperl-unwind-to-safe): New function.
10852 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10853 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10854 long strings (not very successful).
10855 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10856 Highlight the starting // in s//foo/ as function-name.
10857 Emit a meaningful error instead of a cryptic one for an
10858 uncomplete REx near end-of-buffer.
10859
10860 (cperl-electric-keyword): `qr' recognized.
10861 (cperl-electric-else): Likewise
10862 (cperl-to-comment-or-eol): Likewise
10863 (cperl-make-regexp-x): Likewise
10864 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10865 Corrected to use new macros;
10866 `if' for copying `reference-face' to `constant-face' was backward.
10867 remove init `font-lock-other-emphasized-face',
10868 `font-lock-emphasized-face', `font-lock-keyword-face'.
10869 Interpolate `cperl-invalid-face'.
10870 (cperl-make-regexp-x): Misprint in a message.
10871 (cperl-syntaxify-unwind): New configuration variable
10872 (cperl-fontify-m-as-s): New configuration variable
10873 (cperl-electric-pod): Check for after-expr was performed
10874 inside of POD too.
10875 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10876 (cperl-clobber-mode-lists): New configuration variable.
10877 (cperl-not-bad-style-regexp): Updated.
10878 Init: `cperl-is-face' was busted.
10879 (cperl-make-face): New macros.
10880 (cperl-force-face): New macros.
10881 (font-lock-other-type-face): Done via `defface' too.
10882 (cperl-nonoverridable-face): New face. Renamed from
10883 `font-lock-other-type-face'.
10884 (cperl-init-faces-weak): Use `cperl-force-face'.
10885 (cperl-comment-indent): Commenting __END__ was not working.
10886 (cperl-indent-for-comment): Likewise.
10887 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10888 When removing old TAGS info was not relativizing filename.
10889 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10890 Another try to work around XEmacs problems. Better progress messages.
10891 (toplevel): Require custom unprotected => failure on 19.28.
10892 (cperl-xemacs-p): Defined when compile too
10893 (cperl-find-tags): Was writing line/pos in a wrong order,
10894 pos off by 1 and not at beg-of-line.
10895 (cperl-etags-snarf-tag): New macro
10896 (cperl-etags-goto-tag-location): New macro
10897 (cperl-version): New variable. New menu entry
10898 random docstrings: References to "future" 20.3 removed.
10899 Menu was described as `CPerl' instead of `Perl'
10900 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10901 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10902 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10903 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10904 `font-lock-reference-face', `font-lock-keyword-face'.
10905 Use `eval-after-load'.
10906 Remove not-CPerl-related faces.
10907 (cperl-tips-faces): New variable and an entry into Mini-docs.
10908 (cperl-indent-exp): Was not processing else-blocks.
10909 (cperl-get-state): NOP line removed.
10910 (cperl-ps-print): New function and menu entry.
10911 (cperl-ps-print-face-properties): New configuration variable.
10912 (cperl-invalid-face): New configuration variable.
10913 (perl-font-lock-keywords): Highlight trailing whitespace
10914 (cperl-contract-levels): Documentation corrected.
10915 (cperl-contract-level): Likewise.
10916 (cperl-ps-extend-face-list): New macro.
10917 (cperl-invalid-face): Change to ''underline.
10918
10919 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10920
10921 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10922 for read-file-name.
10923 (rmail-output-to-rmail-file): Likewise.
10924
10925 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10926
10927 * emacs-lisp/easymenu.el (easy-menu-get-map):
10928 If MENU is nil, use global menu-bar map.
10929 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10930 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10931
10932 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10933
10934 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10935
10936 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10937
10938 * ps-print.el (ps-print-version): New version number (4.1.3).
10939
10940 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10941
10942 * international/mule-cmds.el: Use make-sparse-keymap instead of
10943 define-prefix-key when defining MULE menu items.
10944
10945 * info.el (Info-node-at-bob-matching): New function.
10946 (Info-find-node, Info-build-node-completions): Call it.
10947
10948 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10949
10950 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10951 when this is an autoloaded keymap.
10952
10953 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10954
10955 * international/codepage.el (cp-coding-system-for-codepage-1):
10956 Create separate encoders and decoders, for DOS and Unix. Make the
10957 usual family of 3 coding systems, so that automatic detection of
10958 EOL type works.
10959 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10960 Unix-specific symbols here, and don't call
10961 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10962 Handa <handa@etl.go.jp>.)
10963
10964 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10965
10966 * term/internal.el (IT-character-translations): New variable, an
10967 alist used to display characters for which there's no glyphs in
10968 the current codepage.
10969 (IT-display-table-setup): New function, sets up the DOS terminal
10970 for a given codepage.
10971 (dos-codepage-setup): New function, sets up the MULE environment
10972 for the current value of dos-codepage.
10973 (top-level if): In the multibyte mode, turn on
10974 unibyte-display-via-language-environment. In the unibyte mode,
10975 set up the special syntax tables to map lower- to upper case and
10976 back.
10977
10978 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10979
10980 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10981 (speedbar-frame-plist) Remove useless comments.
10982 (speedbar-frame-mode) Do not specify height if it is in the param list.
10983 Use default y position w/out changing it.
10984 If default x position is a list, keep, calculate the non-list X
10985 value when devining an initial position.
10986 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10987 (speedbar-tag-group-name-minimum-length): New variable.
10988 (speedbar-frame-parameter): New compatibility function.
10989 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10990 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10991 groups to keep things in the right order, and to help with some
10992 naming conventions.
10993 (speedbar-create-tag-hierarchy): Enable buffer local version of
10994 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10995 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10996 the case, derive it from the cursor location in speedbar.
10997
10998 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10999
11000 * international/mule-cmds.el (set-language-environment): On MS-DOS
11001 terminals, install DOS-specific nonascii-translation-table if the
11002 language info doesn't specify one. Pass the default eol-type to
11003 set-language-environment-coding-systems.
11004 (set-default-coding-systems): Copy the eol-type property for the
11005 new default values of {buffer-file,process}-coding-system from the
11006 old defaults.
11007 (set-language-environment-coding-systems): Accept an optional
11008 argument EOL-TYPE, and set the eol-type property of the default
11009 coding systems accordingly.
11010 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11011 (set-keyboard-coding-system): Likewise.
11012 (set-default-coding-systems): Don't set
11013 default-terminal-coding-system on MS-DOS to anything but nil.
11014 (prefer-coding-system): Describe in the doc string that
11015 default-terminal-coding-system is not changed on MS-DOS.
11016 (set-language-environment): For MS-DOS, set standard syntax table
11017 and display table for all characters with code above 127.
11018 (standard-display-european-internal): For MS-DOS, pass all
11019 characters with code above 127 directly to the terminal, and don't
11020 remap characters 160 and 146 in the unibyte case.
11021
11022 * international/codepage.el: New file.
11023
11024 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11025
11026 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11027 comments.
11028
11029 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11030
11031 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11032
11033 * subr.el (read-passwd): Likewise.
11034
11035 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11036
11037 * info.el (Info-find-node): Add 1 to the position read from the
11038 tag table. Don't fail if the node delimiter ^_ is the first
11039 character in the file.
11040 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11041 first character in the file.
11042 (Info-read-subfile): Likewise.
11043 (Info-select-node): Likewise.
11044 (Info-build-node-completions): Likewise.
11045
11046 1998-12-16 Richard Stallman <rms@gnu.org>
11047
11048 * term/x-win.el (x-cut-buffer-or-selection-value):
11049 If clipboard is enabled, try it before PRIMARY selection.
11050
11051 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11052
11053 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11054 insert c-cedilla and C-cedilla respectively, like in latin-1.
11055
11056 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11057
11058 * language/hebrew.el: Don't use sublists in the flags argument
11059 passed to make-coding-system.
11060
11061 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11062
11063 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11064 list of character sets found by find-charset-region.
11065
11066 * ps-mule.el: Always require ps-print. Move some function
11067 definitions for Emacs 20.2 and the earlier to ps-print.el.
11068 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11069
11070 * ps-print.el: Define several functions for Emacs 20.2 and the
11071 earlier version.
11072 (ps-printer-name): Check if printer-name is bound.
11073
11074 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11075
11076 * ps-mule.el: Programming uniformization and little code improvement.
11077 (ps-mule-prepare-font): Programming uniformization.
11078 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11079 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11080
11081 * ps-bdf.el: Programming uniformization and little code improvement.
11082 (bdf-search-and-read): New fun.
11083 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11084 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11085 (bdf-info-relative-compose, bdf-info-baseline-offset)
11086 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11087 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11088 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11089 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11090 improvement.
11091
11092 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11093
11094 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11095 and mule related code extraction. Autoload ps-mule funs.
11096
11097 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11098 (ps-mule-prologue-generated): New fun.
11099 (ps-mule-plot-string): Add autoload cookie.
11100 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11101
11102 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11103
11104 * ps-bdf.el: Require ps-mule instead of ps-print.
11105 (bdf-directory-list): Add autoload cookie.
11106
11107 * ps-mule.el: New file. Mule related code extracted from
11108 ps-print.el. Require ps-print, provide ps-mule.
11109 (ps-multibyte-buffer): Add autoload cookie.
11110 (ps-mule-prepare-ascii-font): New fun.
11111 (ps-mule-set-ascii-font): New fun.
11112 (ps-mule-skip-same-charset): Fun deleted.
11113 (ps-mule-plot-string): Set ps-mule-current-charset.
11114 (ps-mule-initialize): Add autload cookie. Don't set
11115 ps-mule-font-info-database here.
11116 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11117 ps-mule-font-info-database and ps-control-or-escape-regexp.
11118 (ps-mule-begin-page): New fun.
11119
11120 * ps-print.el: Mule related code moved to ps-mule.el.
11121 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11122 check ps-mule-charset-list.
11123 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11124 ps-mule-begin-page.
11125 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11126 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11127 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11128 instead skip same charsets by itself.
11129 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11130 non-nil. Call ps-mule-begin-job.
11131
11132 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11133
11134 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11135 instead of bdf.
11136
11137 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11138 (ps-mule-external-libraries): New element FEATURE.
11139 (ps-mule-init-external-library): Ajusted for the above change.
11140 (ps-mule-generate-font): Likewise.
11141 (ps-mule-generate-glyphs): Likewise.
11142 (ps-mule-prepare-font): Likewise.
11143 (ps-mule-initialize): Likewise.
11144 (ps-begin-file): Superfluous tailing parenthesis deleted.
11145
11146 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11147
11148 * international/fontset.el (x-decompose-font-name): If PATTERN
11149 doesn't have any wild cards, return a vector made from a name that
11150 is found by x-resolve-font-name found. Comments added.
11151
11152 * international/mule-cmds.el (find-coding-systems-for-charsets):
11153 Handle the case of unknown charset.
11154 (find-multibyte-characters): If invalid multibyte characters are
11155 found, return the corresponding strings instead of character
11156 codes.
11157 (find-multibyte-characters): Adjusted for the above change.
11158 (select-safe-coding-system): For a unibyte buffer, always returns
11159 DEFAULT-CODING-SYSTEM.
11160 (get-charset-property): Fix previous change. Make it a function.
11161 (put-charset-property): Make it a function.
11162
11163 * international/mule.el (make-coding-system): Set mime-charset
11164 property of *-with-esc coding system to nil.
11165
11166 * international/quail.el (quail-point-in-conversion-region): New
11167 function.
11168 (quail-conversion-backward-delete-char): When a key sequence is
11169 being translated, call quail-delete-last-char.
11170
11171 * language/devan-util.el
11172 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11173 handle devanagari-decomposition-rules.
11174
11175 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11176
11177 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11178 tex-start-options-string to empty string.
11179 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11180
11181 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11182
11183 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11184 5xx responses are already handled properly).
11185
11186 1998-12-13 Richard Stallman <rms@gnu.org>
11187
11188 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11189 on a non-digit in the file name.
11190
11191 * simple.el (comment-region): Handle comment-padding
11192 separately for insertion and for deletion, in the right way for each.
11193
11194 1998-12-13 Felix Lee <flee@cygnus.com>
11195
11196 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11197 regexp to match "ChangeLog:1:1998-12-09 ..."
11198
11199 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11200
11201 * cus-start.el (dos-unsupported-char-glyph): Add.
11202
11203 1998-12-11 Dave Love <fx@gnu.org>
11204
11205 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11206 forward-sexp in condition-case.
11207
11208 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11209 Remove unnecessary test on `library' for explicit file name.
11210 Widen scope of save-match-data.
11211
11212 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11213
11214 * international/mule.el (load-with-code-conversion): If the loaded
11215 file was inserted with no-conversion or raw-text coding system,
11216 make the buffer unibyte.
11217
11218 1998-12-09 Richard Stallman <rms@gnu.org>
11219
11220 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11221 Get rid of nested loops.
11222
11223 * mouse.el (mouse-drag-vertical-line):
11224 If WHICH-SIDE is not `right', then scroll bars are on the left.
11225
11226 * loadhist.el (load-history-loaded): defvar moved to help.el.
11227
11228 * help.el (symbol-file-load-history-loaded): Variable renamed,
11229 and defvar moved from loadhist.el.
11230 (symbol-file): Renamed from describe-function-find-file.
11231 Load fns-VERSION.el here.
11232 (describe-variable, describe-function-1): Use symbol-file.
11233
11234 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11235 Don't start the name with #.
11236
11237 * ispell.el: Take out the eval-when's.
11238
11239 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11240
11241 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11242 (dirtrack): Run it. Make debug message more verbose.
11243
11244 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11245
11246 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11247 name of the abbrev table, and provide support for XEmacs.
11248 (octave-xemacs-p): New variable.
11249
11250 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11251
11252 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11253 exit, when mail-interactive is nil.
11254
11255 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11256
11257 * files.el (after-find-file): Message fix.
11258
11259 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11260
11261 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11262
11263 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11264
11265 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11266 filenames using backslashes.
11267
11268 1998-12-09 Dave Love <fx@gnu.org>
11269
11270 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11271 with correct number of args.
11272 (browse-url-maybe-new-window): New arg. Callers changed.
11273
11274 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11275 comment.
11276
11277 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11278
11279 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11280
11281 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11282
11283 * vc.el (vc-rcs-release): Fix Type.
11284 (vc-sccs-release): Fix Type.
11285 (vc-cvs-release): Fix Type.
11286
11287 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11288 arg work right.
11289
11290 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11291 output of last undeleted message.
11292
11293 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11294
11295 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11296 (buffer-undo-list) [windows-nt]: Use different relative path.
11297
11298 1998-12-07 Simon Marshall <simon@gnu.org>
11299
11300 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11301
11302 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11303
11304 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11305
11306 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11307
11308 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11309
11310 * info.el (Info-menu): Don't return error if point is between menu
11311 header and first menu item.
11312
11313 1998-12-04 Dave Love <fx@gnu.org>
11314
11315 * help.el (describe-function-1): Fix description for alias.
11316
11317 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11318
11319 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11320 specifications from summary line.
11321
11322 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11323 (close-rectangle): Define alias only once in loaddefs.el.
11324
11325 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11326
11327 * term/internal.el: Remove code which sets up a special syntax
11328 table for non-ASCII characters.
11329
11330 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11331
11332 * dos-w32.el (direct-print-region-function): Try to ensure that
11333 printer-name is expanded to a file name on a local drive;
11334 sometimes printing a file loaded from a network volume fails.
11335 (direct-print-region-function): Add a function to
11336 write-region-annotate-functions to append a formfeed character to
11337 the region being printed, if the region doesn't end with a
11338 formfeed already. This avoids creating a second print job
11339 containing a blank page when print spooling is enabled on Windows.
11340
11341 1998-12-02 Dave Love <fx@gnu.org>
11342
11343 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11344 `Info-goto-node'.
11345
11346 1998-12-02 Richard Stallman <rms@gnu.org>
11347
11348 * help.el (temp-buffer-resize-mode): Doc fix.
11349
11350 * cus-edit.el (custom-save-delete): Save point before
11351 reading a sexp, rather than backing up.
11352
11353 * international/iso-transl.el: Fix previous change.
11354
11355 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11356
11357 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11358 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11359 Added defvars to suppress compilation warnings.
11360
11361 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11362
11363 * ispell.el: Improved and fixed customize for variables:
11364 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11365 ispell-dictionary-alist, ispell-skip-sgml.
11366 Improved and fixed comments in variables and messages for
11367 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11368 ispell-menu-map, ispell-checking-message, ispell-parser,
11369 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11370 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11371 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11372 ispell-message-text-end, ispell-add-per-file-word-list.
11373 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11374 system is now required for all languages. Casechars improved for
11375 castellano, castellano8, and norsk dictionaries. Dictionary
11376 norsk7-tex added. Dictionary polish added.
11377 (ispell-dictionary-alist): Redefined at load-time to support
11378 dictionary changes.
11379 (ispell-menu-map): Redefined at load-time to support menu changes.
11380 (ispell-check-version): New alias for `check-ispell-version'.
11381 (ispell-parse-output): Fixed matching for ispell error messages.
11382 Correctly returns spelling suggestions in order generated by ispell
11383 process.
11384 (check-ispell-version): Ensure `case-fold-search' doesn't get
11385 redefined.
11386 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11387 redefined. Fix bug that didn't respect case of word being completed.
11388 (ispell-init-process): Set process coding system to be compatible
11389 with emacs processes and the ispell process.
11390 (ispell-kill-ispell): Ensures ispell process has terminated before
11391 starting new process. This can otherwise confuse process filters
11392 and hang the ispell process.
11393 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11394 skipping support for sgml.
11395 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11396 which could cause `ispell-complete-word' to hang.
11397 (ispell-message): Improved message reference matching. Ensure
11398 `case-fold-search' doesn't get redefined.
11399 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11400 get redefined. Fixed bug in returning to nroff mode from tex mode.
11401 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11402 get redefined.
11403
11404 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11405
11406 * textmodes/flyspell.el (flyspell-check-word-p):
11407 Don't delay inside a kbd macro.
11408
11409 * subr.el (make-local-hook): Return the hook variable.
11410
11411 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11412
11413 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11414 Use a timer instead of post-command-hook.
11415 (hscroll-timer): New variable.
11416
11417 1998-11-30 Dave Love <fx@gnu.org>
11418
11419 * help.el (help-xref-button): Do nothing if text already has the
11420 help-xref property.
11421 (describe-variable): Revert previous change to hyperlink to source.
11422
11423 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11424
11425 * bindings.el (features): Add `base64' to this list.
11426
11427 * loadhist.el (symbol-file): Doc fix.
11428
11429 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11430
11431 * files.el (hack-one-local-variable): Cope with non-file buffers.
11432
11433 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11434
11435 * help.el (describe-mode): Put major mode first.
11436
11437 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11438 to support special-display and same-window features.
11439
11440 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11441
11442 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11443 bound in one function and used in the other.
11444 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11445 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11446
11447 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11448
11449 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11450
11451 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11452
11453 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11454 Give format correct control string.
11455
11456 * international/mule.el (define-translation-table): Fix bug of
11457 setting incorrect translation-table-id. If the first element of
11458 ARGS is a translation table, just register it.
11459
11460 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11461 property.
11462
11463 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11464
11465 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11466 syntax table to determine what is whitespace.
11467
11468 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11469
11470 * frame.el (frame-parameter): Doc fix.
11471
11472 * textmodes/tex-mode.el (tex-feed-input): New function.
11473 (tex-define-common-keys): Add binding for C-c C-m.
11474
11475 1998-11-23 Dave Love <fx@gnu.org>
11476
11477 * progmodes/fortran.el: Various minor doc fixes.
11478 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11479 (fortran-with-subprogram-narrowing): New macro.
11480 (fortran-check-for-matching-do): Use it.
11481 (fortran-end-do): Use fortran-check-end-prog-re.
11482 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11483 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11484
11485 1998-11-23 Simon Marshall <simon@gnu.org>
11486
11487 * font-lock.el (font-lock-defaults): Doc fix.
11488 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11489 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11490
11491 * lazy-lock.el (lazy-lock-unstall):
11492 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11493
11494 * fast-lock.el (fast-lock-save-cache-1):
11495 (fast-lock-cache-data): Rewritten to use with-temp-message.
11496
11497 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11498
11499 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11500 messages that have been added with DOS line endings and convert
11501 the line endings for such messages.
11502
11503 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11504
11505 * help.el: Add resizing of temporary buffers.
11506 (temp-buffer-resize-mode): New command and variable.
11507 (temp-buffer-max-height): New variable.
11508 (resize-temp-buffer-window): New function.
11509
11510 * window.el (window-buffer-height): New function, split from
11511 shrink-window-if-larger-than-buffer.
11512 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11513
11514 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11515
11516 * frame.el (initial-frame-alist): Add defcustom.
11517
11518 * shell.el (shell-prompt-pattern): Add defcustom.
11519
11520 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11521
11522 * message.el (message-ignored-supersedes-headers): Remove
11523 NNTP-Posting-Date.
11524
11525 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11526
11527 * help.el (describe-mode): Don't avoid loop indirecting thru
11528 value of INDICATOR.
11529
11530 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11531
11532 * help.el (describe-variable): Allow any variable with a defcustom,
11533 even if it is not a user variable.
11534
11535 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11536
11537 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11538
11539 * gnus/nntp.el (nntp-request-group): Allow for failures when
11540 requesting a new group.
11541
11542 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11543
11544 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11545
11546 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11547
11548 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11549
11550 1998-11-19 Simon Marshall <simon@gnu.org>
11551
11552 * subr.el (with-temp-message): New macro.
11553
11554 * emacs-lisp/lisp-mode.el (with-temp-message):
11555 Add lisp-indent-function property.
11556
11557 1998-11-18 Dave Love <fx@gnu.org>
11558
11559 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11560
11561 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11562
11563 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11564 This is not obsolete.
11565
11566 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11567
11568 * textmodes/picture.el: Make a new map by make-keymap.
11569 (picture-desired-column): New variable.
11570 (picture-update-desired-column): New function.
11571 (picture-beginning-of-line): Set picture-desired-column to 0.
11572 (picture-end-of-line): Set picture-desired-column to the current
11573 column.
11574 (picture-forward-column): Pay attention to multi-column character.
11575 (picture-backward-column): Likewise.
11576 (picture-move-down): Likewise.
11577 (picture-move-up): Likewise.
11578 (picture-movement-nw): With prefix arg, move twice columns.
11579 (picture-movement-ne): Likewise.
11580 (picture-movement-sw): Likewise.
11581 (picture-movement-se): Likewise.
11582 (picture-set-motion): Handle two-column movements.
11583 (picture-move): Call picture-move-down or picture-forward-column
11584 only when necessary.
11585 (picture-insert): Pay attention to picture-desired-column.
11586 (picture-self-insert): Likewise.
11587 (picture-clear-column): Pay attention to multi-column character.
11588 (picture-mode): Modify doc-string for two-column movement.
11589
11590 * rect.el (move-to-column-force): New function.
11591 (operate-on-rectangle): If coerce-tabs is non-nil, call
11592 move-to-column-force instead of move-to-column.
11593 (insert-rectangle): Call move-to-column-force instead of
11594 move-to-column.
11595 (open-rectangle-line): If begextra is not zero, call
11596 move-to-column-force.
11597
11598
11599 1998-11-16 Dave Love <fx@gnu.org>
11600
11601 * textmodes/sgml-mode.el Require skeleton when compiling.
11602 (sgml-font-lock-keywords-1): Accept single-letter tags.
11603 (v2): Defvar free variable.
11604
11605 1998-11-16 Sam Steingold <sds@goems.com>
11606
11607 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11608 macro, not ELisp one.
11609
11610 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11611
11612 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11613 characters to symbol.
11614
11615 * language/japan-util.el (japanese-zenkaku-region): New optional
11616 arg KATAKANA-ONLY.
11617
11618 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11619
11620 * international/mule.el
11621 (after-insert-file-set-buffer-file-coding-system): If the buffer
11622 is changed to unibyte, return inserted bytes.
11623
11624 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11625 and link names if necessary.
11626 (tar-header-block-summarize): Handle the case that file or link
11627 names are multibyte.
11628 (tar-summarize-buffer): At first set the current buffer unibyte,
11629 then if there are multibyte file names, change it to multibyte.
11630 (tar-mode): Get char position from tar-header-offset.
11631 (tar-extract): Avoid multibyte<->unibyte conversion in
11632 insert-buffer-subsring by setting both buffers unibyte
11633 temporarily.
11634 (tar-copy): Set the buffer unibyte while doing a work. Write
11635 without code conversion.
11636 (tar-expunge): Set the buffer unibyte while doing a work.
11637 (tar-alter-one-field): Likewise.
11638 (tar-clear-modification-flags): Compare byte position with
11639 tar-header-offset.
11640 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11641 insert-buffer-subsring by setting both buffers unibyte
11642 temporarily. Pay attention to multibyteness while updating the
11643 descriptor-line.
11644 (tar-mode-write-file): Write without code conversion.
11645
11646 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11647
11648 * nngateway.el: Require cl.
11649
11650 1998-11-15 Dave Love <fx@gnu.org>
11651
11652 * progmodes/fortran.el: Fix previous change:
11653 (fortran-end-prog-re1): Changed.
11654 (fortran-check-end-prog-re): New function.
11655 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11656
11657 1998-11-13 Tom Breton <tob@world.std.com>
11658
11659 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11660 GNU Emacs.
11661
11662 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11663
11664 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11665 fixed.
11666 (reftex-toc-toggle-file-boundary,
11667 reftex-toc-toggle-labels,
11668 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11669 (reftex-toc-include-labels, reftex-toc-include-context,
11670 reftex-toc-include-file-boundaries,
11671 reftex-toc-keep-other-windows): New options.
11672 (reftex-use-text-after-label-as-context): Option removed.
11673 (reftex-extract-bib-entries): Protect use in non-latex
11674 buffers.
11675 (reftex-toc-visit-location): Renamed from
11676 `reftex-toc-visit-line'.
11677 (reftex-latin1-to-ascii): Works now with and without Mule.
11678 (reftex-truncate): Removed special stuff for Emacs 20.2.
11679 (reftex-get-offset): Made more general.
11680 (reftex-show-label-location): Renamed from
11681 `reftex-select-label-callback'.
11682 (reftex-pop-to-label): Function removed (using
11683 `reftex-show-label-location' instead.
11684 (reftex-insert-docstruct): Renamed from
11685 `reftex-make-and-insert-label-list'. Function args changed.
11686 (reftex-toc): Now uses `reftex-insert-docstruct' and
11687 `reftex-find-start-point'.
11688 (reftex-select-item): Use `reftex-find-start-point'.
11689 (reftex-toc-visit-line): Can display labels and file
11690 boundaries.
11691 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11692
11693 1998-11-12 Sam Steingold <sds@goems.com>
11694
11695 * browse-url.el (browse-url): Handle the case when
11696 `browse-url-browser-function' is a lambda list.
11697
11698 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11699
11700 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11701 version string.
11702 * loadhist.el (symbol-file): Likewise
11703
11704 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11705
11706 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11707
11708 1998-11-11 Sam Steingold <sds@goems.com>
11709
11710 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11711 `run-lisp' instead of signalling an error.
11712
11713 1998-11-11 Karl Heuer <kwzh@gnu.org>
11714
11715 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11716
11717 1998-11-11 Richard Stallman <rms@gnu.org>
11718
11719 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11720
11721 1998-11-11 Per Starback <starback@update.uu.se>
11722
11723 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11724 renamed svenska8 to svenska, and fixed and extended CASECHARS
11725 for it.
11726
11727 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11728
11729 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11730 handling if setpagedevice is not available.
11731 (ps-begin-file): Fix typo.
11732
11733 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11734
11735 * international/mule-util.el (compose-chars-component): Signal
11736 error if CH is a rule-based composition character.
11737 (compose-chars): Signal error if an already compsed character is
11738 going to be composed by rule-base.
11739
11740 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11741 full XLFD, don't try to get information of WEIGHT and SLANT from
11742 that font name.
11743
11744 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11745
11746 * dos-w32.el (set-default-process-coding-system): Use function on
11747 before-init-hook to set default-process-coding-system based on
11748 enable-multibyte-characters.
11749
11750 * term/w32-win.el ([language-change]): For now ignore
11751 keyboard language-change events.
11752
11753 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11754
11755 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11756 convert-standard-file-name, but leave the results of
11757 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11758 characters if the original name already exists, or has a special
11759 handler.
11760
11761 1998-11-10 Karl Heuer <kwzh@gnu.org>
11762
11763 * international/iso-insert.el: Delete autoload cookies.
11764
11765 * international/iso-transl.el: Add autoload cookies.
11766
11767 1998-11-10 Richard Stallman <rms@gnu.org>
11768
11769 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11770 (ispell-process-line): Don't treat multibyte
11771
11772 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11773
11774 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11775 setpagedevice to specify the page size if setpagedevice is
11776 available. This is necessary to select the correct paper tray on
11777 Level 2 printers with multiple paper sizes available.
11778
11779 (ps-begin-file): Cope with font names that contain spaces, and
11780 call BeginDoc in a BeginSetup/EndSetup block.
11781
11782 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11783
11784 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11785 convert-standard-filename.
11786
11787 * loadhist.el (symbol-file): Run fns-VERSION.el through
11788 convert-standard-filename.
11789
11790 1998-11-06 Richard Stallman <rms@gnu.org>
11791
11792 * textmodes/texinfmt.el (texinfo-format-scan):
11793 Detect the case of two @-commands in a row; process just the first.
11794 (texinfo-append-refill): If line has a @c, insert the @refill
11795 before it.
11796 (texinfo-format-refill): Return with point where the @refill was.
11797
11798 * files.el (hack-local-variables): Test local-enable-local-variables.
11799 (hack-local-variables-prop-line): Likewise.
11800 (set-auto-mode): Don't test local-enable-local-variables here.
11801 (enable-local-variables): Doc fix.
11802 (local-enable-local-variables): Doc fix.
11803 (normal-mode): Doc fix.
11804
11805 1998-11-06 Karl Heuer <kwzh@gnu.org>
11806
11807 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11808
11809 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11810
11811 * simple.el (line-number-mode): Doc fix.
11812
11813 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11814
11815 * international/fontset.el (create-fontset-from-fontset-spec):
11816 Give correct arg to `error'.
11817
11818 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11819
11820 * textmodes/sgml-mode.el (html-mode): Doc fix.
11821 (sgml-name-8bit-mode): Fix missing format character in message string.
11822
11823 1998-11-05 Karl Heuer <kwzh@gnu.org>
11824
11825 * mail/sendmail.el (sendmail-send-it): Check for failure.
11826
11827 1998-11-05 Richard Stallman <rms@gnu.org>
11828
11829 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11830
11831 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11832 (close-rectangle): Define as alias.
11833
11834 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11835
11836 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11837
11838 1998-11-05 Dave Love <fx@gnu.org>
11839
11840 * help.el (describe-variable): Don't quote link to source.
11841
11842 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11843
11844 * gud.el (gud-common-init): Use pop-to-buffer.
11845 (same-window-regexps): Add an element that matches all gud buffers.
11846
11847 1998-11-04 Jason Rumney <jasonr@altavista.net>
11848
11849 * term/w32-win.el (x-get-selection-value): Alias to
11850 x-cut-buffer-or-selection-value.
11851 (w32-standard-fontset-spec): New variable.
11852 (w32-create-initial-fontsets, mouse-set-font): Check whether
11853 new-fontset is available.
11854 (w32-use-w32-font-dialog): Enable use of set-variable.
11855
11856 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11857
11858 * vc.el (with-vc-file, edit-vc-file): New macros.
11859
11860 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11861
11862 * international/quail.el (quail-show-guidance-buf): Call
11863 set-minibuffer-window to set minibuffer window of the current
11864 frame correctly.
11865
11866 1998-11-03 Theodore Jump <tjump@tertius.com>
11867
11868 * term/w32-win.el: Require fontset.
11869
11870 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11871
11872 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11873 (set-face-font-auto): Ditto.
11874
11875 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11876
11877 * mouse.el (mouse-drag-region): Fix typo.
11878
11879 1998-11-02 Dave Love <fx@gnu.org>
11880
11881 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11882 (fortran-fontify-string): New function.
11883 (fortran-font-lock-keywords-1): Use it.
11884
11885 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11886
11887 * comint.el (comint-file-name-quote-list): Doc fix.
11888
11889 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11890
11891 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11892 build directory, not source directory.
11893
11894 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11895 if we did not get one for the final move.
11896
11897 1998-11-01 Dave Love <fx@gnu.org>
11898
11899 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11900 Don't funcall browse-url-browser-function.
11901
11902 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11903 Don't funcall browse-url-browser-function.
11904
11905 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11906
11907 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11908
11909 * files.el (revert-buffer): Doc fix.
11910
11911 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11912
11913 * textmodes/tex-mode.el (tex-start-options-string):
11914 Quote the backslashes with more backslashes.
11915
11916 1998-10-31 Dave Love <fx@gnu.org>
11917
11918 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11919 (webjump): Don't funcall browse-url-browser-function.
11920
11921 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11922
11923 * international/quail.el (quail-start-translation): Handle
11924 switching of the frame in read-key-sequence.
11925 (quail-start-conversion): Likewise.
11926 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11927 windows before setting an appropriate window for it.
11928 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11929 quail-guidance-win to nil.
11930 (quail-update-guidance): If quail-guidance-buf is not in the
11931 selected frame, call quail-show-guidance-buf again.
11932
11933 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11934
11935 * progmodes/pascal.el (pascal-mode):
11936 `blink-matching-paren-dont-ignore-comments' set to t.
11937
11938 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11939
11940 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11941
11942 1998-10-30 Dave Love <fx@gnu.org>
11943
11944 * vc.el (vc-backend-merge-news): Check for "P" output.
11945
11946 * help.el (describe-variable): Hyperlink the definition.
11947
11948 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11949
11950 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11951 (sh-set-shell): Likewise.
11952
11953 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11954
11955 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11956 (edebug-on-error): Fix customize type to match that of
11957 debug-on-error.
11958
11959 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11960
11961 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11962 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11963
11964 * international/mule-cmds.el (select-message-coding-system): Doc
11965 fix.
11966
11967 * international/mule-diag.el (describe-coding-system): Describe
11968 all flags.
11969
11970 * mail/sendmail.el (sendmail-coding-system,
11971 default-sendmail-coding-system): Doc fix.
11972
11973 * simple.el (shell-command-on-region): Doc fix.
11974
11975 * loadup.el: Write fns-*.el in current directory instead of
11976 data-directory since no installation directory exists yet. Mark
11977 buffer unmodified afterwards.
11978
11979 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11980 instead of data-directory since it is architecture dependent.
11981 (load-history-loaded): Update doc string.
11982
11983 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11984
11985 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11986 path as a default directory when canonicalizing names.
11987
11988 * w32-fns.el: Remove a dangling reference to a directory on the
11989 build machine.
11990
11991 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11992
11993 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11994 namespace related keywords such as `class', `body', `private',
11995 `variable', `namespace eval', etc.
11996 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11997 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11998 imenu and font-lock so that searches for \sw would find words
11999 containing colons.
12000
12001 * progmodes/etags.el (initialize-new-tags-table):
12002 Do not alter find-tag-marker-ring and tags-location-ring.
12003
12004 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12005
12006 * term/w32-win.el: Require fontset.
12007 (w32-init-fontsets): New function (code from x-win.el).
12008
12009 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12010
12011 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12012 calendar-and-diary-frame-parameters): Add title parameter.
12013
12014 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12015
12016 * completion.el (dynamic-completion-mode): New function to enable
12017 the mode. (Just loading the file now does not change anything.)
12018
12019 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12020
12021 * ps-print.el: User option for multibyte buffer handling and doc fix.
12022 (ps-multibyte-buffer): New user option.
12023 (ps-setup): Print new user option.
12024 (ps-print-quote): New fun.
12025 (ps-color-p, ps-mule-font-info-database-latin): New var.
12026 (ps-default-color, ps-mule-font-info-database)
12027 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12028 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12029 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12030 Little code improvement.
12031 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12032 (ps-print-prologue-header, ps-font-family, ps-font-size)
12033 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12034 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12035 (ps-mule-external-libraries, ps-mule-init-external-library)
12036 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12037 Doc fix.
12038 (ps-print-version): New version number (4.1.1) and doc fix.
12039 (ps-print-prologue-header): New user option.
12040 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12041 Conditional compilation for GNU Emacs and emacsens.
12042 (ps-generate-postscript-with-faces): Skip invisible text better.
12043 (ps-setup): Print new user option.
12044 (ps-print-preprint): Check if input file name exists and is unwritable.
12045 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12046 and insert user PostScript prologue header comments.
12047 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12048 New funs.
12049 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12050 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12051 PostScript programming normalization.
12052 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12053 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12054 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12055 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12056 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12057 Programming style normalization.
12058
12059 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12060
12061 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12062 version, check the value of mule-version.
12063
12064 * international/mule-util.el (compose-region): Insert then delete
12065 to preserve markers.
12066 (decompose-region): Use search-forward for efficiency.
12067
12068 * language/chinese.el (pre-write-encode-hz): Cancel previous
12069 change, use generate-new-buffer instead of get-buffer-create.
12070 * language/devan-util.el
12071 (in-is13194-devanagari-pre-write-conversion): Likewise.
12072 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12073 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12074 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12075
12076 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12077
12078 * mail/rmailsum.el (rmail-message-subject-p):
12079 Handle message whose header has not been reformatted.
12080
12081 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12082
12083 1998-10-25 Jason Rumney <jasonr@altavista.net>
12084
12085 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12086 New variables.
12087 (mouse-set-font): Use font menus instead of dialog according to
12088 w32-use-w32-font-dialog.
12089
12090 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12091
12092 * calendar/calendar.el (calendar-day-name-array): Add doc string
12093 correctly!
12094 (calendar-month-name-array): Add doc string correctly!
12095
12096 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12097
12098 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12099
12100 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12101
12102 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12103
12104 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12105
12106 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12107
12108 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12109
12110 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12111
12112 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12113
12114 1998-10-21 Karl Heuer <kwzh@gnu.org>
12115
12116 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12117 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12118 (profile-filter, profile-reset-timer): Functions deleted.
12119 (profile-check-zero-init-times, profile-get-time): Likewise.
12120 (profile-find-function, profile-quit): Likewise.
12121 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12122 (profile-time-list, profile-init-list): Doc fix.
12123 (profile-functions): Simplify.
12124 (profile-print): Use float. Make output include space separators.
12125 (profile-add-time): New helper function.
12126 (profile-function-prolog): Renamed from profile-start-function.
12127 Handle profile-distinct.
12128 (profile-function-epilog): Renamed from profile-update-function.
12129 Handle profile-distinct.
12130 (profile-a-function): If the function to be profiled is an
12131 autoload form, load it. If it's lazy-loaded, fetch it.
12132 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12133 (profile-restore-fun): Arg FUN is now a function symbol, as was
12134 documented, rather than a one-element list.
12135 (profile-finish): Call profile-restore-fun properly.
12136
12137 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12138
12139 * international/characters.el: Setup charset property
12140 nospace-between-words.
12141
12142 * international/mule-cmds.el (get-charset-property): If CHARSET is
12143 composition, return nil.
12144 (put-charset-property): If CHARSET is composition, do nothing.
12145
12146 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12147 * language/devan-util.el
12148 (in-is13194-devanagari-pre-write-conversion): Likewise.
12149 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12150 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12151 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12152
12153 * textmodes/fill.el (sentence-end-without-period): New variable.
12154 (canonically-space-region): Pay attention to
12155 sentence-end-without-period.
12156 (fill-find-break-point): The first argument CHARSET deleted.
12157 Caller changed.
12158 (fill-region-as-paragraph): Pay attention to charset property
12159 nospace-between-words and text property nospace-between-words.
12160
12161 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12162
12163 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12164 an unrecognized shell.
12165
12166 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12167
12168 * desktop.el (desktop-save): Include minor modes symbolically.
12169 (desktop-create-buffer): Turn on all minor modes in `mim'.
12170
12171 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12172
12173 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12174 (sh-font-lock-keywords): Handle rpm and rpm2.
12175 (sh-ancestor-alist): Handle rpm.
12176
12177 * files.el (auto-mode-alist): Recognize .rpm files.
12178 Also .spec and .mspec files.
12179
12180 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12181
12182 * faces.el (frame-set-background-mode): Enable the function for
12183 MSDOS frames.
12184
12185 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12186
12187 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12188 (calendar-month-name-array): Add doc string.
12189
12190 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12191
12192 * simple.el (kill-ring-max): Increased to 60.
12193
12194 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12195
12196 * international/characters.el: Setup auto-fill-chars.
12197
12198 * international/kinsoku.el (kinsoku): Check the variable
12199 enable-kinsoku.
12200
12201 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12202 Don't call kinsoku directly, intead call fill-find-break-point.
12203
12204 * textmodes/fill.el: Setup `fill-find-break-point-function'
12205 property to character sets which require `kinsoku' processing for
12206 filling.
12207 (fill-find-break-point): New function.
12208 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12209 Don't call kinsoku directly, intead call fill-find-break-point.
12210
12211 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12212
12213 * faces.el (modify-face-read-string): Return (nil) for "none".
12214 (modify-face): Don't get error if (nil) is the argument.
12215 (face-try-color-list): Don't check whether nil is a valid color.
12216
12217 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12218
12219 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12220 Print message about each directory, even in batch mode.
12221
12222 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12223
12224 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12225 (ps-mule-string-char): No need to use sref.
12226 (ps-mule-next-index): No need to use sref.
12227
12228 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12229
12230 * files.el (revert-buffer-internal-hook): Add defvar.
12231
12232 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12233
12234 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12235
12236 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12237
12238 * international/mule-cmds.el (default-input-method): Fix custom type.
12239
12240 * net-utils.el (whois-server-list): Fix customization type.
12241
12242 * shell.el (shell-input-autoexpand): Fix customization group.
12243
12244 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12245
12246 * repeat.el (repeat): Handle keyboard macros properly.
12247 Handle new prefix arg after self-insert command.
12248
12249 * repeat.el: Don't include cl even at compile time.
12250 (repeat): Avoid using `loop'.
12251
12252 * simple.el (shell-command-on-region): Doc fix.
12253 (next-history-element): Special error message if no default.
12254
12255 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12256
12257 * ps-print.el (ps-print-buffer): Doc fix.
12258 (ps-despool): Likewise.
12259
12260 * arc-mode.el (arc-mode): Provide arc-mode.
12261
12262 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12263
12264 * ps-print.el (ps-print-buffer): Doc fix.
12265
12266 1998-10-14 Dave Love <fx@gnu.org>
12267
12268 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12269 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12270 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12271
12272 * progmodes/fortran.el (fortran-mode-map): Change "Join
12273 Continuation Line" to "Join Line".
12274 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12275
12276 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12277
12278 * progmodes/fortran.el (fortran-join-line): Use
12279 `delete-indentation' instead of issuing an error message if not on
12280 a continuation line. Provide for joining several lines using
12281 prefix arg.
12282
12283 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12284
12285 * term/pc-win.el (msdos-color-values): New variable.
12286 (x-color-values): New function, emulates its namesake from
12287 src/xfns.c.
12288 (msdos-bg-mode): Add all dark colors to those which return
12289 "dark".
12290
12291 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12292
12293 * replace.el (keep-lines, flush-lines, how-many):
12294 Don't ignore case if arg has upper case letters.
12295
12296 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12297
12298 * progmodes/vhdl-mode.el
12299 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12300 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12301 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12302 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12303 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12304 (vhdl-when): Fix indentation problem.
12305 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12306 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12307 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12308
12309 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12310
12311 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12312 (ls-lisp-insert-directory): Renamed from insert-directory.
12313 (insert-directory): New function.
12314
12315 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12316
12317 * simple.el (completion-fixup-function): Variable deleted.
12318 (completion-setup-function): Delete code for completion-fixup-function.
12319 * emacs-lisp/lisp.el (lisp-complete-symbol):
12320 Don't bind completion-fixup-function.
12321
12322 * files.el (find-file-wildcards): New option.
12323 (find-file-noselect): Handle wild cards, if enabled.
12324 (file-expand-wildcards): New function.
12325
12326 * simple.el (set-fill-column): Doc fix.
12327
12328 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12329
12330 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12331
12332 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12333
12334 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12335 Move declaration before first use.
12336 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12337 hif-math, hif-factor): Rename token to hif-token and token-list to
12338 hif-token-list.
12339 (hif-token, hif-token-list): Declare them.
12340 (hif-find-ifdef-block): Return cons of top and bottom point
12341 instead of setting dynamically bound variables.
12342 (hide-ifdef-block, show-ifdef-block): Use return value of
12343 hif-find-ifdef-block.
12344
12345 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12346
12347 * subr.el (read-passwd): Use clear-this-command-keys.
12348
12349 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12350
12351 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12352 and ...-for-write.
12353
12354 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12355
12356 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12357 responses to GROUP command, since this may be called from a timer
12358 with quit inhibited.
12359
12360 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12361
12362 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12363 set unconditional-jump to nil.
12364 (ccl-compile-read-multibyte-character): Return nil.
12365 (ccl-compile-write-multibyte-character): Likewise.
12366 (ccl-compile-translate-character): Likewise
12367 (ccl-compile-map-multiple): Likewise.
12368 (ccl-compile-map-single): Likewise.
12369
12370 * international/kinsoku.el: Add coding tag.
12371 (kinsoku-bol): Remove superfluous TAB in a string.
12372
12373 * international/mule-cmds.el (find-coding-systems-for-charsets):
12374 Delete `composition' (if any) from CHARSETS.
12375
12376 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12377
12378 * international/mule-cmds.el (setup-specified-language-environment):
12379 Add apropos-inhibit property.
12380 (describe-specified-language-support): Likewise.
12381
12382 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12383
12384 * international/mule.el (make-coding-system): Create -with-esc
12385 variant coding system.
12386
12387 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12388
12389 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12390 (next-file): Optionally offer to revert a file's buffer,
12391 if it has an existing buffer but the file has changed.
12392
12393 * info.el (Info-insert-dir): Detect and report problems
12394 in input files, such as "No Top node". Return with point
12395 at the beginning of the text.
12396 (Info-find-node): Reinsert the code to handle files
12397 with no tags table; it was deleted by mistake.
12398
12399 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12400
12401 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12402 texinfo-find-higher-level-node repeatedly find the same node.
12403 (texinfo-find-higher-level-node): Doc fix.
12404
12405 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12406
12407 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12408 (smtpmail-address-buffer): Add defvar.
12409 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12410
12411 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12412
12413 * ffap.el (ffap-machine-p-local): Fix editing error.
12414
12415 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12416
12417 * faces.el (frame-set-background-mode):
12418 Don't do anythung for text-only or MSDOS frame.
12419
12420 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12421
12422 * international/quail.el (quail-defrule): New optional arg APPEND.
12423 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12424
12425 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12426
12427 * gnus/pop3.el (pop3-open-server):
12428 Set process-coding-system-alist around open-network-stream.
12429
12430 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12431
12432 * files.el (save-buffer): Doc fix.
12433
12434 1998-10-07 Karl Heuer <kwzh@gnu.org>
12435
12436 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12437 return DEF unchanged, not nil. Simplify.
12438
12439 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12440
12441 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12442
12443 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12444
12445 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12446
12447 * net-utils.el (ftp, nslookup): Require comint.
12448 (network-service-connection): Likewise.
12449 (whois-server-name): Defaults to whois.arin.net
12450 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12451 (whois): Tries to guess the appropriate top-level domain server.
12452 (whois-get-tld): New function.
12453
12454 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12455 (dirtrack-debug-toggle): Added this function.
12456
12457 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12458
12459 * files.el (find-file-noselect): Switch to the correct buffer
12460 before checking find-file-literally, and allow non-nil non-t
12461 rawfile params.
12462
12463 1998-10-06 Karl Heuer <kwzh@gnu.org>
12464
12465 * midnight.el (clean-buffer-list): Add autoload cookie.
12466
12467 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12468 no-autosave.
12469 * tar-mode.el (tar-mode-revert): Likewise.
12470 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12471 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12472 * gnus/message.el (message-auto-save-directory): Renamed from
12473 message-autosave-directory. All references changed.
12474
12475 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12476
12477 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12478 string. Expose mime stuff while searching.
12479
12480 1998-10-06 Richard Stallman <rms@gnu.org>
12481
12482 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12483
12484 * replace.el (perform-replace): Position point properly
12485 before and after the recursive edit of C-r.
12486
12487 * progmodes/etags.el (tags-reset-tags-tables): Properly
12488 find the markers in the old rings that are being discarded.
12489
12490 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12491
12492 * apropos.el (apropos-print): Control invalid characters.
12493
12494 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12495 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12496 confusing customize.
12497
12498 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12499
12500 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12501 built-in commands. Add more built-in commands and fix face names.
12502
12503 1998-10-05 Simon Marshall <simon@gnu.org>
12504
12505 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12506
12507 1998-10-04 Eric Ludlam <zappo@gnu.org>
12508
12509 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12510 customization since it is not useful in this case.
12511 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12512 sure it gets evalled to a number. Also verify that set-frame-name
12513 fn exists before calling it.
12514
12515 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12516 Protect a `forward-sexp' call which could fail, and improved regex
12517 for ie, and eg abbreviations.
12518
12519 1998-10-02 Noah Friedman <friedman@splode.com>
12520
12521 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12522 send-string.
12523 (rlogin-send-Ctrl-D): Here also.
12524 (rlogin-send-Ctrl-Z): Here also.
12525 (rlogin-send-Ctrl-backslash): Here also.
12526
12527 1998-10-02 Dave Love <fx@gnu.org>
12528
12529 * outline.el (hide-region-body): Bind
12530 outline-view-change-hook to nil while making repeated calls to
12531 outline-flag-region. Run it once at the end.
12532 (hide-other, hide-sublevels, show-children): Likewise.
12533
12534 * info-look.el: Remove duplicate scheme-mode entry.
12535 (info-lookup-make-completions): When looking for entries, check
12536 that `item' isn't null or "Menu".
12537
12538 1998-10-01 Karl Heuer <kwzh@gnu.org>
12539
12540 * net-utils.el: Don't require ffap.
12541 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12542 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12543
12544 1998-09-30 Richard Stallman <rms@gnu.org>
12545
12546 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12547
12548 * imenu.el (imenu--generic-function): Sort each submenu by position.
12549 (imenu--sort-by-position): New function.
12550
12551 * cus-edit.el (Custom-mode-menu): Fix info node name.
12552 (customize group): Fix info node name.
12553
12554 * mail/mailalias.el (build-mail-aliases): Don't allow
12555 a newline in the alias name. Don't define an alias
12556 if the definition would be empty.
12557
12558 * which-func.el (which-func-mode-global): Make :set function
12559 more reliable.
12560
12561 * custom.el (custom-set-variables): Load the requests first,
12562 then check the symbol's `set' function.
12563
12564 * ffap.el: Doc fixes.
12565
12566 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12567
12568 * gnus.el: (gnus-valid-select-methods): Fix type.
12569 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12570 * gnus-score.el (gnus-orphan-score): Fix type.
12571 (gnus-score-default-header, gnus-score-default-type): Fix type.
12572 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12573 (gnus-saved-headers): Fix type.
12574
12575 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12576 Avoid nil value of `two-lines-citation-part'.
12577
12578 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12579
12580 * which-func.el (which-function): Handle case when
12581 (car imenu--index-alist) is nil.
12582
12583 1998-09-29 Dave Love <fx@gnu.org>
12584
12585 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12586 bzip2 args.
12587
12588 1998-09-29 Simon Marshall <simon@gnu.org>
12589
12590 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12591 comint-exec-hook.
12592
12593 1998-09-29 Stephen Eglen <stephen@gnu.org>
12594
12595 * info-look.el: Add support for Octave.
12596
12597 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12598
12599 * textmodes/reftex.el (reftex-finding-files): New customize group.
12600 (reftex-texpath-environment-variables,
12601 reftex-use-external-file-finders, reftex-external-file-finders,
12602 reftex-search-unrecursed-path-first): New options.
12603 (reftex-process-string, reftex-find-file-externally): New
12604 functions.
12605 (reftex-access-search-path): Execute shell commands to find the
12606 search path.
12607 (reftex-toggle-auto-view-crossref): When turning on, make sure
12608 `reftex-auto-view-crossref' becomes non-nil.
12609 (reftex-abbrev-regexp): Constant removed.
12610 (reftex-convert-string): Abbrev regexp calculated locally.
12611
12612 1998-09-28 Dave Love <fx@gnu.org>
12613
12614 * progmodes/fortran.el: Don't call regexp-opt when deriving
12615 font-lock patterns with keywords that aren't all literal.
12616
12617 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12618
12619 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12620 the form `octave.bin:1>' which come from using precopiled binary
12621 versions.
12622
12623 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12624
12625 * help.el (help-for-help): Use %THIS-KEY%.
12626 (help-quit): Add doc.
12627
12628 * help-macro.el (make-help-screen): Keep HELP-TEXT
12629 in a separate function definition, not in the help command FNAME.
12630 Replace %THIS-KEY% with the key sequence that ran FNAME.
12631
12632 1998-09-25 Richard Stallman <rms@gnu.org>
12633
12634 * textmodes/texinfo.el (texinfo-show-structure):
12635 Bind inhibit-read-only.
12636
12637 * isearch.el (isearch-search-and-update): Properly
12638 handle upper case letters in the reverse-search special case.
12639
12640 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12641
12642 * gnus.el: Extend the list of autoloaded functions.
12643
12644 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12645 buffer before creating help group. (from Gnus v5.6.43, fix by
12646 1998-08-20 Per Starback <starback@update.uu.se>)
12647
12648 * gnus-util.el (gnus-output-to-rmail): Adjust to
12649 `rmail-output-to-rmail-file'.
12650
12651 1998-09-25 Karl Heuer <kwzh@gnu.org>
12652
12653 * hexl.el (hexl-mode-map): More of previous change.
12654
12655 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12656 (tex-start-tex): Don't use tex-start-options-string in star case.
12657 Quote file name in star case as well as in non-star.
12658 Add blank and quoting of option string here.
12659 (tex-start-options-string): Not here.
12660
12661 1998-09-23 Karl Heuer <kwzh@gnu.org>
12662
12663 * term.el (term-delimiter-argument-list): Doc fix.
12664 (term-emulate-terminal): Escape literal semicolon.
12665 * progmodes/asm-mode.el (asm-mode): Doc fix.
12666 (asm-comment-char): Escape literal semicolon.
12667 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12668
12669 1998-09-23 Richard Stallman <rms@gnu.org>
12670
12671 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12672 only those that normally modify the buffer.
12673
12674 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12675 over again.
12676
12677 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12678
12679 * ispell.el (check-ispell-version): Ensure same buffer is current
12680 when let-binding of case-fold-search ends.
12681
12682 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12683
12684 * ps-print.el: Skip invisible overlay.
12685 Test for set-buffer-multibyte rather than using mule-version.
12686 (ps-print-version): New version number (4.1) and doc fix.
12687 (ps-generate-postscript-with-faces): Skip invisible overlay.
12688
12689 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12690
12691 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12692
12693 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12694
12695 * international/quail.el (quail-update-guidance): Check for the
12696 return value of (quail-guidance) fixed.
12697 (quail-update-translation): Bind quail-current-str locally when it
12698 calls quail-update-guidance.
12699 (quail-update-translation): If input-method-exit-on-first-char is
12700 non-nil, terminate translation only when the current input method
12701 is simple.
12702
12703 1998-09-22 Paul Eggert <eggert@twinsun.com>
12704
12705 * startup.el (locale-translation-file-name): Prefer X-related names
12706 to the name used by GNU/Linux sans X. Set to nil if no file found.
12707 (command-line): Use locale-translation-file-name if it is not nil,
12708 instead of testing for its existence again.
12709 regexp-quote the ctype before using it in a regexp.
12710 Allow a colon to appear after the ctype in the aliases file,
12711 as is done in X11R6.4.
12712
12713 1998-09-21 Richard Stallman <rms@gnu.org>
12714
12715 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12716
12717 * calendar/appt.el (appt-interval): Variable deleted.
12718 (appt-check): For minutes in between appt-display-interval times,
12719 do check, but don't display anything except an updated mode line.
12720 Count against appt-display-interval based on minutes since
12721 first display of this appointment, not based on time of day.
12722 If appt-display-mode-line, force mode line redisplay
12723 whenever appt-mode-string has changed.
12724 (appt-add, appt-delete): Add autoload cookies.
12725 (appt-check): Catch errors from calling `diary'.
12726 (appt-max-time): Renamed from max-time.
12727 (appt-now-displayed, appt-display-count): New variables.
12728 (appt-timer): Don't create one if we already have one.
12729
12730 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12731 More general code to use the source buffer instead of the zap file.
12732
12733 * hilit-chg.el (highlight-compare-with-file): Renamed from
12734 compare-with-file.
12735
12736 * loadhist.el (load-history-loaded): New variable.
12737 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12738
12739 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12740
12741 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12742 Fix error messages.
12743
12744 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12745
12746 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12747 Emacs frame.
12748
12749 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12750
12751 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12752 `undecided' and `undecided-unix'.
12753
12754 1998-09-21 Dave Love <fx@gnu.org>
12755
12756 * help.el (help-make-xrefs): Fix typo affecting Info references.
12757
12758 * subr.el (remove-hook): Check list values to avoid errors.
12759
12760 1998-09-18 Noah Friedman <friedman@splode.com>
12761
12762 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12763 store string in eldoc-last-message without consing a new string.
12764 Rearrange logic from nested if's into cond's.
12765 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12766 Do not print message; just return string.
12767 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12768 Do not print message; just return string.
12769 Cache that string in eldoc-last-data.
12770 (eldoc-last-data): Make into a vector.
12771 (eldoc-get-fnsym-args-string): Use new data form of structure.
12772 (eldoc-get-var-docstring): Here also.
12773 (eldoc-last-data-store): New function.
12774 (eldoc-get-fnsym-args-string): Use it.
12775 (eldoc-get-var-docstring): Here also.
12776 (eldoc-docstring-first-line): Minimize interim string consing.
12777 Call substitute-command-keys on the result.
12778 (eldoc-print-var-docstrings, eldoc-print-docstring,
12779 eldoc-docstring-message): Functions removed.
12780 (eldoc-docstring-format-sym-doc): New function, functionality
12781 ripped out of eldoc-docstring-message.
12782 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12783
12784 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12785
12786 * international/mule.el (make-coding-system): Doc-string modified.
12787
12788 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12789
12790 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12791
12792 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12793 customize type.
12794
12795 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12796 type.
12797
12798 * progmodes/compile.el (compilation-error-screen-columns): New
12799 variable.
12800 (compilation-next-error-locus): Use it to decide whether to use
12801 forward-char or move-to-column.
12802
12803 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12804
12805 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12806 feedmail-fiddle-plex-user-list,
12807 feedmail-spray-address-fiddle-plex-list,
12808 feedmail-prompt-before-queue-user-alist,
12809 feedmail-prompt-before-queue-help-supplement,
12810 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12811 feedmail-queue-alternative-mail-header-separator): Fix customize
12812 type.
12813
12814 * startup.el (site-run-file): Fix customize type.
12815
12816 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12817 customize type.
12818
12819 * shell.el (shell-input-autoexpand): Fix customize type.
12820
12821 * ps-print.el (ps-font-info-database): Add missing dots in value.
12822 Improve layout of customize type.
12823
12824 * net-utils.el (traceroute-program-options, ping-program-options,
12825 ipconfig-program-options, netstat-program-options,
12826 arp-program-options, route-program-options,
12827 nslookup-program-options, ftp-program-options): Fix customize
12828 type.
12829
12830 * midnight.el (clean-buffer-list-kill-regexps,
12831 clean-buffer-list-kill-buffer-names,
12832 clean-buffer-list-kill-never-buffer-names,
12833 clean-buffer-list-kill-never-regexps): Fix customize type.
12834
12835 * man.el (Man-init-defvars): Avoid trailing nil on
12836 Man-filter-list.
12837
12838 * lpr.el (printer-name): Fix customize type.
12839
12840 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12841
12842 * international/mule-cmds.el (reset-language-environment): Call
12843 update-coding-systems-internal.
12844
12845 * international/mule-conf.el: Call update-coding-systems-internal
12846 at the tail.
12847
12848 1998-09-14 Dave Love <fx@gnu.org>
12849
12850 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12851 use the menu-enable properties, pending doing it correctly and
12852 acceptably fast.
12853
12854 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12855
12856 1998-09-13 Dave Love <d.love@dl.ac.uk>
12857
12858 * progmodes/hideshow.el (hs-grok-mode-type): Check
12859 comment-{start,end} non-nil as well as bound. Report an error if
12860 we can't grok the mode.
12861
12862 1998-09-13 Richard Stallman <rms@gnu.org>
12863
12864 * simple.el (blink-matching-open): Don't log paren matching
12865 messages in *Messages*.
12866
12867 1998-09-12 Richard Stallman <rms@gnu.org>
12868
12869 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12870 Set point-before-scroll at end even if there was an error.
12871
12872 * ange-ftp.el (ange-ftp-insert-file-contents):
12873 Use binary mode for dumb-unix hosts as for unix hosts.
12874 (ange-ftp-copy-file-internal): Likewise.
12875
12876 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12877
12878 * emacs-lisp/pp.el: Doc fixes.
12879
12880 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12881 (widget-choose): Don't use single-char shortcuts if # items
12882 exceeds that many. Use minibuffer instead.
12883
12884 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12885
12886 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12887
12888 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12889
12890 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12891 in terminal mode.
12892
12893 1998-09-10 Noah Friedman <friedman@splode.com>
12894
12895 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12896 defcustom declaration. It's wreaking too much havoc with XEmacs
12897 and older versions of Emacs, which share this code.
12898
12899 * type-break.el (type-break-mode): Here also.
12900
12901 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12902 `t' to add-hook also to modify the new local value.
12903
12904 1998-09-10 Dave Love <fx@gnu.org>
12905
12906 * vc.el (vc-insert-headers): Doc fix.
12907
12908 1998-09-10 Richard Stallman <rms@gnu.org>
12909
12910 * textmodes/flyspell.el (flyspell-mode-on): Make the
12911 ispell-... variables permanent locals.
12912 (flyspell-mode-off): Add autoload cookie.
12913
12914 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12915 do use binary mode, just as for `unix'.
12916 (ange-ftp-host-type): If HOST is nil, return `unix'.
12917
12918 * dired.el (dired-mark-files-containing-regexp):
12919 Don't scan directories. Ignore non-readable files.
12920
12921 * progmodes/compile.el (compilation-error-regexp-alist):
12922 Fix previous change: allow . and _ in command name.
12923
12924 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12925
12926 * uncompress.el (uncompress-while-visiting):
12927 Use just the car of what find-operation-coding-system returns.
12928
12929 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12930
12931 * shell.el (shell-file-name-quote-list): Add # to the value.
12932
12933 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12934
12935 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12936 to make killing of ispell process work even if
12937 kill-all-local-variables has been run.
12938
12939 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12940
12941 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12942 loop when sexp entry ends at end of file with no newline.
12943
12944 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12945
12946 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12947 (Custom-reset-standard): Fix menu inconsistency.
12948
12949 * mail/feedmail.el (feedmail-from-line): Allow t.
12950 (feedmail-message-id-suffix): Allow nil.
12951
12952 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12953 Simplify. Make prefix arg work right.
12954
12955 1998-09-09 Dave Love <fx@gnu.org>
12956
12957 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12958
12959 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12960
12961 1998-09-08 Dave Love <fx@gnu.org>
12962
12963 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12964 stuff only after file names or at start of line. Allow parens
12965 around e-mail, as well as angles.
12966
12967 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12968 ignore-errors too, eval'd when compile. Require w3 stuff at load
12969 time for nicer failure if it's not available.
12970
12971 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12972
12973 * comint.el (comint-arguments): Ignore backslashes when using
12974 w32 shells that expect backslashes as the directory separator.
12975
12976 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12977
12978 * international/fontset.el (resolved-ascii-font): New variable.
12979 (x-complement-fontset-spec): By side effect, set
12980 `resolved-ascii-font' to the resolved name of ASCII font."
12981 (create-fontset-from-fontset-spec): Don't get a value for
12982 resolved-ascii-font from the list full-fontlist. It is set by
12983 x-complement-fontset-spec now.
12984
12985 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12986 version, check the value of mule-version.
12987
12988 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12989
12990 * textmodes/reftex.el (reftex-view-crossref): Split up into
12991 several functions. No longer moves to find a macro.
12992 (reftex-view-cr-cite, reftex-view-cr-ref,
12993 reftex-end-of-bib-entry): New functions.
12994 (reftex-auto-view-crossref): New value `window' allowed.
12995 (reftex-view-crossref-when-idle): Process new `window' option in
12996 (reftex-translate-to-ascii-function): New default.
12997 (reftex-label-illegal-re): Default changed, removed Latin1.
12998 (reftex-latin1-to-ascii): New function.
12999 (reftex-what-environment): Check for section regexp before use.
13000 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13001 absolute path names.
13002 (reftex-TeX-master-file): Changed sequence of file checks.
13003 (reftex-do-citation): bibview cache only with RefTeX mode on.
13004
13005 1998-09-06 Richard Stallman <rms@gnu.org>
13006
13007 * progmodes/compile.el (compilation-error-regexp-alist):
13008 In first pattern (GNU utilities and other things),
13009 allow a space after the optional program name at the beginning.
13010
13011 * mail/mail-hist.el (mail-hist-current-header-contents):
13012 Fix previous change: use mail-header-end.
13013
13014 1998-09-06 Bill Richter <richter@math.nwu.edu>
13015
13016 * international/ccl.el: Doc fixes.
13017 * international/encoded-kb.el: Doc fixes.
13018 * international/fontset.el: Doc fixes.
13019 * international/kinsoku.el: Doc fixes.
13020 * international/kkc.el: Doc fixes.
13021 * international/mule-cmds.el: Doc fixes.
13022 * international/mule-conf.el: Doc fixes.
13023 * international/mule-util.el: Doc fixes.
13024 * international/mule.el: Doc fixes.
13025
13026 1998-09-05 Eric Ludlam <zappo@gnu.org>
13027
13028 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13029 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13030 (checkdoc-this-string-valid-engine): Permit ? as terminating
13031 punctuation for first line sentence breaking.
13032 (checkdoc-this-string-valid): When converting a comment into a doc
13033 string, make sure " chars are \".
13034 (checkdoc-sentencespace-region-engine): Only do double space check
13035 if based on the variable `sentence-end-double-space'
13036 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13037 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13038
13039 1998-09-04 Richard Stallman <rms@gnu.org>
13040
13041 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13042 Recognize define-skeleton as a function definer.
13043
13044 * cus-edit.el (customize-option): Refuse to customize
13045 a variable that has no defcustom. But if variable is autoloaded,
13046 first try to load the library that defines it.
13047
13048 * international/iso-insert.el: Use `string' before calling `insert'
13049 so that in multibyte buffers we insert multibyte chars.
13050
13051 * dired.el (dired-mark-files-containing-regexp):
13052 Don't use find-file; instead, insert the file in a temp buffer.
13053
13054 * textmodes/tex-mode.el (tex-start-options-string): New option.
13055 (tex-start-tex): Use that variable.
13056
13057 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13058 value in the `repeat' alternative a list.
13059
13060 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13061 the inserted newline, verify that one was really inserted.
13062
13063 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13064 remains on or remains off.
13065 (flyspell-multi-language-p): Default changed to nil.
13066
13067 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13068 In "found in comment" case, don't beginning-of-line after forward-line.
13069
13070 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13071 If the function definition is not a lambda, return original FORM
13072 with no error.
13073
13074 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13075
13076 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13077 so that by default netstat shows all network connections.
13078
13079 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13080
13081 * international/quail.el: Doc fixes.
13082
13083 * info.el (info): Don't add parens if FILE already has them.
13084
13085 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13086
13087 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13088 on extension lines.
13089
13090 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13091
13092 * w32-fns.el (w32-shell-dos-semantics): New function.
13093
13094 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13095
13096 * international/quail.el (quail-choose-completion-string): Store
13097 completion `choice' in `quail-current-str'; don't insert it.
13098
13099 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13100
13101 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13102 argument to ps-mule-generate-bitmap-font.
13103
13104 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13105 entry and change Latin-1 entry in the default value.
13106 (ps-mule-font-info-database-ps-bdf): New variable.
13107 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13108 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13109 registerd in FONT-SPEC.
13110 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13111 charcter width of bitmap fonts.
13112 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13113 procedure NF.
13114 (ps-begin-file): Output PostScript code for setting
13115 SpaceWidthRatio.
13116 (ps-plot-region): Use line-beginning-position to get a position of
13117 the beginning of the current line.
13118
13119 * international/mule-cmds.el (register-input-method): Doc-string
13120 modified.
13121
13122 1998-09-01 Dave Love <fx@gnu.org>
13123
13124 * international/mule-cmds.el (current-language-environment): Fix
13125 setter function.
13126
13127 1998-09-01 Simon Marshall <simon@gnu.org>
13128
13129 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13130 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13131 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13132 names with font-lock-type-face. Fontify type specs, etc., with
13133 font-lock-keyword-face.
13134
13135 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13136
13137 * international/fontset.el (x-complement-fontset-spec): If ASCII
13138 font is specified in FONTLIST, don't substitute it for the
13139 resolved name.
13140
13141 1998-08-31 Paul Eggert <eggert@twinsun.com>
13142
13143 * international/mule.el (charset-description): Doc fix.
13144
13145 * language/chinese.el, language/cyrillic.el, language/czech.el,
13146 language/devanagari.el, language/ethiopic.el,
13147 language/european.el, language/hebrew.el, language/indian.el,
13148 language/japanese.el, language/korean.el, language/lao.el,
13149 language/slovak.el, language/thai.el, language/tibetan.el,
13150 language/vietnamese.el:
13151 Add coding: local variable, to avoid bootstrapping problem
13152 if you need to recompile all the Lisp files using interpreted code.
13153
13154 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13155
13156 * cal-china.el (chinese-year-cache): Change range of years from
13157 1989-2000 to 1990-2010.
13158
13159 1998-08-29 Dave Love <d.love@dl.ac.uk>
13160
13161 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13162 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13163
13164 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13165
13166 * ps-print.el (ps-print-control-characters): Doc-string modified.
13167 (ps-output-string-prim): Comment format changed.
13168 (ps-do-despool): Indentation of source code changed.
13169
13170 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13171
13172 * subr.el (sref): Make it an alias of aref. Make the
13173 byte-compiler warn that it is obsolete.
13174 (char-bytes): Make the byte-compiler warn that it is obsolete.
13175
13176 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13177 Calculate the total bytes using position-bytes instead of
13178 char-bytes.
13179
13180 1998-08-27 Karl Heuer <kwzh@gnu.org>
13181
13182 * snmp-mode.el: New file.
13183 * files.el (auto-mode-alist): Add snmp-mode patterns.
13184
13185 1998-08-27 Karl Eichwalder <ke@suse.de>
13186
13187 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13188
13189 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13190
13191 * calendar/diary-lib.el (diary-block): Doc fix..
13192 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13193
13194 1998-08-27 Richard Stallman <rms@gnu.org>
13195
13196 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13197 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13198 Clear appt-mode-string if we don't put something in it.
13199
13200 1998-08-27 Dave Love <fx@gnu.org>
13201
13202 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13203 dired-local-variables-file for dired-x.
13204
13205 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13206 for compressed library files too.
13207
13208 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13209
13210 * language/european.el ("Latin-1"): Modify `documentation' key value.
13211 ("Latin-2"): Likewise.
13212
13213 1998-08-26 Karl Heuer <kwzh@gnu.org>
13214
13215 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13216
13217 1998-08-26 Albert L. Ting <alt@artisan.com>
13218
13219 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13220 (mail-hist-current-header-contents): Use mail-text-start.
13221
13222 1998-08-26 Richard Stallman <rms@gnu.org>
13223
13224 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13225 (customize-changed-options-previous-release): New variable.
13226 (customize-changed-options): Use that variable as default arg.
13227
13228 1998-08-26 Karl Eichwalder <ke@suse.de>
13229
13230 * midnight.el: Require `timer' not only when compiling.
13231
13232 1998-08-26 Per Starback <starback@update.uu.se>
13233
13234 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13235 buffer before creating help group.
13236
13237 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13238
13239 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13240 coding-system-for-write before saving.
13241
13242 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13243
13244 * isearch.el (isearch-forward): Doc fix.
13245
13246 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13247
13248 * emacs-lisp/find-func.el: Fix :version tags to have a string
13249 value, not a float.
13250
13251 * cus-dep.el: Fix typo in output.
13252
13253 1998-08-25 Dave Love <fx@gnu.org>
13254
13255 * repeat.el (repeat): Doc fix.
13256 [From rms:]
13257 (repeat-previous-repeated-command): New variable.
13258 (repeat): Check for real-last-command being null or repeat. Set
13259 repeat-previous-repeated-command.
13260
13261 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13262
13263 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13264
13265 * gnus/message.el (message-send-mail-with-sendmail): Bind
13266 coding-system-for-write by the return value of
13267 select-message-coding-system.
13268 (message-send-mail-with-qmail): Likewise.
13269
13270 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13271
13272 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13273 define-derived-mode.
13274
13275 * files.el (file-name-invalid-regexp):
13276 Fix regex for ms-dos without long file names.
13277
13278 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13279
13280 * ps-print.el: Multi-byte buffer handling.
13281 (ps-print-version): New version number (4.0) and doc fix.
13282 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13283 compilation for GNU Emacs and emacsens.
13284 (ps-generate-postscript-with-faces): Force invisible text to be
13285 visible.
13286 (dos-ps-printer): New var to avoid compilation gripes.
13287
13288 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13289
13290 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13291 that no more characters can't be printed in the current line.
13292
13293 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13294
13295 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13296 greater than TO.
13297
13298 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13299
13300 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13301 20.2 and the earlier version.
13302 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13303 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13304 (ps-mule-find-wrappoint): Likewise.
13305 (ps-mule-generate-font): Change `X' to `x' in format
13306 control-string.
13307 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13308 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13309 `restore' form procedures `BC' and `EC'.
13310
13311 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13312
13313 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13314 is an executable procedure. Make LineThickness, Xshadow, and
13315 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13316 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13317 ps-mule-font-info-database-bdf): New vars.
13318 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13319 (ccl-encode-ethio-unicode): New CCL program.
13320 (ps-mule-encode-ethiopic): New fun.
13321 (ps-mule-current-charset): New var.
13322 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13323 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13324 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13325 (ps-mule-external-libraries): New var.
13326 (ps-mule-init-external-library): New fun.
13327 (ps-mule-font-cache): New var.
13328 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13329 (ps-last-font): New var.
13330 (ps-mule-prepare-font): New fun.
13331 (ps-mule-charset-list): New var.
13332 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13333 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13334 ps-mule-plot-string): New funs.
13335 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13336 New vars.
13337 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13338 ps-mule-prepare-cmpchar-font): New funs.
13339 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13340 vars.
13341 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13342 ps-mule-generate-bitmap-glyph): New funs.
13343 (ps-mule-initialize, ps-mule-begin): New funs.
13344 (ps-output-string-prim): Insert string as unibyte.
13345 (ps-output-prologue): New fun.
13346 (ps-flush-output): Handle the case of 'prologue.
13347 (ps-begin-file): Call ps-mule-initialize.
13348 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13349 printing multibyte characters.
13350 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13351 (ps-basic-plot-string): Handle the case of printing ASCII
13352 characters by external libraries (e.g. BDF).
13353 (ps-set-font): Set ps-last-font.
13354 (ps-plot-region): Handle multibyte characters, use
13355 ps-mule-plot-string for them.
13356 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13357
13358 * bdf.el: New file.
13359
13360 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13361
13362 * international/mule-cmds.el (select-message-coding-system): New
13363 function.
13364 (set-language-environment-coding-systems): Set
13365 default-sendmail-coding-system.
13366
13367 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13368 (default-sendmail-coding-system): New variable.
13369 (sendmail-send-it): Encode the message by a coding system
13370 select-message-coding-system returns.
13371
13372 1998-08-23 Eric Ludlam <zappo@gnu.org>
13373
13374 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13375 (speedbar-mode): Set buffer to read only.
13376 (speedbar-temp-buffer-show-function): For emacs don't call hook
13377 with arguments.
13378 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13379
13380 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13381
13382 * speedbar.el (speedbar-key-map): Fix typo.
13383
13384 See ChangeLog.7 for earlier changes.