*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
2
3 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
4 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
5 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6
7
8 2000-05-18 Dave Love <fx@gnu.org>
9
10 * info.el (Info-fontify-node): Add intangible property as well as
11 invisible.
12
13 * calendar/appt.el (appt-make-list): Match all lines of entry.
14 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15
16 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17
18 * international/mule-diag.el (describe-char-after): Call
19 internal-char-font, not char-font. If internal-char-font returns
20 nil, display "-- none --".
21
22 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23
24 * image.el (image-type-available-p): Don't reference image-types
25 if it isn't bound.
26
27 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
28
29 * autoarg.el (autoarg-mode): Typo in the :set argument.
30
31 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * startup.el (command-line-1): Don't signal an error if the
34 directory for auto-save-list files does not yet exist.
35
36 2000-05-17 Kenichi Handa <handa@etl.go.jp>
37
38 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
39
40 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
41
42 * subr.el (remove-hook): `setq' hook-value, not `set'.
43
44 2000-05-16 Sam Steingold <sds@gnu.org>
45
46 * info.el (debug-ignored-errors): more errors to ignore.
47
48 2000-05-16 Dave Love <fx@gnu.org>
49
50 * cus-edit.el: Don't require cl or easymenu.
51 (custom-variable-prompt): Test standard-value property, not
52 user-variable-p.
53
54 2000-05-16 Sam Steingold <sds@gnu.org>
55
56 * subr.el (add-hook): `setq' hook-value, not `set'.
57
58 2000-05-16 Gerd Moellmann <gerd@gnu.org>
59
60 * startup.el (command-line-1): Mention the FAQ in the startup
61 message.
62
63 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
64
65 * progmodes/compile.el (compilation-parse-errors): Collect
66 `nomessage' regexps last.
67
68 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
69
70 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
71 to the function name.
72
73 2000-05-15 Dave Love <fx@gnu.org>
74
75 * speedbar.el (speedbar-recenter): Typo.
76 (speedbar-expand-line): Make arg optional.
77 (speedbar-mode): Avoid a compiler warning.
78
79 2000-05-15 Gerd Moellmann <gerd@gnu.org>
80
81 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
82 user-specified option string is empty.
83
84 * mouse.el (mouse-yank-at-click): Doc fix.
85
86 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * term/internal.el (IT-character-translations): More updates of
89 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
90 documents.
91
92 2000-05-15 Gerd Moellmann <gerd@gnu.org>
93
94 * env.el (getenv): New function, interactively callable.
95 (setenv, getenv): Remove autoload cookies.
96
97 * loadup.el: Load `env'.
98
99 * progmodes/f90.el: Change author's mail address.
100
101 2000-05-14 Dave Love <fx@gnu.org>
102
103 * mail/rmail.el (rmail-show-message-hook): Customize and offer
104 goto-addr as an option.
105
106 * help.el (help-xref-stack): Doc fix.
107 (help-xref-following): New variable.
108 (help-make-xrefs): Use it.
109 (help-xref-go-back): Use position information from stack element.
110 (help-follow): Make position in stack element a pair. Use
111 help-xref-following.
112
113 * autoarg.el: New file.
114
115 * faces.el: Declare more functions obsolete.
116
117 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
118 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
119 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
120 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
121 Remove all the setup-...-environment functions.
122
123 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
124
125 * speedbar.el: Updated the commentary section. xemacs20p now uses
126 >= when detecting. Require `defimage' safely.
127 (speedbar-easymenu-definition-base): Add toggle for images.
128 (speedbar-easymenu-definition-special): Add flush cache & expand.
129 (speedbar-visiting-tag-hook): Set new defaults. Added options.
130 (speedbar-reconfigure-keymaps-hook): New variable.
131 (speedbar-frame-parameters): Updated documentation.
132 (speedbar-use-imenu-flag): Updated custom tag
133 (speedbar-dynamic-tags-function-list): New variable.
134 (speedbar-tag-hierarchy-method): Updated doc & custom.
135 (speedbar-indentation-width, speedbar-indentation-width) New
136 variables.
137 (speedbar-hide-button-brackets-flag): Customizable.
138 (speedbar-vc-indicator): Doc update.
139 (speedbar-ignored-path-expressions): Updated default value.
140 (speedbar-supported-extension-expressions): Updated default value.
141 (speedbar-syntax-table): Remove {} paren status.
142 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
143 as "+". Added overlay aliases.
144 (speedbar-mode): Use `speedbar-mode-line-update' instead of
145 `force-mode-line-update'.
146 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
147 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
148 `mouse-set-point'
149 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
150 (speedbar-item-info-tag-helper): Revamped to handle a wider range
151 of arbitrary text, and new helper functions.
152 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
153 filename finder.
154 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
155 (speedbar-directory-buttons): Update path search/expansion.
156 (speedbar-make-tag-line): Pay attention to
157 `speedbar-indentation-width'. Use more care w/ invisible
158 properties.
159 (speedbar-change-expand-button-char): Call
160 `speedbar-insert-image-button-maybe'.
161 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
162 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
163 (speedbar-trim-words-tag-hierarchy)
164 (speedbar-simple-group-tag-hierarchy): New functions
165 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
166 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
167 functions.
168 (speedbar-mouse-set-point): New function
169 (speedbar-power-click): Updated documentation.
170 (speedbar-line-token, speedbar-goto-this-file): Handle more types
171 of tag prefix text.
172 (speedbar-expand-line, speedbar-contract-line): Make more robust
173 to strange text.
174 (speedbar-expand-line): Takes universal argument to flush the
175 cache.
176 (speedbar-flush-expand-line): New function.
177 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
178 Use new generator insertion method.
179 (speedbar-fetch-dynamic-tags): New function.
180 (speedbar-fetch-dynamic-imenu): Removed code now handled in
181 `speedbar-fetch-dynamic-imenu'.
182 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
183 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
184 "Revert Buffer" menu items.
185 (speedbar-buffer-buttons-engine): Be smarter when creating a
186 filename tag (for expansion purposes.).
187 (speedbar-highlight-one-tag-line,
188 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
189 (speedbar-recenter): New functions.
190 (defimage-speedbar): Image loading abstraction.
191 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
192 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
193 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
194 (speedbar-tag-type, speedbar-tag-mail): New images.
195 (speedbar-expand-image-button-alist): New variable.
196 (speedbar-insert-image-button-maybe): Insert an image over some
197 buttons.
198
199 2000-05-13 Kenichi Handa <handa@etl.go.jp>
200
201 * international/mule-cmds.el (encode-coding-char): An ASCII
202 character is always encodable.
203
204 * international/mule-conf.el: Add more information in descriptions
205 of character sets.
206
207 * international/mule-diag.el (describe-char-after): New function.
208 (describe-font-internal): Adjusted for the change of font-info.
209 (describe-font): Likewise.
210 (print-fontset): Rewritten for the new fontset implementation.
211 (describe-fontset): Include fontset alias names in completion.
212 (list-fontsets): Adjusted for the change of print-fontset.
213
214 * simple.el (what-cursor-position): If DETAIL is non-nil, call
215 describe-char-after instead of displaying the detail in the echo
216 area.
217 (syntax-code-table): Format changed.
218 (string-to-syntax): Adjusted for the above change.
219
220 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
221
222 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
223
224 2000-05-12 Dave Love <fx@gnu.org>
225
226 * calendar/todo-mode.el: Remove some compatibility stuff and CL
227 dependence. Use line-{beginning,end}-position, not
228 point-at{b,e}ol. Some doc fixes.
229 (todo-position): New function. Fix callers of position to use it.
230 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
231
232 2000-05-12 Gerd Moellmann <gerd@gnu.org>
233
234 * time.el (display-time-mail-icon): Use `:ascent center'.
235
236 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
237 handling FTP security extensions.
238
239 2000-05-11 Dave Love <fx@gnu.org>
240
241 * calendar/todo-mode.el: New file.
242
243 2000-05-11 Gerd Moellmann <gerd@gnu.org>
244
245 * comint.el (comint-read-input-ring): Move reference to
246 comint-input-ring-size outside of the save-excursion. It was
247 causing the default value to be the only one ever seen.
248
249 * font-lock.el: Update copyright. Remove Simon Marshall's email
250 address on request from him.
251
252 * subr.el (substitute-key-definition): Add comment describing
253 the meaning of PREFIX.
254
255 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
256
257 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
258
259 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
260 (add-minor-mode): Don't make the variable buffer-local and add a
261 reference to define-minor-mode in the docstring.
262
263 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
264 HEADER/FOOTER and fix bug with trailing empty directory.
265 (cvs-append-to-ignore): Use vc-editable-p if available.
266 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
267 (vc-do-command): Tweak advice to handle the new VC.
268
269 * log-view.el (log-view-goto-rev): New function for the new VC.
270 (log-view-minor-wrap): Use mark-active.
271
272 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
273 (log-edit-changelog-full-paragraphs): New var.
274 (log-edit-insert-changelog): Remove a lonely leading `* file'.
275 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
276 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
277 (log-edit-changelog-ours-p, log-edit-changelog-entries)
278 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
279 Replace the `cvs' prefix with `log-edit'.
280
281 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
282
283 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
284 (diff-font-lock-defaults): Explicitly turn off multiline.
285 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
286 (diff-ediff-patch): Fix call to ediff-patch-file.
287 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
288 Handle comments.
289
290 * frame.el (automatic-hscrolling): Typo.
291
292 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
293
294 2000-05-09 Sam Steingold <sds@goems.com>
295
296 * apropos.el (apropos-print): use `describe-face' instead of
297 `customize-face-other-window'.
298
299 2000-05-09 Dave Love <fx@gnu.org>
300
301 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
302
303 * help.el (describe-variable): Have customize button pop the
304 help-xref stack when invoked.
305 (help-xref-symbol-regexp): Add `face'.
306 (help-make-xrefs): Check for quoted face names and adapt regexp
307 submatch numbers to cope.
308 (help-xref-interned): Maybe insert face doc too. Separate
309 sections with a line of hyphens.
310
311 * faces.el: Some doc fixes. Declare some functions obsolete.
312 (describe-face): Add customize button. Return the help
313 text. Fix prompt.
314
315 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * term/internal.el (IT-character-translations): Fix last change.
318
319 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * woman.el: New file
322 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
323
324 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * term/internal.el (IT-character-translations): Update ASCII
327 simulations for greek-iso8859-7, add latin-iso8859-14 and
328 latin-iso8859-15.
329
330 * international/mule-cmds.el (set-language-info-alist): Call
331 define-prefix-command with 3 arguments, to make the map suitable
332 for a menu.
333
334 2000-05-07 Dave Love <fx@gnu.org>
335
336 * time.el: Small doc fixes from Pavel Janic.
337
338 2000-05-05 Dave Love <fx@gnu.org>
339
340 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
341 list in doc string. Don't quote keyword symbols.
342 * emacs-lisp/cl.el: Likewise
343 * emacs-lisp/cl-seq.el: Likewise
344
345 2000-05-05 Gerd Moellmann <gerd@gnu.org>
346
347 * abbrev.el (abbrev-mode): Make ARG optional.
348
349 2000-05-04 Gerd Moellmann <gerd@gnu.org>
350
351 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
352
353 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
354
355 * subr.el (substitute-key-definition): Clarify documentation.
356
357 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
358
359 * glasses.el (glasses-convert-to-unreadable): Use
360 `glasses-separator' instead of the hard-wired "_".
361 (glasses-mode): Call `glasses-make-unreadable' only in a single
362 place.
363
364 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * term/internal.el (cjk-codepages-alist): Add associations for
367 Chinese and Korean codepages. Remove FIXME comment.
368
369 2000-05-03 Dave Love <fx@gnu.org>
370
371 * time.el (display-time-mail-face, display-time-use-mail-icon):
372 New option.
373 (display-time-mail-icon): New variable.
374 (display-time-string-forms): Use the above. Fix the local-map.
375
376 2000-05-03 Gerd Moellmann <gerd@gnu.org>
377
378 * replace.el (query-replace-map): Add binding for `E'.
379 (query-replace-help): Extend help text.
380 (perform-replace): Allow editing the replacement string.
381
382 * make-mode.el (makefile-mode-abbrev-table): New variable.
383 (makefile-mode): Set local abbrev table to
384 makefile-mode-abbrev-table.
385 (makefile-font-lock-keywords): Fontify includes and conditionals.
386
387 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
388 set TOGGLE's value.
389
390 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
391 mail-interactive-insert-alias.
392 (mail-abbrev-complete-alias): New command.
393 (mail-mode-map): Bind it to `M-TAB'.
394
395 2000-05-03 Kenichi Handa <handa@etl.go.jp>
396
397 * language/lao-util.el (lao-compose-region): New function.
398
399 2000-05-02 Gerd Moellmann <gerd@gnu.org>
400
401 * files.el (recover-session): Make directories as necessary
402 if they don't exist yet.
403
404 * calendar/cal-french.el
405 (french-calendar-multibyte-special-days-array)
406 (french-calendar-special-days-array): Change French text.
407 (calendar-french-date-string): Change output.
408 (calendar-goto-french-date): Likewise.
409
410 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
411
412 * wid-edit.el (widget-default-active): Obey `:always-active'.
413 (widget-documentation-string-value-create): Set `:always-active'.
414
415 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
416
417 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
418 default prefix to `~/_emacs.d/auto-save.list/_s'.
419 (normal-top-level): Create the directory for auto-save files, if
420 it doesn't already exist (in the ms-dos case only).
421
422 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * international/mule-cmds.el (set-language-environment): Don't
425 concat an integer (dos-codepage), use format instead.
426
427 2000-05-02 Dave Love <fx@gnu.org>
428
429 * help.el (help-xref-on-pp): Check for constant symbols.
430
431 2000-04-29 Gerd Moellmann <gerd@gnu.org>
432
433 * startup.el (normal-top-level): Put a condition-case around
434 the code loading subdirs.el.
435
436 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
437
438 * ps-print.el: Upside-down and face background color printing,
439 line number step, doc fix.
440 (ps-print-version): New version number (5.2).
441 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
442 (ps-face-attribute-list, ps-plot-with-face): Code fix.
443 (ps-spool-config): Var fix.
444 (ps-printer-name-option): Const fix.
445 (ps-print-upside-down, ps-use-face-background)
446 (ps-line-number-step): New vars.
447 (ps-window-system, ps-lp-system): New consts.
448 (ps-face-background): New fun.
449
450 2000-04-28 Richard Stallman <rms@gnu.org>
451
452 * files.el (make-auto-save-file-name):
453 Apply auto-save-file-name-transforms to visited file name
454 before generating auto save file name.
455 (auto-save-file-name-transforms): New variable.
456
457 * files.el (backup-enable-predicate):
458 Correctly test for a file under a temporary directory.
459
460 2000-04-28 Gerd Moellmann <gerd@gnu.org>
461
462 * subr.el (add-minor-mode): Rewritten.
463
464 2000-04-28 Kenichi Handa <handa@etl.go.jp>
465
466 * mail/sendmail.el (sendmail-send-it): Set
467 buffer-file-coding-system to the selected coding system for MIME
468 header.
469
470 2000-04-27 Gerd Moellmann <gerd@gnu.org>
471
472 * dired.el (dired-move-to-filename-regexp): Allow format where
473 YYYY is followed by two spaces.
474
475 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
476 in the second character class of the regexp.
477
478 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
479 mh-etc, too.
480
481 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
482 nil.
483
484 * subr.el (add-minor-mode): Use `set' instead of `setq'.
485
486 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
487 argument.
488
489 2000-04-27 Sen Nagata <sen@eccosys.com>
490
491 * emacs-lisp/crm.el (crm-completion-table): New variable.
492 (crm-collection-fn, crm-test-completion)
493 (completing-read-multiple): Use it.
494
495 2000-04-27 Dave Love <fx@gnu.org>
496
497 * help.el (locate-library): Use mapc.
498 (help-manyarg-func-alist): Add call-process-region.
499
500 2000-04-26 Gerd Moellmann <gerd@gnu.org>
501
502 * subr.el (add-minor-mode): Make argument MAP optional.
503
504 * desktop.el (desktop-save): Save list of minor modes.
505 (desktop-create-buffer): Restore minor modes.
506 (desktop-minor-mode-table): New user-option.
507
508 * subr.el (add-minor-mode): New function.
509
510 * image.el (find-image): New function.
511 (defimage): Rewritten to find image at load time.
512
513 * startup.el (normal-top-level-add-to-load-path): Handle
514 case that the default directory is not in load-path.
515
516 * help.el: Old patch from Stefan Monnier.
517 (help-xref-on-pp): New function.
518 (describe-variable): Use it to display xrefs in a symbol's value.
519
520 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
521
522 * cus-edit.el (custom-face): Fix parenthesis.
523
524 2000-04-26 Kenichi Handa <handa@etl.go.jp>
525
526 * mail/rmail.el (rmail-expunge): When there are no deleted
527 messages, do nothing.
528
529 2000-04-26 Dave Love <fx@gnu.org>
530
531 * international/mule-cmds.el (locale-translation-file-name):
532 Defvar to nil.
533 (set-locale-environment): Set it here (at runtime).
534
535 2000-04-25 Gerd Moellmann <gerd@gnu.org>
536
537 * replace.el (perform-replace): Add parameters START and END. Use
538 them instead of the check for a region in Transient Mark mode.
539 (query-replace-read-args): Return two more list elements for the
540 start and end of the region in Transient Mark mode.
541 (query-replace, query-replace-regexp, query-replace-regexp-eval)
542 (map-query-replace-regexp, replace-string, replace-regexp): Add
543 optional last arguments START and END and pass them to
544 perform-replace.
545
546 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
547 form with additional arguments for perform-replace.
548
549 * progmodes/etags.el (tags-query-replace): Add parameters START
550 and END. Construct a form with additional arguments for
551 perform-replace.
552
553 * simple.el (shell-command): Set default directory for "*Shell
554 Command Output" buffer.
555
556 * language/european.el (iso-latin-4): Fix typo.
557
558 * emacs-lisp/crm.el: New file.
559
560 2000-04-24 Dave Love <fx@gnu.org>
561
562 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
563 (Custom-reset-saved, Custom-reset-standard)
564 (custom-group-value-create, custom-group-set, custom-group-save)
565 (custom-group-reset-current, custom-group-reset-saved)
566 (custom-group-reset-standard): Use mapc.
567 (custom-buffer-create-internal): Disable undo when creating items.
568 Use mapc.
569 (custom-face): Avoid redundant lambda.
570
571 2000-04-24 Gerd Moellmann <gerd@gnu.org>
572
573 * startup.el (auto-save-list-file-prefix): Set default to
574 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
575
576 2000-04-24 Sam Steingold <sds@gnu.org>
577
578 * time-stamp.el (time-stamp-string-preprocess): Always convert
579 `field-result' to a string.
580
581 2000-04-24 Gerd Moellmann <gerd@gnu.org>
582
583 * frame.el (scrolling): New group.
584 (automatic-hscrolling): New user-option.
585
586 * startup.el (command-line-x-option-alist): Add `-lsp' and
587 `--line-spacing'.
588
589 2000-04-19 Dave Love <fx@gnu.org>
590
591 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
592 (cl-mapc): Rename from mapc. Fix the funcall.
593
594 2000-04-19 Gerd Moellmann <gerd@gnu.org>
595
596 * simple.el (clone-indirect-buffer-other-window): New command.
597 (clone-indirect-buffer): Add optional arg NORECROD.
598 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
599
600 * help.el (resize-temp-buffer-window): Use count-screen-lines.
601
602 * window.el (count-screen-lines): New function.
603 (shrink-window-if-larger-than-buffer): Use count-screen-lines
604 instead of window-buffer-height.
605
606 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
607 non-existing variable comint-input-sentinel.
608 (inferior-lisp-args-to-list): Removed.
609 (inferior-lisp): Use split-string instead of
610 inferior-lisp-args-to-list.
611
612 * hexl.el (hexl-insert-hex-string): New command.
613
614 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
615 instead of concat.
616
617 2000-04-18 Gerd Moellmann <gerd@gnu.org>
618
619 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
620 at the start of an existing but empty folder.
621
622 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
623
624 * ps-mule.el: Customization fix, doc fix.
625 (ps-multibyte-buffer): Customization fix.
626
627 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
628
629 * subr.el (read-passwd): Use read-char-exclusive.
630
631 2000-04-17 Gerd Moellmann <gerd@gnu.org>
632
633 * textmodes/texinfo.el (texinfo-insert-@email)
634 (texinfo-insert-@emph, texinfo-insert-@quotation)
635 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
636 (texinfo-mode-map): Add key bindings for them.
637
638 * files.el (basic-save-buffer-2): Use a template with `$'
639 instead of `#' for VMS.
640
641 * simple.el (clone-indirect-buffer): New function.
642
643 2000-04-16 Stephen Eglen <stephen@gnu.org>
644
645 * iswitchb.el (iswitchb-case): New function. If the user input
646 contains any upper-case characters, the search is made
647 case-sensitive.
648
649 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
650
651 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
652 comment-end.
653 (texinfo-font-lock-syntactic-keywords): New var.
654 (texinfo-font-lock-keywords): Remove comment regexp.
655 (texinfo-insert-block): New function.
656 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
657 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
658 and font-lock-defaults. Use regexp-opt for outline-regexp.
659 (texinfo-environments): New var.
660 (texinfo-environment-regexp): Use regexp-opt and
661 texinfo-environments.
662
663 * textmodes/ispell.el (ispell-menu-map-needed): Check that
664 ispell-process is bound since this might be eval'd before ispell
665 is loaded.
666 (ispell-message): Use a tiny bit less magic and a bit more hard
667 data to figure out what kind of sc-cite-regexp to use.
668
669 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
670
671 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
672 (insert-cyclic-diary-entry): Unquote the lambda.
673
674 * gud.el (gud-jdb-build-source-files-list): Fix typo.
675
676 * files.el (backup-enable-predicate): Unquote the lambda.
677
678 * cus-edit.el (custom-face, face): Unquote the lambda.
679
680 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
681
682 * ps-print.el: Check for line-beginning-position definition.
683
684 * ps-print.el: Fix counting lines in a region.
685 (ps-print-version): New version number (5.1.5).
686 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
687 (ps-printing-region): Fun code fix.
688
689 2000-04-15 Gerd Moellmann <gerd@gnu.org>
690
691 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
692 to file-directory-p.
693
694 2000-04-14 Gerd Moellmann <gerd@gnu.org>
695
696 * gud.el (gud-jdb-build-source-files-list): Check that directory
697 exists before calling directory-files.
698
699 2000-04-13 Dave Love <fx@gnu.org>
700
701 * emacs-lisp/trace.el: Change maintainer. Use new backquote
702 syntax.
703
704 * emacs-lisp/cl-specs.el: Remove when, unless.
705
706 * emacs-lisp/cl-extra.el: Don't quote keywords.
707 (cl-old-mapc): New variable.
708 (mapc): Use it.
709 (cl-map-intervals): Use with-current-buffer. Don't check for
710 next-property-change.
711 (cl-map-overlays): Use with-current-buffer.
712 (cl-expt): Remove.
713 (copy-tree, remprop): Define unconditionally.
714
715 * emacs-lisp/cl-compat.el (keywordp): Remove.
716
717 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
718 to use keywordp.
719 (edebug-spec): Enable keywordp.
720
721 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
722 string-lessp.
723
724 * cus-start.el: Use keywordp.
725
726 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
727
728 * diary-lib.el (include-other-diary-files): Fix the fix of
729 2000-02-18 by doing a save-excursion.
730
731 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
732
733 * ps-print.el: Customization fix, doc fix.
734 (ps-print-version): New version number (5.1.4).
735 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
736 (ps-print-preprint): Adjust code.
737 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
738 (ps-print-prologue-header, ps-print-control-characters)
739 (ps-spool-config): Customization fix.
740
741 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
742
743 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
744 converted to the new menu-item format, names silightly changed,
745 help strings added.
746
747 Support for spelling without async subprocesses:
748
749 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
750 (ispell-session-buffer): New variables.
751 (ispell-start-process, ispell-process-status,
752 ispell-accept-output, ispell-send-string): New functions, for
753 Ispell invocation when async subprocesses aren't supported.
754 (ispell-word, ispell-pdict-save, ispell-command-loop,
755 ispell-process-line, ispell-buffer-local-parsing): Replace calls
756 to process-send-string with calls to ispell-send-string, and
757 accept-process-output with ispell-accept-output.
758 (ispell-init-process): Call ispell-process-status instead of
759 process-status with.
760 (ispell-init-process): Call ispell-start-process. Call
761 ispell-accept-output and ispell-send-string. Don't call
762 process-kill-without-query and kill-process if they are unbound.
763 (ispell-async-processp): New function.
764
765 2000-04-12 Dave Love <fx@gnu.org>
766
767 * info.el: Add debug-ignored-errors.
768 (Info-mode-menu): Add some items.
769 (Info-directory): Add autoload cookie.
770
771 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
772 Modify `truncate-lines'. Make `describe-language-environment'
773 always visible and add help. Modify `describe-key' help. Invoke
774 Info-directory from `info'. New entry `emacs-manual'.
775
776 2000-04-10 Gerd Moellmann <gerd@gnu.org>
777
778 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
779 propertized-buffer-identification.
780 (ebrowse-update-member-buffer-mode-line): Likewise.
781 (ebrowse--mode-strings): Removed.
782 (ebrowse--mode-line-props): Removed.
783
784 * files.el (auto-mode-alist): Add `EBROWSE'.
785
786 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
787 space before testing for end of buffer.
788 (ebrowse-load): Removed.
789 (ebrowse-revert-tree-buffer-from-file): Rewritten.
790 (ebrowse-create-tree-buffer): Rewritten.
791 (ebrowse-tree-mode): Read tree from buffer.
792
793 * progmodes/ebrowse-ffh.el: Removed.
794
795 2000-04-10 Kenichi Handa <handa@etl.go.jp>
796
797 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
798
799 2000-04-10 Gerd Moellmann <gerd@gnu.org>
800
801 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
802 at the wrong place.
803
804 2000-04-09 Dave Love <fx@gnu.org>
805
806 * files.el (backup-enable-predicate): Use
807 temporary-file-directory, small-temporary-file-directory.
808 (make-backup-file-name-function, backup-directory-alist): New
809 variables.
810 (make-backup-file-name-1): New function.
811 (make-backup-file-name): Use it.
812 (find-backup-file-name): Likewise. Use format for clarity, not
813 concat.
814 (file-newest-backup): Use make-backup-file-name.
815
816 2000-04-09 Gerd Moellmann <gerd@gnu.org>
817
818 * progmodes/ebrowse-ffh.el: New file.
819
820 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
821 to ebrowse-ffh.el.
822 (ebrowse-load): Add autoload.
823
824 * finder.el (finder-commentary): Add autoload cookie.
825
826 * mail/rfc2368.el: Correct author's email address.
827
828 * progmodes/ebrowse.el: New file.
829
830 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
831 item help string.
832 (easy-menu-do-add-item): Ditto.
833 (easy-menu-define): Extend doc string.
834
835 * jit-lock.el (with-buffer-unmodified): Use
836 restore-buffer-modified-p.
837 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
838 (jit-lock-function, jit-lock-stealth-fontify): Don't use
839 with-buffer-unmodified.
840
841 2000-04-08 Dave Love <fx@gnu.org>
842
843 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
844 unless, when.
845
846 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
847
848 * viper-util.el (viper-put-on-search-overlay): New subroutine.
849 (viper-flash-search-pattern): No operation when using Emacs
850 doesn't support face.
851 Use `viper-put-on-search-overlay'.
852
853 2000-04-04 Gerd Moellmann <gerd@gnu.org>
854
855 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
856 like C-r.
857
858 * progmodes/make-mode.el: Some doc fixes.
859 (makefile-mode-abbrev-table): New variable.
860 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
861 (makefile-font-lock-keywords): Fontify includes and conditionals.
862 (toplevel): Require `dabbrev' and `add-log' when compiling.
863
864 * replace.el (perform-replace): Don't move forward one char
865 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
866 to do that because it leaves point 1 position after the last
867 replacement, after everything has been replaced.
868
869 * jit-lock.el (with-buffer-unmodified): New macro.
870 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
871 modified state.
872 (jit-lock-function-1): Extracted from jit-lock-function; not
873 preserving buffer's modified state.
874 (jit-lock-function, jit-lock-stealth-fontify): Call
875 jit-lock-function-1.
876
877 * mail/rfc2368.el: Remove supernumerary copyright line.
878
879 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
880
881 * glasses.el: Provide facilities for inserting space before left
882 parentheses and uncapitalization of identifiers.
883 (glasses-mode): Try to remove old overlays in all cases.
884
885 2000-04-03 Gerd Moellmann <gerd@gnu.org>
886
887 * progmodes/compile.el (compile-internal): Display the compilation
888 buffer in a different frame, if it's already displayed there.
889
890 * mail/rfc2368.el: New file.
891
892 * simple.el (sendmail-user-agent-compose): Recognize a `body'
893 header and insert its value as mail body.
894
895 * subr.el (member-ignore-case): New function.
896
897 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
898 (dabbrev--find-expansion): Ignore buffers matching a regexp
899 from dabbrev-ignored-regexps.
900
901 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
902 to extensions handled by gzip.
903
904 2000-04-03 Richard M. Stallman <rms@gnu.org>
905
906 * files.el (insert-directory): List the total free space
907 along with the used space.
908
909 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
910 line is followed by one that matches CITATION-REGEXP, end the
911 paragraph.
912
913 2000-04-03 Markus Rost <rost@delysid.gnu.org>
914
915 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
916 (rmail-make-basic-summary-line): Use that option.
917
918 2000-04-03 Kenichi Handa <handa@etl.go.jp>
919
920 * international/mule-cmds.el (encoded-string-description):
921 Rewritten. Try pretty description for ISO 2022 escape sequences
922 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
923 for hexadecimal format.
924
925 2000-04-01 Dave Love <fx@gnu.org>
926
927 * cpp.el: Change customization group to `c' from `C'.
928
929 * vcursor.el (vcursor-move): Use display-color-p.
930
931 * international/mule-util.el: Provide mule-utils.
932 (string-to-sequence): Simplify and speed up.
933
934 * international/mule.el (make-coding-system): Purecopy doc-string.
935
936 * international/mule-cmds.el: Various menu changes.
937 (describe-specified-language-support): Handle `Default'.
938 (set-language-info): Purecopy `info'.
939
940 2000-03-31 Andrew Innes <andrewi@gnu.org>
941
942 * vc.el (vc-backend-diff): Return the correct status if we had to
943 retry the rcsdiff command without the --brief option.
944
945 2000-03-31 Dave Love <fx@gnu.org>
946
947 * help.el (help-manyarg-func-alist): Correct several omissions.
948
949 * add-log.el: Don't require cl, fortran.
950 (add-log-current-defun-function): Doc fix.
951 (change-log-version-number-regexp-list): Remove SCCS part. Doc
952 fix.
953 (change-log-version-rcs): Function deleted.
954 (change-log-version-number-search): Doc fix. Use
955 vc-workfile-version. Avoid CL dolist.
956 (add-change-log-entry): Just call add-log-current-defun to get
957 defun. Simplify somewhat.
958 (change-log-get-method-definition-1): Likewise.
959 (add-log-current-defun): Return nil if calling
960 add-log-current-defun-function does so. Move Fortran stuff to
961 fortran.el. Return string without properties.
962
963 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
964 and :alpha: char classes.
965
966 * mail/supercite.el: Defvar curline when compiling.
967 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
968 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
969 rather than a-zA-Z0-9 to allow non-ASCII characters.
970
971 2000-03-31 Gerd Moellmann <gerd@gnu.org>
972
973 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
974
975 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
976 Re-enable new code.
977
978 * lpr.el (print-region-1): Use -d to specify printer name for
979 systems `usg-unix-v*, `dgux', `hpux', `irix'.
980
981 2000-03-31 Dave Love <fx@gnu.org>
982
983 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
984 for function definition in symbol's function value slot first
985 instead of first consulting byte-compile-function-environment.
986
987 2000-03-31 Kenichi Handa <handa@etl.go.jp>
988
989 * language/european.el ("Polish"): New language environment.
990 (setup-polish-environment): New function.
991
992 2000-03-30 Gerd Moellmann <gerd@gnu.org>
993
994 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
995 Disable new code.
996
997 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
998 trying to `load' the symbol of an autoload instead of the file
999 recorded in the autoload. Fix error messages.
1000
1001 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1002
1003 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1004 (ps-print-version): New version number (5.1.3).
1005 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1006 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1007 (ps-generate-postscript-with-faces): Code fix.
1008 (ps-color-values): XEmacs compatibility.
1009 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1010 (ps-default-fg, ps-default-bg): Adjust customization.
1011 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1012 (ps-color-scale): Renaming old ps-color-value fun.
1013 (ps-print-headers): Replace ps-print-header group to avoid conflict
1014 with ps-print-header variable.
1015 (ps-print-miscellany): New group.
1016 (ps-format-color, ps-rgb-color): New funs.
1017 (ps-default-foreground): New var.
1018 (ps-printer-name-option): New const.
1019
1020 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1021
1022 * net/net-utils.el:
1023 (network-connection-host, network-connection-service): New variables
1024 (network-connection-mode): New mode, derived from comint-mode
1025 (network-connection-mode-setup): New function, saves host and
1026 service information in local variables.
1027
1028 * lisp/locate.el:
1029 (locate-word-at-point): Added this function
1030 (locate): Default to using locate-word-at-point as input
1031 Run dired-mode-hook
1032
1033 2000-03-29 Dave Love <fx@gnu.org>
1034
1035 * calendar/appt.el: Doc fixes.
1036 (appt-check): Convert min-to-app to a string before passing to
1037 appt-disp-window-function or concat.
1038 (appt-delete-window): Remove test for frame-root-window.
1039 (appt-select-lowest-window, appt-convert-time): Simplify.
1040
1041 * emacs-lisp/bytecomp.el: Doc fixes.
1042 (byte-compile-file-form-autoload): Update
1043 byte-compile-function-environment.
1044
1045 2000-03-29 Andreas Schwab <schwab@suse.de>
1046
1047 * emacs-lisp/autoload.el: Also print defsubst doc string
1048 specially.
1049
1050 * dired.el (dired-insert-directory): If dired-free-space-program
1051 failed just delete its output.
1052
1053 2000-03-29 Dave Love <fx@gnu.org>
1054
1055 * international/iso-cvt.el: Move provide to end. Doc fixes.
1056 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1057 (iso-iso2sgml, iso-sgml2iso): New functions.
1058 (iso-cvt-define-menu): Fix some entries and use backquote for
1059 clarity.
1060
1061 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1062
1063 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1064
1065 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1066 ISO-DATE. If non-nil, return date in ISO 8601 format.
1067
1068 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1069
1070 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1071 if it ever becomes used.
1072 (log-edit-mode-hook): Default to vc-log-mode-hook.
1073 (log-edit-mode): Fix the docstring.
1074
1075 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1076 the code.
1077
1078 2000-03-26 Dave Love <fx@gnu.org>
1079
1080 * net/browse-url.el (browse-url): Re-fix case of
1081 browse-url-browser-function being an alist.
1082 (browse-url): Add :link to defgroup.
1083
1084 * files.el: Doc fixes.
1085 (file-truename): Include `[' in wildcard characters.
1086 (automount-dir-prefix): Customize.
1087 (find-file-wildcards): Add :version.
1088 (find-file-noselect): Simplify a mapcar call.
1089
1090 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1091 compatible with inf-lisp version.
1092 (eval-defun-1): Fix custom-declare-variable case.
1093
1094 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1095
1096 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1097
1098 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1099
1100 * Makefile (COMPILE_FIRST): New macro.
1101 (compile-files): Compile files from COMPILE_FIRST first.
1102
1103 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1104 code.
1105
1106 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1107 matching open parenthesis in column 0 to defun-prompt-regexp
1108 only if open-paren-in-column-0-is-defun-start is set.
1109
1110 * sun-curs.el: Require CL at compile-time only.
1111
1112 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1113 instead of copy-list which is a function from CL.
1114 (msb--choose-menu, msb--mode-menu-cond)
1115 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1116 (msb--init-file-alist): Use mapcar instead of mapcan.
1117 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1118 `(' in column 0 in doc string.
1119 (msb--add-separators): Use mapcar instead of mapcan.
1120
1121 * cus-dep.el: Require CL at compile-time only.
1122
1123 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1124
1125 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1126 (byte-compile-warnings): New warning `noruntime'.
1127 (byte-compile-constants, byte-compile-variables): Fix docstring.
1128 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1129 execute `eval-whenc-compile's body.
1130 (byte-compile-unresolved-functions): Fix docstring.
1131 (byte-compile-eval): New function.
1132 (byte-compile-callargs-warn): Check if the function will be available
1133 at runtime (via property `byte-compile-noruntime').
1134 (byte-compile-print-syms): New function.
1135 (byte-compile-warn-about-unresolved-functions): Also warn about
1136 `noruntime' functions (and use `byte-compile-print-syms').
1137 (byte-compile-file): Capitalize the message.
1138
1139 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1140
1141 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1142 (rmail-expunge): Ask for confirmation depending on the setting
1143 of rmail-confirm-expunge.
1144
1145 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1146
1147 * Makefile (bootstrap-clean): If $(emacs) exists, build
1148 loaddefs.el first. A loaddefs.el that's not up-to-date might
1149 cause a bootstrap failure because things don't autoload as
1150 expected.
1151
1152 2000-03-23 Dave Love <fx@gnu.org>
1153
1154 * net/browse-url.el: Restore previous use of
1155 browse-url-maybe-new-window.
1156
1157 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1158
1159 * ps-print.el: Skip banner page fix.
1160 (ps-print-version): New version number (5.1.2).
1161 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1162
1163 2000-03-23 Dave Pearson <davep@davep.org>
1164
1165 * net/quickurl.el Changed the type of parameter passed to the
1166 function defined by `quickurl-format-function'. Before only the
1167 text of the URL was passed. Now the whole URL structure is passed
1168 and the function is responsible for extracting the parts it
1169 requires. Changed the default of `quickurl-format-function'
1170 accordingly.
1171 (quickurl-insert): Changed the `funcall' of
1172 `quickurl-format-function' to match the above change.
1173 (quickurl-list-insert): Changed the `url' case so that it makes
1174 use of `quickurl-format-function', previous to this the format was
1175 hard wired.
1176
1177 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1178
1179 * startup.el: Change some spellings for the X Window System.
1180
1181 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1182
1183 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1184 up the code and the regexp and make sure the cursor is temporarily
1185 moved to the suspicious line while querying the user.
1186
1187 2000-03-22 Jason Rumney <jasonr@gnu.org>
1188
1189 * w32-fns.el (w32-charset-info-alist): Initialize.
1190
1191 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1192
1193 * ps-print.el: N-up last page fix.
1194 (ps-print-version): New version number (5.1.1).
1195 (ps-end-file, ps-end-job, ps-generate): Code fix.
1196
1197 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1198
1199 * files.el (find-file-run-dired): Update docstring.
1200 (find-directory-functions): New hook.
1201 (find-file-noselect): Run find-directory-functions rather than
1202 calling dired directly.
1203
1204 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1205
1206 * pcvs.el: Add a minimal leading commentary.
1207 (cvs-make-cvs-buffer): Change the header part by removing the startup
1208 message and adding a `Module' entry. Also replace the FOOTER and
1209 HEADER special fileinfos with the new support in ewoc for updating
1210 its own footer and header.
1211 (cvs-update-header): Update to use the header/footer of the ewoc.
1212 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1213 (cvs-is-within-p): New function.
1214 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1215 to only examine some subset of the buffers.
1216
1217 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1218 `format' instead of our own ad-hoc functions.
1219 Remove HEADER and FOOTER cases, now handled in the EWOC.
1220 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1221
1222 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1223 output to avoid scaring the user.
1224 (cvs-parse-table): Catch message for non-up-to-date commits.
1225
1226 * pcvs-defs.el (cvs-startup-message): Remove.
1227 (cvs-global-menu): New autoloaded menu.
1228
1229 * pcvs-util.el (cvs-string-fill): Remove.
1230
1231 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1232 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1233 PP part of it and also make it work for footers and headers.
1234 (ewoc-create): Drop POS and BUFFER arguments.
1235 Use the DLL's dummy node to store the end-of-footer position.
1236 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1237 (ewoc-refresh): Remove unused `header' variable.
1238 (ewoc-(get|set)-hf): New functions.
1239
1240 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1241 log-view-*-(message|file) and use easy-mmode-define-navigation.
1242 (log-view-message-re): Match SCCS format as well.
1243 And match the revision line rather than the dashed separator line.
1244 (log-view-mode): Use the new define-derived-mode.
1245 (log-view-current-tag): Fill in with an actual implementation.
1246
1247 * cvs-status.el (cvs-status-(prev|next)): Rename from
1248 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1249 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1250 to let the output "breathe" a little more (more readable).
1251 (cvs-status-mode): Use the new define-derived-mode.
1252
1253 * smerge-mode.el (smerge-auto-leave): New function and variable.
1254 (smerge-basic-map): Rename from smerge-basic-keymap.
1255 Change the bindings for smerge-diff-*.
1256 (smerge-*-map): Use easy-mmode-defmap.
1257 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1258 (smerge-keep-*): Use smerge-auto-leave.
1259
1260 2000-03-21 Jason Rumney <jasonr@gnu.org>
1261
1262 * cus-edit.el (custom-button-face): Use 3D look for w32.
1263 (custom-button-pressed-face): Likewise.
1264
1265 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1266
1267 * progmodes/etags.el (tags-case-fold-search): New user-option.
1268 (tags-loop-eval): New function. Bind case-fold-search around eval
1269 depending on the value of tags-case-fold-search.
1270 (tags-loop-continue): Use tags-loop-eval.
1271 (find-tag-in-order): Bind case-fold-search depending on the value
1272 of tags-case-fold-search.
1273
1274 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1275
1276 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1277 (diff-end-of-hunk): Return the end position for use in
1278 `easy-mmode-define-navigation'.
1279 (diff-recenter): Remove.
1280 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1281 of `easy-mmode-define-navigation'.
1282 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1283 previous renaming) and fix to use new names.
1284 (diff-merge-strings): Use \n as separator: simpler, faster.
1285 (diff-mode): Use `define-derived-mode'.
1286
1287 * derived.el (define-derived-mode): Don't autoload anymore.
1288 Prefer the macro-only version provided by easy-mmode.el.
1289
1290 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1291 `easy-mmode-define-derived-mode'.
1292 Use `combine-run-hooks'.
1293 (easy-mmode-define-navigation): New macro.
1294
1295 * subr.el (combine-run-hooks): New function.
1296
1297 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1298
1299 * term/x-win.el: Fontsets related initialization is simplified.
1300
1301 * international/mule-diag.el (describe-font): Don't refer to
1302 global-fontset-alist, instead call font-list.
1303 (describe-fontset, list-fontsets, mule-diag): Likewise.
1304 (print-fontset): Adjusted for the change of fontset
1305 implementation.
1306
1307 * international/fontset.el (x-charset-registries): Variable
1308 removed, instead the corresponding data is stored in the default
1309 fontset.
1310 (register-alternate-fontnames): Function removed.
1311 (resolved-ascii-font): Variable removed.
1312 (x-compose-font-name): Ignore the second argument REDOCE.
1313 (x-complement-fontset-spec): Complement only an ASCII font and
1314 element for those charsets than can use that ASCII font.
1315 (generate-fontset-menu): Don't refer to global-fontset-alist,
1316 instead call fontset-list.
1317 (uninstantiated-fontset-alist): Variable removed.
1318 (x-style-funcs-alist): Likewise.
1319 (fontset-default-styles): Likewise.
1320 (x-modify-font-name): Function removed.
1321 (create-fontset-from-fontset-spec): Ignore the argument
1322 STYLE-VARIANT.
1323 (create-fontset-from-ascii-font): Docsting adjusted for the above
1324 change.
1325 (instantiate-fontset, resolve-fontset-name): Functions removed.
1326 (fontset-list): Now implemented by C code.
1327
1328 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1329 (describe-face): Include `font' attribute in the description.
1330
1331 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1332
1333 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1334
1335 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1336
1337 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1338 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1339 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1340
1341 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1342 about behavior of set-buffer-modified-p wrt redisplay.
1343
1344 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1345
1346 * view.el (view-mode-disable): Kill local binding of view-read-only.
1347
1348 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1349
1350 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1351 is a string, convert it to a syntax cell using string-to-syntax.
1352
1353 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1354 (string-to-syntax): New function.
1355
1356 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1357 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1358 try to use passive ftp mode.
1359
1360 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1361
1362 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1363
1364 * simple.el (append-to-buffer): Update point of windows after
1365 insertion.
1366
1367 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1368 forward then moving backward. Reindent.
1369
1370 * frame.el (other-frame): Call x-focus-frame only if
1371 focus-follows-mouse is off.
1372
1373 2000-03-17 Dave Love <fx@gnu.org>
1374
1375 * pcvs-util.el (cvs-strings->string): Rename
1376 replace-regexps-in-string.
1377
1378 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1379
1380 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1381 regexp for labels cannot span several lines.
1382
1383 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1384 `(setq :<key> ':<key>)' to the macro expansion.
1385
1386 2000-03-16 Dave Love <fx@gnu.org>
1387
1388 * progmodes/f90.el (f90): Put custom group under `languages', not
1389 `fortran'.
1390 (f90-mode-hook): Customize.
1391 (f90-mode): Set add-log-current-defun-function.
1392 (f90-current-defun): New function.
1393
1394 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1395
1396 * cus-edit.el (custom-variable-tag-face): Handle case that
1397 default face's height is not a number.
1398 (custom-face-tag-face, custom-group-tag-face-1)
1399 (custom-group-tag-face): Ditto.
1400 (custom-group-tag-face-1): Add :group.
1401
1402 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1403
1404 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1405
1406 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1407 requiring easymenu.
1408
1409 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1410
1411 * ps-print.el: PostScript user-defined prologue, PostScript error
1412 handler, doc fix.
1413 (ps-print-version): New version number (5.1).
1414 (ps-user-defined-prologue, ps-error-handler-message)
1415 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1416 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1417 (ps-insert-string): New function.
1418
1419 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1420
1421 * international/ccl.el (ccl-compile-expression): Don't generate
1422 invalid self-assignment code.
1423
1424 2000-03-14 Dave Love <fx@gnu.org>
1425
1426 * subr.el (replace-regexp-in-string): Renamed from
1427 replace-regexps-in-string. Doc fix.
1428
1429 2000-03-12 Dave Love <fx@gnu.org>
1430
1431 * cus-edit.el: Doc fixes.
1432 (customize-set-variable, customize-save-variable): Rename args for
1433 doc.
1434 (custom-variable-tag-face, custom-face-tag-face)
1435 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1436 style which user identify as hyperlink.
1437 (hook): Don't add undefined functions to the hook.
1438 (debug-ignored-errors): Transfer message from bindings.el.
1439
1440 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1441
1442 * recentf.el (recentf-keep-non-readable-files-p): Remove
1443 double/nested definition.
1444
1445 2000-03-12 Dave Love <fx@gnu.org>
1446
1447 * facemenu.el (facemenu-get-face): Use display-color-p.
1448 * enriched.el (enriched-decode-foreground): Likewise.
1449 (enriched-decode-background): Likewise.
1450 * isearch.el (isearch-highlight): Likewise.
1451 * info-look.el (info-lookup): Likewise.
1452 * simple.el (completion-setup-function): Likewise.
1453
1454 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1455 :options.
1456
1457 * bindings.el (mode-line-format): Fix line-number and
1458 column-number items. Add help-echo for the background.
1459 (mode-line-mule-info): Modify help-echo.
1460
1461 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1462 defcustom.
1463
1464 * files.el (load-file): Allow completion to .elc.
1465
1466 * man.el: Doc fixes.
1467 (Man-init-defvars): Use display-color-p to set fontification.
1468
1469 * play/hanoi.el (hanoi-internal): Don't use oddp.
1470
1471 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1472
1473 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1474
1475 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1476
1477 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1478
1479 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1480 Fix comment.
1481
1482 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1483
1484 * font-lock.el (font-lock-keywords): Fix the doc now that
1485 regexp-opt-depth is unnecessary.
1486 (save-buffer-state): Set an edebug spec.
1487 (font-lock-fontify-anchored-keywords): Properly handle the case when
1488 the matcher goes past the limit.
1489
1490 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1491 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1492
1493 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1494 dll.el and cookie.el (from Elib) with heavy renaming and other
1495 massaging.
1496
1497 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1498 Autoload the functions used.
1499 (easy-mmode-define-syntax): Fix CL typo.
1500 (easy-mmode-define-derived-mode): Improve the docstring generation.
1501
1502 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1503
1504 * textmodes/texinfo.el (texinfo-version): Variable and function
1505 removed.
1506
1507 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1510 allow more flexibility.
1511 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1512 fns.
1513 (easy-mmode-defmap, easy-mmode-defsyntax)
1514 (easy-mmode-define-derived-mode): New macros.
1515
1516 2000-03-09 Didier Verna <didier@xemacs.org>
1517
1518 * rect.el (replace-rectangle): New function.
1519
1520 2000-03-09 Dave Love <fx@gnu.org>
1521
1522 * progmodes/fortran.el (fortran-comment-line-start): Define as
1523 "C".
1524 (fortran-comment-line-start-skip): Don't match cpp stuff.
1525 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1526 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1527 (fortran-mode): Don't set fortran-comment-line-start-skip,
1528 fortran-comment-line-start here. Set comment-start,
1529 add-log-current-defun.
1530 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1531 (fortran-current-defun): New function.
1532
1533 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1534
1535 * emacs-lisp/re-builder.el: New file.
1536
1537 * mouse.el (mouse-drag-region): Don't run up-event handler
1538 if hscroll has changed.
1539
1540 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1541 builtin operators, use `font-lock-builtin-face' for Emacs and
1542 `font-lock-preprocessor-face' otherwise.
1543
1544 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1545 `(defun (setf foo)' differently.
1546
1547 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1548
1549 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1550 (regexp-opt): Update comment and adapt the code the new meaning of
1551 the `paren' argument of regex-opt-group for shy-groups.
1552 (regexp-opt-depth): Handle shy groups as well as backslashed
1553 backslashes.
1554 (regexp-opt-group): Turn the leading comment into a docstring.
1555 Allow `paren' to be a string (the string to use to open a group).
1556 Remove open-presuf and close-presuf. Instead of checking for `all
1557 one-char' and then later on check for `several one-char', handle
1558 both cases close together. Also apply a more generic algorithm
1559 for suffixes (the mirror image of the algorithm used for
1560 prefixes). Use shy-groups. Use nreverse rather than reverse.
1561 (regexp-opt-try-suffix): Removed.
1562
1563 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1564 from comint-mode-map, so we can just inherit from it. Also, move
1565 the initialization into the `defvar' since there's no docstring
1566 anyway and it's fairly short.
1567 (inferior-scheme-mode): Define it as derived-mode: the code is
1568 shorter and this way we inherit from comint-mode-map rather than
1569 copying it.
1570
1571 * subr.el (replace-regexps-in-string): Properly handle the case
1572 where we match an empty string.
1573
1574 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1575 when the command has a directory component (such as "./testml").
1576 Also fix a typo in the comment.
1577
1578 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1579
1580 * Makefile (compile-files): Compile files one by one because
1581 that's the only way to ensure a clean compilation environment for
1582 each individual file.
1583
1584 * frame.el (other-frame): Call x-focus-frame.
1585
1586 2000-03-07 Dave Love <fx@gnu.org>
1587
1588 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1589 :require to defcustom.
1590
1591 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1592 lists.
1593
1594 * files.el (auto-mode-alist): Add configure.in.
1595
1596 * progmodes/autoconf.el: New file.
1597
1598 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1599
1600 * mail/mh-e.el: Change maintainer to `none'.
1601
1602 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1603 to remove-hook and add-hook.
1604
1605 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1606
1607 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1608 it as the default.
1609 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1610 (sendmail-send-it): Conditionally add MIME headers specifying the
1611 used character set.
1612
1613 2000-03-07 Dave Love <fx@gnu.org>
1614
1615 * winner.el: Fix keywords, autoload cookies. Split
1616 eval-when-compile form to avoid compilation failure.
1617
1618 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1619
1620 * international/mule.el: Modify comment about coding system
1621 property `coding-category'.
1622 (make-coding-system): New argument EOL-TYPE. Pay attention to
1623 coding-category property of PROPERTIES.
1624
1625 * international/mule-conf.el (coding-category-utf-8,
1626 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1627 categories. Include them in the argument for set-coding-priority.
1628
1629 * international/mule-cmds.el (reset-language-environment): Include
1630 coding-category-utf-8, coding-category-utf-16-be, and
1631 coding-category-utf-16-le in the argument for set-coding-priority.
1632 (reset-language-environment): Initialize coding-category-utf-8,
1633 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1634
1635 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1636
1637 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1638 code abstracted out of `bookmark-jump-noselect'. Now tries info
1639 extensions as well as compression extensions.
1640 (bookmark-jump-noselect): Use above new func.
1641
1642 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1643
1644 * strokes.el: Change maintainer's mail address.
1645
1646 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1647
1648 * international/mule-diag.el (list-character-sets): Make help-echo
1649 string by substitute-command-keys.
1650 (list-character-sets): Likewise.
1651 (sort-listed-character-sets): Call help-setup-xref.
1652
1653 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1654
1655 * time.el (display-time-mail-file): Add `none' to the list of
1656 choices.
1657
1658 2000-03-01 Dave Love <fx@gnu.org>
1659
1660 * help.el (help-xref-go-back): Don't try to set position.
1661
1662 * international/mule-diag.el (list-character-sets): Call
1663 help-setup-xref. Add help-echo to xrefs.
1664 (list-character-sets-1): Add help-echo to xrefs.
1665
1666 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1667
1668 * frame.el (blink-cursor-mode): Switch cursor on when turning
1669 the mode off.
1670
1671 * add-log.el (add-log-current-defun): Add support for
1672 Autoconf mode.
1673
1674 * mail/rmail.el (rmail-quit-hook): New variable.
1675
1676 2000-03-01 Dave Love <fx@gnu.org>
1677
1678 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1679
1680 * help.el (help-xref-button): Add help-echo arg.
1681 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1682
1683 * faces.el (list-faces-display): Supply help-echo with
1684 help-make-xrefs.
1685
1686 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1687 nil.
1688
1689 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1690
1691 * image.el (defimage): Look for image files in load-path.
1692
1693 * frame.el (busy-cursor-delay-seconds): Change type to
1694 `number'.
1695
1696 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1697
1698 * recentf.el (recentf): Added version tag to the defgroup of
1699 recentf.
1700
1701 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1702
1703 * recentf.el (recentf-cleanup): Changed to remove excluded file
1704 too.
1705 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1706 action to select/unselect a file.
1707 (recentf-edit-list): Code cleanup and improvement.
1708 (recentf-open-more-files-action): `recentf-open-more-files' button
1709 widget action to open a file.
1710 (recentf-open-more-files): No more use standard completion but
1711 widgets.
1712 (recentf-more-collection): Deleted.
1713 (recentf-more-history): Deleted.
1714 (recentf-setup-more-completion): Deleted.
1715
1716 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1717
1718 * recentf.el (recentf-mode): No more needs that Emacs is running
1719 under a window-system.
1720
1721 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1722
1723 * recentf.el (recentf-edit-list): New command to edit the recent
1724 list which allow the user to remove files.
1725 (recentf-edit-selected-items): New global variable, used by
1726 `recentf-edit-list' to hold the list of files to be removed from
1727 the recent list.
1728 (recentf-make-menu-items): Updated to display a "Edit list..."
1729 menu item. Minor code cleanup.
1730
1731 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1732
1733 * recentf.el (recentf-open-more-files): New command to open files
1734 that are not displayed in the menu.
1735 (recentf-more-collection): New global variable holding the set of
1736 permissible completions used by `recentf-open-more-files'.
1737 (recentf-more-history): New global variable holding the history list
1738 used by `recentf-open-more-files' completion.
1739 (recentf-setup-more-completion): New function to setup completion for
1740 `recentf-open-more-files'.
1741 (recentf-make-menu-items): Updated to display a "More..." menu item.
1742
1743 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1744
1745 * recentf.el (recentf-menu-action): Doc fixed.
1746
1747 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1748
1749 * recentf.el (recentf-menu-filter): Doc updated.
1750 (recentf-update-menu-hook): Allow menu filters to force menu update.
1751 (recentf-make-menu-items): New menu filter handling.
1752 (recentf-make-menu-item): New helper function.
1753 (recentf-menu-elements): New menu handling function.
1754 (recentf-sort-ascending): Updated to new menu filter handling.
1755 (recentf-sort-descending): Updated to new menu filter handling.
1756 (recentf-sort-basenames-ascending): New menu filter function.
1757 (recentf-sort-basenames-descending): New menu filter function.
1758 (recentf-show-basenames): New menu filter function.
1759 (recentf-show-basenames-ascending): New menu filter function.
1760 (recentf-show-basenames-descending): New menu filter function.
1761
1762 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1763
1764 * diary-lib.el (list-diary-entries): Don't try to go forward at
1765 the end of the buffer.
1766
1767 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1768
1769 * international/mule-diag.el (list-character-sets): Completely
1770 rewritten.
1771 (sort-listed-character-sets): New function.
1772 (list-character-sets-1): Completely rewritten.
1773 (list-character-sets-2): New function.
1774 (non-iso-charset-alist): New variable.
1775 (decode-codepage-char): New function.
1776 (charset-history): New variable.
1777 (read-charset) (list-block-of-chars)
1778 (list-iso-charset-chars)
1779 (list-non-iso-charset-chars)
1780 (list-charset-chars): New functions.
1781 (mule-diag): Call list-character-sets-2, not
1782 list-character-sets-2.
1783 (dump-charsets): Likewise.
1784
1785 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1786
1787 * dired-x.el (dired-filename-at-point): Add `@' to valid
1788 file name characters.
1789 (dired-filename-at-point): Handle ange-ftp file names.
1790
1791 * frame.el (frame-notice-user-settings): Use assq-delete-all
1792 instead of assoc-delete-all.
1793 (frame-notice-user-settings): Ditto.
1794
1795 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1796 Don't copy alist.
1797
1798 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1799
1800 * calculator.el (calculator-use-menu): New option.
1801 (calculator-initial-bindings): Changed some bindings to work as
1802 macros.
1803 (calculator-forced-input): Removed.
1804 (calculator-restart-other-mode): New variable.
1805 (calculator-mode-map): Set up menu.
1806
1807 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1808
1809 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1810 tags.
1811
1812 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1813
1814 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1815 translate all ESC key sequences.
1816 (viper-goto-mark-subr): restore markers for files for which
1817 they were saved.
1818 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1819 * viper-util.el (viper-set-replace-overlay-glyphs,
1820 viper-set-replace-overlay): always check if the replacement
1821 overlay is live.
1822 * viper.el (viper-vi-state-mode-list): added major modes.
1823 * ediff-wind.el: minor comment changes.
1824 * ediff.el: copyright notice date fix.
1825
1826 2000-02-27 Jason Rumney <jasonr@gnu.org>
1827
1828 * faces.el (face-font-family-alternatives): Add arial to helv.
1829 (mode-line, header-line, tool-bar): Same default as x for w32.
1830 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1831 face-font-family-alternatives from working.
1832 * term/w32-win.el (mouse-set-font): Do not build fontset from
1833 chosen font.
1834
1835 2000-02-25 Sam Steingold <sds@goems.com>
1836
1837 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1838 properly.
1839
1840 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1841
1842 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1843
1844 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1845
1846 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1847 writable.
1848
1849 * frame.el (busy-cursor-delay-seconds): New option.
1850
1851 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1852
1853 * frame.el (show-cursor-in-non-selected-windows): New option.
1854
1855 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1856
1857 * diary-lib.el (include-other-diary-files): Undo the selective
1858 display in any included file and don't kill it.
1859
1860 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1861
1862 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1863 bar. Menu items converted to (menu-item format, help strings
1864 added.
1865 [downcase, upcase]: Don't enable on MS-DOS.
1866 [symlink, symlinks]: Don't show if make-symbolic-link is not
1867 bound.
1868 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1869
1870 2000-02-23 Dave Love <fx@gnu.org>
1871
1872 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1873 (backward-kill-word): Revert addition of * to interactive spec --
1874 it's a feature.
1875
1876 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1877 (backward-kill-sentence, kill-sentence): Likewise.
1878
1879 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1880 scratch buffer name.
1881 (gud-format-command): Use int-to-string in ?l case. Simplify
1882 slightly.
1883
1884 * term/w32-win.el (internal-face-interactive): Update prompt for
1885 new read-face-name.
1886
1887 * mail/footnote.el (footnote): Add :version to defgroup.
1888 (footnote-section-tag-regexp): Customize.
1889 (footnote-start-tag, footnote-end-tag): New option.
1890 (footnote-latin-regexp): New variable.
1891 (Footnote-latin): New function.
1892 (footnote-style-alist): Add element for latin style.
1893 (footnote-style): Moved.
1894 (Footnote-goto-footnote): Use eq to test arg.
1895
1896 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1897
1898 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1899 (byte-compile-trueconstp): Include keywords.
1900 (byte-optimize-quote, byte-optimize-lapcode): Use
1901 byte-compile-const-symbol-p.
1902 (byte-optimize-char-before): New optimization.
1903
1904 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1905 (byte-compile-const-symbol-p): New function.
1906 (byte-compile-constp, byte-compile-out-toplevel)
1907 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1908 Use it.
1909
1910 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1911
1912 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1913
1914 * international/encoded-kb.el: Be sure to update minor-mode-alist
1915 and minor-mode-map-alist.
1916 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1917 codes SS2 and SS3 correctly.
1918 (encoded-kbd-self-insert-ccl): New function.
1919 (encoded-kbd-setup-keymap): New function.
1920 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1921 by calling encoded-kbd-setup-keymap.
1922
1923 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1924 characters.
1925 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1926 locally.
1927
1928 2000-02-22 Dave Love <fx@gnu.org>
1929
1930 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1931 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1932 defvar.
1933 (lisp-mode-syntax-table): Set up for #|...|# comments.
1934 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1935 classes. Match `defface'.
1936 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1937 (eval-defun-1): Fix for defcustom.
1938 (lisp-indent-region): Doc fix.
1939
1940 * subr.el (when, unless, split-string): Doc fix.
1941 (read-passwd): Move call of clear-this-command-keys to the right
1942 place.
1943 (replace-regexps-in-string): New function.
1944
1945 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1946
1947 * help.el (describe-variable): Set syntax table to
1948 emacs-lisp-mode-syntax-table when moving forward over the
1949 symbol's name.
1950
1951 2000-02-22 Dave Love <fx@gnu.org>
1952
1953 * xt-mouse.el: Doc fixes.
1954 (xterm-mouse-position-function): New function, replacing advice of
1955 mouse-position.
1956 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1957
1958 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1959
1960 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1961
1962 * format.el (format-annotate-single-property-change): Handle
1963 properties.with dotted-list values.
1964 (format-proper-list-p): New function.
1965
1966 * enriched.el (enriched-face-ans): Handle '(foreground-color
1967 . COLOR) and (background-color . COLOR).
1968
1969 2000-02-20 Dave Love <fx@gnu.org>
1970
1971 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1972 and assignments to it.
1973 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1974 current local map.
1975 (make-flyspell-overlay): Use it.
1976 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1977
1978 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1979 (lm-get-header-re): Defun, not defsubst.
1980 (lm-get-package-name): Defun, not defsubst. Simplify.
1981 (lm-version): Doc fix. Simplify.
1982 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1983 (lm-crack-address, lm-last-modified-date, lm-commentary)
1984 (lm-verify, lm-synopsis): Simplify.
1985 (lm-report-bug): Require emacsbug. Use compose-mail.
1986
1987 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1988
1989 * dired.el (dired-mode): Call propertized-buffer-identification
1990 to set mode-line-buffer-identification to something having
1991 the right text properties.
1992
1993 * bindings.el (propertized-buffer-identification): New function.
1994
1995 2000-02-20 Dave Love <fx@gnu.org>
1996
1997 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1998 check for t-mouse too.
1999
2000 * cus-start.el: Make echo-keystrokes `number'.
2001
2002 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2003
2004 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2005 Don't call ring-empty-p unless tags-location-ring is bound.
2006 From Noah Friedman <friedman@splode.com>.
2007
2008 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2009
2010 * progmodes/hideshow.el (hs-flag-region): No longer use
2011 `intangible' overlay property.
2012
2013 (hs-toggle-hiding): New command.
2014 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2015
2016 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2017 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2018 and deactivation.
2019
2020 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2021
2022 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2023
2024 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2025
2026 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2027
2028 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2029 of `*' to handle `(* ... *)' comments.
2030
2031 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2032
2033 * faces.el (list-faces-display): Use display-mouse-p instead of
2034 window-system.
2035
2036 * menu-bar.el (global-map): Menu-bar items converted to the new
2037 format (menu-item..., rearranged for better CUA compliance, and
2038 their names changed for better clarity. Help strings added.
2039
2040 * international/mule-cmds.el (mule-menu-keymap)
2041 (describe-language-environment-map, set-coding-system-map)
2042 (setup-language-environment-map): Convert to new (menu-item...
2043 form, add help strings. Change names of menu items for better
2044 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2045 submenu).
2046
2047 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2048
2049 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2050 within the code.
2051
2052 2000-02-16 Dave Love <fx@gnu.org>
2053
2054 * faces.el: Don't require custom. Add more specific :groups to
2055 various deffaces.
2056 (set-face-attribute): Purecopy args.
2057 (read-face-name): Default to name at point and use it in prompt.
2058 Remove colon from arg in all callers.
2059 (list-faces-display): Hyperlink to face descriptions and customize
2060 buffers.
2061
2062 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2063
2064 * wid-edit.el (widget-match-inline): An atom never matches a
2065 list.
2066
2067 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2068
2069 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2070 at ':' characters by call to split-string.
2071
2072 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2073
2074 * textmodes/bibtex.el: Added RCS version identification.
2075
2076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2077
2078 * textmodes/bibtex.el: Some temporary comments removed.
2079 (bibtex-field-name, bibtex-entry-type): Made the relationship
2080 explicit.
2081 (bibtex-field-const): Allow capital letters.
2082 (bibtex-start-of-string): Deleted because unused.
2083
2084 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2085 use the term 'reference' to describe a bibtex entry as a whole.
2086 Further, reference keys are no longer called 'labels'.
2087 (bibtex-keys): Renamed to bibtex-reference-keys.
2088 (bibtex-reformat-previous-labels): Renamed to
2089 bibtex-reformat-previous-reference-keys.
2090 (bibtex-reference-type): Renamed to bibtex-entry-type.
2091 (bibtex-reference-head): Renamed to bibtex-entry-head.
2092 (bibtex-reference-maybe-empty-head): Renamed to
2093 bibtex-entry-maybe-empty-head.
2094 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2095 (bibtex-search-reference): Renamed to bibtex-search-entry.
2096 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2097 bibtex-enclosing-entry-maybe-empty-head.
2098 (bibtex-entry-field-alist, bibtex-entry-head,
2099 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2100 bibtex-map-entries, bibtex-search-entry,
2101 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2102 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2103 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2104 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2105 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2106 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2107 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2108
2109 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2110
2111 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2112 comment.
2113 (bibtex-format-field-delimiters): New function, functionality
2114 extracted from bibtex-format-entry.
2115 (bibtex-autokey-get-yearfield-digits): New function, functionality
2116 extracted from bibtex-autokey-get-yearfield.
2117
2118 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2119 entries in order to avoid stack overflow in the regexp matcher if
2120 field contents become large.
2121 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2122 bibtex-field-string-part-not-braced,
2123 bibtex-field-string-part-no-inner-braces,
2124 bibtex-field-string-part-1-inner-brace,
2125 bibtex-field-string-part-2-inner-braces,
2126 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2127 bibtex-field-string-quoted, bibtex-field-string,
2128 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2129 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2130 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2131 as parsing is now performed by the following functions.
2132 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2133 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2134 bibtex-parse-field-string, bibtex-search-forward-field-string,
2135 bibtex-parse-association, bibtex-field-name-for-parsing,
2136 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2137 bibtex-search-forward-field, bibtex-search-backward-field,
2138 bibtex-start-of-field, bibtex-end-of-field,
2139 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2140 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2141 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2142 bibtex-parse-string, bibtex-search-forward-string,
2143 bibtex-search-backward-string, bibtex-start-of-string,
2144 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2145 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2146 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2147 entries. Instead of reporting the results of the parsing by
2148 match-beginning or match-end, these functions return data structures
2149 that hold the corresponding positions.
2150 (bibtex-enclosing-field): Changed to also report field boundaries by
2151 return values rather than by match-beginning or match-end. The
2152 following functions have been adapted to use the new parsing
2153 functions.
2154 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2155 bibtex-enclosing-field, bibtex-format-entry,
2156 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2157 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2158 bibtex-print-help-message, bibtex-end-of-entry,
2159 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2160 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2161 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2162 method for parsing.
2163 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2164 bibtex-map-entries, bibtex-flash-head,
2165 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2166 bibtex-autokey-change, bibtex-autokey-get-namefield,
2167 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2168 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2169 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2170 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2171 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2172 order to make the new binding of case-fold-search immediately
2173 visible.
2174
2175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2176
2177 * textmodes/bibtex.el: Copyright notice is up to date.
2178 Added constant 'bibtex-maintainer-salutation.
2179
2180 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2181 than make-temp-name, use match-string-no-properties and eliminate
2182 a quadratic behavior when building bibtex-strings.
2183
2184 * bibtex.el (bibtex-reference-key): Accept string entries whose
2185 reference key contains upper case letters.
2186
2187 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2188
2189 * bibtex.el (bibtex-reference-head): Allow entries to start with
2190 a new line.
2191
2192 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2193
2194 * bibtex.el: Hiding of entry bodies is not longer provided by
2195 bibtex.el directly. Instead the hideshow package can be used.
2196 Added a special bibtex entry to hs-special-modes-alist.
2197 (bibtex-hs-forward-sexp): Added for hideshow.el.
2198
2199 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2200
2201 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2202 at ':' characters by call to split-string.
2203
2204 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2205
2206 * textmodes/bibtex.el: Added RCS version identification.
2207
2208 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2209
2210 * textmodes/bibtex.el: Some temporary comments removed.
2211 (bibtex-field-name, bibtex-entry-type): Made the relationship
2212 explicit.
2213 (bibtex-field-const): Allow capital letters.
2214 (bibtex-start-of-string): Deleted because unused.
2215
2216 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2217 use the term 'reference' to describe a bibtex entry as a whole.
2218 Further, reference keys are no longer called 'labels'.
2219 (bibtex-keys): Renamed to bibtex-reference-keys.
2220 (bibtex-reformat-previous-labels): Renamed to
2221 bibtex-reformat-previous-reference-keys.
2222 (bibtex-reference-type): Renamed to bibtex-entry-type.
2223 (bibtex-reference-head): Renamed to bibtex-entry-head.
2224 (bibtex-reference-maybe-empty-head): Renamed to
2225 bibtex-entry-maybe-empty-head.
2226 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2227 (bibtex-search-reference): Renamed to bibtex-search-entry.
2228 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2229 bibtex-enclosing-entry-maybe-empty-head.
2230 (bibtex-entry-field-alist, bibtex-entry-head,
2231 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2232 bibtex-map-entries, bibtex-search-entry,
2233 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2234 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2235 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2236 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2237 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2238 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2239 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2240
2241 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2242
2243 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2244 comment.
2245 (bibtex-format-field-delimiters): New function, functionality
2246 extracted from bibtex-format-entry.
2247 (bibtex-autokey-get-yearfield-digits): New function, functionality
2248 extracted from bibtex-autokey-get-yearfield.
2249
2250 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2251 entries in order to avoid stack overflow in the regexp matcher if
2252 field contents become large.
2253 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2254 bibtex-field-string-part-not-braced,
2255 bibtex-field-string-part-no-inner-braces,
2256 bibtex-field-string-part-1-inner-brace,
2257 bibtex-field-string-part-2-inner-braces,
2258 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2259 bibtex-field-string-quoted, bibtex-field-string,
2260 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2261 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2262 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2263 as parsing is now performed by the following functions.
2264 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2265 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2266 bibtex-parse-field-string, bibtex-search-forward-field-string,
2267 bibtex-parse-association, bibtex-field-name-for-parsing,
2268 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2269 bibtex-search-forward-field, bibtex-search-backward-field,
2270 bibtex-start-of-field, bibtex-end-of-field,
2271 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2272 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2273 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2274 bibtex-parse-string, bibtex-search-forward-string,
2275 bibtex-search-backward-string, bibtex-start-of-string,
2276 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2277 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2278 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2279 entries. Instead of reporting the results of the parsing by
2280 match-beginning or match-end, these functions return data structures
2281 that hold the corresponding positions.
2282 (bibtex-enclosing-field): Changed to also report field boundaries by
2283 return values rather than by match-beginning or match-end. The
2284 following functions have been adapted to use the new parsing
2285 functions.
2286 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2287 bibtex-enclosing-field, bibtex-format-entry,
2288 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2289 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2290 bibtex-print-help-message, bibtex-end-of-entry,
2291 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2292 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2293 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2294 method for parsing.
2295 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2296 bibtex-map-entries, bibtex-flash-head,
2297 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2298 bibtex-autokey-change, bibtex-autokey-get-namefield,
2299 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2300 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2301 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2302 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2303 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2304 order to make the new binding of case-fold-search immediately
2305 visible.
2306
2307 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2308
2309 * textmodes/bibtex.el: Copyright notice is up to date.
2310 Added constant 'bibtex-maintainer-salutation.
2311
2312 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2313 than make-temp-name, use match-string-no-properties and eliminate
2314 a quadratic behavior when building bibtex-strings.
2315
2316 * bibtex.el (bibtex-reference-key): Accept string entries whose
2317 reference key contains upper case letters.
2318
2319 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2320
2321 * bibtex.el (bibtex-reference-head): Allow entries to start with
2322 a new line.
2323
2324 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2325
2326 * bibtex.el: Hiding of entry bodies is not longer provided by
2327 bibtex.el directly. Instead the hideshow package can be used.
2328 Added a special bibtex entry to hs-special-modes-alist.
2329 (bibtex-hs-forward-sexp): Added for hideshow.el.
2330
2331 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2332
2333 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2334 proceedings entry type (for cross referencing). Thanks to Wagner
2335 Toledo Correa for the suggestion.
2336
2337 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2338
2339 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2340
2341 * international/characters.el: Setup case table for Vietnamese.
2342
2343 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2344
2345 * uniquify.el (toplevel): Require CL at compile time.
2346 (uniquify-push): Removed.
2347
2348 * shadowfile.el (shadow-when): Removed.
2349
2350 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2351 (tempo-process-and-insert-string): Use dolist instead of
2352 tempo-dolist.
2353
2354 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2355 regexp for paragraph-start.
2356
2357 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2358 commas as well.
2359
2360 2000-02-10 Dave Love <fx@gnu.org>
2361
2362 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2363 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2364 Deleted.
2365 (widget-specify-field, widget-specify-button): Don't use
2366 widget-mouse-help as help-echo property.
2367 (default): Use #'ignore for :validate and :mouse-down-action.
2368 (checkbox): Add help-echo.
2369 (widget-sexp-validate): Rewritten to clarify error messages.
2370 (character): Use char-valid-p in :match function.
2371 (widget-color-complete): Use facemenu-color-alist.
2372 (widget-color-action): Use facemenu-read-color.
2373
2374 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2375 set up `caar' &c that we now have.
2376
2377 2000-02-09 Ray Blaak <blaak@gnu.org>
2378
2379 * delphi.el: Make resourcestring a declaration region, like const
2380 and var.
2381
2382 2000-02-09 Dave Love <fx@gnu.org>
2383
2384 * bindings.el (mode-line-input-method-map): New variable.
2385 (mode-line-mule-info): Use it; fix last change.
2386 (mode-line-mode-menu): Move definition.
2387 (mode-line-mouse-sensitive-p): Deleted.
2388 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2389 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2390 level.
2391
2392 * startup.el (command-line-1): Don't call
2393 make-mode-line-mouse-sensitive.
2394
2395 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2396
2397 * mail/rmail.el (rmail-retry-failure): Use
2398 rmail-beginning-of-message before rmail-toggle-header, because the
2399 former toggles headers.
2400
2401 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2402
2403 * diff-mode.el (diff-kill-junk): New interactive function.
2404 (diff-reverse-direction): Use delete-and-extract-region.
2405 (diff-post-command-hook): Restrict the area so that the hook also works
2406 outside of any diff hunk. This is necessary for the minor-mode.
2407 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2408 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2409
2410 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2411 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2412 so that it can be used more easily in <foo>-mode-hook. Also make sure
2413 to avoid duplicate entries.
2414 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2415 (font-lock-remove-keywords): Just as was done for `add', allow it to
2416 work even if font-lock-mode is nil. Also make sure we don't modify
2417 any pre-existing list by forcing a copy-sequence. Finally rename
2418 `major-mode' to `mode'.
2419 (font-lock-fontify-syntactic-anchored-keywords)
2420 (font-lock-fontify-anchored-keywords)
2421 (font-lock-fontify-keywords-region): Use line-end-position.
2422 Don't make `font-lock-multiline' local (it's now done in
2423 font-lock-set-defaults).
2424 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2425 move the `font-lock-fontified' creation to inside the `unless'.
2426
2427 2000-02-06 Andrew Innes <andrewi@gnu.org>
2428
2429 * term/w32-win.el (x-handle-args): Comment out call to message,
2430 which occurs before window system is initialized.
2431
2432 * makefile.nt: Add support for recompiling lisp code.
2433
2434 2000-02-04 Dave Love <fx@gnu.org>
2435
2436 * bindings.el (mode-line-mule-info): Fix/extend last change.
2437
2438 * completion.el: Replace completion-dolist with dolist.
2439
2440 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2441 dotimes.
2442
2443 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2444
2445 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2446 environment names before they go into the section regexp.
2447
2448 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2449 char class in regexp.
2450
2451 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2452 `case-fold-search' to nil.
2453
2454 * progmodes/idlwave.el (idlwave-template): Respect
2455 `idlwave-abbrev-change-case'.
2456 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2457 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2458 idlwave-while): respect `idlwave-reserved-word-upcase'.
2459 (idlwave-rw-case): New function.
2460 (idlwave-statement-match): Fixed problem with assignment regexp.
2461 (idlwave-font-lock-keywords): Improved regexp for keyword
2462 parameters.
2463 (idlwave-surround): New argument LENGTH to support padding of
2464 operators longer than 1 char.
2465
2466 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2467 idlwave-shell-expression-overlay. Implemented printing of
2468 expressions on higher levels of the calling stack.
2469 (idlwave-shell-display-level-in-calling-stack): Restore stack
2470 level.
2471 (idlwave-retrieve-expression-from-level): New function.
2472 (idlwave-shell-last-calling-stack): Variable removed.
2473 (idlwave-shell-reset): Argument action reversed (`visible' to
2474 `hidden'). Also remove stop-line overlay.
2475 (idlwave-shell-calling-stack-routine): New variable.
2476 (idlwave-shell-parse-stack-and-display): Messages now display
2477 negative level numbers.
2478 (idlwave-shell-mode): Set `modeline-format'.
2479 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2480 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2481 21.
2482 (idlwave-shell-print-expression-function): New option.
2483
2484 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2485 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2486 `tool-bar' instead of `toolbar'.
2487
2488 2000-02-02 Dave Love <fx@gnu.org>
2489
2490 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2491 emacs-lisp-mode-hook. Don't check for defalias being defined.
2492
2493 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2494 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2495 the new builtins directly.
2496
2497 * whitespace.el (whitespace): Add :version to defgroup.
2498
2499 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2500 Doc fix.
2501
2502 * thingatpt.el (sexp-at-point, symbol-at-point)
2503 (number-at-point, list-at-point): Add autoload cookie.
2504
2505 * recentf.el (recentf): Add :version to defgroup.
2506
2507 * quickurl.el (quickurl): Add :version to defgroup.
2508
2509 * elide-head.el (elide-head): Use point-marker more.
2510
2511 * bs.el (bs): Add :version to defgroup.
2512
2513 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2514
2515 * progmodes/delphi.el (delphi): Add :version to defgroup.
2516
2517 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2518
2519 * ange-ftp.el (ange-ftp-write-region): Handle case that
2520 succeeding process operation sets a different coding system.
2521
2522 * calculator.el: New file.
2523
2524 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2525
2526 * frame.el (frames-on-display-list, framep-on-display): New
2527 functions.
2528 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2529 (display-selections-p, display-screens, display-pixel-width)
2530 (display-pixel-height, display-mm-width, display-mm-height)
2531 (display-backing-store, display-save-under, display-planes)
2532 (display-color-cells, display-visual-class): New functions.
2533
2534 * term/tty-colors.el (tty-color-gray-shades): New function.
2535
2536 * faces.el (display-color-p): Use framep-on-display.
2537 (display-grayscale-p): New function.
2538
2539 2000-01-31 Dave Love <fx@gnu.org>
2540
2541 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2542 (create-fontset-from-x-resource): Don't concat integers.
2543
2544 2000-01-31 Inge Frick <inge@nada.kth.se>
2545
2546 * view.el: Some changes in documentation. Removed some trailing
2547 whitespace. Changed some parameter names to agree with
2548 documentation.
2549 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2550 window is not deleted. Modifies change 1998-04-26.
2551
2552 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2553
2554 * windmove.el: New file.
2555
2556 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2557 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2558 progmodes/ebnf-yac.el: Update copyright and license info.
2559
2560 * jit-lock.el (jit-lock-function): Widen before calculating end
2561 position.
2562 (jit-lock-stealth-chunk-start): Rewritten.
2563
2564 * info.el (Info-title-face-alist): Removed.
2565 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2566 faces.
2567 (Info-fontify-node): Use these faces.
2568
2569 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2570
2571 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2572 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2573 `&allow-other-keywords'.
2574
2575 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2576 the list of directories scanned heuristically.
2577
2578 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2579 exist.
2580
2581 2000-01-30 Jason Rumney <jasonr@gnu.org>
2582
2583 * w32-fns.el: Define w32-tty-standard-colors.
2584
2585 * startup.el (command-line): Use w32-tty-standard-colors when in
2586 w32 console mode.
2587
2588 2000-01-30 Dave Love <fx@gnu.org>
2589
2590 * jka-compr.el (jka-compr-load): Fix up load-history.
2591
2592 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2593
2594 * emacs-lisp/cl-macs.el: Revert previous change.
2595
2596 2000-01-29 Dave Love <fx@gnu.org>
2597
2598 * facemenu.el: Purecopy various strings.
2599
2600 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2601 years. Deal with three-digit years.
2602
2603 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2604 defconst, purecopy.
2605 (help-back-label): Purecopy it.
2606
2607 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2608
2609 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2610 variable. If non-nil, order the buffer list according to the
2611 currently selected frame.
2612 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2613 non-nil, pass the selected frame to function buffer-list.
2614
2615 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2616
2617 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2618
2619 2000-01-28 Dave Love <fx@gnu.org>
2620
2621 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2622
2623 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2624 Don't use lisp-indent-hook property.
2625 (cl-abs): Remove.
2626
2627 * subr.el: Move out indent and edebug specs for when and unless.
2628
2629 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2630 when, unless.
2631
2632 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2633 unless, when.
2634
2635 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2636
2637 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2638 `collecting' as synonym for `collect'.
2639
2640 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2641 for the case it contains spaces.
2642
2643 * simple.el (what-cursor-position): Change formatting of
2644 messages.
2645
2646 * frame.el (delete-other-frames): New function.
2647 (toplevel): Bind it to C-x 5 1.
2648
2649 * sort.el (sort-numeric-base): New option.
2650 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2651 interpret it as octal or hexadecimal. Use sort-numeric-base
2652 as default base.
2653
2654 * progmodes/glasses.el: New file.
2655
2656 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2657
2658 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2659 userids differently.
2660
2661 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2662 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2663 progmodes/ebnf-yac.el: New files.
2664
2665 2000-01-26 Dave Love <fx@gnu.org>
2666
2667 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2668 on a function with an empty body. [From Eric Ludlam.]
2669
2670 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2671
2672 * vc.el (vc-version-diff): Make sure file name is expanded.
2673
2674 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2675
2676 * scroll-bar.el (scroll-bar-timer): Variable removed.
2677 (scroll-bar-toolkit-scroll): Don't use a timer.
2678
2679 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2680
2681 * language/thai-util.el (thai-composition-function): Delete
2682 superfluous `a'.
2683
2684 2000-01-24 Dave Love <fx@gnu.org>
2685
2686 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2687 end-of-defun-function.
2688
2689 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2690 &c.
2691
2692 2000-01-22 Jason Rumney <jasonr@gnu.org>
2693
2694 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2695 conflicts with new face support.
2696
2697 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2698
2699 * replace.el (query-replace): Rename last arg to DELIMITED.
2700 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2701 (query-replace-regexp): Likewise.
2702
2703 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2704
2705 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2706
2707 * emacs-lisp/lisp.el (beginning-of-defun-function):
2708 Variable renamed from beginning-of-defun.
2709 Do not call make-variable-buffer-local.
2710 (beginning-of-defun-raw): Use new variable name; doc fix.
2711 (beginning-of-defun): Doc fix.
2712 (end-of-defun-function): Variable renamed from end-of-defun.
2713 Do not call make-variable-buffer-local.
2714 (end-of-defun): Use new variable name; doc fix.
2715
2716 * subr.el (dolist, dotimes): Copied from cl-macs.el
2717 and made to work.
2718
2719 * mail/undigest.el (rmail-digest-end-regexps):
2720 Variable replaces rmail-digest-end-regexp.
2721 Allows multiple regexps for detecting the end line.
2722 (undigestify-rmail-message): Corresponding changes.
2723
2724 2000-01-19 Dave Love <fx@gnu.org>
2725
2726 * files.el (user-init-file): Don't declare here -- is primitive.
2727
2728 * startup.el (command-line): Check for compiled user-init-file and
2729 set to uncompiled version if necessary.
2730
2731 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2732
2733 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2734 (undigestify-rmail-message): Use it.
2735
2736 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2737
2738 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2739
2740 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2741 of mini-buffer.
2742
2743 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2744
2745 * emacs-lisp/copyright.el (copyright-update): Removed the
2746 requirement for a trailing space from `copyright-regexp', to
2747 support copyrights with owner specified on a separate line..
2748
2749 * align.el: New file.
2750
2751 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2752
2753 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2754
2755 2000-01-13 Dave Love <fx@gnu.org>
2756
2757 * ph.el: Removed. (Obsoleted by EUDC.)
2758
2759 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2760
2761 * net/eudc.el (toplevel): Remove autoloaded code installing
2762 menu with easymenu, because that causes build problems.
2763
2764 * frame.el (frame-notice-user-settings): New variable.
2765 (frame-notice-user-settings): Don't modify frame parameters
2766 if called a second time.
2767
2768 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2769
2770 * frame.el (frame-notice-user-settings):
2771 Notice default-frame-parameters even for non-window frames.
2772
2773 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2774
2775 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2776 for Emacs.
2777 (eudc-bob-can-display-inline-images): Extend for Emacs.
2778 (eudc-bob-toggle-inline-display): Ditto.
2779 (eudc-bob-display-jpeg): Ditto.
2780
2781 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2782
2783 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2784 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2785 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2786
2787 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2788 nil)'.
2789
2790 * subdirs.el: Add `net' directory.
2791
2792 * net: New directory.
2793
2794 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2795 eval-last-sexp. Don't bind debug-on-error here.
2796 (eval-last-sexp): New function. Bind debug-on-error if
2797 eval-expression-debug-on-error is non-nil.
2798 (eval-defun-2, eval-defun): Likewise.
2799
2800 * simple.el (eval-expression): Don't bind debug-on-error if
2801 eval-expression-debug-on-error is nil. Detect changed
2802 debug-on-error, and propagate new value to global binding, if
2803 eval-expression-debug-on-error is non-nil,
2804 (eval-expression-debug-on-error): Change doc string.
2805
2806 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2807
2808 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2809
2810 * emacs-lisp/lisp-mode.el (with-syntax-table):
2811 Set up lisp-indent-function property.
2812
2813 * subr.el (with-syntax-table): Moved from simple.el.
2814
2815 * simple.el (with-syntax-table): Moved to subr.el.
2816
2817 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2818
2819 * tmm.el (tmm-shortcut): Delete region after prompt instead
2820 of erasing buffer.
2821
2822 * textmodes/fill.el (fill-common-string-prefix): New function.
2823 (fill-context-prefix): Use the longest common prefix of first
2824 and second line fill prefix, if there is one.
2825
2826 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2827
2828 * array.el (array-mode): Don't use make-variable-buffer-local.
2829 Use make-local-variable for `truncate-lines'.
2830
2831 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2832
2833 * add-log.el (add-log-current-defun): Handle user-defined
2834 add-log-current-function returning nil,
2835
2836 * add-log.el (add-change-log-entry): Insert version number
2837 if having found a current function
2838
2839 * add-log.el (add-log-current-defun): Call
2840 `add-log-current-defun-function'. Try matches at level 0 and
2841 level 1. Strip whitespace from defun found.
2842
2843 2000-01-10 John Wiegley <johnw@gnu.org>
2844
2845 * allout.el (isearch-done/outline-provisions): Added `edit'
2846 argument to correspond with the current definition of
2847 `isearch-done'.
2848
2849 2000-01-10 Dave Love <fx@gnu.org>
2850
2851 * elide-head.el (elide-head): Use point-marker, not point.
2852
2853 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2854
2855 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2856 before and after the year 2000.
2857
2858 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2859 Add ispell- prefix.
2860
2861 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2862
2863 * ispell.el: Only define dictionaries in menus when they exist.
2864 (version18p): New variable.
2865 (version20p): New variable.
2866 (xemacsp): New variable.
2867 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2868 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2869 (ispell-dictionary-alist6): Russian command lines no longer accept
2870 run-together words.
2871 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2872 (ispell-dictionary-alist): Add koi8-r to customize definition.
2873 (check-ispell-version): Added documentation string. Returns
2874 library path when called non-interactively.
2875 (ispell-menu-map-needed): Uses new variables.
2876 (ispell-library-path): New variable.
2877 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2878 (ispell-word): Improved documentation string. Test for valid
2879 character mappings. Correctly check typed in word changes that can
2880 result in single words split into multiple words. Returns
2881 replacement word.
2882 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2883 replace in recursive query replace mode. Help message for
2884 recursive edit mode.
2885 (ispell-show-choices): Protect against bad framepop bindings.
2886 (ispell-help): Fix to work with XEmacs.
2887 (ispell-highlight-spelling-error): Use new variables.
2888 (ispell-overlay-window): Fix to work with XEmacs.
2889 (ispell-parse-output): Passed and returns location information
2890 tracking spelling corrections. Doesn't recheck same word on
2891 current line.
2892 (ispell-init-process): Protect against bogus XEmacs variable binding.
2893 Fix call to single argument in sleep-for. Use new variables.
2894 (ispell-region): Passed and returns location information tracking
2895 spelling corrections. Doesn't check same word on current line.
2896 Improved documentation string. Doesn't resend a line already
2897 checked to the ispell process - fixes bug in LaTeX parsing.
2898 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2899 (ispell-skip-region): No longer skips <TT> in SGML.
2900 (ispell-process-line): Tracks location information with spelling
2901 corrections. Added documentation string. Accounts for words
2902 already accepted on this line. Don't allow query-replace on line
2903 starting with math characters. Doesn't resend a line already sent
2904 to ispell process. Fixes alignment error bug.
2905
2906 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2907
2908 * dired-x.el (dired-guess-shell-alist-default):
2909 Suggest xloadimage, which is free, not xv, which isn't.
2910
2911 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2912 Don't ever include the host name or user name in the value.
2913
2914 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2915
2916 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2917 of a real newline.
2918
2919 2000-01-09 Stephen Eglen <stephen@gnu.org>
2920
2921 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2922 for .png files.
2923
2924 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2925
2926 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2927
2928 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2929
2930 * progmodes/cperl-mode.el: Replace ^F with ^L.
2931
2932 * sendmail.el (toplevel): Provide `sendmail' when compiling
2933 before `require'ing rmail and mailalias to prevent infinite
2934 recursion.
2935
2936 2000-01-08 Dave Love <fx@gnu.org>
2937
2938 * emacs-lisp/backquote.el: Remove inappropriate customization
2939 (allowing custom.el to use backquote).
2940
2941 2000-01-07 Dave Love <fx@gnu.org>
2942
2943 * add-log.el (add-log-debugging): Deleted.
2944 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2945 file. Remove debugging code.
2946 (change-log-get-method-definition, change-log-name): Add doc.
2947 (change-log-sortable-date-at): New function.
2948 (change-log-merge): New command.
2949
2950 * time.el (display-time-string-forms): Make the Mail string active.
2951 (display-time-update): Provide help-echo for load average.
2952
2953 * bindings.el (make-mode-line-mouse2-map): New function.
2954 (mode-line-modified): Use it and simplify.
2955 (mode-line-mule-info): Provide help-echo info.
2956 (minor-mode-alist): Activate the strings.
2957 (make-mode-line-mouse-sensitive): Simplify for
2958 mode-line-buffer-identification.
2959
2960 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2961
2962 * play/pong.el: New file.
2963
2964 2000-01-06 Dave Love <fx@gnu.org>
2965
2966 * array.el: Assorted cleanups for compiler warnings, doc strings,
2967 `array-' prefix for symbols.
2968
2969 2000-01-05 Dave Love <fx@gnu.org>
2970
2971 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2972 outline-headers-as-kill.
2973 (outline-mode): Define imenu-generic-expression.
2974 (outline-headers-as-kill): New command.
2975
2976 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2977 from paragraph-start.
2978 (paragraph-indent-minor-mode): New command.
2979
2980 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2981 M-C-e, M-C-h, C-j, C-xnd, TAB.
2982 (fortran-mode): Set beginning-of-defun, end-of-defun.
2983 (fortran-column-ruler): Simplify.
2984 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2985 (fortran-with-subprogram-narrowing): Likewise.
2986 (fortran-indent-subprogram): Call mark-defun.
2987 (fortran-check-for-matching-do): Change narrowing.
2988
2989 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2990 (cl-lucid-hash-tag): Delete.
2991 (cl-hash-table-p): Correct test for native table.
2992 (cl-hash-table-count): Use hash-table-count.
2993
2994 * browse-url.el (browse-url): Fix case of
2995 browse-url-browser-function being an alist.
2996
2997 2000-01-05 Carsten Dominik <cd@gnu.org>
2998
2999 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3000 (reftex-index-phrase-file-extension): New options.
3001
3002 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3003 Use new option `reftex-index-phrase-file-extension'.
3004
3005 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3006 `reftex-parse-file-extension'.
3007
3008 2000-01-05 Dave Love <fx@gnu.org>
3009
3010 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3011 (beginning-of-defun-raw): Use it.
3012 (end-of-defun): New variable.
3013 (end-of-defun): Use it.
3014 (check-parens): New command.
3015
3016 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3017
3018 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3019 (hs-show-block): Don't use `mapcar' when not accumulating.
3020
3021 Fix buglet in local variables initialization.
3022
3023 2000-01-05 Andreas Schwab <schwab@suse.de>
3024
3025 * hscroll.el (hscroll): Doc fix.
3026
3027 2000-01-05 Carsten Dominik <cd@gnu.org>
3028
3029 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3030 idlw-toolbar.
3031
3032 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3033 file idlw-rinfo.el.
3034 (idlwave-customize): load must read file idlw-shell.el.
3035 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3036
3037 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3038
3039 * progmodes/idlw-shell.el: Also provide idlwave-shell
3040 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3041 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3042
3043 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3044 both reftex-dcr and reftex-vcr.
3045
3046 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3047
3048 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3049
3050 * ps-print.el: PostScript code now is in separate files, doc fix.
3051 (ps-print-version): New version number (5.0.3).
3052 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3053 local.
3054 (ps-spool-config): Initialization fix.
3055 (ps-print-prologue-1, ps-print-prologue-2)
3056 (ps-print-duplex-feature): PostScript code moved to separated file.
3057 (ps-background-image): Little code reformating.
3058 (ps-begin-file, ps-begin-job): Fix code.
3059 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3060 (ps-prologue-file): New fun.
3061
3062 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3063
3064 * ps-vars.el: Eliminated.
3065
3066 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3067 `;;;###autoload'.
3068
3069 * ps-print.el: ps-vars eliminated, doc fix.
3070 (ps-print-version): New version number (5.0.2).
3071 (ps-spool-config): Initialization fix.
3072 (ps-print-customize): New fun.
3073
3074 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3075
3076 * autorevert.el (auto-revert-mode): Return value of
3077 auto-revert-mode.
3078
3079 2000-01-04 Dave Love <fx@gnu.org>
3080
3081 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3082 menu items.
3083
3084 2000-01-03 Dave Love <fx@gnu.org>
3085
3086 * elide-head.el (elide-head) [defgroup]: Add :version.
3087
3088 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3089 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3090 `cl-hash-table-p', not `hash-table-p'.
3091 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3092
3093 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3094
3095 * faces.el (face-read-integer, read-face-attribute)
3096 (color-defined-p, color-values): unspecified-{f,b}g are now
3097 strings.
3098
3099 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3100
3101 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3102 at comment end, and re-insert them after filling.
3103
3104 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3105
3106 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3107 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3108 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3109
3110 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3113 the new name of face-color-supported-p.
3114
3115 * term/w32-win.el (xw-defined-colors): Likewise.
3116
3117 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * simple.el (completion-setup-function): Count completion-size
3120 from minibuffer-prompt-end, not from point-min.
3121
3122 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3125 Pass the frame to tty-color-* functions.
3126 (display-color-p, frame-set-background-mode): Pass the frame to
3127 tty-display-color-p.
3128
3129 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3130 tty-color-alist.
3131 (tty-color-alist, tty-modify-color-alist): New functions.
3132 (tty-color-define, tty-color-clear, tty-color-approximate)
3133 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3134 an optional parameter FRAME.
3135
3136 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3137
3138 * image.el (create-image, defimage): Don't assume image data is a
3139 string.
3140
3141 * image.el (defimage): Handle specifications containing :data
3142 instead of :file.
3143 (image-type-from-data): New function.
3144 (image-type-from-file-header): Use it.
3145 (create-image): Add parameter DATA-P.
3146
3147 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3148
3149 * echistory.el (electric-command-history): Call Command-history-setup
3150 and command-history-mode using their new conventions.
3151
3152 * chistory.el (Command-history-setup): Don't switch buffers. Take
3153 no args, and do not set major-mode, mode-name or the local map.
3154 (command-history-mode): New function, does some of those things
3155 Command-history-setup used to do.
3156 (list-command-history): Call command-history-mode, not
3157 Command-history-setup.
3158 (command-history): Renamed from command-history-mode.
3159
3160 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3161
3162 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3163
3164 1999-12-31 William M. Perry <wmperry@aventail.com>
3165
3166 * image.el (defimage): Images with the `:data' keyword should be
3167 considered valid as well.
3168
3169 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3170
3171 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3172 with FILE if FILE is nil.
3173
3174 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3175
3176 * simple.el (choose-completion-string): In minibuffer,
3177 do not delete the prompt string.
3178
3179 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3180
3181 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3182 assigned to mode-line-mode-menu because bindings.el is dumped with
3183 Emacs, and thus the lists used for menu-item definition will be
3184 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3185 like pure menu item definitions.
3186
3187 * expand.el (expand-abbrev-hook): Return t if expansion was
3188 done, nil otherwise.
3189
3190 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3191
3192 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3193 (tar-quit): Function deleted.
3194
3195 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3196
3197 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3198 was used but not declared.
3199
3200 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3201 hs-find-block-beginning): Add or modify docstrings.
3202
3203 (hs-isearch-show): Rewrite.
3204
3205 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3206
3207 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3208
3209 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3210 space in front of a C-style comment end.
3211
3212 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3213
3214 * startup.el (command-line-1): Make mode line mouse-sensitive for
3215 the MS-DOS version as well.
3216
3217 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3218
3219 * bs.el: New file.
3220
3221 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3222
3223 * textmodes/ispell.el (ispell-process-line):
3224 Add local var line-offset to adjust for the change
3225 in positions within the line, due to previous replacements.
3226
3227 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3228
3229 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3230 Doc fixes.
3231
3232 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3233
3234 * add-log.el (change-log-version-number-regexp-list)
3235 (change-log-version-info-enabled): Change :version to 21.1.
3236 (toplevel): Require CL when compiling.
3237
3238 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3239
3240 * add-log.el (change-log-version-number-regexp-list): Added tag
3241 :version 20.6
3242 (change-log-version-info-enabled): Added tag :version 20.6
3243
3244 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3245
3246 * add-log.el: More general version number search with
3247 user-configurable regexp list.
3248 (change-log-version-number-regexp-list): New user variable.
3249 (change-log-find-version): Rewritten. Use user-configurable
3250 version numbering regexp list
3251 change-log-version-number-regexp-list.
3252 (change-log-find-version): Renamed to
3253 change-log-version-number-search
3254 (add-log-file-name-function): New.
3255 (change-log-search-vc-number): Added END paramaeter. Added doc
3256 string to function.
3257 (change-log-version-rcs): Renamed. Was
3258 change-log-search-vc-number.
3259
3260 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3261
3262 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3263 overlays if they interfere.
3264 (compilation-find-file): Make intangible overlays tangible.
3265
3266 * progmodes/hideshow.el: Generally, synch w/ maintainer
3267 version 5.9.
3268
3269 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3270
3271 (hs-minor-mode-hook): Don't initialize.
3272
3273 (hs-special-modes-alist): Rewrite value and docstring.
3274
3275 (hs-minor-mode-prefix): Delete unused var.
3276
3277 (hs-block-start-mdata-select): New var, buffer local.
3278
3279 (hs-headline): New var.
3280
3281 (hs-match-data, hs-forward-sexp): New funcs.
3282
3283 (hs-hide-comment-region): New func.
3284
3285 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3286 hs-safety-is-job-n, hs-hide-initial-comment-block,
3287 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3288 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3289 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3290 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3291 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3292
3293 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3294 (hs-isearch-show-temporary): New funcs.
3295
3296 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3297
3298 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3299
3300 When constructing menu, use `[(shift button2)]' notation.
3301
3302 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3303
3304 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3305 (jka-compr-compression-info-list): Add new elt to each vector.
3306 (jka-compr-write-region): Don't compress the data if it is
3307 already compressed.
3308
3309 * jka-compr.el (jka-compr-really-do-compress): New variable.
3310 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3311 if visiting.
3312 (jka-compr-write-region): Set jka-compr-really-do-compress
3313 if visiting. Test it when deciding to compress.
3314
3315 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3316
3317 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3318 with third argument t.
3319
3320 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3321
3322 * antlr-mode.el: Version 1.2 is released.
3323 (antlr): This package has a web page.
3324
3325 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3326
3327 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3328 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3329 (antlr-mode-map): New binding [C-c C-c].
3330 (antlr-mode-menu): New entries.
3331
3332 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3333
3334 * antlr-mode.el: Respect Emacs conventions.
3335 ((require 'cl)): Only use during compilation.
3336 (antlr-language-for-option): New function to avoid using `find'.
3337 (antlr-mode): Use it.
3338 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3339 (antlr-imenu-create-index-function): Change accordingly.
3340 (antlr-inside-rule-p): Ditto.
3341 (antlr-end-of-rule): Ditto.
3342 (antlr-end-of-body): Ditto.
3343 (antlr-beginning-of-rule): Ditto.
3344 (antlr-indent-line): Ditto.
3345
3346 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3347
3348 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3349 (antlr-set-tabs): Don't use hard-coded values.
3350
3351 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3352 won't be possible without a huge time penalty.
3353 (antlr-skip-exception-part): Be more specific.
3354 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3355 Renamed from `antlr-skip-grammar-header'.
3356 (antlr-next-rule): Change accordingly.
3357 (antlr-end-of-body): Ditto. Better error message.
3358 (antlr-beginning-of-body): Better error message.
3359 (antlr-imenu-create-index-function): Skip rule action prelude.
3360
3361 * antlr-mode.el: Minor syntax highlighting changes.
3362 (antlr-font-lock-default-face): Deletia.
3363 (antlr-font-lock-tokendef-face): Changed color.
3364 (antlr-font-lock-tokenref-face): Changed color.
3365 (antlr-font-lock-literal-face): Changed color.
3366 (antlr-font-lock-additional-keywords): Minor changes.
3367
3368 1999-12-20 Carsten Dominik <cd@gnu.org>
3369
3370 * progmodes/idlwave.el: New file.
3371
3372 * progmodes/idlwave-rinfo.el: New file.
3373
3374 * progmodes/idlwave-shell.el: New file.
3375
3376 * progmodes/idlwave-toolbar.el: New file.
3377
3378 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3379
3380 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3381
3382 * progmodes/cwarn.el: New file.
3383
3384 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3385
3386 * bindings.el (completion-ignored-extensions): Add .pdf.
3387
3388 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * version.el: Put the version info into binary on MS-DOS as well.
3391
3392 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3393
3394 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3395 debugger-may-continue is nil.
3396
3397 1999-12-18 Dave Love <fx@gnu.org>
3398
3399 * emacs-lisp/cl-macs.el: Remove conditional definition of
3400 eval-when-compile. Don't specify abs, expt, gethash,
3401 hash-table-count, hash-table-p as side-effect-free here.
3402 (cl-emacs-type): Don't declare.
3403 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3404 (cl-parse-loop-clause): Remove compatibility code.
3405
3406 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3407 (side-effect-free-fns): Add gethash, hash-table-count.
3408 (side-effect-and-error-free-fns): Add hash-table-p.
3409
3410 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3411 `cl-' to autoload names for some hash functions. Don't autoload
3412 eval-when-compile. Don't provide mini-cl.
3413 (cl-emacs-type): Remove.
3414 (cl-map-extents): Remove compatibility code.
3415
3416 * emacs-lisp/float.el: Bind free variables.
3417
3418 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3419
3420 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3421
3422 * bindings.el (completion-ignored-extensions): Add .tfm.
3423
3424 1999-12-16 Dave Love <fx@gnu.org>
3425
3426 * faces.el (set-face-attribute): Purecopy the attributes set.
3427
3428 * custom.el (custom-declare-variable): Purecopy value.
3429
3430 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3431 (byte-extrude-byte-code-vectors): Use remprop.
3432 (byte-compile-lambda): Check that arg is a lambda.
3433
3434 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3435
3436 * font-lock.el: System for adding and removing keywords.
3437 Both local (previously added keyword) and global keywords
3438 can be removed.
3439 (font-lock-remove-keywords): New user-level function.
3440 (font-lock-update-removed-keyword-alist): New internal function.
3441 (font-lock-removed-keywords-alist): New variable.
3442 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3443 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3444 growing datastructures.
3445 (font-lock-set-defaults): Removes keywords stored in
3446 `font-lock-removed-keywords-alist' after local keywords added.
3447
3448 1999-12-16 Anders Lindgren <andersl@andersl.com>
3449
3450 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3451 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3452
3453 * font-lock.el (c-keywords): Only highlight preprocessor
3454 directives when spelled correctly.
3455
3456 * font-lock.el (font-lock-match-c++-structor-declaration,
3457 c++-keywords): Fontify constructors and destructors with function
3458 face inside C++ class declarations.
3459
3460 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3461
3462 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3463 the shell from sh-shell-file.
3464
3465 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3466
3467 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3468
3469 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3470 if one of the files specified cannot be accessed by
3471 file-attributes. Do not strip any leading directories from the
3472 file names, to behave more like `ls' does.
3473
3474 * dired.el (dired-get-filename): Handle absolute file names.
3475 (dired-readin-insert): If argument is a cons, don't print
3476 "wildcard" on the ``total'' line.
3477
3478 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * faces.el (face-read-integer, read-face-attribute)
3481 (color-defined-p, color-values): Allow color values unspecified-fg
3482 and unspecified-bg, handle them as unspecified.
3483
3484 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3485
3486 * textmodes/reftex.el: (reftex-compile-variables): respect new
3487 structure of `reftex-index-macro'
3488 (reftex-compile-variables): Use the changed structure of
3489 `reftex-label-alist'.
3490
3491 * textmodes/reftex-vars.el (reftex-index-math-format,
3492 (reftex-toc-max-level): New option.
3493 reftex-index-phrases-search-whole-words,
3494 reftex-index-phrases-case-fold-search,
3495 reftex-index-phrases-skip-indexed-matches,
3496 reftex-index-phrases-wrap-long-lines,
3497 reftex-index-phrases-sort-prefers-entry,
3498 reftex-index-phrases-sort-in-blocks): New options.
3499 (reftex-index-macros): Option structure changed.
3500 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3501 (reftex-label-alist): Additional item in each entry to specify if
3502 the environment should be listed in the TOC.
3503 (eval-when-compile (require 'cl)) added.
3504
3505 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3506 longer deals with "repeat".
3507 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3508 now used.
3509 (reftex-index-phrases-comment-regexp,
3510 reftex-index-phrases-macrodef-regexp,
3511 reftex-index-phrases-phrase-regexp1,
3512 reftex-index-phrases-phrase-regexp2,
3513 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3514 New constants.
3515 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3516 reftex-index-phrases-font-lock-keywords,
3517 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3518 reftex-index-phrases-restrict-file): New variables.
3519 (reftex-index-phrase-selection-or-word,
3520 reftex-index-visit-phrases-buffer,
3521 reftex-index-initialize-phrases-buffer,
3522 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3523 reftex-index-next-phrase, reftex-index-this-phrase,
3524 reftex-index-all-phrases, reftex-index-region-phrases,
3525 reftex-index-phrases-parse-header,
3526 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3527 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3528 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3529 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3530 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3531 reftex-index-make-replace-string,
3532 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3533 reftex-index-phrase-match-is-indexed,
3534 reftex-index-phrases-fixup-line,
3535 reftex-index-phrases-replace-space,
3536 reftex-index-select-phrases-macro): New functions.
3537 (reftex-index-globalize, reftex-index-globally): functions removed
3538 (eval-when-compile (require 'cl)) added.
3539
3540 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3541 for max level.
3542 (reftex-toc-max-level-indicator): New variable.
3543 (reftex-toc-max-level): New command.
3544 (reftex-toc-map): New keybinding `t'.
3545 (reftex-toc-help): Constant updated.
3546 (eval-when-compile (require 'cl)) added.
3547
3548 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3549 `t' command key can change `reftex-toc-max-level'
3550 (eval-when-compile (require 'cl)) added.
3551
3552 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3553 `reftex-toc-max-level'
3554 (eval-when-compile (require 'cl)) added.
3555
3556 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3557 added.
3558
3559 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3560 added.
3561
3562 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3563 commands.
3564 (reftex-citation, reftex-do-citation,
3565 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3566 preselect a citation format.
3567 (eval-when-compile (require 'cl)) added.
3568
3569 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3570 parameter to-end
3571 (reftex-section-info): Deal with environment matches.
3572 (eval-when-compile (require 'cl)) added.
3573
3574 * reftex-global.el (eval-when-compile (require 'cl)) added.
3575
3576 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3577
3578 The following changes are for the new composition mechanism. We
3579 have deleted `composition' charset and composite characters,
3580 instead introduced a special text property `composition'.
3581
3582 * composite.el: New file.
3583
3584 * ps-mule.el: Define encode-composition-rule and find-composition
3585 for Emacs 20.4 and the earlier versions.
3586 (ps-mule-init-external-library): Just require a feature for
3587 external libraries.
3588 (ps-mule-prologue): Postscript code modified for new composition.
3589 (ps-mule-find-wrappoint): New arg COMPOSITION.
3590 (ps-mule-plot-string): Delete code for composite characaters.
3591 (ps-mule-plot-composition): New funcion.
3592 (ps-mule-prepare-font-for-components): New function.
3593 (ps-mule-plot-components): New function.
3594 (ps-mule-composition-prologue-generated): Renamed from
3595 ps-mule-cmpchar-prologue-generated.
3596 (ps-mule-composition-prologue): New named from
3597 ps-mule-cmpchar-prologue. Modified for new composition.
3598 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3599 ps-mule-prepare-cmpchar-font): Deleted.
3600 (ps-mule-string-encoding): New arg NO-SETFONT.
3601 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3602 check Composing, not Cmpchar
3603 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3604 to nil.
3605 (ps-mule-begin-job): Check existence of new composition.
3606
3607 * ps-print.el (ps-plot-region): Handle new composition.
3608
3609 * simple.el (what-cursor-position): Show "(composed)" if the
3610 character is composed.
3611
3612 * international/characters.el: Fix cateogries of Lao symbols.
3613
3614 * international/fontset.el (vertical-centering-font-regexp): New
3615 variable.
3616
3617 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3618 (mule-version-date): Updated to 1999.12.7.
3619 (with-category-table): New macro.
3620
3621 * international/mule-cmds.el (encode-coding-char): Don't check
3622 composite character.
3623
3624 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3625 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3626 x-ctext): Give `composition' property t.
3627
3628 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3629 non-nil) at the tail of ALIST.
3630 (compose-region, decompose-region, decompse-string,
3631 reference-point-alist, compose-chars): Moved to composite.el.
3632 (compose-chars-component, compose-chars-rule,
3633 decompose-composite-char): Deleted.
3634
3635 * international/quail.el (quail-install-map): New optional arg
3636 NAME.
3637 (quail-get-translation): If DEF is a symbol but not a function,
3638 ignore it.
3639 (quail-start-translation): Put a key sequence undefined in the
3640 translation keymap in unread-command-events, not generated-events.
3641 Return parameterized event (compose-last-chars N) if the input
3642 characters should be composed.
3643 (quail-map-definition): If DEF is t, treat it as nil.
3644 (quail-delete-last-char): Delete the quail region.
3645 (quail-show-translations): Don't show list of translations if the
3646 quail package is deterministic.
3647 (quail-completion-max-depth): New variable.
3648 (quail-completion-1): Pay attention to the above variable. Fix
3649 for the case that a translation is a function.
3650 (quail-map-from-table, quail-map-from-table-1,
3651 quail-map-from-table-2): New functions.
3652 (quail-lookup-map-and-concat): New function
3653
3654 * language/devan-util.el: Mostly rewritten.
3655
3656 * language/lao.el: Register lao-composition-function in
3657 composition-function-table.
3658
3659 * language/lao-util.el: Mostly rewritten.
3660
3661 * language/thai.el: Register thai-composition-function in
3662 composition-function-table.
3663 (thai-tis620): Delete `pre-write-conversion' property.
3664
3665 * language/thai-util.el: (thai-category-table): Make it by
3666 make-category-table.
3667 (thai-composition-pattern): New variable.
3668 (thai-compose-region, thai-compose-string): Use
3669 with-category-table.
3670 (thai-post-read-conversion): Just call thai-compose-region.
3671 (thai-pre-write-conversion): Deleted.
3672 (thai-composition-function): New funciton.
3673
3674 * language/tibet-util.el: Most functions rewritten.
3675 (tibetan-char-p): Renamed from tibetan-char-examin.
3676 (tibetan-composable-examin) (tibetan-complete-char-examin)
3677 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3678 (tibetan-add-components): New function.
3679 (tibetan-composition-function): New function.
3680
3681 * language/tibetan.el: Register tibetan-composition-function in
3682 composition-function-table.
3683 (tibetan-composable-pattern): New variable.
3684 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3685 (tibetan-precomposition-rule-alist): Move punctuations to
3686 tibetan-punctuation-transcription-alist and
3687 tibetan-obsolete-glyphs.
3688 (tibetan-punctuation-transcription-alist): New variable.
3689 (tibetan-obsolete-glyphs): New variable.
3690 (tibetan-regexp): Improve the initialization code.
3691
3692 * textmodes/fill.el (fill-find-break-point): Delete codes for
3693 composite characters.
3694 (fill-region-as-paragraph): Likewise.
3695
3696 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3697
3698 * international/mule-cmds.el (default-input-method): Specify
3699 that it should be set after current-language-environment.
3700
3701 * custom.el (custom-handle-keyword): Add :set-after.
3702 (custom-add-dependencies): New function.
3703 (custom-set-variables): Take dependencies between args into
3704 account.
3705
3706 * battery.el (battery): Doc fix.
3707
3708 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3709
3710 * progmodes/cc-make.el: Removed.
3711
3712 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3713
3714 * Release of cc-mode 5.26
3715
3716 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3717
3718 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3719 target depth. Optionally count #else lines as clause limits,
3720 as suggested by don provan <provan@lucent.com>. #elif
3721 handling fixed.
3722
3723 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3724 (c-down-conditional-with-else): New commands that uses the
3725 added functionality in `c-forward-conditional'.
3726
3727 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3728
3729 * cc-align.el (c-lineup-comment): Preserve the alignment with
3730 a comment on the previous line instead of preserving the
3731 comment-column.
3732
3733 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3734
3735 * Fixes to IDL mode after input from Eric Eide
3736 <eeide@cs.utah.edu>:
3737 * cc-engine.el (c-beginning-of-statement-1): Allow
3738 `c-conditional-key' to be nil, for the benefit of IDL mode.
3739 * cc-engine.el (c-guess-basic-syntax): Ditto.
3740 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3741 but do match CORBA 2.3 `valuetype'.
3742 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3743 for IDL.
3744 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3745 be nil for IDL.
3746 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3747 Like C++.
3748 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3749 set `c-method-key' and `c-baseclass-key' to nil.
3750
3751 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3752
3753 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3754 with nonhanging open braces.
3755
3756 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3757
3758 * cc-align.el: Added docstrings to all lineup functions.
3759
3760 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3761 keyword.
3762
3763 * cc-align.el (c-lineup-C-comments): Handle free form text
3764 comments. Use c-comment-prefix-regexp and comment-start-skip
3765 instead of hardcoded regexps.
3766
3767 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3768
3769 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3770 behavior and return value as documented.
3771
3772 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3773
3774 * Changes for new style variable init system:
3775 * cc-langs.el (c-common-init): Dito.
3776 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3777 now customizable.
3778 * cc-vars.el: Style variables may now take a value
3779 'set-from-style to make them take their value from the style
3780 system. This value is now the default on all these variables.
3781 * cc-vars.el (c-valid-offset): New function to verify a
3782 syntactic symbol offset setting.
3783 * cc-vars.el (c-offsets-alist): Variable moved from
3784 cc-styles.el since it's now customizable in a similar way to
3785 the other style variables.
3786 * cc-vars.el (c-old-style-variable-behavior): New variable to
3787 revert to the old style init behavior.
3788
3789 * cc-vars.el (c-file-style, c-file-offsets): Made always
3790 buffer local.
3791
3792 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3793 the throws clause that might follow the function prototype in
3794 C++.
3795
3796 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3797
3798 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3799 could move forward for macros that doesn't start in column 0.
3800
3801 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3802
3803 * cc-align.el (c-indent-multi-line-block,
3804 c-lineup-whitesmith-in-block): Two new lineup functions for
3805 use in whitesmith style.
3806
3807 * cc-styles.el (c-style-alist): More fixes to whitesmith
3808 style. It should now handle all different braces uniformly in
3809 both hanging and non-hanging cases.
3810
3811 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3812
3813 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3814 make it stay in the same position relative to the surrounding
3815 text.
3816
3817 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3818 when adaptive-fill-mode doesn't manage to get it correct.
3819
3820 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3821 with dotted notation, e.g. foo.bar.Gnu.
3822
3823 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3824 within unwind-protect (previously only some were wrapped so it
3825 would be possible to register mode initialization when full
3826 initialization did not finish).
3827
3828 * cc-styles.el (c-style-alist): Corrected the brace placement
3829 in the whitesmith style. Thanks to Sean Luke
3830 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3831 styles with consistent brace placement for all constructs.
3832
3833 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3834
3835 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3836 when point is in the middle of them.
3837
3838 * cc-cmds.el: Line breaking and paragraph filling code
3839 rewritten:
3840 (c-guess-fill-prefix): New function that uses various
3841 heuristics to guess the comment prefix.
3842 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3843 It now assumes adaptive filling is active to preserve the line
3844 prefix inside comments.
3845 (c-indent-new-comment-line): Replacement for the now
3846 obsolete `c-comment-line-break-function' that uses
3847 `c-guess-fill-prefix' when appropriate. It now observes the
3848 setting of `comment-multi-line', which has effect in C-style
3849 block comments.
3850
3851 * cc-cmds.el (c-context-line-break): New function intended to
3852 be put on RET. It's essentially `newline-and-indent', but
3853 continues C block comments with the appropriate line prefix.
3854
3855 * cc-cmds.el (c-do-auto-fill): New function put on
3856 `normal-auto-fill-function' to implement the
3857 `c-ignore-auto-fill' variable.
3858
3859 * cc-cmds.el (c-beginning-of-statement): Use
3860 `c-comment-prefix-regexp' to avoid ending up inside the
3861 comment prefix. Better handling of comment starters and
3862 enders. Catch comments better when traversing code. Stop at
3863 preprocessor directives.
3864
3865 * cc-defs.el (c-forward-comment): New subst to hide platform
3866 dependent quirks in `forward-comment'.
3867
3868 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3869 argument.
3870 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3871 arguments. Activate this function by default when
3872 `parse-partial-sexp' supports it (currently Emacs 20.x).
3873
3874 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3875 on the comment opener to make constants usable as lineup
3876 arguments.
3877
3878 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3879 changed anchor position in the `c' syntactic symbol. Handle
3880 more than stars in the comment prefix; use the new variable
3881 `c-comment-prefix-regexp'. Don't indent text not preceded by
3882 a comment prefix to the right of the comment opener if it's
3883 long.
3884
3885 * cc-langs.el: Fixes to mode initialization for new line
3886 breaking and paragraph filling method. Adaptive fill mode is
3887 now activated at startup instead of deactivated. The
3888 variables used for adaptive filling and paragraph movement are
3889 also changed to incorporate the value of
3890 `c-comment-prefix-regexp'. `substitute-key-definition' is
3891 used to override some functions in the global map instead of
3892 overriding their default bindings.
3893
3894 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3895 javadoc markup at mode init.
3896
3897 * cc-mode.el (c-setup-filladapt): A new convenience function
3898 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3899 function is intended to be used explicitly by the end user
3900 only.
3901
3902 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3903 recognize the comment fill prefix inside comments.
3904 (c-block-comment-prefix): New name for
3905 `c-comment-contiuation-stars', which is now obsolete. It's
3906 generalized to handle any character sequence.
3907 (c-ignore-auto-fill): New variable used to selectively disable
3908 Auto Fill mode in specific contexts.
3909
3910 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3911
3912 * cc-cmds.el (c-comment-indent): Leave at least one space
3913 between the comment and the last nonblank character in the
3914 case where we look at the indentation of the comment on the
3915 previous line (case 4).
3916
3917 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3918 list of characters that may start a statement (it's a sort of
3919 prefix operator in Pike, and isn't used at all in any of the
3920 other languages).
3921
3922 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3923
3924 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3925 inside continued statements as statement-cont instead of
3926 brace-list-open. The reason is that one normally adjusts
3927 brace-list-open for brace lists as top-level constructs, and
3928 brace lists inside statements is a completely different
3929 context. Case 10B.2 changed. Also changed (the somewhat
3930 esoteric) case 9A to cope with this.
3931
3932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3933
3934 * cc-cmds.el (c-electric-brace): Added electric handling of
3935 the open brace for brace-elseif-brace.
3936
3937 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3938
3939 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3940 syntax tables temporarily.
3941
3942 * cc-engine.el (c-guess-basic-syntax): Handle template and
3943 member init argument lists split over several lines. Case 5D
3944 changed.
3945
3946 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3947 @throws introduced in Javadoc 1.2.
3948
3949 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3950 patch from RMS to avoid infinite backtracking.
3951
3952 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3953
3954 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3955 by [ ].
3956
3957 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3958
3959 * cc-align.el (c-lineup-dont-change): Compensate properly for
3960 the column in langelem.
3961
3962 * cc-engine.el (c-syntactic-information-on-region): New
3963 function to help debugging the syntactic analysis.
3964
3965 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3966
3967 * cc-align.el (c-lineup-template-args): Handle nested template
3968 arglists.
3969
3970 * cc-langs.el (c++-template-syntax-table): New syntax table
3971 that makes `<' and `>' parenthesis characters, which is useful
3972 to switch to temporarily when analyzing template arglists.
3973
3974 * cc-styles.el: Changed default alignment of labels in the
3975 java style to conform to the examples in the Java Language
3976 Specification.
3977
3978 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3979 by default.
3980
3981 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3982
3983 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3984 immediately before the closing paren in an arglist, so don't
3985 check that in Pike mode. Case 7A changed.
3986
3987 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3988
3989 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3990 lines were ignored under certain conditions.
3991
3992 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3993
3994 * cc-align.el (c-lineup-template-args): New function for
3995 aligning continued template argument lists.
3996
3997 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3998 lists containing function arglists split over several lines.
3999 Case 5D.1 changed.
4000
4001 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4002 template-args-cont didn't get recognized when the first
4003 arglist opener line doesn't contain a template argument. New
4004 case 5K.
4005
4006 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4007
4008 * cc-defs.el (c-point): Changed from subst to macro for
4009 efficiency.
4010 (c-beginning-of-defun-1, c-end-of-defun-1): New
4011 beginning-of-defun/end-of-defun wrappers separated from
4012 c-point.
4013
4014 * cc-menus.el (imenu-generic-expression,
4015 imenu-case-fold-search, imenu-progress-message): Dummy
4016 definitions to avoid compiler warnings if imenu can't be
4017 loaded.
4018 * cc-menus.el (cc-imenu-init): New function called at mode
4019 init.
4020 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4021 imenu initializations to cc-imenu-init.
4022
4023 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4024
4025 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4026 for lambda-intro-cont in Pike mode. Case 6 changed.
4027
4028 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4029 anything following "new Foo()" was considered an anonymous
4030 class body in Java mode.
4031
4032 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4033
4034 * cc-cmds.el (c-comment-line-break-function): When breaking in
4035 a string, don't insert a new line.
4036
4037 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4038
4039 * cc-engine.el (c-at-toplevel-p): New interface function which
4040 returns information useful to add-on authors. It tells you
4041 whether you're at a toplevel statement or not.
4042
4043 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4044
4045 * cc-cmds.el (c-comment-line-break-function): It is possible
4046 that forward-line does not land us at the bol, say if we're on
4047 the last line in a file. In that case, do a
4048 back-to-indentation instead of a forward-comment -1.
4049
4050 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4051
4052 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4053 "default:" as normal label in case 4.
4054
4055 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4056
4057 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4058 recognize continued bitfield declarations. Case 5D.1 changed.
4059 * cc-langs.el: New variable c-bitfield-key.
4060 * cc-mode.el: New variable c-bitfield-key.
4061
4062 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4063
4064 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4065 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4066 ..}").
4067
4068 1999-12-12 Dave Love <fx@gnu.org>
4069
4070 * mail/footnote.el: Require cl when compiling. Don't autoload
4071 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4072 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4073 Avoid `acons'.
4074 (footnote-mode-line-string, Footnote-add-footnote): Remove
4075 autoload cookie.
4076
4077 1999-12-12 Richard Sharman <rsharman@pobox.com>
4078
4079 * sh-script.el: Fix for when font-lock mode is active.
4080 (sh-font-lock-unfontify-region-function): New function.
4081
4082 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4083
4084 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4085 if start-process is not bound, since Ispell now supports such
4086 platforms as well.
4087
4088 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4089
4090 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4091 rmail-summary-goto-msg.
4092
4093 * files.el (after-find-file): Fix previous change.
4094
4095 1999-12-11 Dave Love <fx@gnu.org>
4096
4097 * help.el (where-is): Use `commandp' as predicate for
4098 `completing-read'
4099
4100 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4101
4102 * cus-edit.el (custom-save-delete): Delete all occurrences,
4103 leave point where the first occurrence was.
4104 (custom-save-faces): Insert a newline at the end of the comment.
4105 Avoid a double newline there.
4106 If final closeparen is at bol, put a space before it.
4107 (custom-save-variables): Likewise.
4108 (custom-file): Doc fix.
4109
4110 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4111
4112 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4113 regexp matching image and audio files.
4114
4115 1999-12-09 Dave Love <fx@gnu.org>
4116
4117 * mail/footnote.el: New file.
4118
4119 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4120
4121 * files.el (after-find-file): Use auto-save-visited-file-name if
4122 set.
4123
4124 * mail/feedmail.el (feedmail-find-eoh): Take
4125 feedmail-queue-alternative-mail-header-separator into account.
4126
4127 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4128
4129 * smerge-mode.el: New file.
4130
4131 * font-lock.el (font-lock-multiline): New variable.
4132 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4133 (font-lock-remove-keywords): Added a dummy `mode' argument for
4134 potential future support.
4135 (font-lock-fontify-anchored-keywords,
4136 (font-lock-fontify-keywords-region): Only handle multiline strings
4137 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4138
4139 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4140
4141 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4142
4143 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4144
4145 1999-12-07 Dave Love <fx@gnu.org>
4146
4147 * help.el (view-emacs-problems): New command, bound to C-h P.
4148
4149 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4150
4151 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4152
4153 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4154 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4155 New code to support the minor mode version.
4156 (diff-recenter): New function.
4157 (diff-next-hunk, diff-next-file): Use it.
4158 (diff-remembered-files-alist): New var.
4159 (diff-merge-strings): New function.
4160 (diff-find-file-name): Make it smarter and use the user's input more.
4161 (diff-mode): Cosmetic changes.
4162
4163 * files.el (save-some-buffers): Turn EXITING into the more general
4164 PRED argument to allow specifying a subset of buffers.
4165
4166 * simple.el (kill-region): Use the new `delete-and-extract-region'
4167 rather than the undo log (which is incorrect with *-change-functions).
4168
4169 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4170 off-by-one problem that could force re-fontifying the whole buffer.
4171 (font-lock-remove-keywords): New function.
4172 (font-lock-add-keywords): Use the new function to ensure idempotence.
4173
4174 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4175
4176 * viper-cmd.el (viper-minibuffer-standard-hook,
4177 viper-minibuffer-real-start): Mew functions.
4178 (viper-read-string-with-history,viper-file-add-suffix,
4179 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4180 change in the status of the minibuffer prompt.
4181
4182 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4183
4184 * comint.el (comint-redirect-results-list)
4185 (comint-redirect-results-list-from-process): Remove interactive
4186 spec.
4187
4188 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4189
4190 * info.el (info-node, info-menu-5, info-xref): Define colors for
4191 Info faces if the display supports them.
4192
4193 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4194
4195 Changes for automatic remapping of X colors on terminal frames:
4196
4197 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4198 term-setup-hook. Call msdos-remember-default-colors and
4199 msdos-handle-reverse-video.
4200 (msdos-face-setup): Parts of code moved to
4201 msdos-setup-initial-frame.
4202 (msdos-handle-reverse-video): New function, modeled after
4203 x-handle-reverse-video.
4204 (make-msdos-frame): Don't use initial-frame-alist and
4205 default-frame-alist. Call msdos-handle-reverse-video.
4206 (msdos-color-aliases): Remove.
4207 (msdos-color-translate, msdos-approximate-color): Remove.
4208 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4209 for better approximation of X colors.
4210 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4211 up tty-color-alist (it is now on startup.el).
4212 (x-display-color-p, x-color-defined-p, x-color-values,
4213 x-defined-colors, face-color-supported-p, face-color-gray-p):
4214 Remove.
4215
4216 * facemenu.el (facemenu-read-color, list-colors-display): Use
4217 defined-colors for all frame types.
4218 (facemenu-color-equal): Use color-values for all frame types.
4219
4220 * faces.el (read-face-attribute): For :foreground and :background
4221 attributes and frames on character terminals, translate the color
4222 to the closest supported one before looking it up in the list of
4223 valid values.
4224 (face-valid-attribute-values): Call defined-colors for all types
4225 of frames.
4226 (defined-colors, color-defined-p, color-values, display-color-p):
4227 New finctions.
4228 (x-defined-colors, x-color-defined-p, x-color-values,
4229 x-display-color-p): Aliases for the above.
4230
4231 * startup.el (command-line): Register terminal colors for frame
4232 types other than x and w32, but only if the terminal supports
4233 colors. Call tty-color-define instead of face-register-tty-color.
4234
4235 * term/x-win.el (xw-defined-colors): Renamed from
4236 x-defined-colors.
4237 * term/w32-win.el (xw-defined-colors): Likewise.
4238
4239 * term/tty-colors.el: New file.
4240 * loadup.el: Load term/tty-colors.
4241
4242 1999-12-06 Dave Love <fx@gnu.org>
4243
4244 * ffap.el: Autoload the ffap alias directly.
4245
4246 1999-12-06 Inge Frick <inge@nada.kth.se>
4247
4248 * dired-aux.el (dired-do-shell-command): Changed documentation.
4249 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4250 meaning as `*'.
4251
4252 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4253
4254 * simple.el (insert-buffer): Doc fix.
4255
4256 * apropos.el (apropos-mode): Add autoload cookie.
4257
4258 1999-12-06 Sam Steingold <sds@goems.com>
4259
4260 * progmodes/etags.el (etags-tags-completion-table): Modified the
4261 regexp to allow for the CL symbols starting with `+*'.
4262 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4263 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4264 `function' quoting lambda.
4265 (tags-with-face): New macro.
4266 (list-tags, tags-apropos): Use it.
4267 (tags-apropos-additional-actions): New user option.
4268 (etags-tags-apropos-additional): Use it.
4269 (tags-apropos): Call etags-tags-apropos-additional.
4270 (tags-apropos-verbose): New user option.
4271 (etags-tags-apropos): Use it.
4272 (visit-tags-table-buffer, next-file): Use `unless'.
4273 (recognize-empty-tags-table): Renamed to
4274 tags-recognize-empty-tags-table.
4275 (complete-tag): Call tags-complete-tag bypassing try-completion.
4276
4277 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4278
4279 * international/mule.el (set-buffer-file-coding-system): Docstring
4280 modified.
4281
4282 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4283
4284 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4285 using the hideshow package.
4286 (hs-special-modes-alist): Added entry for bibtex to allow the use
4287 of the hideshow package.
4288 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4289 not longer provided by bibtex.el directly. Instead the hideshow
4290 package should be used.
4291 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4292 references to bibtex-hide-entry-bodies.
4293
4294 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4295
4296 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4297 maintainer information closer to the beginning of the bibtex.el
4298 file.
4299 (bibtex-maintainer-salutation): New constant.
4300 (bibtex-version): New constant.
4301 (bibtex-submit-bug-report): Use bibtex-version and
4302 bibtex-maintainer-salutation.
4303 (bibtex-entry-field-alist): Made booktitle field optional for
4304 @inproceedings entries when crossreferenced.
4305 (bibtex-entry-field-alist): Added booktitle field to proceedings
4306 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4307 for the suggestion.
4308 (bibtex-string-file-path): Fixed typo.
4309
4310 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4311
4312 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4313 for reftex.el.
4314 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4315 to menu.
4316
4317 1999-12-04 Dave Love <fx@gnu.org>
4318
4319 * delsel.el: Revert previous change -- region is significant to
4320 skeleton.
4321
4322 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4323
4324 * viper-cmd.el (viper-change-state): Use
4325 viper-ESC-moves-cursor-back to decide whether to move the cursor
4326 back.
4327
4328 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4329
4330 * international/mule-util.el (truncate-string-to-width): Docsting
4331 fixed.
4332
4333 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4334
4335 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4336 use of `cond'.
4337 (lm-with-file): Move all the find-file...kill-buffer stuff into
4338 this macro. Make it use `find-file-noselect' and make it kill
4339 the buffer only if it wasn't already displayed somewhere.
4340 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4341 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4342 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4343 (lm-commentary): Fix to handle the case when the change log is
4344 at the end of the file.
4345
4346 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4347
4348 * international/mule.el (charsetp): Fix typo in docstring.
4349
4350 * international/mule-diag.el (list-coding-categories): Fix typo;
4351 automatic -> autoload.
4352
4353 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4354
4355 * vc.el (vc-update-change-log): Look for rcs2log under
4356 exec-directory.
4357
4358 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4359 outline-regexp, add outline-level.
4360 (lisp-outline-level): New.
4361
4362 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4363 remove extraneous string-match.
4364
4365 * finder.el (finder-commentary): Activate Finder mode.
4366
4367 1999-12-01 Anders Lindgren <andersl@andersl.com>
4368
4369 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4370 off when reverting buffers that contained mode specifiers.
4371 `revert-buffer' is now called with non-nil PRESERVE-MODES
4372 argument.
4373
4374 1999-12-01 Dave Love <fx@gnu.org>
4375
4376 * delsel.el: Grok skeleton-pair-insert-maybe.
4377
4378 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4379
4380 * progmodes/cperl-mode.el (cperl-under-as-char):
4381 Use nil as default.
4382
4383 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4384
4385 * speedbar.el (toplevel): Remove compatibility code for Emacs
4386 versions without custom.el.
4387
4388 1999-11-30 Dave Love <fx@gnu.org>
4389
4390 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4391
4392 * autoinsert.el: Minor doc fixes.
4393 (auto-insert): Return nil.
4394
4395 * faces.el (set-face-documentation): Purecopy STRING.
4396
4397 1999-11-29 Dave Love <fx@gnu.org>
4398
4399 * derived.el: Doc fixes, remove old backquote syntax.
4400
4401 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4402 comment warning about editing.
4403
4404 * help.el (help-mode-hook): Define.
4405
4406 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4407
4408 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4409 invalid translation of old-style backquote syntax to new syntax.
4410
4411 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4412
4413 * Makefile (DONTCOMPILE): Add term/internal.el.
4414
4415 1999-11-26 Dave Love <fx@gnu.org>
4416
4417 * comint.el: Fix last change.
4418
4419 * emacs-lisp/advice.el: Fix last change.
4420
4421 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4422
4423 * cus-edit.el (Custom-reset-standard): Doc fix.
4424 (custom-variable-reset-standard): Doc fix.
4425 (custom-face-reset-standard): Doc fix.
4426 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4427 (custom-variable-menu): Likewise.
4428 (custom-reset-menu): Likewise.
4429 (custom-buffer-create-internal): Likewise.
4430
4431 1999-11-26 Dave Love <fx@gnu.org>
4432
4433 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4434
4435 * font-lock.el: Doc fixes.
4436
4437 * menu-bar.el (menu-bar-mode): Customize.
4438
4439 * cus-start.el: Add use-dialog-box.
4440
4441 * add-log.el (change-log-mode-hook): Customize.
4442 (add-log-current-defun): Use
4443 fortran-{beginning,end}-of-subprogram.
4444
4445 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4446
4447 * emacs-lisp/advice.el: Many doc fixes.
4448
4449 * comint.el (comint-preoutput-filter-functions): Doc fix.
4450
4451 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4452
4453 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4454 Improve messages for capitalization of arg names,
4455 for flag variables, for t and nil, for imperatives.
4456 Call them imperatives rather than infinitives sans "to".
4457 (checkdoc-common-verbs-wrong-voice): Add "moves".
4458 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4459
4460 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4461 Don't convert comments from 3-semicolon to 2-semicolon.
4462 That is a matter of style.
4463 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4464 (checkdoc-comments): Don't bind that variable.
4465
4466 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4467
4468 * files.el (write-file-hooks): Doc fix.
4469
4470 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4471
4472 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4473
4474 1999-11-25 Dave Love <fx@gnu.org>
4475
4476 * hippie-exp.el: Require comint when compiling.
4477 (hippie-expand): Add :links.
4478 (hippie-expand-try-functions-list): Customize.
4479
4480 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4481
4482 * viper*el: Replaced old-style backquotes.
4483
4484 * ediff*el: Replaced old-style backquotes.
4485
4486 * ediff-merge
4487 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4488 Changed to support the new format for ediff-combination-pattern.
4489
4490 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4491 Changed to support the new format for ediff-combination-pattern.
4492
4493 1999-11-24 Dave Love <fx@gnu.org>
4494
4495 * custom.el (custom-declare-group): Purecopy DOC.
4496 (custom-handle-keyword): Purecopy VALUE.
4497 (custom-add-link): Purecopy WIDGET.
4498 (custom-add-version): Purecopy VERSION.
4499 (custom-add-load): Purecopy LOAD.
4500
4501 * cus-face.el (custom-declare-face): Purecopy DOC.
4502
4503 * info.el:
4504 (Info-build-node-completions, Info-search, Info-follow-reference)
4505 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4506 (Info-find-emacs-command-nodes): Avoid properties on matched text
4507 which may appear in minibuffer.
4508
4509 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4510
4511 * locate.el (locate-with-filter): Doc fix.
4512
4513 1999-11-24 Alex Schroeder <alex@gnu.org>
4514
4515 * sql.el (sql-find-sqli-buffer): New function.
4516 (sql-set-sqli-buffer-generally): New function.
4517 (sql-set-sqli-buffer): Better checking of new-buffer.
4518 (sql-copy-column): Add comma after INTO clause, too.
4519
4520 1999-11-24 Alex Schroeder <alex@gnu.org>
4521
4522 * sql.el (sql-imenu-generic-expression): New, used to set
4523 imenu-generic-expression.
4524
4525 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4526 setting font-lock-defaults' SYNTAX-ALIST. Set
4527 imenu-generic-expression, imenu-case-fold-search, and
4528 imenu-syntax-alist.
4529
4530 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4531 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4532
4533 1999-11-23 Andrew Innes <andrewi@gnu.org>
4534
4535 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4536 drop coords aren't over a specific window.
4537
4538 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4539
4540 * ps-print.el: Define mule funs without checking if mule package is
4541 loaded.
4542 (ps-print-version): New version number (5.0.1).
4543 (ps-header-dirpart): Now uses abbreviate-file-name.
4544
4545 1999-11-23 Dave Love <fx@gnu.org>
4546
4547 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4548 comment-line-start.
4549 (fortran-comment-line-start-skip): Renamed from
4550 comment-line-start-skip.
4551 (fortran-mode-map): Use renamed functions. Add manual and custom
4552 entries to menu.
4553 (fortran-mode-hook): Customize.
4554 (fortran-comment-indent-function): Renamed from
4555 fortran-comment-hook.
4556 (delete-horizontal-regexp): Function deleted.
4557 (fortran-electric-line-number): Simplified.
4558 (fortran-beginning-of-subprogram): Renamed from
4559 beginning-of-fortran-subprogram.
4560 (fortran-end-of-subprogram): Renamed from
4561 end-of-fortran-subprogram.
4562 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4563 (fortran-previous-statement, fortran-next-statement): Simplified.
4564 (fortran-blink-match): New function.
4565 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4566 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4567 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4568 line-end-position.
4569 (fortran-fill): No longer interactive. Simplified.
4570 (fortran-break-line): Simplified.
4571 (fortran-analyze-file-format): Use char-after, not looking-at.
4572
4573 * emacs-lisp/find-func.el (find-function-regexp): Use
4574 `define-minor-mode' after easy-menu change.
4575
4576 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4577
4578 * comint.el: Add redirection.from active comint buffers into
4579 another buffer. Written by Peter Breton.
4580
4581 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4584 `define-minor-mode'.
4585 (define-minor-mode): Specify `doc-string-elt'.
4586
4587 * emacs-lisp/easy-mmode.el: Changed maintainer.
4588 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4589 Use defcustom for the hooks; Improve the auto-generated docstrings.
4590 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4591 (define-minor-mode): Add BODY arg; Only declare the keymap if
4592 provided; Improve the auto-generated docstrings.
4593
4594 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4595
4596 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4597 that the leading `^' is at the start. This is necessary because
4598 paragraphs.el tries to remove anchors, but can find them only if
4599 they are the first character.
4600
4601 * progmodes/antlr-mode.el: New file.
4602
4603 * calendar/calendar.el: Fix autoload for
4604 calendar-absolute-from-astro. Add autoload for
4605 calendar-print-astro-day-number.
4606
4607 1999-11-21 Anders Lindgren <andersl@andersl.com>
4608
4609 * follow.el: Use modern backquote syntax. Minor comment update.
4610
4611 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4612
4613 * simple.el (with-syntax-table): Don't switch buffers.
4614
4615 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4616 progmodes/hideif.el: Use new backquote syntax.
4617
4618 1999-11-21 Ken Manheimer <klm@python.org>
4619
4620 * icomplete.el (icomplete-completions): Use an explicit variable
4621 `icomplete-prospects-length', obviating the need to use an
4622 apparently faulty throw/catch arrangement.
4623
4624 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * term/internal.el (IT-display-table-setup): Don't overstep
4627 character code 255.
4628
4629 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4630
4631 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4632 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4633
4634 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4635
4636 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4637 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4638
4639 * files.el (auto-mode-alist): Add patterns for diff-mode.
4640
4641 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4642 to detect an empty prompt.
4643
4644 1999-11-18 Dave Love <fx@gnu.org>
4645
4646 * simple.el (input-mode-8-bit): Fix the customization.
4647
4648 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4649
4650 * international/iso-acc.el (iso-languages): Add more
4651 characters for Portuguese.
4652
4653 * speedbar.el: Clean up comment at the start of the file.
4654 Remove RCS id.
4655
4656 * progmodes/compile.el (compilation-parse-errors): Use
4657 compilation-buffer-p instead of testing major-mode.
4658
4659 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4660
4661 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4662 (quickurl-ask): completion-ignore-case is set to the value of
4663 quickurl-completion-ignore-case for the duration of the call to
4664 completing-read.
4665
4666 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4667
4668 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4669
4670 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4671
4672 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4673 instead of ps-print-def.
4674
4675 * ps-print.el: Require ps-vars instead of ps-print-def.
4676
4677 * ps-mule.el: Require ps-vars instead of ps-print-def.
4678
4679 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4680
4681 * simple.el (with-syntax-table): Save buffer explicitly instead of
4682 using save-excursion.
4683
4684 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4685
4686 * mail/supercite.el: New maintainer.
4687
4688 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4689
4690 * progmodes/vhdl-mode.el: Use new backquote syntax.
4691
4692 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4693
4694 * simple.el (with-syntax-table): New.
4695
4696 1999-11-15 Sam Steingold <sds@ksp.com>
4697
4698 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4699
4700 1999-02-22 Sam Steingold <sds@goems.com>
4701
4702 * goto-addr.el (goto-address-at-mouse,
4703 goto-address-find-address-at-point): Use compose-mail.
4704 (goto-address-mail-method): Removed variable.
4705 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4706 goto-address-send-using-mail): Removed functions.
4707
4708 1998-11-03 Sam Steingold <sds@goems.com>
4709
4710 * simple.el (backward-delete-char-untabify):
4711 backward-delete-char-untabify-method can be `all' now - to delete
4712 hungrily including newlines.
4713
4714 1999-11-15 Sam Steingold <sds@ksp.com>
4715
4716 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4717
4718 1999-11-15 Dave Love <fx@gnu.org>
4719
4720 * cus-edit.el (customize-face, customize-face-other-window):
4721 Require match from completing-read.
4722 (custom-buffer-done-function): Default to custom-bury-buffer, not
4723 bury-buffer.
4724
4725 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4726
4727 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4728 progmodes/cperl-mode.el: Use new backquote syntax.
4729
4730 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4731
4732 * uniquify.el: Use new backquote syntax.
4733
4734 1999-11-14 Markus Rost <rost@ias.edu>
4735
4736 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4737 as in ispell-local-dictionary-alist.
4738
4739 1999-11-14 Alex Schroeder <alex@gnu.org>
4740
4741 * ansi-color.el (ansi-color-apply): Updated regexps to include
4742 highlighted face.
4743
4744 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4745
4746 * forms.el (forms--make-format-elt-using-text-properties):
4747 Treat `intangible' differently.
4748
4749 * forms.el: Use new backquote syntax.
4750
4751 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4752
4753 * textmodes/scribe.el (scribe-mode): Doc-fix.
4754
4755 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4756
4757 * net-utils.el (run-network-program, net-utils-run-program): Use
4758 the new backquote syntax.
4759 (smbclient-program, smbclient-program-options)
4760 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4761 variables
4762 (smbclient, smbclient-list-shares): New functions
4763
4764 1999-11-12 Sam Steingold <sds@ksp.com>
4765
4766 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4767 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4768 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4769 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4770 (viper-kbd-global-pair, viper-kbd-global-definition):
4771 Use the new backquote syntax.
4772
4773 * emulation/viper-cmd.el (viper-test-com-defun)
4774 (viper-prefix-arg-value, viper-prefix-arg-com):
4775 Use the new backquote syntax.
4776
4777 * emacs-lisp/debug.el (debugger-env-macro):
4778 Use the new backquote syntax.
4779
4780 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4781 Use the new backquote syntax.
4782
4783 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4784 New user variable.
4785 (calendar-hide-window): Use it.
4786 (increment-calendar-month, calendar-for-loop, calendar-sum):
4787 Use the new backquote syntax.
4788
4789 1999-11-12 Andrew Innes <andrewi@gnu.org>
4790
4791 * select.el (x-set-selection): Call buffer-substring, not
4792 substring. Also fix docstring
4793
4794 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4795
4796 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4797 of customizable variables to bug report message. Added
4798 system-type to package name in bug report.
4799
4800 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4801
4802 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4803 to display file names.
4804
4805 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4806
4807 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4808
4809 * isearch.el: Add lazy-highlighting feature.
4810
4811 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4812
4813 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4814 constant.
4815 (ps-mode-submit-bug-report): New function. Entry added to menu.
4816
4817 1999-11-10 William M. Perry <wmperry@aventail.com>
4818
4819 * mwheel.el: New file to support the new style wheeled mice.
4820
4821 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4822
4823 * startup.el (initial-scratch-message): Add ";;" to the front of
4824 lines in the message.
4825
4826 * files.el (file-local-copy): Remove optional BUFFER argument
4827 because that's not used by anything.
4828
4829 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4830 to-address.
4831
4832 1999-11-08 Markus Rost <rost@ias.edu>
4833
4834 * wid-edit.el (widget-button-click): Wrap with save-excursion
4835 to restore track-mouse in the correct buffer.
4836
4837 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4838
4839 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4840
4841 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4842
4843 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4844 lpr-command to "lp" for some system-types. (copied from lpr.el
4845 Emacs version 20.2.1).
4846
4847 1999-11-04 Markus Rost <rost@ias.edu>
4848
4849 * simple.el (comment-region): Strip off white space at end of
4850 comment-start.
4851
4852 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4853
4854 * faces.el (secondary-selection): Fix wrong color name.
4855
4856 1999-11-04 John Tobey <jtobey@epsilondev.com>
4857
4858 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4859 the default when invoking perldb in a non-Perl buffer, and other
4860 cases involving -e or --.
4861
4862 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4863
4864 * simple.el (previous-matching-history-element)
4865 (next-history-element): Use delete-field instead of erase-field.
4866
4867 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4868 Use delete-field instead of erase-field.
4869
4870 * faces.el (secondary-selection): Change background to yellow.
4871
4872 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4873 find the start of the text. Use field-string to read the user
4874 input.
4875
4876 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4877
4878 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4879 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4880 for compatibility with old face implementation.
4881
4882 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4883 Use erase-field instead of erase-buffer.
4884
4885 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4886 internal-show-cursor with new interface.
4887 (blink-cursor-timer-function): New.
4888 (blink-cursor-start): Use blink-cursor-timer-function.
4889
4890 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4891
4892 * calendar.el (redraw-calendar): Move to nearest date before
4893 redrawing.
4894
4895 * diary-lib.el (simple-diary-display): Reset modeline even if
4896 there are no diary entries since the diary buffer may be displayed.
4897
4898 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4899
4900 * emacs-lisp/debug.el (debug): If noninteractive, display the
4901 backtrace using `message', then exit Emacs.
4902 (debugger-batch-max-lines): New variable.
4903 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4904 Change the messages put at the start, to say that the debugger
4905 was entered.
4906
4907 1999-11-02 Sam Steingold <sds@ksp.com>
4908
4909 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4910
4911 1999-11-01 John Tobey <jtobey@epsilondev.com>
4912
4913 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4914 presence of perl switches other than "-e".
4915
4916 1999-11-01 Markus Rost <rost@ias.edu>
4917
4918 * dired-x.el (dired-smart-shell-command): Use
4919 shell-command-history as in shell-command.
4920
4921 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4922
4923 * userlock.el (ask-user-about-lock): Doc fix.
4924
4925 * frame.el: Doc fixes.
4926
4927 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4928
4929 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4930 of show-cursor.
4931 (blink-cursor-start, blink-cursor-end): Ditto.
4932
4933 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4934
4935 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4936
4937 * window.el (walk-windows): If ALL-FRAMES is a frame,
4938 start on that frame. Use save-selected-window.
4939
4940 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4941
4942 * simple.el (end-of-buffer): Use window-end to find the window end
4943 instead of vertical-motion because this handles variable-height
4944 lines correctly.
4945
4946 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4947
4948 * ediff.el: Version change.
4949
4950 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4951 make sure you are in a good frame before deleting other
4952 windows.
4953 (ediff-file-checked-in-p): Don't consider CVS
4954 files checked in.
4955 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4956 are writing to a newly created empty file.
4957
4958 * ediff-mult.el (ediff-show-session-group-hook): New default.
4959
4960 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4961 First cd to the file directory. reportedly works
4962 better with remote files.
4963
4964 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4965 Use file-name-nondirectory when passing files to CVS.
4966
4967 * ediff-diff.el (ediff-cmp-options): New variable.
4968 (ediff-same-file-contents): Use ediff-cmp-options.
4969
4970 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4971 ediff-get-patch-buffer): Use current buffer if it appears to be a
4972 patch.
4973
4974 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4975 C-g
4976
4977 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4978 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4979 (viper-save-cursor-color,viper-restore-cursor-color):
4980 Improved cursor color handling.
4981 (viper-get-saved-cursor-color-in-replace-mode,
4982 viper-get-saved-cursor-color-in-insert-mode): New functions for
4983 better cursor color handling.
4984
4985 * viper-ex.el (ex-read,ex-edit):
4986 Fixes for correct interpretation of #,%.
4987 (viper-ex): Now works correctly when called from other functions.
4988 (viper-glob-function): New variable.
4989 (viper-ex): Save excursion before doing :global.
4990
4991 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4992
4993 * viper-cmd.el (viper-post-command-sentinel,
4994 viper-insert-state-post-command-sentinel,
4995 viper-insert-state-pre-command-sentinel): Takes better care of
4996 cursor colors.
4997
4998 * viper.el: Version change.
4999
5000 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5001
5002 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5003 that the modeline display was updated *only* when
5004 `whitespace-display-in-modeline' was set, not otherwise.
5005
5006 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5007
5008 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5009 "frac12".
5010
5011 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5012 ad-activate.
5013
5014 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5015
5016 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5017 using fboundp instead of assuming that these are not present in
5018 particular flavors of emacs.
5019 (whitespace-version): Update to 2.8
5020 (whitespace-display-in-modeline): Add custom variable to control
5021 displaying the whitespace errors on the modeline based on
5022 suggestion from <klaus.berndl@sdm.de>
5023 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5024 clean, to enable using as a hook function, as suggested by Puneet
5025 Goel <puneet@computer.org>
5026 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5027 quiet was not set, even with whitespace-auto-cleanup set.
5028 (whitespace-mode-line): Now uses less modeline real estate and
5029 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5030 which is present in the file, and <y> is any type of whitespace
5031 whose check has been suppressed by setting
5032 `whitespace-check-<whitespace-type>' to nil.
5033 (whitespace-unchecked-whitespaces): New function to return the
5034 list of whitespaces for whom checks have been suppressed.
5035 (whitespace-display-unchecked-whitespaces): Renamed to
5036 `whitespace-update-modeline' to reflect its functionality.
5037
5038 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5039
5040 * progmodes/compile.el (compilation-error-regexp-alist):
5041 Undo previous change.
5042
5043 1999-10-28 Dave Love <fx@gnu.org>
5044
5045 * help.el (help-follow): Make arg optional again and really
5046 default to point.
5047
5048 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5049
5050 * paths.el (rmail-file-name): Make it an option.
5051
5052 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5053 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5054 comment fixes.
5055
5056 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5057 MIPS Pro 7.3 compiler error message syntax.
5058
5059 1999-10-27 Dave Love <fx@gnu.org>
5060
5061 * progmodes/compile.el: Checkdoc-inspired fixes.
5062
5063 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5064
5065 * lpr.el (print-buffer): Doc-string fix.
5066
5067 1999-10-27 Dave Love <fx@gnu.org>
5068
5069 * emacs-lisp/advice.el: Doc fixes.
5070 (ad-lemacs-p): Removed.
5071 (advice): Add :link to defgroup.
5072
5073 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5074
5075 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5076 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5077
5078 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5079
5080 * window.el (walk-windows): If ALL-FRAMES is a frame,
5081 start on that frame. Use save-selected-window.
5082
5083 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5084
5085 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5086 ad-activate. All callers changed, including those in data.c.
5087 (ad-activate-internal-off): Renamed from ad-activate-off.
5088 All uses changed.
5089 (ad-activate): Renamed from ad-activate-on. All uses changed.
5090 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5091 Alter the definition of ad-activate-internal, not ad-activate.
5092
5093 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5094
5095 * startup.el (command-line-1): Add support for command line
5096 arguments `file' and `execute'. Fix handling of `visit'.
5097
5098 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5099
5100 * international/mule-cmds.el (read-input-method-name): Handle the
5101 case that the arg DEFAULT is symbol.
5102
5103 * international/mule-diag.el (mule-diag): Handle the case that
5104 default-input-method is symbol.
5105
5106 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5107
5108 * textmodes/tildify.el: New file.
5109
5110 1999-10-25 Sam Steingold <sds@ksp.com>
5111
5112 * Makefile (compile-files): Fixed the "tr" strings.
5113 (EMACS): Set to ../src/emacs.
5114
5115 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5116
5117 * info.el (Info-build-node-completions): Add '("*") to the
5118 completion list.
5119
5120 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5121
5122 * frame.el (auto-raise-mode): When enabling the mode,
5123 immediately raise the selected frame.
5124
5125 * indent.el (indent-region): Doc fix.
5126
5127 * comint.el (comint-output-filter): Make the Comint buffer current
5128 for the comint-preoutput-filter-functions.
5129
5130 * mail/reporter.el: Doc fix.
5131
5132 1999-10-24 Stephen Eglen <stephen@gnu.org>
5133
5134 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5135 that Octave lisp files can also run under XEmacs 20.
5136 (require 'custom) added so that files can run under Emacs 19.34.
5137
5138 * iswitchb.el (iswitchb-default-keybindings): No need to use
5139 read-kbd-macro in keybindings.
5140
5141 1999-10-23 Dave Love <fx@gnu.org>
5142
5143 * elide-head.el: New file.
5144
5145 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5146
5147 * Makefile (compile-files, backup-compiled-files): New targets.
5148 (bootstrap, bootstrap-clean): Ditto.
5149
5150 1999-10-22 Paul Eggert <eggert@twinsun.com>
5151
5152 * international/mule-cmds.c (locale-language-names):
5153 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5154 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5155 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5156 Use Latin-8 for Welsh.
5157 Use Latin-1 for English if "en" is explicitly specified.
5158 Use Latin-1 for Scots Gaelic, Tagalog.
5159 Use Latin-1 (not Latin-4) for Greenlandic.
5160 Use Latin-1 (not Latin-2) for Albanian.
5161 (locale-preferred-coding-systems, locale-language-names):
5162 Remove generic ISO 8859 locales; locale-charset-language-names now
5163 does this.
5164 (locale-charset-language-names): New variable.
5165 (set-locale-environment): Use language name specified by
5166 locale-charset-language-names if its charsets disagree with the
5167 language name specified by locale-language-names.
5168
5169 1999-10-22 Dave Love <fx@gnu.org>
5170
5171 * make-mode.el: Minor doc fixes.
5172
5173 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5174
5175 1999-10-21 Dave Love <fx@gnu.org>
5176
5177 * loadup.el: Add latin-8, latin-9.
5178
5179 1999-10-20 Paul Eggert <eggert@twinsun.com>
5180
5181 * disp-table.el (standard-display-european): Remove undocumented
5182 arg AUTO; no longer used by startup.el. Do not attempt to treat
5183 all non-English language environments as coding system names.
5184 Instead, use the downcased language environment name as a coding
5185 system name if it is one; otherwise, use latin-1.
5186
5187 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5188
5189 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5190 that were split so that part of the comment appeared as Lisp code.
5191
5192 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5193
5194 * ps-bdf.el: Doc fix.
5195
5196 * ps-print-def.el: New file: common definitions for all parts of
5197 ps-print.
5198 (ps-multibyte-buffer): Moved from ps-mule.
5199
5200 * ps-mule.el: File dependence fix.
5201 (ps-multibyte-buffer): Moved to ps-print-def.
5202
5203 * ps-print.el: Doc fix, better customization.
5204 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5205 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5206 (ps-end-file): Doc fix.
5207 (ps-setup, ps-begin-file): Fun fix.
5208 (postscript): New group.
5209 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5210 (ps-print-prologue-1): Adjust PostScript programming.
5211 (ps-print): Adjust group hierarchy.
5212 (ps-print-n-up, ps-print-zebra, ps-print-background,
5213 ps-print-printer)
5214 (ps-print-page): New subgroups.
5215 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5216 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5217 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5218 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5219 (ps-zebra-stripe-height, ps-print-background-image)
5220 (ps-print-background-text, ps-spool-config): Adjust customization.
5221 (dos-ps-printer): Definition eliminated.
5222
5223 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5224
5225 * ps-mule.el: Doc fix, define functions properly if mule package is
5226 loaded or not.
5227 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5228 mule package is loaded or not.
5229
5230 * ps-print.el: Doc fix, n-up printing.
5231 (ps-print-version): New version number (5.0).
5232 (ps-page-dimensions-database): Added document media.
5233 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5234 (ps-page-order, ps-printing-region-p): New vars.
5235 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5236 funs.
5237 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5238 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5239 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5240 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5241 (ps-print-begin-sheet-hook): New hook.
5242 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5243 const.
5244 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5245 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5246 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5247 (ps-count-lines): Changed to defun.
5248 (ps-header-page): Changed to defsubst, fix fun.
5249 (ps-printing-region): Doc fix, adjust programming code.
5250 (ps-output-boolean, ps-background-pages, ps-background-text)
5251 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5252 programming code.
5253
5254 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5255
5256 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5257 (ps-print-version): New version number (4.2).
5258 (ps-spool-config, ps-spool-tumble): New vars.
5259 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5260 programming, new PostScript procedure to handle errors.
5261 (ps-print-prologue-2): Changed to defconst.
5262 (ps-print-duplex-feature): New const: duplex and tumble setting.
5263 (ps-setup, ps-begin-file): Fix funs.
5264 (ps-boolean-capitalized): New fun.
5265
5266 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5267
5268 * Makefile (dontcompilefiles): Obsoleted.
5269 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5270 (EL): Unused.
5271 (temacs): Removed (unused).
5272 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5273 version of the file (necessary for the update to work properly).
5274 (autoloads): Force the use of `pwd`/loaddefs.el.
5275 (updates); Redefined in terms of other targets to reduce redundancy.
5276 (.el.elc): New default rule, just in case you want it.
5277 (compile): Use a single invocation of Emacs.
5278 (bootstrap-compile); Unneeded.
5279 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5280
5281 1999-10-19 Dave Love <fx@gnu.org>
5282
5283 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5284
5285 1999-10-19 Sam Steingold <sds@ksp.com>
5286
5287 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5288 comply with the comment.
5289
5290 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5291
5292 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5293 permanent-local.
5294
5295 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5296
5297 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5298 value: \"lpr\" changed to "lpr"
5299 (ps-mode-version): New constant
5300 (ps-mode-show-version): New function, added key in ps-mode-map
5301 (ps-run-messages): Removed
5302 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5303 ps-run-messages. These keywords now include the value of
5304 ps-run-prompt, making its fontification customizable.
5305 (ps-run-init): Removed \\n from docstring, it is now added when
5306 the value is used
5307 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5308 ps-run-prompt
5309 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5310 customizable variables in doc-string (its equivalent
5311 ps-run-messages was missing in previous version of the doc-string)
5312 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5313 symbols only
5314
5315 1999-10-19 Alex Schroeder <alex@gnu.org>
5316
5317 * ansi-color.el: Complete rewrite.
5318
5319 1999-10-19 Paul Eggert <eggert@twinsun.com>
5320
5321 Fix bootstrapping problems.
5322 Use the system locale to specify Emacs locale defaults.
5323
5324 * international/mule-cmds.el (global-map):
5325 Do not use backquote, because that makes a bootstrapping
5326 problem if you need to recompile all Lisp files using interpreted code.
5327 * international/mule.el (charset-id, charset-bytes,
5328 charset-dimension, charset-chars, charset-width,
5329 charset-direction, charset-iso-final-char,
5330 charset-iso-graphic-plane, charset-reverse-charset,
5331 charset-short-name, charset-long-name, charset-description,
5332 charset-plist): Likewise.
5333 * subr.el (save-match-data): Likewise.
5334
5335 * international/mule-cmds.el
5336 (set-display-table-and-terminal-coding-system): New function,
5337 containing code migrated out of set-language-environment.
5338 (set-language-environment, set-locale-environment): Use it.
5339 (locale-translation-file-name): Moved here from startup.el.
5340 (locale-language-names, locale-preferred-coding-systems):
5341 New vars.
5342 (locale-name-match, set-locale-environment): New functions.
5343
5344 * language/japan-util.el (setup-japanese-environment-internal):
5345 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5346
5347 * startup.el (iso-8859-n-locale-regexp): Remove.
5348 (locale-translation-file-name): Move to mule-cmds.el.
5349 (command-line): Move locale-stuff into set-locale-environment.
5350
5351 1999-10-18 Dave Love <fx@gnu.org>
5352
5353 * abbrev.el (add-abbrev, inverse-add-abbrev)
5354 (expand-region-abbrevs): Remove properties from buffer text.
5355
5356 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5357
5358 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5359 from the mini-buffer, without the prompt.
5360
5361 * simple.el (minibuffer-prompt-end): Return the position
5362 after the prompt, not the position of that last character
5363 of the prompt.
5364
5365 1999-10-17 Miles Bader <miles@gnu.org>
5366
5367 * simple.el: Doc fixes.
5368
5369 1999-10-17 Miles Bader <miles@gnu.org>
5370
5371 * simple.el (previous-matching-history-element, next-history-element):
5372 Change to work correctly even if the point is in the prompt.
5373 (choose-completion-string): Likewise.
5374 (minibuffer-prompt-width): New function (compatibility with old subr).
5375
5376 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5377 When constraining the final position to the current field,
5378 don't use the ONLY-IN-LINE mode of constrain-to-field.
5379
5380 1999-10-17 Miles Bader <miles@gnu.org>
5381
5382 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5383 constrain-to-field.
5384 * textmodes/paragraphs.el (forward-sentence): Likewise.
5385
5386 1999-10-17 Miles Bader <miles@gnu.org>
5387
5388 * simple.el (line-move): Use constrain-to-field to avoid
5389 moving into a prompt.
5390 (previous-complete-history-element): Clarify doc string.
5391 (next-complete-history-element): Likewise.
5392 Use field-beginning instead of point-min.
5393 (next-matching-history-element): Use field-beginning and
5394 erase-field instead of point-min and erase-buffer.
5395 * textmodes/paragraphs.el
5396 (forward-paragraph, forward-sentence): Likewise.
5397 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5398 constrain the kill to an field, as the movement commands now
5399 do this.
5400
5401 1999-10-17 Miles Bader <miles@gnu.org>
5402
5403 * simple.el (previous-matching-history-element): Get the
5404 minibuffer input with field-string instead of buffer-string.
5405 (choose-completion-string): Likewise.
5406 (next-history-element): Likewise.
5407 Erase the minibuffer input with erase-field, not erase-buffer.
5408 Use field-beginning to find the beginning of the input.
5409 * textmodes/paragraphs.el (backward-kill-sentence):
5410 Remove minibuffer-prompt hack.
5411 Constrain to any input field.
5412
5413 1999-10-17 Sam Steingold <sds@ksp.com>
5414
5415 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5416 for CMUCL on sparc and ".ufsl" for LispWorks.
5417 (bound-and-true-p): Bugfix: free variable `v'.
5418
5419 1999-10-16 Dave Love <d.love@dl.ac.uk>
5420
5421 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5422 (edebug-uninstall-read-eval-functions): Use load-read-function,
5423 avoiding elisp-eval.
5424
5425 1999-10-16 Sam Steingold <sds@ksp.com>
5426
5427 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5428 instead of `eql'.
5429
5430 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5431
5432 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5433 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5434 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5435 * ediff-util.el (ediff-make-temp-file):
5436 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5437 * emerge.el (emerge-make-temp-file):
5438 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5439 * vc.el (vc-update-change-log):
5440 * mail/mailpost.el (post-mail-send-it):
5441 * mail/metamail.el (metamail-region):
5442 * progmodes/cmacexp.el (c-macro-expansion):
5443 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5444
5445 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5446
5447 * smtpmail.el (smtpmail-via-smtp): Add support for
5448 automatically appending a domain to RCPT TO: addresses.
5449
5450 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5451
5452 * dired.el (dired-insert-directory): Insert the amount of
5453 free space after the total size.
5454 (dired-free-space-program, dired-free-space-args): New variables.
5455
5456 1999-10-14 Karl Heuer <kwzh@gnu.org>
5457
5458 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5459
5460 1999-10-14 Dave Love <fx@gnu.org>
5461
5462 * international/characters.el:
5463 * international/fontset.el:
5464 * international/mule-conf.el: Add latin-iso8859-1[45].
5465
5466 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5467 strings.
5468
5469 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5470 (command-line): Detect Latin-[89] locales.
5471
5472 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * international/mule-cmds.el (select-safe-coding-system)
5475 (leim-list-header): Avoid the use of strings that start with backslash
5476 newline since lread.c:read1 has a hack to turn those strings into
5477 integer 0 during the loadup.el process.
5478
5479 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5480
5481 1999-10-13 Dave Love <fx@gnu.org>
5482
5483 * image.el (insert-image): Copy the image spec and add an
5484 intangible property.
5485
5486 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5487
5488 * help.el (help-xref-interned): Make it also work on variable-only
5489 and function-only symbols.
5490 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5491 (help-follow): If the point under mouse is not highlighted, try
5492 `help-xref-interned' on the pointed-to symbol anyway.
5493
5494 * info.el (Info-on-current-buffer): New entry point.
5495 (Info-find-node): Split into two for Info-on-current-buffer to
5496 hook into it.
5497 (Info-current-file, Info-set-mode-line, Info-up):
5498 Info-current-file can now be t.
5499 (Info-clone-buffer-hook): Function for `clone-buffer'.
5500 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5501 Make `clone-buffer' available in various ways to the user.
5502
5503 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5504
5505 * simple.el (shell-command, shell-command-on-region): Use
5506 make-temp-file.
5507 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5508
5509 * subr.el (with-current-buffer): Don't use backquotes to avoid
5510 bootstrapping problems.
5511
5512 * loadup.el (load-path): Add subdirs for bootstrapping.
5513 (docstrings): Ignore errors during bootstrapping.
5514 (args): New `bootstrap' argument (for use in place of `dump').
5515
5516 1999-10-12 Emmanuel Briot <briot@gnat.com>
5517
5518 * ada-stmt.el: Doc-string fixes.
5519
5520 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5521
5522 * recentf.el: New file.
5523
5524 * ps-mode.el: New file.
5525
5526 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5527 case insensitive.
5528
5529 1999-10-12 Richard Sharman <rsharman@pobox.com>
5530
5531 * sh-script.el: Added support for indenting existing scripts.
5532 (sh-mode-map): Added new bindings.
5533 (sh-mode): Updated mode doc-string for new commands, added
5534 make-local-variable calls, initialize mode-specific variables.
5535 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5536 is now a different function.
5537 (sh-header-marker): Changed docstring.
5538 (sh-set-shell): Initialize mode-specific variables.
5539 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5540 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5541 Changed these define-skeleton calls to work with user-specified
5542 indentation settings.
5543 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5544 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5545 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5546 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5547 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5548 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5549 (sh-guess-basic-offset, sh-handle-after-case-label)
5550 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5551 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5552 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5553 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5554 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5555 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5556 (sh-handle-this-then, sh-help-string-for-variable)
5557 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5558 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5559 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5560 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5561 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5562 (sh-remove-our-text-properties, sh-rescan-buffer)
5563 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5564 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5565 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5566 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5567 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5568 functions.
5569 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5570 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5571 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5572 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5573 (sh-var-list): New variables.
5574
5575 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5576
5577 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5578 a value one line to high if the cursor wasn't at the start of a
5579 line. A `beginning-of-line' is now performed before making the
5580 call to `count-lines'.
5581
5582 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5583
5584 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5585
5586 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5587
5588 * Makefile (setwins): Abstract out the command to find subdirectories
5589 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5590 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5591 (autoloads-with-other-emacs): Use it.
5592
5593 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5594
5595 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5596
5597 * Makefile (bootstrap-compile): New target. Compile Lisp
5598 files with ../src/temacs.
5599
5600 1999-10-08 Dave Love <fx@gnu.org>
5601
5602 * ange-ftp.el: Require dired when compiling.
5603 (ange-ftp-normal-login): Allow EFS-style port specification.
5604
5605 1999-10-08 Simon Marshall <simon@gnu.org>
5606
5607 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5608 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5609 If STRINGS is nil, return "" rather than nil.
5610
5611 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5612
5613 * Makefile (compile): Compile files one by one. Set load-path to
5614 current directory and subdirectories when compiling.
5615
5616 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5617
5618 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5619 (emacs): Use it everywhere instead of EMACS.
5620 (compile): New target. Compile all Lisp files from scratch.
5621 (recompile): New target. Recompile lisp directory.
5622 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5623 an Emacs executable not built in the current directory tree.
5624
5625 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5626
5627 * filecache.el (file-cache-completion-ignore-case): New variable,
5628 defaulting to the value of completion-ignore-case.
5629 (file-cache-minibuffer-complete): Use it.
5630 (file-cache-files-matching, file-cache-files-matching-internal):
5631 New functions.
5632
5633 1999-10-07 Emmanuel Briot <briot@gnat.com>
5634
5635 * ada-xref.el: New file
5636
5637 * ada-prj.el: New file
5638
5639 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5640
5641 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5642 subprogram being created.
5643
5644 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5645 ada-indent-newline-indent): Rewritten to support the new indentation
5646 scheme
5647
5648 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5649 New functions
5650
5651 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5652 justification parameter
5653
5654 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5655 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5656 external program
5657
5658 1999-10-07 Dave Love <fx@gnu.org>
5659
5660 * bindings.el (bound-and-true-p): New macro.
5661 (make-mode-line-mouse-sensitive): Don't require easymenu.
5662
5663 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5664
5665 * custom.el (defface): Extend documentation for new values of
5666 `type'.
5667
5668 * faces.el (face-spec-set-match-display): Recognize `type' of
5669 `motif', `lucid', `x-toolkit'.
5670 (menu): New face.
5671
5672 1999-10-05 Dave Love <fx@gnu.org>
5673
5674 * files.el: Recognize temporary crontab files.
5675
5676 * info.el: Require jka-compr when compiling.
5677 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5678
5679 1999-10-04 Dave Love <fx@gnu.org>
5680
5681 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5682 scroll-up-aggressively, scroll-down-aggressively.
5683
5684 * time.el (display-time-mode): Add autoload cookie.
5685
5686 * rect.el (delete-extract-rectangle): Doc fix from verna.
5687
5688 * help-macro.el (three-step-help): Customize.
5689
5690 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5691
5692 * hexl.el (hexlify-buffer): Move point in proper range
5693 if it is too large.
5694 (hexl-after-revert-hook): Update hexl-max-address.
5695 (hexl-address-to-marker): Doc fix.
5696
5697 1999-10-03 Dave Love <fx@gnu.org>
5698
5699 * image.el (defimage): Remove redundant code. Substitute file in
5700 image plist.
5701
5702 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5703
5704 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5705 when doing with-temp-file.
5706
5707 1999-10-01 Dave Love <fx@gnu.org>
5708
5709 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5710
5711 * help.el: Require view when compiling.
5712 (view-emacs-FAQ): Use Info version.
5713
5714 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5715
5716 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5717 (normat->normal). Use correct font names for Korean
5718 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5719
5720 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5721
5722 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5723 code not used by KOI8 to the same 8-bit code instead of mapping to
5724 SPC.
5725 (cyrillic-alternativnyj-decode-table): Likewise.
5726
5727 1999-09-29 Alex Schroeder <alex@gnu.org>
5728
5729 * sql.el (sql-imenu-generic-expression): Aew, used to set
5730 imenu-generic-expression.
5731 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5732 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5733 imenu-case-fold-search, and imenu-syntax-alist.
5734 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5735 setting font-lock-defaults' SYNTAX-ALIST.
5736
5737 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5738
5739 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5740 macro, try again.
5741
5742 1999-09-28 Dave Love <fx@gnu.org>
5743
5744 * cus-edit.el (custom-comment): Change widget definition.
5745 (custom-comment-create, custom-comment-show)
5746 (custom-comment-invisible-p): Don't use :comment-overlay.
5747 (custom-comment-hide): New function.
5748 (custom-variable-set, custom-variable-save)
5749 (custom-variable-reset-standard, custom-face-set)
5750 (custom-face-save): Use it.
5751
5752 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5753
5754 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5755
5756 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5757
5758 * faces.el (region): Doc fix.
5759
5760 1999-09-27 Dave Love <fx@gnu.org>
5761
5762 * isearch.el (isearch): Add :links in defgroup.
5763 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5764 (isearch-switch-frame-handler): Comment out (unused).
5765 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5766 (isearch-ring-retreat-edit): Doc fix.
5767 (isearch-mouse-yank): New command.
5768 (isearch-last-command-char): Removed. Callers changed to use
5769 last-command-char.
5770 (isearch-char-to-string): Removed. Callers changed to use
5771 char-to-string.
5772
5773 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5774
5775 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5776 option for Russian.
5777
5778 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5779
5780 * faces.el (face-differs-from-default-p): Compare face
5781 attributes individually.
5782
5783 * image.el (put-image, insert-image): Add string argument.
5784
5785 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5786
5787 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5788 LANG=de_DE.iso88591 on HPUX 11.0.
5789
5790 * dired.el (dired-move-to-filename-regexp): Make it work
5791 for LANG=de_DE.iso88591 on HPUX 11.0.
5792
5793 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5794
5795 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5796 if we know for some other reason it should not be used.
5797
5798 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5799 New variable.
5800 (edebug-recursive-edit): Save current-prefix-arg there,
5801 bind it, and set it back at the end.
5802 (edebug-outside-excursion): Restore and update the outside
5803 value of current-prefix-arg.
5804 (edebug-emacs-version-specific): Delete support for Epoch.
5805
5806 1999-09-24 Howard Melman <howard@silverstream.com>
5807
5808 * imenu.el (imenu-after-jump-hook): New variable.
5809 (imenu): Run menu-after-jump-hook.
5810 (imenu-name-lookup-function): New variable.
5811 * imenu.el (imenu--in-alist): Use those variables.
5812
5813 1999-09-24 Carsten Dominik <cd@gnu.org>
5814
5815 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5816 multiple thebibliography environments.
5817
5818 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5819 with recentering window.
5820 (reftex-extract-bib-entries-from-thebibliography,
5821 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5822 with multiple thebibliography environments.
5823
5824 * textmodes/reftex-vars.el
5825 (reftex-section-levels): Function allowed as cdr.
5826 (reftex-max-section-depth) New option.
5827
5828 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5829 with multiple thebibliography environments.
5830
5831 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5832
5833 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5834 instead of point-min in call to delete-region.
5835
5836 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5837
5838 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5839 out into arbitrary file names.
5840
5841 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5842
5843 * language/european.el ("Turkish"): New language environment.
5844
5845 1999-09-19 Dave Love <fx@gnu.org>
5846
5847 * delim-col.el: New file.
5848
5849 1999-09-17 Richard Stallman <rms@gnu.org>
5850
5851 * files.el (after-find-file): When visiting a backup file,
5852 make it read-only.
5853
5854 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5855 (apropos-keybinding-face, apropos-label-face): Likewise.
5856 (apropos-property-face, apropos-match-face): Likewise.
5857 (apropos-label-properties): New variable.
5858 (apropos-print-doc): Use apropos-label-properties.
5859 (apropos-print): Set apropos-label-properties.
5860
5861 1999-09-15 Richard Stallman <rms@gnu.org>
5862
5863 * winner.el: Use aref instead of sref.
5864
5865 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5866
5867 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5868
5869 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5870
5871 1999-09-14 Richard Stallman <rms@gnu.org>
5872
5873 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5874 cookie, even if followed by a letter.
5875
5876 1999-09-14 Stephen Eglen <stephen@gnu.org>
5877
5878 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5879 --no-line-editing are passed to Octave by including them here
5880 rather than storing them in inferior-octave-startup-args.
5881
5882 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5883
5884 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5885 command, option, env and sc.
5886
5887 * subr.el (shell-quote-argument): Quote argument with double
5888 quotes for ms-dos.
5889
5890 1999-09-14 Richard Stallman <rms@gnu.org>
5891
5892 * simple.el (eval-expression-print-level): New variable.
5893 (eval-expression-print-length): New variable.
5894 (eval-expression-debug-on-error): New variable.
5895 (eval-expression): Bind print-level, print-length and
5896 debug-on-error from those vars.
5897
5898 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5899 Bind print-level, print-length and debug-on-error.
5900
5901 1999-09-14 Inge Frick <inge@nada.kth.se>
5902
5903 * dired.el (dired-recursive-deletes): New custom variable.
5904 (dired-re-no-dot): New variable.
5905 (dired-delete-file): New function deletes files and directories
5906 recursively.
5907 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5908
5909 * dired-aux.el (dired-recursive-copies): New custom variable.
5910 (dired-handle-overwrite): Broke a long line.
5911 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5912 `copy-file'.
5913 (dired-copy-file-recursive): New function. Copy directories
5914 recursively.
5915 (dired-do-create-files): Added support for generalized directory
5916 target. How-to function may now return a function. New fluid
5917 variable `dired-one-file'.
5918 (dired-copy-how-to-fn): New variable.
5919 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5920 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5921 (dired-do-copy-regexp): No recursive copies.
5922
5923 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5924
5925 * whitespace.el (whitespace-version): Update version to 2.4
5926
5927 * whitespace.el: Add customization variables to conditionally test
5928 any of the five whitespaces, per request from Rune Kleveland
5929 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5930
5931 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5932
5933 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5934 list of modes to be checked for bogus whitespaces.
5935
5936 * whitespace.el (whitespace-rescan-timer-time): Update
5937 documentation.
5938
5939 * whitespace.el (whitespace-display-unchecked-whitespaces):
5940 New function to update modeline with untested whitespaces.
5941
5942 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5943 checking is turned on, and update modeline using the newly created
5944 `whitespace-display-unchecked-whitespaces'.
5945
5946 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5947 whose checking is turned on, and update modeline using the newly
5948 created `whitespace-display-unchecked-whitespaces'.
5949
5950 * whitespace.el (whitespace-describe): Update documentation.
5951
5952 * whitespace.el (whitespace-tickle-timer): Test if
5953 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5954
5955 1999-09-13 Dave Love <fx@gnu.org>
5956
5957 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5958
5959 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5960 for temp buffer.
5961 (checkdoc-this-string-valid): Don't assume default comment-start.
5962
5963 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5964
5965 * rsz-mini.el: Remove code, keep the interface.
5966
5967 1999-09-13 Dave Love <fx@gnu.org>
5968
5969 * help.el (help-highlight-p): Doc fix.
5970
5971 * faces.el (mode-line, header-line, tool-bar): Add :version.
5972 (highlight, secondary-selection): Add :group.
5973 (trailing-whitespace): Add :group, :version.
5974
5975 * wid-edit.el: Remove some compatibility code and checks.
5976 (widget-specify-field, widget-specify-button): Don't use XEmacs
5977 properties.
5978 (widget-overlay-inactive): Change error message.
5979 (widget-button-pressed-face): New variable.
5980 (widget-button-click): Use it.
5981 (widget-documentation-link-add): Specify mouse and button faces.
5982 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5983 removed now the functionality is built in.
5984
5985 * cus-edit.el: Don't define-widget-keywords.
5986 (multimedia): New group.
5987 (custom-last): Function removed.
5988 (custom-quote): Add vectorp case, comment out characterp case.
5989 (custom-buffer-done-function, custom-raised-buttons): New option.
5990 (Custom-buffer-done): New function.
5991 (custom-buffer-create-internal): Obey custom-raised-buttons,
5992 Custom-buffer-done.
5993 (custom-button-face): Make it `released-button'.
5994 (custom-button-pressed-face): Make it `pressed-button'
5995 (custom-mode-map): Bind "q" to Custom-buffer-done.
5996 (custom-mode): Deal with raised/pressed buttons.
5997
5998 Changes from Didier Verna:
5999 (custom-prompt-variable): Optional third arg makes prompt for a
6000 comment string.
6001 (customize-set-value, customize-set-variable,
6002 customize-save-variable): Optional prefix makes function handle
6003 variable comments.
6004 (customize-customized, customize-saved, custom-variable-state-set)
6005 (custom-variable-set, custom-variable-save, custom-face-state-set)
6006 (custom-variable-reset-saved, custom-variable-reset-standard)
6007 (custom-face-set, custom-face-save, custom-face-reset-saved)
6008 (custom-face-reset-standard, customize-save-customized): Handle
6009 custom comments.
6010 (custom-comment-face, custom-comment-tag-face): New face.
6011 (custom-comment): New widget.
6012 (custom-comment-create, custom-comment-delete)
6013 (custom-comment-value-set, custom-comment-show)
6014 ()custom-comment-invisible-p): New functions.
6015 (custom-variable-value-create, custom-face-value-create): Create a
6016 comment field widget.
6017 (custom-variable-menu, custom-face-menu): New entry for custom
6018 comment.
6019 (custom-face-value-create): Remove compatibility code.
6020 (custom-save-variables, custom-save-faces): Possibly save custom
6021 comments.
6022
6023 * cus-face.el (custom-face-attributes): Simplify :underline,
6024 :overline, :inverse-video cases. Fix up :box case (probably needs
6025 more work).
6026
6027 Change from Didier Verna:
6028 (custom-set-faces): The arguments can now have a custom comment as
6029 fourth argument.
6030
6031 * custom.el: Don't define-widget-keywords.
6032 Change from Didier Verna:
6033 (custom-set-variables): The arguments can now have a
6034 custom comment as fifth element.
6035
6036 1999-09-13 Richard Stallman <rms@gnu.org>
6037
6038 * info.el (Info-find-node): Cope better if guesspos is too large.
6039
6040 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6041
6042 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6043 of buffer-substring because buffer-string doesn't copy the
6044 prompt.
6045
6046 * faces.el (mode-line): Replaces `modeline'.
6047 (toplevel): Make `modeline' an alias for `mode-line'.
6048
6049 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6050
6051 * gs.el: Change `ghostscript' to `postscript' in comment.
6052
6053 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6054
6055 * emulation/tpu-edt.el (tpu-version): New version.
6056 (tpu-search-overlay, tpu-replace-overlay): New variables.
6057 (tpu-search-highlight, tpu-toggle-direction): New functions.
6058 (tpu-lm-replace): Set tpu-replace-overlay.
6059 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6060 command hook.
6061
6062 1999-09-11 Richard Stallman <rms@gnu.org>
6063
6064 * isearch.el (isearch-mode-map): Undo previous change.
6065
6066 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6067 use all of that as the sexp.
6068
6069 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6070 and use the initial argument as file name directly.
6071 Likewise if nothing matches.
6072
6073 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6074
6075 * winner.el: Major changes. Avoid changing point and mark.
6076 Save configurations after they change, not before.
6077
6078 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6079
6080 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6081 Bind print-continuous-numbering and print-number-table.
6082
6083 1999-09-10 Dave Love <fx@gnu.org>
6084
6085 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6086
6087 1999-09-09 Richard Stallman <rms@gnu.org>
6088
6089 * whitespace.el: Finish making it fit Emacs conventions.
6090 Add autoloads.
6091
6092 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6093
6094 * generic-x.el (bat-generic-mode): "::"-style comments don't
6095 need to begin with "-". Fix the font-lock definitions of ON/OFF
6096 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6097 from the list of keywords. Add DO to the list of keywords.
6098
6099 1999-09-09 Dave Love <fx@gnu.org>
6100
6101 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6102 (byte-optimize-backward-word): New optimizations.
6103 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6104 entries.
6105
6106 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6107
6108 * image.el (put-image): Remove optional buffer parameter.
6109
6110 * faces.el (face-italic-p): Return t only for values `italic'
6111 and `oblique'.
6112
6113 * mouse.el (mouse-drag-mode-line-1): Extension of former
6114 mouse-drag-mode-line that also drags the header line.
6115 (mouse-drag-mode-line): Call it.
6116 (mouse-drag-header-line): New.
6117 (toplevel): Bind down-mouse-1 on header lines to
6118 mouse-drage-header-line.
6119
6120 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6121
6122 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6123 (make-mode-line-mouse-sensitive): Replace `top-line' by
6124 `header-line'.
6125
6126 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6127
6128 * help.el (describe-function-1): Don't return empty string for keymaps.
6129
6130 * fill.el (fill-region-as-paragraph, canonically-space-region):
6131 Respect colon-double-space at end of line.
6132
6133 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6134
6135 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6136 (backup-buffer): Use it.
6137
6138 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6139
6140 * generic-x.el (generic-define-unix-modes): Added new modes:
6141 inetd-conf-generic-mode, etc-services-generic-mode,
6142 etc-passwd-generic-mode. These are all defined for Unix by default.
6143 (apache-generic-mode): Use an imenu-generic-expression to list
6144 Configuration keywords.
6145 (samba-generic-mode): Use both ; and # as comment characters.
6146 (samba-generic-mode): Font-lock expressions now highlight name
6147 value pairs.
6148 (bat-generic-mode): Keywords are now case-insensitive through
6149 font-lock-defaults setting.
6150 (java-properties-generic-mode): Supports both ! and # as comment
6151 characters.
6152 (java-properties-generic-mode): Added an imenu-generic-expression
6153 (java-properties-generic-mode): Reworked to support the various
6154 different ways to separate name and value (viz, '=', ':' and
6155 whitespace).
6156 (show-tabs-generic-mode): Added this new generic-mode.
6157
6158 1999-09-08 Richard Stallman <rms@gnu.org>
6159
6160 * progmodes/inf-lisp.el: Moved from top directory.
6161
6162 * tar-mode.el (tar-header-block-tokenize):
6163 Use `when' instead of `and'. Fix some clobbered text.
6164
6165 * gud.el (gud-make-debug-menu): Make a child for the
6166 local menu, for its menu bar, and the debug menu.
6167 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6168 Use the history in the simple way.
6169
6170 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6171
6172 * language/korea-util.el (default-korean-keyboard): Initialize it
6173 according to the environment variable HANGUL_KEYBOARD_TYPE.
6174
6175 1999-09-07 Richard Stallman <rms@gnu.org>
6176
6177 * subr.el (make-temp-file): New function.
6178
6179 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6180
6181 * font-lock.el (font-lock-multiline): New text property contains
6182 a boolean to indicate if the char is part of a multiline match.
6183 (font-lock-default-fontify-region): Extend the region appropriately
6184 for multiline keywords.
6185 (font-lock-default-unfontify-region): Also remove the new
6186 font-lock-multiline text property.
6187 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6188 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6189
6190 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6191
6192 * diary-lib.el (list-diary-entries): Make sure two-digit years
6193 have leading zeros.
6194
6195 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6196
6197 * faces.el (face-set-after-frame-default): Initialize some
6198 attributes of some faces from frame parameters.
6199
6200 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6201
6202 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6203
6204 * faces.el (fringe): Replaces face `margin'.
6205
6206 1999-09-07 Dave Love <fx@gnu.org>
6207
6208 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6209
6210 1999-09-07 Richard Stallman <rms@gnu.org>
6211
6212 * subr.el (push): Doc fix.
6213
6214 1999-09-06 Richard Stallman <rms@gnu.org>
6215
6216 * vc.el (vc-annotate-display): Use < 69 not < 70
6217 to distinguish 20YY from 19YY.
6218
6219 * timezone.el (timezone-parse-date): Use < 69 not < 70
6220 to distinguish 20YY from 19YY.
6221
6222 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6223
6224 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6225
6226 * quickurl.el: (quickurl-list-focused-line): Removed.
6227 (quickurl-list-insert): Now works out the focused line using
6228 `count-lines' instead of using `quickurl-list-focused-line'.
6229
6230 1999-09-06 Richard Stallman <rms@gnu.org>
6231
6232 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6233 to beginning of message.
6234
6235 1999-09-06 Dave Love <fx@gnu.org>
6236
6237 * isearch.el (isearch-mode-map): Add mouse-2.
6238
6239 * mail/rmail.el (rmail-read-password): Deleted.
6240 (rmail-get-pop-password): Use read-password.
6241
6242 * quickurl.el: Don't conditionally define caddr.
6243 (quickurl-url-comment): Use nth, not caddr in function and
6244 defsetf.
6245
6246 1999-09-06 Richard Stallman <rms@gnu.org>
6247
6248 * auto-show.el: Doc fixes.
6249
6250 1999-09-06 Stephen Eglen <stephen@gnu.org>
6251
6252 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6253 --no-line-editing so that TABs in source files are not interpreted
6254 as completion requests.
6255
6256 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6257
6258 * hscroll.el, auto-show.el: Remove all code, keep the public
6259 interface as no-ops.
6260
6261 * faces.el (face-bold-p): Don't return t if face has lighter
6262 weight than normal.
6263
6264 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6265
6266 * startup.el (command-line): Make small-temporary-file-directory
6267 be nil except on ms-dos.
6268
6269 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6270
6271 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6272 is defined.
6273
6274 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6275 letters with a colon after d or l.
6276
6277 1999-09-06 Dave Love <fx@gnu.org>
6278
6279 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6280 primitive.)
6281
6282 1999-09-05 Richard Stallman <rms@gnu.org>
6283
6284 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6285
6286 * textmodes/paragraphs.el (backward-kill-sentence):
6287 Don't test minibuffer-prompt-end here.
6288 (forward-sentence): Do handle it here.
6289 (backward-kill-paragraph): Don't test it here.
6290 (forward-paragraph): Handle it here.
6291
6292 * mouse.el (font-menu-add-default): Simplify code.
6293
6294 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6295
6296 * faces.el (header-line): Renamed from `top-line'.
6297
6298 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6299
6300 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6301
6302 1999-09-04 Richard Stallman <rms@gnu.org>
6303
6304 * whitespace.el: New file.
6305
6306 1999-09-04 Dave Love <fx@gnu.org>
6307
6308 * paths.el: Make some doc strings obey the make-docfile convention.
6309
6310 * bindings.el: Likewise.
6311 (debug-ignored-errors): Remove BBDB ones.
6312
6313 1999-09-03 Richard Stallman <rms@gnu.org>
6314
6315 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6316 not from the draft to forward.
6317
6318 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6319
6320 1999-09-03 Dave Love <fx@gnu.org>
6321
6322 * double.el (double-mode): Customize the variable.
6323
6324 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6325
6326 * international/characters.el: Delete duplicated code.
6327
6328 1999-09-02 Richard Stallman <rms@gnu.org>
6329
6330 * indent.el (indent-relative): Doc fix.
6331
6332 * quickurl.el (quickurl): Doc fix.
6333
6334 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6335
6336 * faces.el (margin): Change background to "gray" for mono (this is
6337 drawn with a stipple pattern).
6338
6339 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6340
6341 * simple.el (next-history-element): Use minibuffer-prompt-end once
6342 again. Remove test for minibuffer-prompt-in-buffer.
6343
6344 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6345
6346 * files.el (small-temporary-file-directory): New variable.
6347
6348 * startup.el (command-line): Compute the value of
6349 small-temporary-file-directory.
6350
6351 * ediff-init.el (ediff-temp-file-prefix): Use
6352 small-temporary-file-directory if non-nil.
6353
6354 * vc.el (vc-update-change-log): Likewise.
6355
6356 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6357
6358 * simple.el (shell-command, shell-command-on-region): Use
6359 make-temp-name properly. Use small-temporary-file-directory if
6360 non-nil, otherwise temporary-file-directory, to generate temporary
6361 files.
6362
6363 * dos-w32.el (direct-print-region-helper): Use
6364 temporary-file-directory. (From Stefan Monnier.)
6365
6366 1999-09-02 Richard Stallman <rms@gnu.org>
6367
6368 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6369 from asm-comment-char.
6370 (asm-font-lock-keywords): Recognize instruction width suffixes.
6371
6372 1999-09-01 Richard Stallman <rms@gnu.org>
6373
6374 * play/fortune.el: New file.
6375
6376 1999-08-31 Dave Love <fx@gnu.org>
6377
6378 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6379 after key table.
6380
6381 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6382 redisplay variables.
6383
6384 * subr.el (push): Fix typo.
6385
6386 1999-08-30 Kevin Blake <kblake@ticnet.com>
6387
6388 * emacs-lisp/ring.el: Many doc fixes.
6389 (ring-size, ring-copy): New functions.
6390
6391 1999-08-29 Richard Stallman <rms@gnu.org>
6392
6393 * progmodes/etags.el (tags-loop-continue):
6394 After tags-loop-operate returns, force skip to next file.
6395
6396 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6397 (mail-extr-first-letters, mail-extr-last-letters):
6398 Use character classes [:alpha:] and [:alnum:].
6399
6400 * subr.el (push, pop): New macros.
6401
6402 * progmodes/compile.el (compilation-error-regexp-alist):
6403 New item for SGI IRIX MipsPro compilers.
6404
6405 * speedbar.el (speedbar-directory-buttons): Recognize
6406 device names when checking for file names.
6407
6408 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6409
6410 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6411 and specially handle defvar inside their expansions.
6412 (eval-defun-1): New subroutine.
6413
6414 * progmodes/compile.el (compilation-error-regexp-alist):
6415 Fix the Perl -w entry to allow period after line number.
6416 Don't allow newlines in file name, but allow them after line number
6417 for Perl debugging traces.
6418
6419 * which-func.el (which-func-cleanup-function): New variable.
6420 (which-function): Call that function.
6421
6422 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6423 to end a function name.
6424
6425 * informat.el (Info-tagify): Don't insert more than one newline
6426 before the tag table.
6427
6428 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6431 than make-temp-name, use match-string-no-properties, and eliminate
6432 a quadratic behavior when building bibtex-strings.
6433
6434 1999-08-29 Alex Schroeder <alex@gnu.org>
6435
6436 * comint.el (comint-input-ring-separator): New variable.
6437 (comint-read-input-ring): Doc change; use
6438 comint-input-ring-separator when reading file.
6439 (comint-write-input-ring): Use
6440 comint-input-ring-separator when writing file.
6441
6442 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6443
6444 * informat.el (Info-tagify): Start by widening.
6445 Match node headers that don't list the file name,
6446 and more kinds of page separations.
6447 Strip properties during tagification.
6448 Use start of node header line as tag's position.
6449 Fix the "done" message.
6450
6451 (Info-validate): Save and restore match data around narrowing down.
6452
6453 1999-08-28 Richard M. Stallman <rms@gnu.org>
6454
6455 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6456 On repeated call, override previous values put into
6457 minor-mode-map-alist and minor-mode-alist.
6458
6459 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6460
6461 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6462
6463 1999-08-27 Andreas Schwab <schwab@gnu.org>
6464
6465 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6466 from cvs update.
6467
6468 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6469
6470 * calendar/calendar.el (calendar-move-hook): New hook.
6471
6472 * calendar/cal-move.el: Call the new hook in every movement function.
6473
6474 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6475 the right function name.
6476
6477 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6478
6479 * time-stamp.el: Put quote-backquote around all symbol names
6480 in doc strings, for mousing.
6481 (time-stamp): Support multi-line patterns.
6482 (time-stamp-inserts-lines): New variable.
6483 (time-stamp-count): New variable.
6484 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6485 "Thu" instead of "%a".
6486
6487 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6488
6489 * simple.el (kill-word): Undo previous change.
6490
6491 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6492
6493 * jit-lock.el (jit-lock-function): Extend the fontified range
6494 to the beginning of the line containing the range start and
6495 the beginning of the line following the range end.
6496
6497 1999-08-24 Dave Love <fx@gnu.org>
6498
6499 * timezone.el: Move provide to end.
6500 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6501 <70 are 2000+.
6502 (timezone-parse-time): Simplify somewhat.
6503
6504 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6505
6506 * faces.el (margin): Renamed from bitmap-area.
6507
6508 1999-08-24 Alex Schroeder <alex@gnu.org>
6509
6510 * sql.el: Doc changes.
6511 (sql-sybase): Use sql-server instead of sql-database.
6512
6513 1999-08-23 Dave Love <fx@gnu.org>
6514
6515 * rect.el: Add/fix various doc strings. Add `*' to all the
6516 interactive specs.
6517
6518 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6519
6520 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6521 Don't unwind-protect font-lock-fontify-region.
6522
6523 * paragraphs.el (backward-kill-paragraph): Don't move
6524 point into mini-buffer prompt.
6525 (backward-kill-sentence): Ditto.
6526
6527 * simple.el (next-history-element): Use minibuffer-prompt-end.
6528 Remove test for minibuffer-prompt-in-buffer.
6529 (kill-word): Don't move point into mini-buffer prompt.
6530
6531 1999-08-21 Dave Love <fx@gnu.org>
6532
6533 * Makefile: Exclude CVS dirs like RCS.
6534
6535 1999-08-19 Dave Love <fx@gnu.org>
6536
6537 * tooltip.el (tooltip-mode): Customize this, per convention.
6538 (tooltip-active): Option deleted.
6539
6540 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6541
6542 * hanoi.el, page-ext.el: Declare dynamic vars.
6543
6544 * term.el: Avoid ange-ftp related compilation warnings.
6545
6546 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6547
6548 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6549 the default so that beginners can benefit from it without
6550 searching in manuals.
6551
6552 1999-08-18 Ray Blaak <blaak@gnu.org>
6553
6554 * progmodes/delphi.el: Consider assembly sections as blocks, to
6555 indent them better. Make auto-indent on newline optional.
6556
6557 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6558
6559 * bindings.el (mode-line-modified): Look up key binding for C-x
6560 C-q. If it's bound call that binding, otherwise call
6561 toggle-read-only.
6562
6563 1999-08-17 Dave Love <fx@gnu.org>
6564
6565 * info.el (info): Doc fix.
6566
6567 * finder.el (finder-known-keywords): Add `multimedia'.
6568
6569 * apropos.el: Don't capitalize custom group name.
6570
6571 * info-look.el: Remove compatibility code.
6572 (info-lookup-guess-default*): DTRT for point at start of symbol.
6573 (info-complete): Don't lose with point not at end of symbol.
6574
6575 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6576
6577 * term.el (toplevel): Make face `term-default' an empty face.
6578 The code relied on the fact that Emacs ignored invalid faces in
6579 face text properties in 20.4.
6580
6581 1999-08-16 Richard M. Stallman <rms@gnu.org>
6582
6583 * subr.el (point-at-eol, point-at-bol): New aliases.
6584
6585 * simple.el: Functions reordered.
6586
6587 * rect.el (delete-rectangle-line): Use line-end-position.
6588
6589 1999-08-16 Karl Heuer <kwzh@gnu.org>
6590
6591 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6592 here from simple.el.
6593
6594 1999-08-16 Dave Love <fx@gnu.org>
6595
6596 * mouse.el: Provide `mldrag' for compatibility.
6597 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6598 marked obsolete.
6599
6600 * mldrag.el: Removed since the features are in mouse.el.
6601
6602 * jka-compr.el (auto-compression-mode): New variable for
6603 customization.
6604
6605 * bindings.el (mode-line-mule-info): Doc fix.
6606
6607 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6608 name comparisons.
6609
6610 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6611 (find-file): Doc fix.
6612
6613 1999-08-16 Carsten Dominik <cd@gnu.org>
6614
6615 * textmodes/reftex.el: Most of the code moved to other files.
6616 * textmodes/reftex-auc.el: New file, split out from reftex.el
6617 * textmodes/reftex-cite.el: New file, split out from reftex.el
6618 * textmodes/reftex-global.el: New file, split out from reftex.el
6619 * textmodes/reftex-index.el: New file, split out from reftex.el
6620 * textmodes/reftex-parse.el: New file, split out from reftex.el
6621 * textmodes/reftex-ref.el: New file, split out from reftex.el
6622 * textmodes/reftex-sel.el: New file, split out from reftex.el
6623 * textmodes/reftex-toc.el: New file, split out from reftex.el
6624 * textmodes/reftex-vars.el: New file, split out from reftex.el
6625 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6626
6627 1999-08-16 Carsten Dominik <cd@gnu.org>
6628
6629 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6630 conflict with pop-up-frames.
6631 (reftex-special-environment-parsers): New constant.
6632 (reftex-label-alist): car of an entry can also be a function.
6633 (reftex-what-special-env): Cew function.
6634 (reftex-label-location): Call `reftex-what-special-env'.
6635 (reftex-compile-variables): Check for symbol in
6636 `reftex-label-alist'.
6637 (reftex-what-environment): Fixed bug with stacked environments of
6638 same kind (e.g. enumerate).
6639 (reftex-process-string): Preserve default directory.
6640 (reftex-label-alist-builtin): Changed prefixes of endnote and
6641 footnote. Also the magic words.
6642 (reftex-reference): Interprete new option
6643 `reftex-fref-is-default'.
6644 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6645 (reftex-toc-mouse-view-line): Command removed (had no binding).
6646 (reftex-everything-regexp): New function.
6647 (reftex-nearest-match): Made better.
6648 (reftex-toc-find-section): Use new version of
6649 `reftex-nearest-match'.
6650 (reftex-insert-docstruct): Adapted to work with the index stuff.
6651 (reftex-parse-from-file): Find index entries as well.
6652 (reftex-toc-toggle-index): New function
6653 (reftex-toc-map): `i' is now used to togle the index, File
6654 boundaries has been moved to `F'.
6655 (reftex-select-label-map): Toggling display of file boundaries is
6656 now on the `F' key, for consistency with `reftex-toc-map'.
6657 (reftex-erase-all-selection-and-index-buffers): Renamed from
6658 `reftex-erase-all-selection-buffer'. Now also kills the index
6659 buffers.
6660 (reftex-viewing-cross-references): Customization group renamed
6661 from reftex-viewing-cross-references-and-citations.
6662 (reftex-index-macro-regexp,
6663 reftex-find-index-entry-regexp-format): New variables
6664 (reftex-macros-with-index): New variable
6665 (reftex-add-index-macros): New function
6666 (reftex-renumber-simple-labels, reftex-translate): Allow for
6667 multiple labels in a single ref command.
6668 (reftex-index-support): New customization group
6669 (reftex-support-index, reftex-index-special-chars,
6670 reftex-index-macros, reftex-index-default-macro,
6671 reftex-index-default-tag, reftex-index-math-format,
6672 reftex-index-section-letters, reftex-index-include-context,
6673 reftex-index-follow-mode, reftex-index-header-face,
6674 reftex-index-section-face, reftex-index-tag-face,
6675 reftex-index-face): New options
6676 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6677 reftex-index-tag, reftex-index-return-marker,
6678 reftex-index-restriction-indicator, reftex-index-restriction-data,
6679 reftex-index-macro-regexp, reftex-index-level-re,
6680 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6681 reftex-everything-regexp-no-index, reftex-index-re,
6682 reftex-macros-with-index, reftex-index-macro-alist): New variables
6683 (reftex-index-help, reftex-index-macros-builtin,
6684 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6685 reftex-query-index-macro-help): New constants
6686 (reftex-index-selection-or-word, reftex-index,
6687 reftex-default-index, reftex-update-default-index,
6688 reftex-index-complete-tag, reftex-index-select-tag,
6689 reftex-index-complete-key, reftex-index-update-taglist,
6690 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6691 reftex-display-index, reftex-insert-index,
6692 reftex-index-insert-new-letter, reftex-get-restriction,
6693 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6694 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6695 reftex-index-toggle-follow, reftex-index-toggle-context,
6696 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6697 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6698 reftex-index-quit, reftex-index-quit-and-kill,
6699 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6700 reftex-index-revert, reftex-index-switch-index-tag,
6701 reftex-index-restrict-to-section, reftex-index-widen,
6702 reftex-index-restriction-forward,
6703 reftex-index-restriction-backward, reftex-index-visit-location,
6704 reftex-index-analyze-entry, reftex-index-globalize,
6705 reftex-index-edit, reftex-index-toggle-range-beginning,
6706 reftex-index-toggle-range-end, reftex-index-edit-key,
6707 reftex-index-edit-attribute, reftex-index-edit-visual,
6708 reftex-index-edit-part, reftex-index-level-down,
6709 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6710 reftex-index-change-entry, reftex-index-goto-letter,
6711 reftex-add-index-macros, reftex-ensure-index-support,
6712 reftex-index-info-safe, reftex-index-info): New functions.
6713
6714
6715 1999-08-15 Richard M. Stallman <rms@gnu.org>
6716
6717 * paren.el (show-paren-mode): Support making show-paren-mode
6718 a buffer-local variable. Don't check for a window system.
6719 (show-paren-function): Check whether show-paren-function is
6720 enabled in current buffer; do the right thing if not.
6721 Don't check for a window system.
6722 (show-paren-mode): Make it a user variable.
6723
6724 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6725 Handle `enum' like `struct'.
6726
6727 * server.el (server-process-filter): If a client visits no buffers,
6728 close it immediately before recording it.
6729
6730 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6731 Optimize by calling concat just once. Handle =\n sequence.
6732 (mail-unquote-printable-region): New command.
6733 (mail-quote-printable): Make it autoload.
6734
6735 1999-08-15 Karl Heuer <kwzh@gnu.org>
6736
6737 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6738
6739 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6740
6741 * lisp/texinfmt.el: Handle @ifnottex.
6742
6743 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6744
6745 * frame.el (blink-cursor): Don't turn on cursor blinking for
6746 ms-dos.
6747
6748 * faces.el (face-valid-attribute-values): Look in
6749 x-bitmap-file-path only for x and w32 window systems.
6750
6751 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6752 Do that if width is nil as well.
6753 (x-display-mm-height, x-display-mm-width): Update values.
6754 (x-colors): Compute the list from msdos-color-values.
6755 (x-select-enable-clipboard): Doc fix.
6756 (x-frob-font-weight, x-font-family-list): New functions.
6757
6758 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6759
6760 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6761 back up from beginning of buffer.
6762
6763 1999-08-13 Karl Heuer <kwzh@gnu.org>
6764
6765 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6766
6767 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6768
6769 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6770 doomsday clock, speed control is added and changes are made to
6771 allow large numbers of rings: rings now show the whole ring
6772 number, not just the last digit; consecutive rings are allowed to
6773 be the same size when necessary to fit all the rings in the
6774 window; and poles can be oriented horizontally. Face support is
6775 thrown in gratuitously.
6776 (hanoi): Changed default number of rings back to 3.
6777 (hanoi-unix, hanoi-unix-64): New commands
6778 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6779 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6780 hanoi-odd-ring-face): New variables.
6781 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6782 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6783 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6784 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6785 (hanoi-topos, hanoi-draw-ring): Removed.
6786
6787 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6788
6789 * faces.el (face-valid-attribute-values): Return an alist for
6790 families on ttys.
6791 (face-read-integer): Handle unspecified face attributes. Add
6792 completion for `unspecified'.
6793 (read-face-attribute): Handle unspecified font attributes.
6794 (face-valid-attribute-values): Add `unspecified' to lists so that
6795 it can be chosen via completion.
6796 (face-read-string): Don't recognize "none" as input.
6797
6798 1999-08-10 Dave Love <fx@gnu.org>
6799
6800 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6801 string.
6802
6803 * sun-curs.el: Require sun-fns.
6804
6805 1999-08-10 Dave Love <fx@gnu.org>
6806
6807 * autorevert.el (auto-revert-mode): Add autoload cookie.
6808
6809 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6810 hscroll.
6811
6812 * simple.el (hscroll-step, hscroll-point-visible)
6813 (hscroll-window-column): Remove now we have the mentioned real
6814 horizontal autoscrolling.
6815
6816 1999-08-10 Richard M. Stallman <rms@gnu.org>
6817
6818 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6819 control use of -f option.
6820 (mail-specify-envelope-from): New variable.
6821 (mail-from-style): Doc fix.
6822
6823 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6824 (easy-menu-get-map): New arg TO-MODIFY helps choose
6825 between local and global maps.
6826 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6827 (easy-menu-change): Doc fix.
6828
6829 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6830 (info-lookup-guess-default): Simplified and cleaned up.
6831 (info-lookup-guess-default*): Preserve point.
6832
6833 * view.el (view-mode-disable): If buffer-read-only is nil,
6834 don't change it.
6835
6836 * files.el (after-find-file): Disable View mode if buffer is no
6837 longer read-only.
6838
6839 * view.el (view-mode-enable, view-mode-disable):
6840 Call force-mode-line-update.
6841
6842 1999-08-10 Karl Heuer <kwzh@gnu.org>
6843
6844 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6845 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6846 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6847
6848 1999-08-10 Alex Schroeder <asc@bsiag.com>
6849
6850 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6851 to prevent m-eating-bug.
6852
6853 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6854
6855 * term/pc-win.el (msdos-bg-mode): Remove. Call
6856 frame-set-background-mode instead. All callers changed.
6857 (msdos-face-setup): Don't force color display parameter, it is set
6858 by frame-set-background-mode.
6859 (make-msdos-frame): Call x-handle-reverse-video and
6860 face-set-after-frame-default. Delete frame if creation failed.
6861
6862 * faces.el (face-set-after-frame-default): Don't call
6863 make-face-x-resource-internal for the pc window-system.
6864
6865 1999-08-10 Dave Love <fx@melange.gnu.org>
6866
6867 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6868 case with no docstring specially.
6869
6870 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6871
6872 * complete.el (PC-do-completion): If completing on file name,
6873 reproduce str by concatenating its directory and basename parts.
6874
6875 1999-08-07 Dave Love <fx@gnu.org>
6876
6877 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6878 unibyte to multibyte conversion of search-forward (from Handa),
6879 but avoid the replacement if the language is Latin-N.
6880
6881 1999-08-06 Richard Stallman <rms@gnu.org>
6882
6883 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6884 of eval-buffer.
6885
6886 * international/mule.el (load-with-code-conversion):
6887 Pass t to eval-buffer for DO-ALLOW-PRINT.
6888
6889 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6890
6891 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6892 of filenames and attributes.
6893 (ls-lisp-insert-directory): Use directory-files-and-attributes
6894 for speed.
6895
6896 1999-08-05 Dave Love <fx@gnu.org>
6897
6898 * auto-show.el (auto-show-mode): Fix :set.
6899
6900 * widget.el (define-widget-keywords): Make dummy definition and
6901 comment-out its use.
6902
6903 1999-08-04 Richard Stallman <rms@gnu.org>
6904
6905 * progmodes/tcl.el: Customized.
6906
6907 * sql.el (sql-accumulate-and-indent): Instead of testing
6908 whether this is Emacs 20 before calling comint-accumulate,
6909 test whether comint-accumulate is defined.
6910
6911 1999-08-04 Dave Love <fx@gnu.org>
6912
6913 * sgml-mode.el: Require outline when compiling.
6914 (sgml-mode-hook, html-mode-hook): Customize.
6915 (sgml-validate-command): Fix :version.
6916 (html-autoview-mode): Doc fix.
6917
6918 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6919 nothing in Latin-N environment.
6920
6921 * info.el (Info-find-node): Call info-initialize here.
6922 (info): Not here.
6923 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6924
6925 1999-08-04 Richard Stallman <rms@gnu.org>
6926
6927 * ansi-color.el: New file.
6928
6929 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6930
6931 * dired.el (dired-string-replace-match): Return `nil' when no match
6932 found with global search.
6933
6934 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6935 * terminal.el (te-terminfo-directory):
6936 * mail/mailpost.el (post-mail-send-it):
6937 * mail/metamail.el (metamail-region):
6938 * progmodes/ada-mode.el (ada-tmp-directory):
6939 Use temporary-file-directory.
6940
6941 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6942 (compilation-filter, compilation-forget-errors)
6943 (compilation-parse-errors): Use a marker instead of an integer for
6944 `compilation-parsing-end'.
6945
6946 * progmodes/diff.el (diff-parse-differences):
6947 Use a marker instead of an integer for `compilation-parsing-end'.
6948 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6949 Use a marker instead of an integer for `compilation-parsing-end'.
6950
6951 1999-08-03 Richard Stallman <rms@gnu.org>
6952
6953 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6954 (Buffer-menu-mode): Doc fix.
6955 (Buffer-menu-view): New command.
6956 (Buffer-menu-view-other-window): New command.
6957
6958 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6959
6960 * replace.el (query-replace-regexp-eval)
6961 (replace-eval-replacement, replace-loop-through-replacements)
6962 (replace-match-string-symbols): New functions.
6963 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6964 Use replace-loop-through-replacements.
6965
6966 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6967
6968 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6969 (5x5): Doc fix.
6970
6971 1999-08-03 Dave Love <fx@gnu.org>
6972
6973 * fortran.el (fortran-indent-new-line): Make it an alias
6974 for reindent-then-newline-and-indent.
6975
6976 1999-08-03 Didier Verna <verna@inf.enst.fr>
6977
6978 * rect.el: All functions rewritten, except when noted above
6979 their declaration. Below is a list of interface changes.
6980 (apply-on-rectangle): New function, mostly replaces
6981 `operate-on-rectangle'. All callers changed.
6982 (move-to-column-force): Pass new second argument to `move-to-column'.
6983 (kill-rectangle): Added optional prefix arg to fill lines.
6984 (delete-rectangle): Ditto.
6985 (delete-whitespace-rectangle): Ditto.
6986 (delete-extract-rectangle): Ditto.
6987 (open-rectangle): Ditto.
6988 (clear-rectangle): Ditto.
6989 (delete-whitespace-rectangle-line): New function.
6990 (delete-rectangle-line): Added third arg FILL.
6991 (delete-extract-rectangle-line): Ditto.
6992 (open-rectangle-line): Ditto.
6993 (clear-rectangle-line): Ditto.
6994
6995 1999-08-03 Ray Blaak <blaak@gnu.org>
6996
6997 * progmodes/delphi.el: New file.
6998
6999 1999-08-02 Richard Stallman <rms@gnu.org>
7000
7001 * textmodes/outline.el (outline-previous-heading): New function.
7002 (outline-up-heading-all): Use outline-previous-heading.
7003 (outline-next-heading): Delete definition inserted yesterday.
7004
7005 1999-08-01 Richard Stallman <rms@gnu.org>
7006
7007 * textmodes/outline.el (outline-next-heading): New function.
7008 (outline-up-heading-all): New function.
7009 (outline-font-lock-level): Using outline-up-heading-all.
7010 Tell outline-back-to-heading to accept invisible headings.
7011
7012 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7013
7014 * mail/mh-utils.el (mh-find-path-run): New variable.
7015 (mh-find-path): Test and set that.
7016 Set mail-user-agent only the first time this function is run.
7017 (mail-user-agent): Defvar deleted.
7018
7019 * info.el (info-initialize): New function.
7020 (info): Call info-initialize.
7021 (Info-directory-list): Initialize to nil,
7022 so info-initialize will set it up for real.
7023
7024 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7025
7026 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7027 does not interpret a time as the year in a day-month entry.
7028
7029 * calendar/diary-lib.el: Change syntax table entry for colon in
7030 the diary as part of the european-date-diary-pattern fix.
7031
7032 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7033
7034 * international/mule.el (set-auto-coding): Allow whitespace before
7035 and after the "variable: value" pair.
7036
7037 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7038
7039 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7040 (default-sendmail-coding-system): Doc-string fixed.
7041
7042 1999-07-30 Dave Love <fx@gnu.org>
7043
7044 * subr.el (assoc-delete-all): New function, renamed from
7045 frame-delete-all.
7046
7047 * frame.el: Change comments to doc strings and other doc fixes.
7048 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7049 Callers changed.
7050 (set-background-color, set-foreground-color, set-cursor-color)
7051 (set-mouse-color, set-border-color): Offer completion of colours.
7052 (cursor): Add :version to defgroup.
7053
7054 * facemenu.el (list-colors-display): Make it work on ttys.
7055 (facemenu-read-color): Likewise.
7056
7057 1999-07-30 Richard M. Stallman <rms@gnu.org>
7058
7059 * frame.el (frame-notice-user-settings): If background
7060 color has been changed, update background-mode from it,
7061 then update faces.
7062
7063 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7064
7065 * net-utils.el (finger): Don't do indirect fingering.
7066
7067 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7068
7069 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7070 rules. Add separator at end of holidays.
7071 (cal-tex-rules): New customizable variable.
7072 (cal-tex-latexify-list): Add optional parameter to put separator
7073 at end.
7074
7075 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7076
7077 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7078 fill prefix on each line while looping to the end of paragraph.
7079 End paragraph if it's longer than the existing fill prefix.
7080
7081 * textmodes/fill.el (fill-context-prefix): Doc fix.
7082
7083 1999-07-30 Dave Love <fx@gnu.org>
7084
7085 * font-lock.el (jit-lock): Fix :load, add :version.
7086
7087 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7088
7089 * term/pc-win.el (msdos-face-setup): Register standard colors in
7090 Vface_tty_color_alist.
7091 (face-color-supported-p, face_color_gray_p): New functions.
7092
7093 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7094 is bound.
7095
7096 * startup.el (command-line): Don't register default colors for
7097 MSDOS window-system.
7098
7099 1999-07-29 Dave Love <fx@gnu.org>
7100
7101 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7102 charquote.
7103
7104 * lisp-mode.el (eval-defun): Re-written to avoid
7105 capturing variables.
7106
7107 * picture.el (picture-beginning-of-line): Don't call
7108 hscroll-point-visible now we have real autoscrolling.
7109 (picture-end-of-line, picture-newline, picture-open-line):
7110 Likewise.
7111
7112 * international/latin-8.el: New file.
7113 * international/latin-9.el: New file.
7114
7115 1999-07-28 Dave Love <fx@gnu.org>
7116
7117 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7118
7119 * msb.el: Require cl only when compiling.
7120 (msb--home-dir): Deleted.
7121 (msb--format-title): Use abbreviate-file-name.
7122 (msb--choose-file-menu): Simplify string comparison.
7123
7124 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7125
7126 * faces.el (toolbar): Add face definition for mono displays.
7127
7128 1999-07-27 Richard M. Stallman <rms@gnu.org>
7129
7130 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7131
7132 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7133 force copying of default-frame-alist.
7134
7135 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7136
7137 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7138
7139 1999-07-26 Richard M. Stallman <rms@gnu.org>
7140
7141 * frame.el (set-mouse-color): If new color is nil,
7142 really respecify the current color.
7143
7144 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7145
7146 * faces.el (bitmap-area): Change background of face `bitmap-area'
7147 to white for mono displays.
7148
7149 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7150
7151 * international/ccl.el (ccl-embed-symbol): New function.
7152 (ccl-program-p): Deleted. Now it's implemented in C code.
7153 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7154 (ccl-compile-translate-character): Likewise.
7155 (ccl-compile-map-single): Likewise.
7156 (ccl-compile-multiple-map-function): Likewise.
7157 (declare-ccl-program): Doc-string modified.
7158 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7159
7160 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7161
7162 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7163
7164 1999-07-25 Markus Rost <rost@gnu.org>
7165
7166 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7167 the entries to make custom-file more readable.
7168
7169 1999-07-25 Richard M. Stallman <rms@gnu.org>
7170
7171 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7172
7173 * emacs-lisp/edebug.el: Delete compatibility code.
7174 (edebug-next-token-class): If . is followed by a digit,
7175 return `symbol' for the token class.
7176
7177 * startup.el (command-line): If we don't find the user's init file,
7178 set user-init-file to nil.
7179
7180 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7181
7182 * info-look.el (info-lookup-interactive-arguments): Add optional
7183 argument query for new choice of help mode.
7184 (info-lookup-symbol): Use it.
7185 (info-lookup-file): Ditto.
7186 (info-lookup): Don't switch to other window, if already in Info
7187 buffer.
7188
7189 1999-07-23 Dave Love <fx@gnu.org>
7190
7191 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7192 syntax.
7193 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7194 (fortran-font-lock-syntactic-keywords): New variable.
7195 (fortran-mode): Use it.
7196 (fortran-font-lock-keywords-1): Don't do comments.
7197 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7198 match data.
7199
7200 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7201
7202 * msb.el (msb-menu-bar-update-buffers): Renamed from
7203 menu-bar-update-buffers.
7204 (msb-custom-set, msb--toggle-menu-type): Call
7205 msb-menu-bar-update-buffers.
7206 (msb-mode): Revise the hook setting.
7207
7208 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7209
7210 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7211
7212 * font-lock.el, help.el, simple.el: Re-integrate previously
7213 described changes that were lost due to errors while checking them
7214 in.
7215
7216 1999-07-23 Kevin Blake <kblake@ticnet.com>
7217
7218 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7219
7220 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7221
7222 * international/encoded-kb.el
7223 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7224 but push it to unread-command-events.
7225 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7226 (encoded-kbd-self-insert-sjis): Likewise.
7227 (encoded-kbd-self-insert-big5): Likewise.
7228
7229 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7230 before left margin and fill-prefix by fill-find-break-point.
7231
7232 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7233
7234 * info-look.el (info-lookup-setup-mode): Don't give up, if
7235 info-lookup-make-completions returns an error.
7236 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7237 name latex, not latex2e.
7238
7239 1999-07-21 Richard M. Stallman <rms@gnu.org>
7240
7241 * replace.el (perform-replace): Turn off case-fold-search
7242 if FROM-STRING argument has uppercase in it.
7243
7244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7245
7246 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7247 mode is on. Don't use end of changed text.
7248
7249 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7250
7251 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7252 (cl-hash-table-p): Renamed from hash-table-p.
7253 (cl-hash-table-count): Renamed from hash-table-count.
7254 (maphash): Alias to cl-maphash removed.
7255 (gethash): Likewise.
7256 (puthash): Likewise.
7257 (remhash): Likewise.
7258 (clrhash): Likewise.
7259
7260 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7261
7262 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7263 third arg non-nil. See comment there why this isn't a good idea.
7264
7265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7266
7267 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7268
7269 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7270 sit-for with 3rd arg non-nil to prevent redisplay.
7271
7272 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7273
7274 * image.el (image-type-from-file-header): If file doesn't
7275 have a directory part, add data-directory.
7276
7277 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7278
7279 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7280 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7281 motion handling when tooltip-gud-tips-p is nil.
7282
7283 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7284
7285 * tooltip.el (tooltip-mode): Don't use `plusp'.
7286 (tooltip-active): Use initial value of nil.
7287
7288 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7289
7290 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7291
7292 * bindings.el (make-mode-line-mouse-sensitive): Add key
7293 definitions for `top-line'.
7294
7295 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7296
7297 * faces.el (top-line): New face.
7298
7299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7300
7301 * image.el (image-type-regexps): Add regexp for PS files.
7302
7303 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7304
7305 * faces.el (set-face-attribute): Fix wrong handling of frame
7306 begin equal to t.
7307
7308 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7309
7310 * image.el (image-type-regexps): Add PNG format.
7311
7312 1999-07-21 Dave Love <fx@gnu.org>
7313
7314 * bindings.el (mode-line-modified): New variable.
7315 (mode-line-mode-menu-1): Switch to appropriate window before
7316 showing menu.
7317
7318 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7319
7320 * faces.el (face-underline): Removed.
7321 (face-underline-color): Ditto.
7322
7323 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7324
7325 * faces.el (face-x-resources): Fix typo.
7326
7327 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7328
7329 * faces.el: Remove handling of `:relief', extend handling of
7330 `:box'.
7331 (frame-set-background-mode): Choose new defface specs after
7332 frame parameters have changed.
7333
7334 * cus-face.el: Ditto.
7335
7336 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7337
7338 * custom.el (defface): Extend documentation to include new
7339 face attributes.
7340
7341 * cus-face.el (custom-face-attributes): Add overline,
7342 strike-through, box.
7343
7344 * faces.el (face-valid-attribute-values): Handle overline,
7345 strike-through, box.
7346 (face-attribute-name-alist): Add pairs for new face attributes.
7347 (describe-face): Handle new face attributes.
7348
7349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7350
7351 * faces.el (face-x-resources): Add overline, strike-through, box.
7352
7353 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7354
7355 * enriched.el (enriched-translations): Add `display' and
7356 "x-display".
7357 (enriched-handle-display-prop): New.
7358 (enriched-decode-display-prop): New.
7359
7360 * format.el (top-level): Give `display' property
7361 `format-list-atomic-p.
7362 (format-annotate-single-property-change): Test that property.
7363 If present, treat list property values like atoms.
7364
7365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7366
7367 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7368 so that "*" can be entered.
7369
7370 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7371
7372 * cus-face.el (custom-face-attributes): Don't use `#''.
7373
7374 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7375
7376 * cus-face.el (custom-face-attributes): Return underline
7377 face attribute directly from the second lambda of underline.
7378
7379 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7380
7381 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7382
7383 * frame.el (after-setting-font-hooks): New variable.
7384 (set-frame-font): Run those hooks.
7385
7386 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7387
7388 * faces.el (set-face-attribute): Fix doc string.
7389
7390 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7391
7392 * cus-face.el (custom-face-attributes): Accept color name.
7393
7394 * faces.el (face-underline-p): Accept unspecified underlining.
7395 (face-underline): Ditto. Fix doc string.
7396
7397 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7398
7399 * faces.el (face-underline-color): New function.
7400
7401 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7402
7403 * cus-face.el (custom-face-attributes): Support underline coloring.
7404 Added slot to choose a color.
7405
7406 * faces.el (face-underline): New function.
7407 (face-underline-p): Support underline coloring.
7408 Return nil only if the underline attribute is 'normal.
7409 (set-face-underline): New function.
7410 (face-valid-attribute-values): Support underline coloring.
7411
7412 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7413
7414 * image.el (insert-image): Use `display' instead of `glyph'
7415 as text property name.
7416 (put-image): Ditto.
7417 (image-type-from-file-header): Use insert-file-contents-literally.
7418
7419 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7420
7421 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7422 string to indicate separators.
7423
7424 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7425
7426 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7427 instead of message-log.
7428
7429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7430
7431 * faces.el (bitmap-area): New face.
7432
7433 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7434
7435 * image.el (insert-image): New.
7436
7437 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7438
7439 * frame.el (blink-cursor): Set the symbol's value.
7440 (show-trailing-whitespace): Change group to font-lock.
7441
7442 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7443
7444 * jit-lock.el: New.
7445 * font-lock.el: Add jit-mode as new support mode.
7446
7447 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7448 reaching end instead of letting re-search-forward signal an error.
7449 (demand-lock-mode): New.
7450 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7451 (font-lock-turn-off-thing-lock): Ditto.
7452 (font-lock-after-fontify-buffer): Ditto.
7453 (font-lock-after-unfontify-buffer): Ditto.
7454
7455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7456
7457 * gs.el: New file.
7458
7459 * startup.el (command-line-1): Activate tooltip mode if
7460 interactive.
7461
7462 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7463
7464 * faces.el (toolbar): Grey default background.
7465 (modeline): Ditto.
7466
7467 * image.el (image-type-regexps): New.
7468 (image-type-from-file-header): New.
7469 (create-image): Call it.
7470
7471 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7472
7473 * image.el: New file.
7474
7475 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7476
7477 * bindings.el (mode-line-format): Replace `mode-name' with
7478 `(:eval mode-line-mode-name)'.
7479 (mode-line-mode-name): New.
7480 (make-mode-line-mouse-sensitive): Don't change default value
7481 of `mode-name'.
7482
7483 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7484
7485 * tooltip.el: New file.
7486
7487 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7488
7489 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7490 instead of mouse-3 to pop up menus.
7491 (mode-line-kill-buffer): Removed.
7492 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7493 buffer name.
7494 (mode-line-buffer-menu-1): Removed.
7495
7496 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7497
7498 * bindings.el (mode-line-buffer-identification-keymap): New.
7499 (mode-line-buffer-menu-keymap): New.
7500 (mode-line-mode-menu-keymap): New.
7501 (mode-line-unbury-buffer): New.
7502 (mode-line-other-buffer): New.
7503 (mode-line-kill-buffer): New.
7504 (mode-line-buffer-menu-1): New.
7505 (mode-line-mode-menu-1): New.
7506 (make-mode-line-mouse-sensitive): New.
7507
7508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7509
7510 * help.el (describe-key-briefly): Handle mode line strings
7511 with local-map properties.
7512 (describe-key): Ditto.
7513 (mode-line-key-binding): New.
7514
7515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7516
7517 * scroll-bar.el (scroll-bar-timer): New.
7518 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7519
7520 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7521
7522 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7523 and `bottom'.
7524
7525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7526
7527 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7528 (global): Use different key bindings if using tookit scroll bars.
7529
7530 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7531
7532 * faces.el (modeline): Define mode line face with relief for
7533 class color, only.
7534 (toolbar): New face.
7535
7536 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7537
7538 * frame.el (frame-initialize): Set frame-creation-function to
7539 tty-create-frame-with-faces.
7540
7541 * faces.el (frame-set-background-mode): Make it work for
7542 window-system nil.
7543
7544 * faces.el (tty-create-frame-with-faces): New.
7545 (face-set-after-frame-default): Make it work for TTY frames.
7546
7547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7548
7549 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7550 Return a list of one font family for TTYs. Don't return bitmap
7551 file paths for TTY frames.
7552
7553 * faces.el: Add face specs for tty displays to basic faces.
7554
7555 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7556 (font-lock-string-face): Ditto.
7557 (font-lock-keyword-face): Ditto.
7558 (font-lock-builtin-face): Ditto.
7559 (font-lock-function-name-face): Ditto.
7560 (font-lock-variable-name-face): Ditto.
7561 (font-lock-type-face): Ditto.
7562 (font-lock-constant-face): Ditto.
7563 (font-lock-warning-face): Ditto.
7564
7565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7566
7567 * startup.el (command-line): Register default tty colors.
7568
7569 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7570
7571 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7572
7573 * faces.el (modeline): For X frames, use a modeline with relief.
7574
7575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7576
7577 * faces.el (frame-update-faces): Copied from 20.2.
7578 (frame-update-face-colors): Ditto. Code removed that isn't
7579 applicable in the new face implementation.
7580
7581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7582
7583 * frame.el (show-trailing-whitespace): New.
7584
7585 * faces.el (trailing-whitespace): New basic face.
7586
7587 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7588
7589 * cus-face.el (custom-facep): Always define as alias for facep.
7590
7591 * cus-face.el (custom-face-attributes): Use choice widgets.
7592 Remove :bold and :italic.
7593
7594 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7595
7596 * faces.el (face-charset-registries): Removed since fontset.el
7597 is no always loaded.
7598
7599 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7600
7601 * faces.el (internal-get-face): Added as obsolete function for
7602 compatibility.
7603
7604 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7605
7606 * frame.el (blink-cursor-end): Call show-cursor.
7607 (blink-cursor-mode): Ditto.
7608
7609 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7610
7611 * faces.el (face-spec-reset-face): Reset all attributes to
7612 `unspecified'.
7613 (face-spec-set): Use it.
7614
7615 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7616
7617 * faces.el (read-all-face-attributes): Bug fix.
7618 (face-read-integer): Allow nil default value.
7619 (face-valid-attribute-values): Use symbol names of attribute
7620 values for completion list.
7621
7622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7623
7624 * faces.el (internal-find-face): Define for compatibility with
7625 20.2.
7626 (face-id): Likewise.
7627
7628 * faces.el (face-id): Return the ID of a realized face for ASCII.
7629
7630 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7631 (x-complement-fontset-spec): Use face-charset-registries.
7632
7633 * faces.el (face-font-selection-order): Set font selection order
7634 from Lisp.
7635 (face-alternative-font-family-alist): Set alternative font
7636 families from Lisp.
7637
7638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7639
7640 * faces.el (set-face-charset-registries): Set symbol value.
7641
7642 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7643
7644 * faces.el (face-set-after-frame-default): Call function
7645 internal-merge-in-global-face.
7646
7647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7648
7649 * faces.el (face-list): Return symbols from face-global-alist.
7650
7651 * faces.el (face-list): Return a copy of the face name list so
7652 that it cannot be modified from outside (facemenu.el uses
7653 nreverse, for example).
7654
7655 * cus-face.el (custom-face-attributes): Add :bold and :italic
7656 for compatibility with old code.
7657
7658 * faces.el (set-face-attributes-from-resources): Additional
7659 frame parameter.
7660 (make-face-x-resource-internal): Set attributes from resources
7661 for a given frame or all frames.
7662
7663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7664
7665 * faces.el (all-faces): Removed.
7666
7667 * custom.el (defface): Add new face attributes to function
7668 comment.
7669
7670 * font-lock.el (font-lock-comment-face): Use new face attribute
7671 names.
7672 (font-lock-string-face): Ditto.
7673 (font-lock-keyword-face): Ditto.
7674 (font-lock-builtin-face): Ditto.
7675 (font-lock-function-name-face): Ditto.
7676 (font-lock-variable-name-face): Ditto.
7677 (font-lock-type-face): Ditto.
7678 (font-lock-reference-face): Ditto.
7679 (font-lock-warning-face): Ditto.
7680 ((boundp 'font-lock-face-attributes)): Ditto.
7681
7682 * cus-face.el (custom-face-attributes): Use new face attributes.
7683
7684 * faces.el (set-face-attribute-from-resource): Initialize
7685 from resources only for X and W32.
7686
7687 * cus-face.el (custom-declare-face): Don't make frame-local
7688 faces.
7689
7690 * faces.el (describe-face): Use princ instead of insert.
7691
7692 * faces.el: Add XLFD manipulation functions from 20.2 again
7693 because fontset.el uses them.
7694 (face-set-after-frame-default): Add empty definition.
7695
7696 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7697
7698 * faces.el (make-face): Correct typo.
7699 (set-face-attribute-from-resource): Use let*.
7700 (face-underline-p): Correct typo.
7701 (face-inverse-video-p): Ditto.
7702 (set-face-stipple): Ditto.
7703 (face-read-string): Make completion-list optional parameter.
7704
7705 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7706
7707 * faces.el (face-charset-registries): Alist mapping charset
7708 symbols to registries and encoding.
7709
7710 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7711
7712 * frame.el (blink-cursor-mode): Use interactive spec "P".
7713
7714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7715
7716 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7717 mode. The cursor of selected_window blinks if the mode is enabled.
7718
7719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7720
7721 * simple.el (next-history-element): Set point to the end of the
7722 prompt if minibuffer-prompt-in-buffer.
7723
7724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7725
7726 * faces.el (x-font-regexp): Add sub-expression parentheses for
7727 several font name components.
7728
7729 1999-07-21 Gerd Moellmann <gerd@acm.org>
7730
7731 * faces.el (set-face-relief): Use index 12 for relief.
7732 (face-fill-in): Set relief from data.
7733 (internal-make-face): Init relief to zero.
7734
7735 * faces.el (face-spec-set): Call modify-face with additional
7736 parameters for relief and fixed-p.
7737
7738 1999-07-21 Gerd Moellmann <gerd@acm.org>
7739
7740 * cus-face.el: ':fixed and ':relief added.
7741
7742 * faces.el (describe-face): Add fixed font attribute and relief.
7743 (face-attr-match-p): Ditto.
7744 (face-attr-construct): Ditto.
7745 (face-spec-set): Ditto.
7746
7747 1999-07-21 Gerd Moellmann <gerd@acm.org>
7748
7749 * faces.el (internal-make-face): Function to create a Lisp vector
7750 suitable for representing a face.
7751 (make-face): Use it instead of make-vector.
7752 (x-create-frame-with-faces): Use it instead of vector.
7753 (internal-facep): Increase vector size to 14.
7754 (internal-make-face): Ditto.
7755 (face-relief): Access relief thickness.
7756 (face-fixed-p): Access fixed font attribute.
7757 (set-face-fixed-p): Set fixed font attribute.
7758 (set-face-relief): Set relief attribute.
7759 (internal-face-interactive-int): Read int attribute of face.
7760 (modify-face): Add fixed-p and relief parameters.
7761 (copy-face): Handle fixed-p and relief.
7762 (face-equal): Compare fixed-p and relief.
7763 (face-differs-from-default-p): Ditto.
7764 (face-nontrivial-p): Add fixed-p and relief.
7765
7766 1999-07-21 Gerd Moellmann <gerd@acm.org>
7767
7768 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7769 (internal-facep): Increase vector size.
7770 (make-face): Ditto.
7771 (face-shadow-thickness): Added.
7772 (set-face-shadow-thickness): Added.
7773 (modify-face): Add optional shadow-thickness parameter.
7774 (make-face-x-resource-internal): Add shadows.
7775 (copy-face): Ditto.
7776 (face-equal): Ditto.
7777 (face-differs-from-default-p): Ditto.
7778 (face-nontrivial-p): Ditto.
7779 (face-attr-match-p): Ditto.
7780 (face-attr-construct): Ditto.
7781 (face-spec-set): Ditto.
7782 (face-fill-in): Ditto.
7783
7784 1999-07-21 Gerd Moellmann <gerd@acm.org>
7785
7786 * bench.el (bench-mark-split-window): New bench mark.
7787
7788 1999-07-21 Gerd Moellmann <gerd@acm.org>
7789
7790 * faces.el (set-face-font): Don't pass default font to
7791 x-resolve-font so that font will not have to be of the same
7792 size.
7793
7794 1999-07-20 Dave Love <fx@gnu.org>
7795
7796 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7797 unconditionally t.
7798
7799 1999-07-20 Karl Heuer <kwzh@gnu.org>
7800
7801 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7802
7803 1999-07-20 Dave Love <fx@gnu.org>
7804
7805 * help.el (describe-variable): Fix test for customizability.
7806
7807 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7808 Check for readonly buffer in interactive spec.
7809 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7810 (backward-kill-word): Add * to interactive spec.
7811
7812 * underline.el (underline-region, ununderline-region): Add * to
7813 interactive spec.
7814
7815 * fill.el (canonically-space-region, justify-current-line): Add *
7816 to interactive spec.
7817 (fill-region-as-paragraph, fill-paragraph, fill-region)
7818 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7819 readonly buffer in interactive spec.
7820
7821 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7822 (backward-kill-sentence, kill-sentence): Add * to interactive
7823 spec.
7824
7825 1999-07-19 Richard M. Stallman <rms@gnu.org>
7826
7827 * dired-aux.el (dired-do-shell-command): Doc fix.
7828
7829 * shell.el (shell-unquote-argument): New function.
7830 (shell-directory-tracker): Use shell-unquote-argument.
7831 * comint.el (comint-arguments): Handle \ followed by space or tab.
7832
7833 1999-07-19 John Wiegley <jwiegley@borland.com>
7834
7835 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7836 color codes 39 and 49, which by the way lynx uses them seem to
7837 mean "foreground reset" and "background reset".
7838
7839 1999-07-19 Karl Heuer <kwzh@gnu.org>
7840
7841 * font-lock.el (c++-keywords): Add "typeid".
7842
7843 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7844 selects no font, treat that as zero selections, not one.
7845
7846 1999-07-19 Dave Love <fx@gnu.org>
7847
7848 * info.el (Info-search): Don't lose with empty regexp.
7849
7850 * version.el: Cater for (free) `ident' program, not `which'.
7851
7852 * hl-line.el: New file.
7853
7854 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7855 for modes which don't define menus.
7856
7857 1999-07-16 Richard M. Stallman <rms@gnu.org>
7858
7859 * webjump.el (webjump-sample-sites): Update some URLs.
7860
7861 1999-07-14 Richard Stallman <rms@gnu.org>
7862
7863 * Version 20.4 released.
7864
7865 1999-07-14 Andreas Schwab <schwab@gnu.org>
7866
7867 * compare-w.el (compare-windows): Try to find the next window in
7868 the current frame before looking at the other frames.
7869
7870 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7871
7872 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7873 Use cyrillic-jcuken as default input method.
7874
7875 1999-07-12 Richard Stallman <rms@gnu.org>
7876
7877 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7878 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7879
7880 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7881 (ispell-local-dictionary-alist): Add koi8-r for character set.
7882
7883 * textmodes/flyspell.el (flyspell-get-word):
7884 Add special handling for when ispell-otherchars is empty.
7885
7886 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7887
7888 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7889 when having nested functons.
7890 (pascal-indent-nested-functions) (pascal-indent-line)
7891 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7892 indenting nested functions.
7893
7894 1999-07-09 Richard Stallman <rms@gnu.org>
7895
7896 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7897
7898 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7899
7900 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7901 the `end' keyword was in the very beginning of the buffer.
7902
7903 1999-07-08 Richard Stallman <rms@gnu.org>
7904
7905 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7906
7907 * term.el (term-emulate-terminal): Avoid infinite loop
7908 in strange case where minibuffer window is selected but not active.
7909
7910 1999-07-07 Stephen Eglen <stephen@gnu.org>
7911
7912 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7913 Change regexp so that it doesn't match commands beginning with `cd'.
7914
7915 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7916
7917 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7918
7919 1999-07-06 Richard Stallman <rms@gnu.org>
7920
7921 * hscroll.el (hscroll-minibuffer-hook): New function.
7922 (hscroll-global-mode): Add and remove that hook.
7923 Set hscroll-old-truncate-was-global's default value.
7924
7925 1999-07-05 Richard Stallman <rms@gnu.org>
7926
7927 * files.el (revert-buffer): Don't preserve point here.
7928 (revert-buffer-insert-file-contents-function): Doc fix.
7929
7930 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7931
7932 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7933 doing a `stat' when it isn't necessary because that can cause
7934 trouble when an NFS server is down.
7935
7936 1999-07-04 Richard Stallman <rms@gnu.org>
7937
7938 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7939
7940 1999-07-03 Richard Stallman <rms@gnu.org>
7941
7942 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7943 for \200...\240 also.
7944 (isearch-printing-char): Use unibyte-char-to-multibyte.
7945
7946 1999-07-02 Richard Stallman <rms@gnu.org>
7947
7948 * frame.el (minibuffer-frame-alist): Use defcustom.
7949 (pop-up-frame-alist): Likewise.
7950 (initial-frame-alist): Specify * in the doc string.
7951
7952 * hscroll.el (hscroll-mode): Make it a permanent local.
7953 (hscroll-mode): Don't cancel the timer
7954 if HScroll mode is enabled in some other buffer.
7955
7956 * isearch.el (isearch-done): If search ends in middle of intangible
7957 text (due to text property), move on to the limit of that text.
7958
7959 1999-07-01 Andrew Innes <andrewi@gnu.org>
7960
7961 * man.el (Man-build-man-command): Use value of null-device,
7962 instead of hard-coding "/dev/null".
7963
7964 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7965 ange-ftp file names, which might force ange-ftp to prompt for a
7966 password.
7967
7968 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7969 to prevent references to temp files.
7970
7971 1999-06-30 Richard Stallman <rms@gnu.org>
7972
7973 * progmodes/sh-script.el (sh-feature): If nothing is known
7974 about the given shell, use the values for `sh'.
7975
7976 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7977
7978 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7979 to make it non-recursive.
7980
7981 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7982
7983 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7984
7985 * auto-show.el (auto-show-mode): Fix Typo in :set.
7986
7987 1999-06-29 Richard M. Stallman <rms@gnu.org>
7988
7989 * progmodes/sh-script.el (sh-mode): When setting syntax
7990 table, default to the standard one.
7991
7992 1999-06-27 Richard M. Stallman <rms@gnu.org>
7993
7994 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7995
7996 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7999 a frame when `return' is requested (even if pop-up-frames = t)
8000 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8001 should only be set for the bibtex buffer.
8002
8003 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8004
8005 * progmodes/compile.el: Deal with compilation-error-screen-columns
8006 being buffer-local.
8007
8008 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8009
8010 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8011
8012 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8013
8014 * cal-x.el (calendar-only-one-frame-setup): New function.
8015 * calendar.el (calendar): Call it if requested.
8016
8017 1999-06-24 Karl Heuer <kwzh@gnu.org>
8018
8019 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8020
8021 1999-06-22 Richard M. Stallman <rms@gnu.org>
8022
8023 * mail/supercite.el (sc-emacs-features): Doc fix.
8024
8025 1999-06-22 Karl Heuer <kwzh@gnu.org>
8026
8027 * files.el (auto-mode-alist): Add pike-mode.
8028
8029 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8030
8031 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8032 last byte of a numeric field is a space or a NUL. Parse it as
8033 potentially part of the number. This is used by GNU tar
8034 1.12.64012 to handle larger values.
8035
8036 1999-06-20 Karl Heuer <kwzh@gnu.org>
8037
8038 * custom.el (custom-handle-keyword): Fix error message.
8039
8040 1999-06-18 Andrew Innes <andrewi@gnu.org>
8041
8042 * mail/smtpmail.el (smtpmail-send-it): Use
8043 convert-standard-filename to make file names for queued mail safe
8044 on Windows (`:' is invalid in file names on Windows).
8045
8046 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8047
8048 * international/mule-cmds.el (describe-current-input-method):
8049 Current-input-method is string.
8050 (toggle-input-method): Docstring fixed.
8051
8052 * international/mule-diag.el
8053 (describe-current-coding-system-briefly): Fix format string.
8054
8055 * international/mule-util.el (coding-system-eol-type-mnemonic):
8056 Docstring modified. Return a string.
8057
8058 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8059
8060 * sql.el (sql-input-ring-file-name): Doc fix.
8061
8062 1999-06-17 Richard M. Stallman <rms@gnu.org>
8063
8064 * calendar/cal-x.el (special-display-buffer-names):
8065 Don't put (get-file-buffer diary-file) on this list.
8066
8067 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8068
8069 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8070 Don't penalize player for certain impossible guesses.
8071
8072 1999-06-16 Andrew Innes <andrewi@gnu.org>
8073
8074 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8075 return the string "Unk 0 0000" so at least it appears to be a
8076 valid timestamp to `dired-move-to-filename-regexp'.
8077
8078 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8079
8080 * ps-print.el (ps-control-character): Fix previous change.
8081
8082 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8083
8084 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8085 multiple output of the last message.
8086
8087 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8088
8089 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8090 the ASCII apostrophe, as most DOS codepages have some other glyph
8091 there.
8092
8093 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8094
8095 * language/ethio-util.el (setup-ethiopic-environment-internal):
8096 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8097 (exit-ethiopic-environment): Likewize.
8098
8099 1999-06-12 Richard M. Stallman <rms@gnu.org>
8100
8101 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8102
8103 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8104
8105 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8106 custom-initialize-default to avoid infinite loop.
8107 (crisp-mode): (defun) Call transient-mark-mode here, not when
8108 loading the file. Run crisp-mode-hook here, and run
8109 crisp-load-hook when loading the file.
8110
8111 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8112 rmail-summary buffer, search for pattern in rmail-file.
8113
8114 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8115
8116 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8117
8118 * ps-print.el (ps-printer-name): Fix custom type.
8119
8120 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8121
8122 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8123 (vhdl-port-paste-generic-map): Fix indentation bug.
8124 (vhdl-port-paste-port-map): Fix indentation bug.
8125 (vhdl-scan-file-contents): Make scanning case insensitive.
8126
8127 1999-06-11 Richard M. Stallman <rms@gnu.org>
8128
8129 * files.el (write-file): When buffer is not already visiting a file,
8130 don't put buffer name in the minibuffer, just make it the default.
8131 Also handle just directory as arg usefully in that case.
8132
8133 * simple.el (sendmail-user-agent-compose):
8134 Ignore case when inserting the rest of the "other" headers.
8135
8136 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8137
8138 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8139 (info-lookup-interactive-arguments): Never insert the default
8140 into the minibuffer automatically.
8141
8142 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8143
8144 1999-06-09 Richard M. Stallman <rms@gnu.org>
8145
8146 * simple.el (shell-command): Avoid printing "mark set" message.
8147
8148 1999-06-09 Dave Love <fx@gnu.org>
8149
8150 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8151 digits in program name in first pattern.
8152
8153 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8154
8155 * vc.el (vc-dired-mode): Don't match anything before the date in
8156 dired-move-to-filename-regexp.
8157
8158 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8159
8160 * international/quail.el (quail-define-rules): Fix typo in
8161 docstring.
8162
8163 1999-06-05 Stephen Eglen <stephen@gnu.org>
8164
8165 * iswitchb.el (iswitchb-default-keybindings): Add
8166 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8167 than when package is loaded.
8168
8169 1999-06-04 Richard M. Stallman <rms@gnu.org>
8170
8171 * startup.el (command-line): Don't set user-init-file directly;
8172 tell `load' to set it.
8173
8174 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8175
8176 * simple.el (next-history-element):
8177 Handle minibuffer-text-before-history properly when reading sexps.
8178
8179 * disp-table.el (standard-display-european):
8180 For an interactive call by the user,
8181 don't set enable-multibyte-characters,
8182 and don't set the terminal coding system.
8183
8184 * textmodes/refbib.el: Don't print any messages or display
8185 a buffer when loading the library.
8186 (r2b-help): Doc fix.
8187 (r2b-help-message): Update the documentation.
8188 (r2b-load-quietly): Variable deleted.
8189 (r2b-convert-buffer): Doc fix.
8190
8191 1999-06-04 Dave Love <fx@gnu.org>
8192
8193 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8194
8195 * auto-show.el: Don't change hooks on loading.
8196 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8197 (auto-show-mode): Add to hooks here.
8198
8199 1999-06-04 Richard Sharman <rsharman@pobox.com>
8200
8201 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8202 recursion on bogus input.
8203
8204 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8205
8206 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8207 does not select a buffer from the buffers menu, then the attached
8208 frame is not switched to anything.
8209
8210 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8211
8212 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8213 (viet-viscii-...->viet-vscii...).
8214
8215 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8216
8217 1999-06-01 Dave Love <fx@gnu.org>
8218
8219 * progmodes/fortran.el: Add :link to defgroup.
8220 (fortran-blink-matching-if): Match ELSE statements too.
8221 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8222 that filling is always done.
8223
8224 1999-05-31 Richard M. Stallman <rms@gnu.org>
8225
8226 * simple.el (append-next-kill): Use an arg to distinguish
8227 interactive calls from Lisp calls, rather than (interactive-p).
8228
8229 * international/iso-transl.el (iso-transl-language-alist):
8230 Interchange n and N.
8231
8232 1999-05-31 Dave Love <fx@gnu.org>
8233
8234 * msb.el Add to minor-mode-map-alist. Remove hook installation
8235 and keymap munging on load.
8236 (msb-mode): New option.
8237 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8238 Doc fix.
8239 (msb-mode-map): New variable.
8240 (msb-mode): New command.
8241
8242 1999-05-31 Dave Love <fx@gnu.org>
8243
8244 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8245 (ispell-complete-word-dict): Likewise.
8246
8247 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8248
8249 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8250 force the data buffer to be saved, even if the data didn't
8251 change, in case the write filter was modified. Restore the
8252 current record after read-file-filter finishes.
8253
8254 1999-05-29 Karl Heuer <kwzh@gnu.org>
8255
8256 * ispell4.el: Obsolete; file deleted.
8257
8258 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8259
8260 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8261 VALUE is a syntax table.
8262
8263 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8264
8265 * simple.el (zap-to-char): Doc fix.
8266
8267 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8268
8269 * isearch.el (isearch-quote-char): Don't assume character codes
8270 0200 - 0237 stand for characters in some single-byte character
8271 charset.
8272
8273 1999-05-27 Dave Love <fx@gnu.org>
8274
8275 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8276
8277 1999-05-27 Andreas Schwab <schwab@gnu.org>
8278
8279 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8280 headerline does not exist already.
8281
8282 1999-05-26 Richard Stallman <rms@gnu.org>
8283
8284 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8285 Avoid nested null-loops.
8286
8287 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8288
8289 * international/characters.el: Typo fixed; prefered->preferred.
8290
8291 * international/mule-cmds.el (find-coding-systems-for-charsets):
8292 Typo fixed; prefered->preferred.
8293
8294 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8295 method in read-event.
8296
8297 * international/mule.el (charset-info): Doc-string fixed.
8298
8299 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8300
8301 * mail/smtpmail.el (smtpmail-send-it): Bind
8302 smtpmail-code-conv-from properly.
8303 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8304 by smtpmail-code-conv-from.
8305
8306 1999-05-24 Richard Stallman <rms@gnu.org>
8307
8308 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8309 Binding deleted also.
8310
8311 1999-05-24 Karl Heuer <kwzh@gnu.org>
8312
8313 * comint.el (comint-bol-or-process-mark): Doc fix.
8314
8315 1999-05-23 Dave Love <fx@gnu.org>
8316
8317 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8318 Enter it on minor-mode-map-alist.
8319 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8320 Autoload. Add custom setter.
8321 (crisp-mark-line): Doc fix.
8322 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8323 (crisp-mode-hook): Define.
8324
8325 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8326
8327 * files.el (recover-file): Recover buffer-file-coding-system.
8328
8329 1999-05-22 Richard Stallman <rms@gnu.org>
8330
8331 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8332 regexp match the date, to avoid treating date as file size.
8333 Add YYYY S option to WESTERN/
8334
8335 * bookmark.el: Delete some XEmacs compatibility code.
8336 (bookmark-jump-noselect): Check vc-backend.
8337
8338 * subr.el (add-to-list): Doc fix.
8339
8340 1999-05-21 Stephen Eglen <stephen@gnu.org>
8341
8342 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8343
8344 1999-05-18 Richard Stallman <rms@gnu.org>
8345
8346 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8347 non-space after the @anchor command.
8348 (texinfo-format-var): Handle other nested constructs, using
8349 texinfo-parse-expanded-arg and texinfo-discard-command, not
8350 texinfo-parse-arg-discard.
8351
8352 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8353 (debug): Bind and use debugger-outer-inhibit-redisplay.
8354 Bind inhibit-redisplay to nil.
8355 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8356
8357 1999-05-17 Dave Love <fx@gnu.org>
8358
8359 * help.el (describe-function-1): Extra arg, interactive-p.
8360 (describe-key, describe-function): Use it.
8361
8362 1999-05-17 Karl Heuer <kwzh@gnu.org>
8363
8364 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8365
8366 1999-05-16 Dave Love <fx@gnu.org>
8367
8368 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8369 scroll-preserve-screen-position, scroll-conservatively.
8370
8371 1999-05-16 Dave Love <fx@gnu.org>
8372
8373 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8374
8375 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8376
8377 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8378
8379 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8380
8381 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8382 magic number and is not associated with a file.
8383
8384 1999-05-14 Richard M. Stallman <rms@gnu.org>
8385
8386 * files.el (find-file-noselect-1): Fix previous change.
8387
8388 1999-05-14 Simon Marshall <simon@gnu.org>
8389
8390 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8391
8392 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8393
8394 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8395 docstring.
8396
8397 * international/mule-cmds.el: Change MULE to Mule in docstrings
8398 and menus.
8399
8400 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8401
8402 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8403 to correctly reflect the value of BaseLineOffset in
8404 RelativeCompose. Now the value of RelativeCompose is an array of
8405 low and high positions.
8406 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8407 RLC for the above change.
8408
8409 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8410
8411 * comint.el (comint-password-prompt-regexp): Modified to match the
8412 output of ksu and ssh-add.
8413
8414 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8415
8416 * language/korea-util.el (isearch-toggle-korean-input-method):
8417 Adjusted for the change of input method handling in isearch.el.
8418 (isearch-hangul-switch-symbol-ksc): Likewise.
8419 (isearch-hangul-switch-hanja): Likewise.
8420
8421 1999-05-10 Dave Love <fx@gnu.org>
8422
8423 * help.el (help-make-xrefs): Fix typo.
8424
8425 1999-05-10 Andreas Schwab <schwab@gnu.org>
8426
8427 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8428 unibyte-display-via-language-environment.
8429
8430 * help.el (help-make-xrefs): Handle more cases when looking for
8431 commands in a keymap description.
8432
8433 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8434
8435 * loadup.el: For ms-dos systems, load ccl and codepage.
8436
8437 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8438
8439 * ps-print.el (ps-control-character): Call
8440 ps-mule-prepare-ascii-font to setup ASCII fonts.
8441
8442 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8443 ps-multibyte-buffer is nil, use
8444 ps-mule-font-info-database-default."
8445
8446 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8447
8448 * ispell.el (ispell-local-dictionary-alist): New variable for
8449 customizing local dictionaries not accessable by everyone.
8450 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8451 (ispell-required-version): Changed format `(major minor
8452 revision)' to support general pattern matching.
8453 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8454 skip region commented out due to incorrect skip potential in std latex.
8455 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8456 cursor point on small words for calls from `ispell-minor-mode'.
8457 (check-ispell-version): Tests and accepts versions major.minor
8458 and above, with adjustments for interactions in 3.1.0-3.1.11.
8459 (ispell-get-line): No longer skips ispell process special characters.
8460 (ispell-comments-and-strings): Removed `when' macro call.
8461 (ispell-minor-check): Requires ispell-word to restore cursor point.
8462 (ispell-buffer-local-parsing): Supports checking comments only.
8463
8464 1999-05-08 Karl Heuer <kwzh@gnu.org>
8465
8466 * comint.el (comint-password-prompt-regexp): Fix last change to be
8467 more specific.
8468
8469 1999-05-07 Richard M. Stallman <rms@gnu.org>
8470
8471 * subr.el (with-temp-message): Fix the other call to message
8472 to use %s.
8473
8474 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8475
8476 * gud.el (gud-format-command): "%F" means file sans extension.
8477 (jdb): Use %F, not %f, for gud-break.
8478
8479 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8480
8481 * comint.el (comint-password-prompt-regexp): Modified so that it
8482 matches the output of kinit.
8483
8484 1999-05-06 Greg Stark <gsstark@mit.edu>
8485
8486 * timezone.el (timezone-parse-date): Recognize new format used in
8487 internet cookies.
8488
8489 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8490
8491 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8492
8493 1999-05-04 Andrew Innes <andrewi@gnu.org>
8494
8495 * time.el (display-time-update): Allow for wrap-around when
8496 checking against display-time-server-down-time.
8497
8498 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8499
8500 * international/mule-diag.el (describe-coding-system): Fix English
8501 message.
8502
8503 1999-05-03 Jason Rumney <jasonr@altavista.net>
8504
8505 * term/w32-win.el: Change the x-charset-registry property for the
8506 Japanese charsets that are supported by Japanese Windows fonts.
8507
8508 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8509
8510 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8511 diary-block diary entries for which the reminders and the diary
8512 entries can overlap.
8513
8514 1999-05-02 Jason Rumney <jasonr@altavista.net>
8515
8516 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8517 matches the font selected in the dialog.
8518
8519 1999-05-02 Dave Love <fx@gnu.org>
8520
8521 * browse-url.el (browse-url-browser-function): Add :version.
8522
8523 * international/mule.el (auto-coding-alist): Add .tgz.
8524
8525 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8526
8527 * international/codepage.el (cp-coding-system-for-codepage-1):
8528 Make the magnification parameter for the -dos encoder be 2.
8529
8530 1999-05-2 Andrew Innes <andrewi@gnu.org>
8531
8532 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8533 it is dropped, rather than current window.
8534
8535 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8536 after switching buffer, as case-fold-search is a buffer local
8537 variable.
8538
8539 * w32-fns.el (convert-standard-filename): Only convert directory
8540 separators to backslash if the interactive shell is one of the
8541 standard Windows shells that has DOS semantics.
8542
8543 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8544 format-time-string, and return a suitable string to indicate the
8545 timestamp was invalid.
8546
8547 * hexl.el (hexlify-command): Apply shell-quote-argument after
8548 expanding hexl-program in case exec-directory contains a space.
8549 (dehexlify-command): Ditto.
8550
8551 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8552 file extension regexps which aren't necessarily binary files.
8553 (direct-print-region-helper): Use subst-char-in-string instead of
8554 binding directory-sep-char to convert filenames to DOS syntax.
8555 (direct-print-region-use-command-dot-com): New variable.
8556 (direct-print-region-helper): Use it to control whether to invoked
8557 command.com to print on Windows 9x.
8558
8559 * browse-url.el (browse-url-browser-function): Default to
8560 browse-url-default-windows-browser on windows-nt.
8561 (browse-url-default-windows-browser): New function.
8562
8563 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8564
8565 * forms.el (forms-mode): Don't call forms-first-record or
8566 forms-last-record if the data file has zero records.
8567
8568 1999-04-29 Richard M. Stallman <rms@gnu.org>
8569
8570 * files.el (find-file-noselect-1): If buffer-file-name has changed
8571 after find-file-not-found-hooks runs, recompute the truename.
8572 And don't use FILENAME after that point.
8573
8574 1999-04-27 Dave Love <fx@gnu.org>
8575
8576 * paren.el (show-paren-mode)
8577 * which-func.el (which-func-mode-global)
8578 * type-break.el (type-break-mode)
8579 * time.el (display-time-mode)
8580 * rsz-mini.el (resize-minibuffer-mode)
8581 * mouse-sel.el (mouse-sel-mode)
8582 * icomplete.el (icomplete-mode)
8583 * hscroll.el (hscroll-global-mode)
8584 * help.el (temp-buffer-resize-mode)
8585 * font-lock.el (global-font-lock-mode)
8586 * delsel.el (delete-selection-mode)
8587 * avoid.el (mouse-avoidance-mode)
8588 * autoinsert.el (auto-insert-mode)
8589 * winner.el (winner-mode): Doc fix.
8590
8591 1999-04-26 Karl Heuer <kwzh@gnu.org>
8592
8593 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8594 the same whitespace that was ignored in choosing the subject string.
8595
8596 1999-04-26 Richard M. Stallman <rms@gnu.org>
8597
8598 * info.el (Info-find-node): Position properly after finding anchor.
8599
8600 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8601
8602 * simple.el (indent-new-comment-line): Fix previous change.
8603
8604 * complete.el: Delete the wildcard expansion feature
8605 since that is now standard in find-file.
8606 (PC-try-load-many-files): Function deleted.
8607 (PC-after-load-many-files): Function deleted.
8608 (PC-many-files-list): Variable deleted.
8609 (PC-disable-wildcards): Variable deleted.
8610 (partial-completion-mode): Don't enable the wildcard feature.
8611
8612 * complete.el (PC-look-for-include-file): Don't set global variables
8613 `error', `buf' and `filename' here.
8614
8615 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8616
8617 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8618
8619 * textmodes/outline.el (outline-regexp): Doc fix.
8620
8621 1999-04-26 John Wiegley <johnw@borland.com>
8622
8623 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8624 C++Builder 4.0 error message syntax.
8625
8626 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8627
8628 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8629 supported, use find -exec.
8630
8631 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8632
8633 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8634 coding-system-for-write, to avoid hanging when non-interactive.
8635
8636 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8637
8638 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8639 start with a newline.
8640
8641 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8642
8643 * international/mule-conf.el (x-ctext): New coding system.
8644
8645 1999-04-12 Richard M. Stallman <rms@gnu.org>
8646
8647 * international/mule-cmds.el (input-method-function):
8648 Add permanent-local property.
8649
8650 1999-04-12 Dave Love <fx@gnu.org>
8651
8652 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8653 change to use jka-compr-byte-compiler-base-file-name.
8654
8655 * supercite.el (sc-scan-info-alist): Revert last change.
8656 (sc-attrib-selection-list): Fix :type here instead.
8657
8658 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8659
8660 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8661 in the list of case-insensitive filesystems.
8662
8663 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8664
8665 * international/fontset.el (create-fontset-from-fontset-spec):
8666 Don't register duplicated alias fontset names.
8667
8668 1999-04-08 Richard Stallman <rms@gnu.org>
8669
8670 * international/mule.el (auto-coding-alist-lookup): New function.
8671 (set-auto-coding): Use auto-coding-alist-lookup.
8672
8673 * jka-compr.el (jka-compr-insert-file-contents):
8674 Use auto-coding-alist-lookup to check for files that
8675 should not have eol conversion, in the unibyte case.
8676
8677 1999-04-07 Dave Love <fx@gnu.org>
8678
8679 * help.el (describe-variable): Check custom-loads property as well
8680 as custom-type.
8681
8682 * abbrev.el (abbrev-mode): Customizing sets the default value.
8683
8684 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8685
8686 * vc.el (vc-backend-revert): For CVS files that were made
8687 writeable with "cvs edit", call "cvs unedit" to undo that.
8688
8689 1999-04-08 Dave Love <fx@gnu.org>
8690
8691 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8692 more.
8693 (sc-emacs-features): Recognize Emacs 20.
8694 (sc-read-string): Use history arg.
8695 (sc-scan-info-alist): Check for rtnvalue a cons.
8696
8697 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8698
8699 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8700 coding system to encode the message by
8701 select-message-coding-system.
8702
8703 1999-04-07 Richard Stallman <rms@gnu.org>
8704
8705 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8706
8707 * winner.el: Reorder definitions.
8708
8709 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8710
8711 * mail/rmail.el (rmail-decode-babyl-format):
8712 Undo previous change.
8713
8714 1999-04-06 Richard Stallman <rms@gnu.org>
8715
8716 * info.el (Info-find-node): Check for an anchor at the
8717 proper place, before reading an indirect file.
8718
8719 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8720
8721 * jka-compr.el (jka-compr-insert-file-contents):
8722 Use raw-text-unix when we want no conversion.
8723
8724 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8725
8726 * timezone.el (timezone-parse-date): Corrected regexp for
8727 style (5) date format so that tenths of seconds are optional.
8728
8729 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8730
8731 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8732 of dos-codepage-setup.
8733 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8734 codepages for which there's no need to set up cpNNN coding
8735 systems.
8736 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8737
8738 1999-04-05 Richard Stallman <rms@gnu.org>
8739
8740 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8741
8742 1999-04-02 Richard Stallman <rms@gnu.org>
8743
8744 * progmodes/compile.el (compilation-handle-exit): Do right thing
8745 if (car status) doesn't end in a newline.
8746
8747 1999-04-01 Dave Love <fx@gnu.org>
8748
8749 * progmodes/sql.el (SQL): Add defgroup :version.
8750
8751 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8752
8753 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8754 buffer-file-coding-system. If the coding system used is raw-text,
8755 etc., make the *Compiler Input* buffer unibyte.
8756
8757 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8758
8759 * loadup.el: Don't write the fns-...el file if not dumping.
8760
8761 1999-03-31 Dave Love <fx@gnu.org>
8762
8763 * snmp-mode.el (snmp): Fix defgroup :version.
8764
8765 * hilit-chg.el (highlight-changes): Add defgroup :version.
8766
8767 1999-03-31 Andreas Schwab <schwab@gnu.org>
8768
8769 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8770 the gnus-save-hidden-threads macro.
8771
8772 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8773
8774 * faces.el (face-set-after-frame-default): Obey the
8775 `customized-face' for new faces.
8776
8777 1999-03-30 Dave Love <fx@gnu.org>
8778
8779 * international/mule-cmds.el (current-language-environment): Doc fix.
8780 * abbrev.el (abbrev-mode): Doc fix.
8781 * autoinsert.el (auto-insert-mode): Doc fix.
8782 * complete.el (partial-completion-mode): Doc fix.
8783 * avoid.el (mouse-avoidance-mode): Doc fix.
8784 * delsel.el (delete-selection-mode): Doc fix.
8785 * font-lock.el (global-font-lock-mode): Doc fix.
8786 * help.el (temp-buffer-resize-mode): Doc fix.
8787 * hscroll.el (hscroll-global-mode): Doc fix.
8788 * icomplete.el (icomplete-mode): Doc fix.
8789 * mouse-sel.el (mouse-sel-mode): Doc fix.
8790 * paren.el (show-paren-mode): Doc fix.
8791 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8792 * time.el (display-time-mode): Doc fix.
8793 * type-break.el (type-break-mode): Doc fix.
8794 * which-func.el (which-func-mode-global): Doc fix.
8795 * winner.el (winner-mode): Doc fix.
8796
8797 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8798
8799 * wid-edit.el (widget-before-change): Signal text-read-only rather
8800 than an ordinary error.
8801
8802 1999-03-30 Richard M. Stallman <rms@gnu.org>
8803
8804 * repeat.el: Don't require advice.
8805 (repeat): Do function-indirection in check for kbd macro.
8806 In self-insert case, use the *last* char in INSERTION.
8807
8808 1999-03-30 Karl Heuer <kwzh@gnu.org>
8809
8810 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8811
8812 1999-03-29 Andreas Schwab <schwab@gnu.org>
8813
8814 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8815 comint-input-filter-functions. Make variables related to shell
8816 directory tracking local.
8817
8818 1999-03-26 Andreas Schwab <schwab@gnu.org>
8819
8820 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8821
8822 * simple.el (shell-command-on-region): Cope with exit-status being
8823 nil, which happens if call-process-region was interrupted.
8824
8825 1999-03-26 Richard M. Stallman <rms@gnu.org>
8826
8827 * simple.el (indent-new-comment-line): Handle use at a point
8828 after a comment-end. Handle multiple comments.
8829
8830 * mail/rmail.el (rmail-decode-babyl-format):
8831 To prevent locking, bind buffer-file-name to nil.
8832
8833 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8834
8835 * mail-hist.el (mail-hist-current-header-name): Don't make
8836 off-by-one-error when determining if in message body.
8837
8838 1999-03-25 Andrew Innes <andrewi@gnu.org>
8839
8840 * w32-fns.el (set-default-process-coding-system): Copied from
8841 dos-w32.el, but modified to use Unix line endings for process
8842 input, and to add a suitable entry to process-coding-system-alist
8843 for DOS shells.
8844
8845 * dos-fns.el (set-default-process-coding-system): Copied from
8846 dos-w32.el.
8847
8848 * dos-w32.el (set-default-process-coding-system): Move function to
8849 dos-fns.el; a different version is used in w32-fns.el.
8850
8851 1999-03-24 Dave Love <fx@gnu.org>
8852
8853 * info.el (Info-directory-list): Revert change to re-writing
8854 Info-default-directory-list, but put `alternative' first.
8855 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8856
8857 1999-03-23 Simon Marshall <simon@gnu.org>
8858
8859 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8860 on the line by itself.
8861 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8862 it is not in a declarative context.
8863
8864 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8865
8866 * cus-edit.el (custom-variable-prompt): Allow customization of
8867 autoloaded symbols.
8868
8869 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8870
8871 * simple.el (what-cursor-position): Don't cause error when point
8872 is at invalid multibyte sequence.
8873
8874 1999-03-21 Karl Heuer <kwzh@gnu.org>
8875
8876 * complete.el (partial-completion-mode): Doc fix.
8877
8878 1999-03-19 Richard M. Stallman <rms@gnu.org>
8879
8880 * progmodes/cplus-md.el (old-c++): Remove :group.
8881
8882 * progmodes/c-mode.el (old-c): Remove :group.
8883
8884 1999-03-18 Simon Marshall <simon@gnu.org>
8885
8886 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8887 (java-font-lock-keywords-2): Added "strictfp" keyword.
8888
8889 1999-03-17 Jason Rumney <jasonr@altavista.net>
8890
8891 * w32-fns.el (set-w32-system-coding-system) New function.
8892 (w32-system-coding-system) Initialize to 'iso-latin-1.
8893
8894 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8895
8896 * international/mule-cmds.el (set-language-environment): Fix
8897 previous change: don't use dos-codepage when unbound.
8898
8899 1999-03-17 Karl Heuer <kwzh@gnu.org>
8900
8901 * calendar/appt.el (appt-make-list): Fix previous change.
8902
8903 1999-03-16 Richard M. Stallman <rms@gnu.org>
8904
8905 * window.el (shrink-window-if-larger-than-buffer):
8906 Don't try to redisplay with the cursor at the end
8907 on its own line--that would force a scroll and spoil things.
8908
8909 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8910
8911 * international/mule-cmds.el (set-language-environment): Don't use
8912 cpNNN-nonascii-translation-table if it is unbound.
8913
8914 * term/internal.el (dos-codepage-setup): Compute the unibyte
8915 syntax table and bind unibyte-display-via-language-environment
8916 here, rather than at top level, so that resetting to unibyte in
8917 .emacs works as expected.
8918
8919 1999-03-15 Simon Marshall <simon@gnu.org>
8920
8921 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8922
8923 1999-03-14 Milan Zamazal <pdm@pvt.net>
8924
8925 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8926
8927 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8928
8929 * international/mule-util.el (detect-coding-with-priority):
8930 Restore the internal database.
8931
8932 1999-03-14 Stephen Eglen <stephen@gnu.org>
8933
8934 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8935 if mail-from-style has invalid value.
8936
8937 1999-03-12 Karl Heuer <kwzh@gnu.org>
8938
8939 * vc.el (vc-delete-logbuf-window): New var.
8940 (vc-finish-logentry): Use it.
8941
8942 1999-03-12 Richard M. Stallman <rms@gnu.org>
8943
8944 * startup.el (command-line-1): Improve startup msg.
8945
8946 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8947
8948 * speedbar.el: Added commentary about stealthy functions.
8949 (speedbar-message) new function.
8950 (speedbar-y-or-n-p): New function
8951 (speedbar-with-attached-buffer) Moved macro before reference.
8952 Now uses `save-selected-window'.
8953 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8954 speedbar-generic-item-info, speedbar-item-info-file-helper,
8955 speedbar-item-delete, speedbar-insert-generic-list,
8956 speedbar-timer-fn, speedbar-check-vc-this-line,
8957 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8958 speedbar-buffers-item-info) Use speedbar-message.
8959 (speedbar-item-info) Limit `message-log-max'.
8960 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8961 speedbar-item-delete, speedbar-item-object-delete,
8962 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8963
8964 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8965
8966 * server.el (server-start): Set coding system for the server
8967 process to raw-text.
8968 (server-process-filter): Decode file names if necessary.
8969
8970 1999-03-12 Dave Love <fx@gnu.org>
8971
8972 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8973
8974 * textmodes/paragraphs.el (sentence-end): Doc fix.
8975
8976 1999-03-11 Karl Heuer <kwzh@gnu.org>
8977
8978 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8979
8980 1999-03-09 Karl Heuer <kwzh@gnu.org>
8981
8982 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8983 (ispell-dictionary-alist-2): Likewise.
8984 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8985 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8986 (ispell-dictionary-alist): Build from six pieces, not just two.
8987
8988 * ps-bdf.el (bdf-directory-list): Doc fix.
8989
8990 * enriched.el (enriched-mode): Make var permanent-local.
8991
8992 1999-03-09 Dave Love <fx@gnu.org>
8993
8994 * textmodes/sgml-mode.el (html-mode): Use
8995 sentence-end-double-space when setting sentence-end.
8996
8997 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8998
8999 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9000
9001 1999-03-08 Felix Lee <flee@cygnus.com>
9002
9003 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9004
9005 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9006
9007 1999-03-08 Karl Heuer <kwzh@gnu.org>
9008
9009 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9010 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9011
9012 * dired.el (dired-do-copy-regexp): Doc fix.
9013 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9014
9015 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9016
9017 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9018
9019 1999-03-08 Jason Rumney <jasonr@altavista.net>
9020
9021 * international/codepage.el (cp1250-decode-table)
9022 (cp1251-decode-table, cp1253-decode-table)
9023 (cp1257-decode-table): New translation tables for MS Windows codepages.
9024 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9025
9026 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9027
9028 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9029
9030 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9031
9032 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9033
9034 * term/internal.el (top level): Display character 255 as 8bit as well.
9035
9036 1999-03-06 Dave Love <fx@gnu.org>
9037
9038 * progmodes/cc-cmds.el (c-outline-level): Bind
9039 buffer-invisibility-spec.
9040
9041 * progmodes/c-mode.el (c-outline-level): Likewise.
9042
9043 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9044
9045 1999-03-05 Felix Lee <flee@cygnus.com>
9046
9047 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9048
9049 1999-03-05 Richard M. Stallman <rms@gnu.org>
9050
9051 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9052
9053 1999-03-05 Andrew Innes <andrewi@gnu.org>
9054
9055 * w32-fns.el (convert-standard-filename): Convert directory
9056 separators to Windows format.
9057
9058 1999-03-05 Andreas Schwab <schwab@gnu.org>
9059
9060 * international/skkdic-cnv.el: Provide skkdic-cnv.
9061 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9062 (batch-skkdic-convert): Doc fix.
9063
9064 1999-03-04 Dave Love <fx@gnu.org>
9065
9066 * custom.el (custom-set-variables): Protect against setter errors.
9067
9068 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9069
9070 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9071 the file sizes from overflowing.
9072 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9073 Under -s, print the size in blocks with %4.0f, in case they have
9074 a *really* huge file.
9075
9076 1999-03-03 Dave Love <fx@gnu.org>
9077
9078 * options.el (edit-options): Doc fix.
9079 (list-options): Don't lose with unbound symbols. Maintain
9080 Edit-options-mode.
9081
9082 1999-03-01 Dave Love <fx@gnu.org>
9083
9084 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9085
9086 1999-02-28 Richard M. Stallman <rms@gnu.org>
9087
9088 * ispell.el (ispell-dictionary-alist-override): New variable.
9089 (ispell-dictionary-alist): Don't setq it,
9090 if ispell-dictionary-alist-override is set.
9091
9092 * simple.el (shell-command-default-error-buffer): Renamed from
9093 shell-command-on-region-default-error-buffer.
9094 (shell-command-on-region): Mention in echo area when there
9095 is some error output. Mention success or failure, too.
9096 Accumulate multiple error outputs
9097 going forward, with formfeed in between. Display the error buffer
9098 when we have put something in it.
9099 (shell-command): Add the ERROR-BUFFER argument feature.
9100
9101 1999-02-28 Karl Heuer <kwzh@gnu.org>
9102
9103 * mail/mh-utils.el (mh-lib): Doc fix.
9104 (mh-lib-progs, mh-nmh-p): New vars.
9105 (mh-find-progs): Set mh-lib-progs along with other vars.
9106 (mh-path-search): New arg FUNC-P; if specified, use that instead
9107 of mh-file-command-p.
9108 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9109
9110 * mail/mh-comp.el (mh-repl-formfile): New var.
9111 (mh-smail-batch): Don't ignore all arguments.
9112 (mh-reply): Do the right thing when using nmh.
9113
9114 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9115
9116 * international/mule-cmds.el (select-safe-coding-system): Be sure
9117 to show a buffer being decoded.
9118
9119 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9120
9121 * ps-bdf.el (bdf-directory-list): Initialize it to
9122 '("/usr/local/share/emacs/fonts/bdf").
9123
9124 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9125
9126 * ps-print.el: PostScript programming fix.
9127 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9128 setpagedevice operator).
9129
9130 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9131
9132 * ps-print.el: Doc fix, font size specifies landscape and portrait
9133 sizes.
9134 (ps-print-version): New version number (4.1.4).
9135 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9136 Specifies landscape and portrait sizes.
9137 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9138 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9139 fix.
9140 (ps-get-font-size): New fun.
9141 (ps-font-size-internal, ps-header-font-size-internal)
9142 (ps-header-title-font-size-internal): New vars.
9143
9144 * ps-mule.el: Change of ps-print font size variable name.
9145 (ps-mule-generate-font): Fun fix.
9146 (ps-mule-begin-job): Programming uniformization.
9147
9148 1999-02-25 Dave Love <fx@gnu.org>
9149
9150 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9151 (help-make-xrefs): Do Info case first.
9152
9153 * repeat.el: Don't require advice.
9154 (repeat-last-kill-command): Variable deleted.
9155
9156 1999-02-25 Richard Stallman <rms@gnu.org>
9157
9158 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9159 case just because the current buffer is the output buffer.
9160
9161 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9162
9163 * simple.el (what-cursor-position): To show the character's
9164 encoding, use encoded-string-description instead of information
9165 of chaset-origin-alist.
9166
9167 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9168 (encoded-code-description): New function.
9169 (encoded-string-description): New function.
9170 (encode-coding-char): New function.
9171
9172 1999-02-25 Andrew Innes <andrewi@gnu.org>
9173
9174 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9175 checking for .emacs[.el[c]].
9176
9177 1999-02-24 Richard Stallman <rms@gnu.org>
9178
9179 * help.el (describe-function-1): Don't print a whole lambda-function.
9180
9181 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9182
9183 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9184 inputting ?\240.
9185
9186 1999-02-23 Karl Heuer <kwzh@gnu.org>
9187
9188 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9189
9190 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9191 (clean-buffer-list-kill-buffer-names): Doc fix.
9192
9193 * gud.el (gud-jdb-massage-args): Spelling fix.
9194
9195 1999-02-23 Richard M. Stallman <rms@gnu.org>
9196
9197 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9198
9199 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9200
9201 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9202 excursion while calling set-auto-coding-function.
9203
9204 * play/handwrite.el (handwrite): Require ps-print, and use
9205 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9206 if it's defined, instead of forking ps-lpr-command unconditionally.
9207
9208 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9209
9210 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9211 charset-origin-alist property to a coding system for the codepage.
9212
9213 * international/mule.el: Modify comment for charset-origin-alist
9214 property of a coding system.
9215
9216 * simple.el (what-cursor-position): charset-origin-alist property
9217 of a coding system may be a translation table or a symbol of which
9218 `translation-table' property is a translation table.
9219
9220 1999-02-21 Richard Stallman <rms@gnu.org>
9221
9222 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9223 to the "html" template.
9224
9225 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9226
9227 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9228
9229 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9230
9231 * dirtrack.el (dirtrack): Check for the prompt in the input string
9232 instead of the buffer.
9233
9234 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9235
9236 * sql.el: Set version to 1.4.1. Changed mail address to
9237 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9238 (sql-input-ring-separator): Doc fix.
9239 (sql-mode-syntax-table): double-dash starts comments is defined as
9240 ". 56" instead of ". 12b" for XEmacs.
9241 (sql-stop, sql-interactive-mode): Doc fixes.
9242 (sql-postgres): Queries for database and server, not just one.
9243 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9244
9245 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9246 changed. This is needed for master.el to work.
9247 (sql-set-sqli-buffer): Use the new hook.
9248
9249 * sql.el (sql-make-alternate-buffer-name): Function that sets
9250 sql-alternate-buffer-name.
9251 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9252 (sql-interactive-mode): Set sql-alternate-buffer-name.
9253 (sql-rename-buffer): New command.
9254 (sql-interactive-mode-menu): Menu for SQLi buffers.
9255
9256 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9257 and sql-input-ring-file-name are used to temporarily set
9258 comint-input-ring-file-name and comint-input-ring-separator when
9259 reading and writing input history files.
9260
9261 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9262 (sql-input-ring-file-name): New variable with customization.
9263 (sql-input-ring-separator): New variable with customization.
9264 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9265 Callers changed.
9266 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9267 now includes the name of the current buffer.
9268
9269 (sql-mode): Set paragraph-separate and paragraph-start so that
9270 sql-send-paragraph sends the entire SQL statements, even if it
9271 contains indented lines.
9272
9273 1999-02-18 Dave Love <fx@gnu.org>
9274
9275 * format.el (format-encode-run-method, format-decode-run-method):
9276 Fix previous change.
9277
9278 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9279
9280 * international/mule.el (coding-system-list): Moved here from
9281 mule-util.el to avoid autoloading mule-util by the call of
9282 select-safe-coding-system.
9283
9284 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9285
9286 * simple.el (turn-on-auto-fill): Mark it as an option for
9287 `text-mode-hook'.
9288
9289 1999-02-17 Richard Stallman <rms@gnu.org>
9290
9291 * emacs-lisp/easymenu.el (easy-menu-get-map):
9292 Don't crash if (current-local-map) is nil.
9293
9294 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9295
9296 * filecache.el (file-cache-filter-regexps): Added .class.
9297
9298 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9299
9300 * international/mule-util.el (decompose-region): Use
9301 insert-buffer-substring instead of insert-buffer to avoid putting
9302 mark.
9303
9304 1999-02-17 Andreas Schwab <schwab@gnu.org>
9305
9306 * calendar/cal-move.el (scroll-calendar-left): Don't set
9307 displayed-month and displayed-year here, let generate-calendar do
9308 it, after range checking.
9309
9310 1999-02-17 Simon Marshall <simon@gnu.org>
9311
9312 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9313
9314 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9315 correctly between an object declared via a constructor and a method.
9316 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9317 (java-font-lock-keywords-1): Fontify package names individually.
9318 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9319 (java-font-lock-keywords-2): Simplify type fontification.
9320 (java-font-lock-keywords-3): Likewise.
9321
9322 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9323
9324 * language/japanese.el (iso-2022-jp-2): New coding system.
9325 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9326
9327 1999-02-16 Dave Love <fx@gnu.org>
9328
9329 * help.el (describe-function-1): Accept non-symbols.
9330
9331 1999-02-16 Paul Eggert <eggert@twinsun.com>
9332
9333 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9334 find the last match if there are multiple matches.
9335
9336 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9337
9338 * tex-mode.el (tex-run-command, latex-run-command)
9339 (slitex-run-command, tex-command): Doc changes.
9340 (tex-start-options-string): Autoload it. Doc change. Provide
9341 a menu for customization. Allow nil. Quote backslashes only once.
9342 (tex-start-tex): Handle nil value of tex-start-options-string
9343 and apply shell-quote-argument to it.
9344
9345 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9346
9347 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9348 the size in blocks, since it can be a float.
9349 (ls-lisp-format): Likewise
9350
9351 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9352
9353 * language/japanese.el (japanese-shift-jis): Add
9354 charset-origin-alist property.
9355
9356 1999-02-15 Richard Stallman <rms@gnu.org>
9357
9358 * progmodes/compile.el (compile-internal): Use save-selected-window.
9359
9360 * subr.el (momentary-string-display): Bind inhibit-read-only.
9361
9362 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9363
9364 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9365
9366 * mail/rmail.el (rmail-show-message): If an unseen message has a
9367 Summary-line in its header, get past one more line before looking
9368 for the X-Coding-System header.
9369
9370 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9371
9372 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9373 explicitly to accomodate Windows 9X lack of a useful copy program.
9374
9375 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9376
9377 * wid-edit.el (widget-choice-value-create): Use `equal'
9378 instead of `eq'.
9379
9380 1999-02-14 Richard Stallman <rms@gnu.org>
9381
9382 * international/iso-transl.el:
9383 (iso-transl-ae): Renamed from iso-transl-e-slash.
9384 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9385 (iso-transl-AE): Renamed from iso-transl-E-slash.
9386 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9387 (iso-transl-char-map): Related changes.
9388
9389 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9390
9391 1999-02-13 Richard Stallman <rms@gnu.org>
9392
9393 * textmodes/texinfmt.el (texinfo-alias): New function.
9394 (texinfo-fold-nodename-case): Add defvar.
9395 (texinfo-format-node): Do case folding if specified.
9396
9397 * ffap.el (ffap-file-at-point): Test local file names
9398 immediately. Strip off line numbers.
9399
9400 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9401
9402 * sql.el: Set version to 1.3.2
9403 (sql-solid-program): Added support for solid.
9404 (sql-help): Doc mentions sql-solid.
9405 (sql-solid): Entry function for Solid.
9406 (sql-buffer): Doc explains the use of the variable and how to
9407 change it.
9408 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9409 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9410 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9411 is new.
9412 (sql-show-sqli-buffer): New function to display the value of
9413 sql-buffer.
9414 (sql-change-sqli-buffer): New function to change sql-buffer.
9415 (sql-mode): Doc explains how to change sql-buffer.
9416 (sql-send-paragraph): New function to send a paragraph.
9417 (sql-mode-map): Added keybinding for sql-send-paragraph.
9418 (sql-mysql): Doc corrected.
9419 (sql-ms): Doc corrected.
9420
9421 * sql.el (sql-server): Doc fix.
9422 (sql-mysql): Added the use of sql-server to specify the host,
9423 sql-database now specifies database instead of host.
9424 (sql-mode-menu): Send... menu items are only active if sql-buffer
9425 is non-nil.
9426 (sql-help): Changed tag of entry functions a bit.
9427
9428 * sql.el: Added keywords from `finder-by-keyword'.
9429 (sql-mode): Made sql-buffer a local variable, changed the
9430 documentation: removed instructions to add *.sql files to
9431 auto-mode-alist, added documentation for having mutliple SQL
9432 buffers sending their stuff to different SQLi buffers, each
9433 running a different process.
9434 (sql-postgres): Quoted *SQL* in doc string.
9435 (sql-ms): Likewise.
9436 (sql-ingres): Likewise.
9437 (sql-ingres): Quoted *SQL* in doc string, added references to
9438 sql-user and sql-password used during login.
9439 (sql-sybase): Quoted *SQL* in doc string, added comma.
9440 (sql-oracle): Likewise.
9441 (sql-interactive-mode): Added extensive documentation for having
9442 mutliple SQL buffers sending their stuff to different SQLi
9443 buffers, each running a different process.
9444 (sql-buffer): Changed doc from *SQL* to SQLi.
9445 (sql-get-login): Doc fix.
9446
9447 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9448
9449 * international/mule-conf.el (undecided): Set ascii in
9450 safe-charsets property.
9451
9452 1999-02-12 Richard Stallman <rms@gnu.org>
9453
9454 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9455
9456 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9457
9458 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9459 value to ps-mule-font-info-database-latin.
9460
9461 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9462
9463 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9464 (ps-mule-font-info-database-default): New variable.
9465 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9466 ps-mule-font-info-database-default.
9467
9468 1999-02-12 Dave Love <fx@gnu.org>
9469
9470 * timezone.el (timezone-make-date-sortable)
9471 (timezone-make-date-arpa-standard): Doc fix.
9472
9473 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9474
9475 * international/quail.el (quail-show-kbd-layout): Bind
9476 blink-matching-paren to nil.
9477
9478 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9479 for ASCII and Latin-1.
9480
9481 1999-02-12 Andreas Schwab <schwab@gnu.org>
9482
9483 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9484
9485 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9486
9487 * international/mule-cmds.el (language-info-alist): Remove
9488 description about charset-origin-alist.
9489
9490 * international/mule.el: Comment added for a new coding system
9491 property `charset-origin-alit'.
9492 (make-translation-table): This variable deleted.
9493
9494 * language/chinese.el (chinese-big5): Add charset-origin-alist
9495 property.
9496 ("Chinese-CNS"): Remove charset-origin-alist property.
9497
9498 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9499 property.
9500 (cyrillic-alternativnyj): Likewise.
9501 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9502 ("Cyrillic-ALT"): Likewise.
9503
9504 * language/vietnamese.el (vietnamese-viqr): Add
9505 charset-origin-alist property.
9506 ("Vietnamese"): Remove charset-origin-alist property.
9507
9508 * simple.el (what-cursor-position): Don't use the varialbe
9509 charset-origin-alist, but use charset-origin-alist property of
9510 buffer-file-coding-system to decide external character set code.
9511
9512 1999-02-10 Richard Stallman <rms@gnu.org>
9513
9514 * shadowfile.el: Don't turn on the mode when the file is loaded.
9515
9516 1999-02-09 Richard Stallman <rms@gnu.org>
9517
9518 * progmodes/compile.el (compile-auto-highlight): Customize.
9519
9520 * add-log.el (add-log-file-name-function): New variable.
9521 (add-change-log-entry): Call that function, if non-nil.
9522
9523 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9524
9525 * rmail.el (rmail-search): Track match with a marker, not an integer.
9526
9527 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9528
9529 * progmodes/compile.el (compilation-setup): Set value of
9530 compilation-directory-stack as in compilation-forget-errors.
9531 (compile-reinitialize-errors): Bind buffer-undo-list and
9532 deactivate-mark.
9533 (compilation-forget-errors): Likewise.
9534
9535 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9536
9537 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9538 def... constructs.
9539
9540 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9541 Remove calls to sleep-for.
9542
9543 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9544
9545 * international/codepage.el (cp-coding-system-for-codepage-1): On
9546 MS-DOS, use dos-unsupported-char-glyph for characters not
9547 supported by the codepage.
9548 (cp-make-coding-systems-for-codepage): Likewise.
9549
9550 1999-02-08 Andreas Schwab <schwab@gnu.org>
9551
9552 * international/mule-util.el (coding-system-list): Don't sort
9553 coding-system-list here.
9554
9555 * international/mule.el (coding-system-lessp): Moved here from
9556 mule-util.el
9557 (add-to-coding-system-list): New function.
9558 (make-subsidiary-coding-system, make-coding-system,
9559 define-coding-system-alias): Use it instead of setting
9560 coding-system-list directly.
9561
9562 1999-02-07 Dave Love <fx@gnu.org>
9563
9564 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9565 onto message.
9566
9567 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9568
9569 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9570 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9571
9572 1999-02-06 Richard Stallman <rms@gnu.org>
9573
9574 * language/european.el (setup-slovenian-environment): New function.
9575 ("Slovenian"): New language environment.
9576
9577 * progmodes/sql.el (sql-help): Doc fix.
9578 (sql-mysql): Doc fix.
9579
9580 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9581
9582 * tex-mode.el: When compiling, require compare-w and skeleton
9583 to pacify the byte-compiler. Move the def's of the tex-commands
9584 together. Add a comment on kill-process vs. quit-process.
9585
9586 1999-02-05 Dave Love <fx@gnu.org>
9587
9588 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9589 null markers.
9590 (compile-goto-error): Likewise.
9591
9592 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9593
9594 * time-stamp.el (time-stamp-format): Format doc tighter.
9595 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9596 (time-stamp): Don't re-write the time stamp if it didn't change.
9597
9598 1999-02-05 Alex Schroeder <asc@bsiag.com>
9599
9600 * progmodes/sql.el: Changed version to 1.2.1.
9601 (sql-pop-to-buffer-after-send-region): Improved documentation.
9602 (sql-mysql-program): Added MySQL support.
9603 (sql-prompt-length): Made prompt-length configurable.
9604 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9605 (sql-help): Added MySQL support, changed documentation.
9606 (sql-send-region): A message is displayed if something is sent.
9607 (sql-mode): Added buffer-local comment-start.
9608 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9609 (sql-interactive-mode): Added buffer-local comment-start.
9610 (sql-oracle): Set sql-prompt-length.
9611 (sql-sybase): Set sql-prompt-length.
9612 (sql-mysql): Added MySQL support.
9613 (sql-ingres): Set sql-prompt-length.
9614 (sql-ms): Set sql-prompt-length.
9615 (sql-postgres): Set sql-prompt-length.
9616
9617 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9618
9619 * term/internal.el (dos-codepage-setup): Set selection coding
9620 system to cpNNN-dos.
9621
9622 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9623
9624 * international/characters.el: Let ethiopic use iso-2022-7bit.
9625
9626 1999-02-02 Dave Love <fx@gnu.org>
9627
9628 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9629 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9630
9631 1999-02-02 Karl Heuer <kwzh@gnu.org>
9632
9633 * terminal.el (terminal-emulator): Doc fix.
9634
9635 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9636
9637 * international/mule-util.el (compose-chars): Doc-string
9638 modified. Correctly handle a composition character in ARGS.
9639
9640 1999-02-01 Richard Stallman <rms@gnu.org>
9641
9642 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9643 (makefile-menu-index-function): Function deleted.
9644 (makefile-mode): Use makefile-imenu-generic-expression.
9645
9646 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9647
9648 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9649 change, invoke from before-init-hook.
9650
9651 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9652
9653 * subr.el (remove-from-invisibility-spec): Cope with the case when
9654 buffer-invisibility-spec is t.
9655
9656 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9657
9658 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9659 appt-add and appt-delete.
9660
9661 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9662
9663 * term/pc-win.el (msdos-approximate-color): New function.
9664 (msdos-color-translate): Call it to find a DOS color that best
9665 approximates an X-style "#NNNNNN" color specification.
9666
9667 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9668
9669 * international/mule-util.el (compose-chars-component): Add
9670 autoload cookie.
9671
9672 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9673
9674 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9675 function, replace cdr of MAP by the return value of the function
9676 unconditionally.
9677
9678 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9679
9680 * progmodes/compile.el (compilation-next-error-locus): Don't
9681 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9682
9683 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9684
9685 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9686 and NLs before "charset", and allow the charset name be in double
9687 quotes.
9688
9689 1999-01-31 Richard Stallman <rms@gnu.org>
9690
9691 * imenu.el (imenu-sort-function): Fix custom type.
9692
9693 1999-01-30 Richard Stallman <rms@gnu.org>
9694
9695 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9696 (speedbar-line-token): Likewise.
9697
9698 * play/gametree.el (gametree-default-score): Use defcustom.
9699 (gametree-score-regexp, gametree-score-closer): Likewise.
9700 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9701
9702 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9703
9704 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9705 decoding.
9706
9707 1999-01-29 Markus Rost <rost@gnu.org>
9708
9709 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9710 tex-validate-buffer.
9711 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9712 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9713 now with recent occur-mode.
9714 (tex-validate-region): Really walk through all Sexps.
9715 (tex-region): Bind shell-dirtrack-verbose.
9716 (tex-file, tex-bibtex-file): Likewise.
9717
9718 1999-01-29 Dave Love <fx@gnu.org>
9719
9720 * finder.el: (finder-commentary): Fix interactive spec. Try
9721 appending .el to file name.
9722 (finder-find-library, finder-commentary): Doc fixes.
9723
9724 1999-01-29 Andrew Innes <andrewi@gnu.org>
9725
9726 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9727 where the userid contains directory separators.
9728
9729 1999-01-29 Dave Love <fx@gnu.org>
9730
9731 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9732 (lm-commentary): Doc fix.
9733
9734 1999-01-29 Andreas Schwab <schwab@gnu.org>
9735
9736 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9737 wildcard match. Fix regexp that tests if dirpart contains
9738 wildcard characters.
9739
9740 1999-01-28 Richard Stallman <rms@gnu.org>
9741
9742 * font-lock.el (font-lock-default-unfontify-region):
9743 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9744
9745 1999-01-27 Jason Rumney <jasonr@altavista.net>
9746
9747 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9748 from FAMILY field.
9749 (w32-create-initial-fontsets): Do not use before-init-hook.
9750 (mouse-set-font): Document. Automatically create and use fontsets.
9751
9752 * dos-w32.el (direct-print-region-helper): Check for printer
9753 being t as well as a string.
9754
9755 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9756
9757 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9758 (rmail-mime-charset-pattern): New variable.
9759 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9760 rmail-decode-mime-charset is non-nil.
9761
9762 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9763
9764 * international/characters.el: Set category `q' for all characters
9765 in tibetan and tibetan-1-column.
9766
9767 1999-01-27 Andrew Innes <andrewi@gnu.org>
9768
9769 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9770 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9771
9772 1999-01-27 Dave Love <fx@gnu.org>
9773
9774 * international/mule-cmds.el (current-language-environment):
9775 Provide :link, :type (choices) and appropriate :get.
9776
9777 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9778
9779 * startup.el (command-line): Set default eol-mnemonic-* strings to
9780 display end-of-line format in mode line.
9781
9782 * cus-start.el (all): Add eol-mnemonic-* variables.
9783
9784 1999-01-26 Dave Love <fx@gnu.org>
9785
9786 * startup.el (command-line-1): Up-date copyright.
9787
9788 * paths.el (Info-default-directory-list): Use configdir twice.
9789
9790 * info.el (Info-directory-list): Don't set path-separator now
9791 we're not shipped with Texinfo. Simplify path definition.
9792 Substitute all occurrences of instdir in Info-default-directory-list.
9793
9794 1999-01-25 Richard Stallman <rms@gnu.org>
9795
9796 * startup.el (normal-top-level-add-subdirs-to-load-path):
9797 Record the inode numbers of the dirs processed, to avoid loop.
9798
9799 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9800
9801 1999-01-25 Dave Love <fx@gnu.org>
9802
9803 * browse-url.el (browse-url-netscape-program): Doc addition.
9804
9805 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9806 prefix.
9807
9808 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9809 auto-mode-alist.
9810
9811 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9812
9813 * calendar/diary-lib.el (mark-diary-entries): Use
9814 assoc-ignore-case and do not capitalize when matching month and
9815 day names.
9816
9817 * calendar/calendar.el (calendar-read-date): Ditto.
9818
9819 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9820 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9821
9822 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9823
9824 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9825
9826 * calendar/cal-islam.el (calendar-goto-islamic-date)
9827 (mark-islamic-diary-entries): Ditto.
9828
9829 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9830
9831 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9832 (calendar-read-mayan-tzolkin-date): Ditto.
9833
9834 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9835
9836 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9837
9838 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9839
9840 1999-01-25 Karl Heuer <kwzh@gnu.org>
9841
9842 * faces.el (list-faces-display): Multiline case of previous fix.
9843
9844 1999-01-25 Andreas Schwab <schwab@gnu.org>
9845
9846 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9847
9848 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9849
9850 * files.el (find-file): If find-file-noselect returns a list,
9851 do switch-to-buffer on each element.
9852 (find-file-other-window): Likewise for all but the first element.
9853 (find-file-other-frame): Same.
9854 (find-file-noselect): When we expand a wildcard, return a list
9855 of buffers.
9856
9857 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9858
9859 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9860 to set the appropriate cpNNN-dos coding system as the
9861 highest-priority coding system.
9862
9863 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9864
9865 * international/fontset.el (generate-fontset-menu): Return a
9866 sorted list by plain names of fontsets.
9867
9868 * international/mule-diag.el (list-fontsets): Sort fontsets by
9869 plain names.
9870
9871 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9872 FIRST is a composite character, decompose it at first.
9873
9874 1999-01-23 Dave Love <fx@gnu.org>
9875
9876 * format.el: Doc fixes.
9877 (format-encode-run-method): Have things happen in the right buffer.
9878 Deal with errors from method. Set coding-system-for-write.
9879 (format-decode-run-method): Have things happen in the right buffer.
9880 Deal with errors from method. Set coding-system-for-read.
9881 (format-alist): Use nil instead of unmatchable regexps.
9882
9883 * simple.el (shell-command-on-region): Return command's exit status.
9884
9885 1999-01-23 Eric Ludlam <zappo@gnu.org>
9886
9887 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9888 of the file whose info we want to display.
9889 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9890 (speedbar-add-mode-functions-list) Improve doc.
9891 (speedbar-line-token) New function.
9892 (speedbar-dired) Fix order of directories in -shown-directories.
9893 (speedbar-line-path): Default return is default-directory
9894 (speedbar-buffers-line-path): Return is dir name only.
9895 (speedbar-mode-functions-list): New variable.
9896 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9897 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9898 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9899 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9900 New functions.
9901 (speedbar-line-file): Broke out part that fetches file from a line.
9902 (speedbar-line-text): New function extracted from speedbar-line-file.
9903 (speedbar-line-path): Converted into a replaceable function.
9904 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9905
9906 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9907
9908 * international/fontset.el (create-fontset-from-x-resource): Make
9909 style variants.
9910
9911 1999-01-22 Dave Love <fx@gnu.org>
9912
9913 * paths.el (Info-default-directory-list): Put sysdir after start.
9914
9915 1999-01-22 Sam Steingold <sds@goems.com>
9916
9917 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9918 a process associated with it.
9919
9920 1999-01-22 Jason Rumney <jasonr@altavista.net>
9921
9922 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9923
9924 1999-01-22 Felix Lee <flee@cygnus.com>
9925
9926 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9927 major-mode.
9928 (vc-annotate-mode): Delete variable.
9929
9930 1999-01-22 Andrew Innes <andrewi@gnu.org>
9931
9932 * startup.el (command-line): [windows-nt]: Check for existence of
9933 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9934 in preference to _emacs.
9935
9936 1999-01-22 Dave Love <fx@gnu.org>
9937
9938 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9939
9940 1999-01-20 Richard Stallman <rms@gnu.org>
9941
9942 * files.el (find-file-noselect): Do wildcard processing only
9943 if new arg WILDCARDS is non-nil.
9944 (find-file, find-file-other-window): New arg WILDCARDS.
9945 Default it to non-nil if interactive.
9946 (find-file-other-frame): Likewise.
9947 (find-file-read-only): Likewise.
9948 (find-file-read-only-other-window): Likewise.
9949 (find-file-read-only-other-frame): Likewise.
9950
9951 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9952 (widget-plist-convert-option): Delete spurious comma.
9953
9954 1999-01-19 Jason Rumney <jasonr@altavista.net>
9955
9956 * term/w32-win.el (w32-standard-fontspec-spec): Change
9957 iso8859-5 to koi8-r. Add iso8859-9.
9958
9959 1999-01-19 Dave Love <fx@gnu.org>
9960
9961 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9962 its uses.
9963
9964 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9965 is active.
9966 (fortran-indent-subprogram): Likewise.
9967
9968 1999-01-19 Dave Love <d.love@dl.ac.uk>
9969
9970 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9971
9972 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9973
9974 * wid-edit.el (alist): Use sexp as default key-type.
9975
9976 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9977
9978 * textmodes/tex-mode.el (tex-define-common-keys):
9979 Remove key binding of tex-feed-input.
9980 (tex-mode-map): Bind tex-feed-input here.
9981 (tex-start-shell): Use compilation-shell-minor-mode. Set
9982 comint-input-filter-functions before running tex-shell-hook.
9983 (tex-start-tex): Forget compilation errors.
9984 (tex-compilation-parse-errors): Rewritten to work also with
9985 compile-mouse-goto-error and compile-goto-error. Adjusted to
9986 change in tex-region.
9987 (tex-region): For the temp file use file-name without directory.
9988 (tex-file): Expand file name of tex-print-file.
9989
9990 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9991
9992 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9993
9994 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9995
9996 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9997 beginning could cause Emacs to hang. Fixed.
9998
9999 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10000
10001 * international/ccl.el (ccl-compile-translate-character): Handle
10002 the case that a tranlation table is CCL register correctly.
10003
10004 * international/mule-cmds.el (select-safe-coding-system):
10005 Hightlight at most 256 characters.
10006
10007 1999-01-18 Dave Love <fx@gnu.org>
10008
10009 * startup.el (command-line): If the init file changes operation to
10010 unibyte, make all buffers unibyte and re-set language environment.
10011
10012 * disp-table.el (standard-display-european): Make all existing
10013 buffers unibyte. Fix doc.
10014
10015 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10016
10017 * wid-edit.el (coding-system): Define this unconditionally.
10018
10019 * simple.el (shell-command-on-region-default-error-buffer): New var.
10020 (shell-command-on-region): Use that variable as interactive
10021 value of ERROR-BUFFER argument.
10022
10023 1999-01-17 Sam Steingold <sds@goems.com>
10024
10025 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10026
10027 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10028
10029 * progmodes/compile.el (compilation-goto-locus): If already in the
10030 compilation buffer's window, keep it in that window.
10031 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10032 (compile-goto-error): Don't play with windows.
10033
10034 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10035 (tex-command): Doc fix.
10036 (tex-compilation-parse-errors): Doc fix.
10037 (tex-generate-zap-file-name): Don't start the name with -.
10038 (tex-expand-files): Works now also with strings ending with ":".
10039
10040 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10041
10042 Patch failed to install:
10043 * gametree.el: Document scoring functionality.
10044 (gametree-score-regexp): Add optional plus sign.
10045 (gametree-score-opener): Replace `:' with `=' as the former
10046 conflicts with gametree-half-ply-regexp.
10047 (gametree-transpose-following-leaves): Add.
10048 (gametree-insert-new-leaf): Make modifying commands barf in read
10049 only buffers.
10050 (gametree-break-line-here): Add a call to
10051 `gametree-transpose-following-leaves'. This maintains the
10052 necessary invariant that on each level all leaf children precede
10053 all nonleaf children. This has always been implied, but left to
10054 the user, and, unfortunately, undocumented.
10055
10056 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10057
10058 * wid-edit.el (plist, alist): New widget types.
10059
10060 1999-01-17 Dave Love <fx@gnu.org>
10061
10062 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10063 fix scope of condition-case therein.
10064
10065 1999-01-17 Andrew Innes <andrewi@gnu.org>
10066
10067 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10068 default-buffer-file-coding-system when file doesn't exist (and
10069 isn't covered by a special case) instead of forcing undecided-dos
10070 against the user's wishes.
10071
10072 * dos-w32.el (direct-print-region-helper): New function based on
10073 direct-print-region-function; sends data to specified printer port
10074 without further translation. Recognize and handle specially the
10075 standard `print' and `nprint' programs, as well as `lpr' and
10076 similar programs. Only write directly to the printer port if no
10077 print program is specified. Work around a bug in Windows 9x
10078 affecting Win32 version of Emacs by invoking command.com to write
10079 to the printer port instead of writing directly.
10080 (direct-print-region-function): Use direct-print-region-helper to
10081 do most of the work.
10082 (direct-ps-print-region-function): New function; analogue of
10083 direct-print-region-function for ps-print.
10084 (ps-lpr-command): Comment out setq; leave as example usage.
10085 (ps-lpr-switches): Ditto.
10086
10087 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10088 and MS-Windows.
10089 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10090 DOS and Windows platforms, to indicate direct printing. Update
10091 the docstring accordingly.
10092
10093 * ps-print.el: (ps-printer-name): Update docstring about usage on
10094 MS-DOS and MS-Windows.
10095 (ps-lpr-command): Update docstring as for lpr-command.
10096 (ps-print-region-function): New variable.
10097 (ps-do-despool): Use it.
10098 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10099 DOS/Windows.
10100
10101 * subr.el (subst-char-in-string): New function.
10102
10103 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10104
10105 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10106
10107 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10108 (bdf-find-font-info): New function, looks for the first readable
10109 file from a list of alternatives.
10110 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10111 instead of bdf-get-font-info.
10112 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10113 to ps-mule-generate-bitmap-glyph.
10114
10115 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10116 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10117 now be a list of alternative names.
10118 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10119 (ps-mule-prepare-font): Likewise.
10120
10121 * international/codepage.el (cp855-decode-table,
10122 cp850-decode-table): Fill some nil entries.
10123
10124 1999-01-16 Dave Love <fx@gnu.org>
10125
10126 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10127 last change.
10128
10129 1999-01-15 Dave Love <fx@gnu.org>
10130
10131 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10132 and change regexp for command names.
10133 (help-xref-go-back, function-called-at-point, symbol-file)
10134 (where-is): Doc fixes.
10135 (help-xref-go-back): Remove interactive spec.
10136 (describe-function-1): Fix message for alias. Buttomize alias
10137 name.
10138
10139 * simple.el (join-line): New alias.
10140
10141 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10142
10143 * forms.el: (forms--show-record): Convert integers to string
10144 expicitly since concat will no longer accept integers.
10145 (forms-print): Use local `total-nb-records' since
10146 `forms--total-records' will be inaccessible after buffer switching.
10147
10148 1998-01-14 Felix Lee <flee@cygnus.com>
10149
10150 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10151
10152 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10153
10154 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10155
10156 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10157
10158 * international/codepage.el (cp850-decode-table): Fix previous change.
10159
10160 1999-01-14 Simon Marshall <simon@gnu.org>
10161
10162 * shell.el (shell-dirtrack-verbose): New custom variable.
10163 (shell-dirstack-message): Use it.
10164
10165 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10166
10167 * international/mule-conf.el: Coding system alias `dos' for
10168 `undecided-dos', `mac' for `undecided-mac'.
10169
10170 * international/mule-cmds.el (describe-language-environment):
10171 Don't alter input-method-alist.
10172
10173 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10174
10175 * international/codepage.el (cp850-decode-table): Replace nil
10176 entries with codes of similary looking glyphs. (Suggested by
10177 Jason Rumney <jasonr@altavista.net>.)
10178
10179 1999-01-13 Dave Love <fx@gnu.org>
10180
10181 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10182
10183 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10184
10185 1999-01-12 Karl Heuer <kwzh@gnu.org>
10186
10187 * files.el (auto-save-hook): Defvar this.
10188
10189 1999-01-12 Alex Schroeder <asc@bsiag.com>
10190
10191 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10192 faces, eliminating the need to load font-lock before loading sql.
10193 (sql-mode-oracle-font-lock-keywords): Likewise.
10194 (sql-mode-postgres-font-lock-keywords): Likewise.
10195
10196 1999-01-11 Dave Love <fx@gnu.org>
10197
10198 * cus-start.el: Add inhibit-eol-conversion.
10199
10200 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10201 the values round.
10202
10203 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10204
10205 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10206 Don't switch to Help mode here.
10207 (temp-buffer-setup-hook): Use help-mode-finish.
10208 (help-mode-setup): New function.
10209 (temp-buffer-setup-hook): Use help-mode-setup.
10210
10211 * progmodes/sql.el: New file.
10212
10213 * files.el (auto-mode-alist): Add sql-mode.
10214
10215 * faces.el (list-faces-display): Improve the formatting
10216 by computing the maximum length required for any face-name.
10217
10218 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10219
10220 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10221
10222 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10223
10224 * term.el (term_send_home): Change the string to
10225 be the same as the one emitted by xterm and consistent with the
10226 ones emitted by prior and next.
10227 (term_send_end): Likewise.
10228
10229 1999-01-10 Dave Love <fx@gnu.org>
10230
10231 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10232 bindings.
10233
10234 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10235
10236 * international/codepage.el (codepage-setup): Doc fix.
10237 (cp-decoding-vector-for-codepage): Likewise.
10238
10239 1999-01-10 Markus Rost <rost@gnu.org>
10240
10241 * cus-edit.el (custom-save-delete): First scan the custom-file.
10242
10243 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10244
10245 * international/iso-transl.el: Define a "function name" for
10246 each translation that isn't ASCII. Use these function names
10247 in iso-transl-char-map.
10248
10249 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10250
10251 * international/mule-util.el (decompose-region): Do decomposition
10252 on temporary unibyte buffer.
10253
10254 * international/mule.el (make-char): Doc-string modified.
10255
10256 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10257
10258 * simple.el (comment-region): Delete spaces only if we
10259 deleted a comment starter.
10260
10261 1999-01-07 Dave Love <fx@gnu.org>
10262
10263 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10264
10265 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10266 like eval-defun does.
10267
10268 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10269
10270 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10271 constructions. Doc fixes.
10272 (generic-create-generic-function): Use defalias, not fset.
10273
10274 * find-func.el: More doc fixes.
10275
10276 1999-01-06 Stephen Eglen <stephen@gnu.org>
10277
10278 * files.el (save-buffers-kill-emacs): Show the list of current
10279 processes before prompting to kill them and exit.
10280
10281 1999-01-06 Dave Love <fx@gnu.org>
10282
10283 * emacs-lisp/find-func.el: Doc fixes.
10284 (find-function-regexp): Extend for define-generic-mode,
10285 define-derived-mode, easy-mmode-define-minor-mode.
10286
10287 1999-01-06 Dave Love <fx@gnu.org>
10288
10289 * progmodes/fortran.el (fortran-window-create): Account for scroll
10290 bar width.
10291
10292 * browse-url.el: Require (noerror) w3-auto when compiling.
10293 (browse-url-maybe-new-window): Make it a macro and revert last
10294 change to callers.
10295 (browse-url-w3): Require w3 for w3-fetch-other-window.
10296
10297 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10298
10299 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10300 argument.
10301
10302 1999-01-06 Simon Marshall <simon@gnu.org>
10303
10304 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10305
10306 * font-lock.el (font-lock-default-fontify-buffer): When using
10307 with-temp-message, use nil rather than current-message.
10308
10309 * lazy-lock.el (lazy-lock-unstall):
10310 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10311 rather than current-message.
10312
10313 * fast-lock.el (fast-lock-save-cache-1):
10314 (fast-lock-cache-data): When using with-temp-message, use nil rather
10315 than current-message.
10316
10317 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10318
10319 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10320 the valid-codes property.
10321
10322 * international/mule-cmds.el (prefer-coding-system): Call
10323 set-coding-priority, so that the internal array of priorities is
10324 also updated.
10325
10326 * international/mule-util.el:
10327 (coding-system-change-eol-conversion,
10328 coding-system-change-text-conversion): Don't define here.
10329
10330 * international/mule-cmds.el: Define them here. Remove the
10331 autoload cookies.
10332
10333 1999-01-06 Andreas Schwab <schwab@gnu.org>
10334
10335 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10336 if it was enabled before.
10337
10338 * view.el (View-revert-buffer-scroll-page-forward): Bind
10339 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10340
10341 * files.el (recover-session): Preserve point when inserting
10342 explanation.
10343
10344 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10345
10346 * cus-edit.el (custom-save-delete): Don't delete whitespace
10347 and comments before the sexp that is replaced.
10348
10349 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10350
10351 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10352
10353 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10354
10355 * vc.el (vc-dired-hook): Use the original value of
10356 dired-move-to-filename-regexp on lines that have not been
10357 reformatted yet.
10358 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10359 file lines have already been reformatted.
10360
10361 1999-01-05 Dave Love <fx@gnu.org>
10362
10363 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10364 buffer-local.
10365
10366 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10367
10368 * progmodes/f90.el: Change of regular expressions for type to
10369 correct highlighting and identation. Some small fixes for
10370 compatibility with XEmacs.
10371
10372 1999-01-05 Stephen Eglen <stephen@gnu.org>
10373
10374 * mspools.el (mspools-vm-system-mail): Provide an alternative
10375 value based on rmail-spool-directory if $MAIL is not defined.
10376
10377 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10378
10379 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10380 (reftex-section-info): Handle negative section levels.
10381 (reftex-view-crossref-extra): New option.
10382 (reftex-view-crossref): Generalized to work in more places.
10383 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10384 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10385 (reftex-view-cite-locations-from-bibtex): New command.
10386 (reftex-view-regexp-match, reftex-global-search,
10387 reftex-global-search-continue): New functions.
10388 (reftex-extract-bib-entries): No error for non-existing BibTeX
10389 file, just a message.
10390 (reftex-extract-bib-entries): Better error handling.
10391 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10392 help and force it on current frame.
10393 (reftex-default-bibliography): New function.
10394 (reftex-access-parse-file): Check consistency after loading a
10395 parse file. When inconsistent, enfore rescan.
10396 (reftex-check-parse-consistency): New function.
10397 (easy-menu-define): Options section drastically shortened.
10398
10399 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10400
10401 * language/thai-util.el (thai-compose-string): New function.
10402
10403 1999-01-04 Inge Frick <inge@nada.kth.se>
10404
10405 * easymenu.el (easy-menu-define): Doc fix.
10406 (easy-menu-create-menu): New keyword :included.
10407 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10408 be an expression, not only a string. Simulate style `button'.
10409 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10410 (easy-menu-define-key-intern): New function.
10411 (easy-menu-add-item): Understand value returned from
10412 easy-menu-item-present-p and easy-menu-remove-item.
10413 (easy-menu-return-item): New function.
10414 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10415
10416 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10417
10418 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10419 Use rmail-output-read-rmail-file-name to read the file name.
10420 Always call rmail-output-to-rmail-file noninteractively.
10421 When count > 1, do the loop here.
10422 Handle rmail-delete-after-output here.
10423 (rmail-summary-output): Similar changes.
10424
10425 * mail/rmailout.el: Provide `rmailout'.
10426 (rmail-output-read-rmail-file-name): New function.
10427 (rmail-output-to-rmail-file): Use that.
10428 (rmail-output-read-file-name): New function.
10429 (rmail-output): Use that.
10430
10431 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10432 Error if wildcard matches no files.
10433
10434 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10435
10436 * menu-bar.el (clipboard-yank): Doc fix.
10437
10438 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10439
10440 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10441
10442 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10443
10444 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10445
10446 * rmail.el (rmail-encode-string): Make sure mask value is
10447 positive; (emacs-pid) returns a negative number on Windows 9x
10448 which causes odd behaviour.
10449
10450 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10451
10452 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10453 and about w32-* variables unless on Windows/NT.
10454
10455 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10456
10457 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10458 if buffer is modified; ask about all modified buffers.
10459
10460 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10461
10462 * simple.el (what-cursor-position): Fix previous change.
10463
10464 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10465
10466 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10467 from paragraph-start.
10468
10469 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10470
10471 * international/mule-cmds.el (prefer-coding-system): If the
10472 argument requires specific EOL conversion type, make the default
10473 coding systems use that.
10474
10475 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10476
10477 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10478 Use shell-command-on-region.
10479 (m4-start-m4, m4-end-m4): Functions deleted.
10480
10481 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10482
10483 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10484
10485 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10486
10487 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10488 to compose-mail in the correct places and as a list.
10489
10490 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10491
10492 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10493 (pages-directory-map): Bind mouse-2
10494 (pages-copy-header-and-position): Put text property.
10495 (pages-directory-goto-with-mouse): New function.
10496
10497 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10498
10499 * international/codepage.el (cp-make-coding-systems-for-codepage):
10500 Doc fix.
10501 (cp-coding-system-for-codepage-1): Likewise.
10502
10503 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10504
10505 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10506 composition sequence correctly here instead of calling
10507 thai-compose-region.
10508
10509 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10510 newline in multibyte buffer, if previous or next character is a
10511 composite char, check the first component of the composite char.
10512
10513 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10514
10515 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10516 and track-mouse.
10517
10518 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10519
10520 * mail/sendmail.el (mail-yank-original): Remove text properties
10521 after insertion.
10522 (mail-yank-region): Barf if no mark is set in the message
10523 being replied to.
10524
10525 * help.el (function-called-at-point): First look for function at point.
10526
10527 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10528
10529 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10530
10531 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10532
10533 * simple.el (what-cursor-position): Print character encoding also.
10534
10535 1998-12-26 Dave Love <fx@gnu.org>
10536
10537 * textmodes/flyspell.el: If local-maps work, don't put
10538 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10539 in flyspell-mouse-map (only).
10540 (flyspell-use-local-map): New variable.
10541 Use a different mouse-2 binding in that case,
10542 and don't add to minor-mode-map-alist.
10543 (make-flyspell-overlay, flyspell-correct-word):
10544 Test flyspell-use-local-map.
10545
10546 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10547
10548 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10549 Be careful about whether to return a relative file name,
10550 and if so, relative to what directory.
10551
10552 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10553
10554 * emacs-lisp/easymenu.el (easy-menu-get-map):
10555 Change global map only if this menu exists in the global map already,
10556 and not in the local map.
10557 (easy-menu-do-add-item): Fix error message.
10558
10559 * foldout.el (foldout-inhibit-key-bindings):
10560 Avoid concatenating onto outline-minor-mode-prefix.
10561 Make a new keymap for that prefix, if it does not already have one.
10562
10563 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10564
10565 * cperl-mode.el:
10566 Can use linear algorithm for indentation if Emacs supports it.
10567 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10568 (cperl-after-block-p): Likewise.
10569 (cperl-after-block-and-statement-beg): Likewise.
10570 (cperl-after-block-p): After END/BEGIN we are a block.
10571 (cperl-after-expr-p): Skip labels when checking
10572 (cperl-indent-region): Make a marker for END - text added/removed.
10573 Disable hooks during the call (how to call them later?).
10574 Now indents 820-line-long function in 6.5 sec (including
10575 syntaxification) the first time (when buffer has few
10576 properties), 7.1 sec the second time.
10577 (cperl-indent-region): Do not indent whitespace lines
10578 (cperl-style-alist)
10579 Include `cperl-merge-trailing-else' where the value is clear.
10580 (cperl-styles-entries): Likewise.
10581 (cperl-problems): Improvements to docs.
10582 (cperl-tips): Likewise.
10583 (cperl-non-problems): Likewise.
10584 (cperl-mode): Make lazy syntaxification possible.
10585 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10586 `font-lock-unfontify-region-function' was set to a wrong function.
10587
10588 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10589 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10590 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10591 but 1<<6 was considered as HERE-doc.
10592 <file/glob> made into a string.
10593 Postpone addition of faces after syntactic step.
10594 Recognition of <FH> was wrong.
10595 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10596 Knows that split// is null-RE.
10597 Highlights separators in 3-parts expressions as labels.
10598 <> was considered as a glob.
10599 Would err if the last line is `=head1'.
10600 $a-1 ? foo : bar; was a considered a regexp.
10601 `<< (' was considered a start of HERE-doc.
10602 mark qq[]-etc sections as syntax-type=string
10603 Was not processing sub protos after a comment ine.
10604 Was treating $a++ <= 5 as a glob.
10605 Tolerate unfinished REx at end-of-buffer.
10606 `unwind-protect' was left commented.
10607 / and ? after : start a REx.
10608
10609 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10610 Better default, customizes to `message' too, off in text-mode.
10611
10612 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10613 `defface'd.
10614 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10615 `defface'd.
10616 (cperl-emacs-can-parse): New state variable.
10617 (cperl-indent-line): Corrected to use global state.
10618 (cperl-calculate-indent): Likewise.
10619 (cperl-fix-line-spacing): Likewise (not used yet).
10620 (cperl-calculate-indent): Did not consider `,' as
10621 continuation mark for statements.
10622 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10623 Remove another parse-data optimization at toplevel: would
10624 indent correctly.
10625 Correct for labels when calculating indentation of continuations.
10626 Docstring updated.
10627 (cperl-choose-color): Converted to a function (to be
10628 compilable in text-mode).
10629 (cperl-dark-background): Disable without window-system.
10630 Do `defface' only if window-system.
10631 (cperl-fix-line-spacing): Sped up to bail out early.
10632 (x-color-defined-p): Was not compiling on XEmacs
10633 Was defmacro'ed with a tick. Remove another def.
10634 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10635 (cperl-unwind-to-safe): New function.
10636 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10637 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10638 long strings (not very successful).
10639 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10640 Highlight the starting // in s//foo/ as function-name.
10641 Emit a meaningful error instead of a cryptic one for an
10642 uncomplete REx near end-of-buffer.
10643
10644 (cperl-electric-keyword): `qr' recognized.
10645 (cperl-electric-else): Likewise
10646 (cperl-to-comment-or-eol): Likewise
10647 (cperl-make-regexp-x): Likewise
10648 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10649 Corrected to use new macros;
10650 `if' for copying `reference-face' to `constant-face' was backward.
10651 remove init `font-lock-other-emphasized-face',
10652 `font-lock-emphasized-face', `font-lock-keyword-face'.
10653 Interpolate `cperl-invalid-face'.
10654 (cperl-make-regexp-x): Misprint in a message.
10655 (cperl-syntaxify-unwind): New configuration variable
10656 (cperl-fontify-m-as-s): New configuration variable
10657 (cperl-electric-pod): Check for after-expr was performed
10658 inside of POD too.
10659 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10660 (cperl-clobber-mode-lists): New configuration variable.
10661 (cperl-not-bad-style-regexp): Updated.
10662 Init: `cperl-is-face' was busted.
10663 (cperl-make-face): New macros.
10664 (cperl-force-face): New macros.
10665 (font-lock-other-type-face): Done via `defface' too.
10666 (cperl-nonoverridable-face): New face. Renamed from
10667 `font-lock-other-type-face'.
10668 (cperl-init-faces-weak): Use `cperl-force-face'.
10669 (cperl-comment-indent): Commenting __END__ was not working.
10670 (cperl-indent-for-comment): Likewise.
10671 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10672 When removing old TAGS info was not relativizing filename.
10673 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10674 Another try to work around XEmacs problems. Better progress messages.
10675 (toplevel): Require custom unprotected => failure on 19.28.
10676 (cperl-xemacs-p): Defined when compile too
10677 (cperl-find-tags): Was writing line/pos in a wrong order,
10678 pos off by 1 and not at beg-of-line.
10679 (cperl-etags-snarf-tag): New macro
10680 (cperl-etags-goto-tag-location): New macro
10681 (cperl-version): New variable. New menu entry
10682 random docstrings: References to "future" 20.3 removed.
10683 Menu was described as `CPerl' instead of `Perl'
10684 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10685 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10686 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10687 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10688 `font-lock-reference-face', `font-lock-keyword-face'.
10689 Use `eval-after-load'.
10690 Remove not-CPerl-related faces.
10691 (cperl-tips-faces): New variable and an entry into Mini-docs.
10692 (cperl-indent-exp): Was not processing else-blocks.
10693 (cperl-get-state): NOP line removed.
10694 (cperl-ps-print): New function and menu entry.
10695 (cperl-ps-print-face-properties): New configuration variable.
10696 (cperl-invalid-face): New configuration variable.
10697 (perl-font-lock-keywords): Highlight trailing whitespace
10698 (cperl-contract-levels): Documentation corrected.
10699 (cperl-contract-level): Likewise.
10700 (cperl-ps-extend-face-list): New macro.
10701 (cperl-invalid-face): Change to ''underline.
10702
10703 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10704
10705 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10706 for read-file-name.
10707 (rmail-output-to-rmail-file): Likewise.
10708
10709 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10710
10711 * emacs-lisp/easymenu.el (easy-menu-get-map):
10712 If MENU is nil, use global menu-bar map.
10713 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10714 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10715
10716 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10717
10718 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10719
10720 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10721
10722 * ps-print.el (ps-print-version): New version number (4.1.3).
10723
10724 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10725
10726 * international/mule-cmds.el: Use make-sparse-keymap instead of
10727 define-prefix-key when defining MULE menu items.
10728
10729 * info.el (Info-node-at-bob-matching): New function.
10730 (Info-find-node, Info-build-node-completions): Call it.
10731
10732 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10733
10734 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10735 when this is an autoloaded keymap.
10736
10737 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10738
10739 * international/codepage.el (cp-coding-system-for-codepage-1):
10740 Create separate encoders and decoders, for DOS and Unix. Make the
10741 usual family of 3 coding systems, so that automatic detection of
10742 EOL type works.
10743 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10744 Unix-specific symbols here, and don't call
10745 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10746 Handa <handa@etl.go.jp>.)
10747
10748 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10749
10750 * term/internal.el (IT-character-translations): New variable, an
10751 alist used to display characters for which there's no glyphs in
10752 the current codepage.
10753 (IT-display-table-setup): New function, sets up the DOS terminal
10754 for a given codepage.
10755 (dos-codepage-setup): New function, sets up the MULE environment
10756 for the current value of dos-codepage.
10757 (top-level if): In the multibyte mode, turn on
10758 unibyte-display-via-language-environment. In the unibyte mode,
10759 set up the special syntax tables to map lower- to upper case and
10760 back.
10761
10762 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10763
10764 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10765 (speedbar-frame-plist) Remove useless comments.
10766 (speedbar-frame-mode) Do not specify height if it is in the param list.
10767 Use default y position w/out changing it.
10768 If default x position is a list, keep, calculate the non-list X
10769 value when devining an initial position.
10770 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10771 (speedbar-tag-group-name-minimum-length): New variable.
10772 (speedbar-frame-parameter): New compatibility function.
10773 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10774 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10775 groups to keep things in the right order, and to help with some
10776 naming conventions.
10777 (speedbar-create-tag-hierarchy): Enable buffer local version of
10778 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10779 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10780 the case, derive it from the cursor location in speedbar.
10781
10782 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10783
10784 * international/mule-cmds.el (set-language-environment): On MS-DOS
10785 terminals, install DOS-specific nonascii-translation-table if the
10786 language info doesn't specify one. Pass the default eol-type to
10787 set-language-environment-coding-systems.
10788 (set-default-coding-systems): Copy the eol-type property for the
10789 new default values of {buffer-file,process}-coding-system from the
10790 old defaults.
10791 (set-language-environment-coding-systems): Accept an optional
10792 argument EOL-TYPE, and set the eol-type property of the default
10793 coding systems accordingly.
10794 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10795 (set-keyboard-coding-system): Likewise.
10796 (set-default-coding-systems): Don't set
10797 default-terminal-coding-system on MS-DOS to anything but nil.
10798 (prefer-coding-system): Describe in the doc string that
10799 default-terminal-coding-system is not changed on MS-DOS.
10800 (set-language-environment): For MS-DOS, set standard syntax table
10801 and display table for all characters with code above 127.
10802 (standard-display-european-internal): For MS-DOS, pass all
10803 characters with code above 127 directly to the terminal, and don't
10804 remap characters 160 and 146 in the unibyte case.
10805
10806 * international/codepage.el: New file.
10807
10808 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10809
10810 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10811 comments.
10812
10813 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10814
10815 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10816
10817 * subr.el (read-passwd): Likewise.
10818
10819 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10820
10821 * info.el (Info-find-node): Add 1 to the position read from the
10822 tag table. Don't fail if the node delimiter ^_ is the first
10823 character in the file.
10824 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10825 first character in the file.
10826 (Info-read-subfile): Likewise.
10827 (Info-select-node): Likewise.
10828 (Info-build-node-completions): Likewise.
10829
10830 1998-12-16 Richard Stallman <rms@gnu.org>
10831
10832 * term/x-win.el (x-cut-buffer-or-selection-value):
10833 If clipboard is enabled, try it before PRIMARY selection.
10834
10835 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10836
10837 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10838 insert c-cedilla and C-cedilla respectively, like in latin-1.
10839
10840 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10841
10842 * language/hebrew.el: Don't use sublists in the flags argument
10843 passed to make-coding-system.
10844
10845 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10846
10847 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10848 list of character sets found by find-charset-region.
10849
10850 * ps-mule.el: Always require ps-print. Move some function
10851 definitions for Emacs 20.2 and the earlier to ps-print.el.
10852 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10853
10854 * ps-print.el: Define several functions for Emacs 20.2 and the
10855 earlier version.
10856 (ps-printer-name): Check if printer-name is bound.
10857
10858 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10859
10860 * ps-mule.el: Programming uniformization and little code improvement.
10861 (ps-mule-prepare-font): Programming uniformization.
10862 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10863 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10864
10865 * ps-bdf.el: Programming uniformization and little code improvement.
10866 (bdf-search-and-read): New fun.
10867 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10868 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10869 (bdf-info-relative-compose, bdf-info-baseline-offset)
10870 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10871 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10872 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10873 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10874 improvement.
10875
10876 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10877
10878 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10879 and mule related code extraction. Autoload ps-mule funs.
10880
10881 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10882 (ps-mule-prologue-generated): New fun.
10883 (ps-mule-plot-string): Add autoload cookie.
10884 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10885
10886 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10887
10888 * ps-bdf.el: Require ps-mule instead of ps-print.
10889 (bdf-directory-list): Add autoload cookie.
10890
10891 * ps-mule.el: New file. Mule related code extracted from
10892 ps-print.el. Require ps-print, provide ps-mule.
10893 (ps-multibyte-buffer): Add autoload cookie.
10894 (ps-mule-prepare-ascii-font): New fun.
10895 (ps-mule-set-ascii-font): New fun.
10896 (ps-mule-skip-same-charset): Fun deleted.
10897 (ps-mule-plot-string): Set ps-mule-current-charset.
10898 (ps-mule-initialize): Add autload cookie. Don't set
10899 ps-mule-font-info-database here.
10900 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10901 ps-mule-font-info-database and ps-control-or-escape-regexp.
10902 (ps-mule-begin-page): New fun.
10903
10904 * ps-print.el: Mule related code moved to ps-mule.el.
10905 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10906 check ps-mule-charset-list.
10907 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10908 ps-mule-begin-page.
10909 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10910 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10911 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10912 instead skip same charsets by itself.
10913 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10914 non-nil. Call ps-mule-begin-job.
10915
10916 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10917
10918 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10919 instead of bdf.
10920
10921 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10922 (ps-mule-external-libraries): New element FEATURE.
10923 (ps-mule-init-external-library): Ajusted for the above change.
10924 (ps-mule-generate-font): Likewise.
10925 (ps-mule-generate-glyphs): Likewise.
10926 (ps-mule-prepare-font): Likewise.
10927 (ps-mule-initialize): Likewise.
10928 (ps-begin-file): Superfluous tailing parenthesis deleted.
10929
10930 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10931
10932 * international/fontset.el (x-decompose-font-name): If PATTERN
10933 doesn't have any wild cards, return a vector made from a name that
10934 is found by x-resolve-font-name found. Comments added.
10935
10936 * international/mule-cmds.el (find-coding-systems-for-charsets):
10937 Handle the case of unknown charset.
10938 (find-multibyte-characters): If invalid multibyte characters are
10939 found, return the corresponding strings instead of character
10940 codes.
10941 (find-multibyte-characters): Adjusted for the above change.
10942 (select-safe-coding-system): For a unibyte buffer, always returns
10943 DEFAULT-CODING-SYSTEM.
10944 (get-charset-property): Fix previous change. Make it a function.
10945 (put-charset-property): Make it a function.
10946
10947 * international/mule.el (make-coding-system): Set mime-charset
10948 property of *-with-esc coding system to nil.
10949
10950 * international/quail.el (quail-point-in-conversion-region): New
10951 function.
10952 (quail-conversion-backward-delete-char): When a key sequence is
10953 being translated, call quail-delete-last-char.
10954
10955 * language/devan-util.el
10956 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10957 handle devanagari-decomposition-rules.
10958
10959 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10960
10961 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10962 tex-start-options-string to empty string.
10963 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10964
10965 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10966
10967 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10968 5xx responses are already handled properly).
10969
10970 1998-12-13 Richard Stallman <rms@gnu.org>
10971
10972 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10973 on a non-digit in the file name.
10974
10975 * simple.el (comment-region): Handle comment-padding
10976 separately for insertion and for deletion, in the right way for each.
10977
10978 1998-12-13 Felix Lee <flee@cygnus.com>
10979
10980 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10981 regexp to match "ChangeLog:1:1998-12-09 ..."
10982
10983 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10984
10985 * cus-start.el (dos-unsupported-char-glyph): Add.
10986
10987 1998-12-11 Dave Love <fx@gnu.org>
10988
10989 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10990 forward-sexp in condition-case.
10991
10992 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10993 Remove unnecessary test on `library' for explicit file name.
10994 Widen scope of save-match-data.
10995
10996 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10997
10998 * international/mule.el (load-with-code-conversion): If the loaded
10999 file was inserted with no-conversion or raw-text coding system,
11000 make the buffer unibyte.
11001
11002 1998-12-09 Richard Stallman <rms@gnu.org>
11003
11004 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11005 Get rid of nested loops.
11006
11007 * mouse.el (mouse-drag-vertical-line):
11008 If WHICH-SIDE is not `right', then scroll bars are on the left.
11009
11010 * loadhist.el (load-history-loaded): defvar moved to help.el.
11011
11012 * help.el (symbol-file-load-history-loaded): Variable renamed,
11013 and defvar moved from loadhist.el.
11014 (symbol-file): Renamed from describe-function-find-file.
11015 Load fns-VERSION.el here.
11016 (describe-variable, describe-function-1): Use symbol-file.
11017
11018 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11019 Don't start the name with #.
11020
11021 * ispell.el: Take out the eval-when's.
11022
11023 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11024
11025 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11026 (dirtrack): Run it. Make debug message more verbose.
11027
11028 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11029
11030 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11031 name of the abbrev table, and provide support for XEmacs.
11032 (octave-xemacs-p): New variable.
11033
11034 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11035
11036 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11037 exit, when mail-interactive is nil.
11038
11039 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11040
11041 * files.el (after-find-file): Message fix.
11042
11043 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11044
11045 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11046
11047 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11048
11049 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11050 filenames using backslashes.
11051
11052 1998-12-09 Dave Love <fx@gnu.org>
11053
11054 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11055 with correct number of args.
11056 (browse-url-maybe-new-window): New arg. Callers changed.
11057
11058 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11059 comment.
11060
11061 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11062
11063 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11064
11065 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11066
11067 * vc.el (vc-rcs-release): Fix Type.
11068 (vc-sccs-release): Fix Type.
11069 (vc-cvs-release): Fix Type.
11070
11071 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11072 arg work right.
11073
11074 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11075 output of last undeleted message.
11076
11077 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11078
11079 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11080 (buffer-undo-list) [windows-nt]: Use different relative path.
11081
11082 1998-12-07 Simon Marshall <simon@gnu.org>
11083
11084 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11085
11086 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11087
11088 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11089
11090 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11091
11092 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11093
11094 * info.el (Info-menu): Don't return error if point is between menu
11095 header and first menu item.
11096
11097 1998-12-04 Dave Love <fx@gnu.org>
11098
11099 * help.el (describe-function-1): Fix description for alias.
11100
11101 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11102
11103 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11104 specifications from summary line.
11105
11106 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11107 (close-rectangle): Define alias only once in loaddefs.el.
11108
11109 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11110
11111 * term/internal.el: Remove code which sets up a special syntax
11112 table for non-ASCII characters.
11113
11114 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11115
11116 * dos-w32.el (direct-print-region-function): Try to ensure that
11117 printer-name is expanded to a file name on a local drive;
11118 sometimes printing a file loaded from a network volume fails.
11119 (direct-print-region-function): Add a function to
11120 write-region-annotate-functions to append a formfeed character to
11121 the region being printed, if the region doesn't end with a
11122 formfeed already. This avoids creating a second print job
11123 containing a blank page when print spooling is enabled on Windows.
11124
11125 1998-12-02 Dave Love <fx@gnu.org>
11126
11127 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11128 `Info-goto-node'.
11129
11130 1998-12-02 Richard Stallman <rms@gnu.org>
11131
11132 * help.el (temp-buffer-resize-mode): Doc fix.
11133
11134 * cus-edit.el (custom-save-delete): Save point before
11135 reading a sexp, rather than backing up.
11136
11137 * international/iso-transl.el: Fix previous change.
11138
11139 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11140
11141 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11142 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11143 Added defvars to suppress compilation warnings.
11144
11145 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11146
11147 * ispell.el: Improved and fixed customize for variables:
11148 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11149 ispell-dictionary-alist, ispell-skip-sgml.
11150 Improved and fixed comments in variables and messages for
11151 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11152 ispell-menu-map, ispell-checking-message, ispell-parser,
11153 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11154 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11155 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11156 ispell-message-text-end, ispell-add-per-file-word-list.
11157 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11158 system is now required for all languages. Casechars improved for
11159 castellano, castellano8, and norsk dictionaries. Dictionary
11160 norsk7-tex added. Dictionary polish added.
11161 (ispell-dictionary-alist): Redefined at load-time to support
11162 dictionary changes.
11163 (ispell-menu-map): Redefined at load-time to support menu changes.
11164 (ispell-check-version): New alias for `check-ispell-version'.
11165 (ispell-parse-output): Fixed matching for ispell error messages.
11166 Correctly returns spelling suggestions in order generated by ispell
11167 process.
11168 (check-ispell-version): Ensure `case-fold-search' doesn't get
11169 redefined.
11170 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11171 redefined. Fix bug that didn't respect case of word being completed.
11172 (ispell-init-process): Set process coding system to be compatible
11173 with emacs processes and the ispell process.
11174 (ispell-kill-ispell): Ensures ispell process has terminated before
11175 starting new process. This can otherwise confuse process filters
11176 and hang the ispell process.
11177 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11178 skipping support for sgml.
11179 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11180 which could cause `ispell-complete-word' to hang.
11181 (ispell-message): Improved message reference matching. Ensure
11182 `case-fold-search' doesn't get redefined.
11183 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11184 get redefined. Fixed bug in returning to nroff mode from tex mode.
11185 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11186 get redefined.
11187
11188 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11189
11190 * textmodes/flyspell.el (flyspell-check-word-p):
11191 Don't delay inside a kbd macro.
11192
11193 * subr.el (make-local-hook): Return the hook variable.
11194
11195 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11196
11197 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11198 Use a timer instead of post-command-hook.
11199 (hscroll-timer): New variable.
11200
11201 1998-11-30 Dave Love <fx@gnu.org>
11202
11203 * help.el (help-xref-button): Do nothing if text already has the
11204 help-xref property.
11205 (describe-variable): Revert previous change to hyperlink to source.
11206
11207 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11208
11209 * bindings.el (features): Add `base64' to this list.
11210
11211 * loadhist.el (symbol-file): Doc fix.
11212
11213 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11214
11215 * files.el (hack-one-local-variable): Cope with non-file buffers.
11216
11217 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11218
11219 * help.el (describe-mode): Put major mode first.
11220
11221 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11222 to support special-display and same-window features.
11223
11224 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11225
11226 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11227 bound in one function and used in the other.
11228 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11229 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11230
11231 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11232
11233 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11234
11235 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11236
11237 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11238 Give format correct control string.
11239
11240 * international/mule.el (define-translation-table): Fix bug of
11241 setting incorrect translation-table-id. If the first element of
11242 ARGS is a translation table, just register it.
11243
11244 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11245 property.
11246
11247 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11248
11249 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11250 syntax table to determine what is whitespace.
11251
11252 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11253
11254 * frame.el (frame-parameter): Doc fix.
11255
11256 * textmodes/tex-mode.el (tex-feed-input): New function.
11257 (tex-define-common-keys): Add binding for C-c C-m.
11258
11259 1998-11-23 Dave Love <fx@gnu.org>
11260
11261 * progmodes/fortran.el: Various minor doc fixes.
11262 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11263 (fortran-with-subprogram-narrowing): New macro.
11264 (fortran-check-for-matching-do): Use it.
11265 (fortran-end-do): Use fortran-check-end-prog-re.
11266 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11267 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11268
11269 1998-11-23 Simon Marshall <simon@gnu.org>
11270
11271 * font-lock.el (font-lock-defaults): Doc fix.
11272 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11273 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11274
11275 * lazy-lock.el (lazy-lock-unstall):
11276 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11277
11278 * fast-lock.el (fast-lock-save-cache-1):
11279 (fast-lock-cache-data): Rewritten to use with-temp-message.
11280
11281 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11282
11283 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11284 messages that have been added with DOS line endings and convert
11285 the line endings for such messages.
11286
11287 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11288
11289 * help.el: Add resizing of temporary buffers.
11290 (temp-buffer-resize-mode): New command and variable.
11291 (temp-buffer-max-height): New variable.
11292 (resize-temp-buffer-window): New function.
11293
11294 * window.el (window-buffer-height): New function, split from
11295 shrink-window-if-larger-than-buffer.
11296 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11297
11298 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11299
11300 * frame.el (initial-frame-alist): Add defcustom.
11301
11302 * shell.el (shell-prompt-pattern): Add defcustom.
11303
11304 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11305
11306 * message.el (message-ignored-supersedes-headers): Remove
11307 NNTP-Posting-Date.
11308
11309 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11310
11311 * help.el (describe-mode): Don't avoid loop indirecting thru
11312 value of INDICATOR.
11313
11314 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11315
11316 * help.el (describe-variable): Allow any variable with a defcustom,
11317 even if it is not a user variable.
11318
11319 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11320
11321 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11322
11323 * gnus/nntp.el (nntp-request-group): Allow for failures when
11324 requesting a new group.
11325
11326 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11327
11328 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11329
11330 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11331
11332 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11333
11334 1998-11-19 Simon Marshall <simon@gnu.org>
11335
11336 * subr.el (with-temp-message): New macro.
11337
11338 * emacs-lisp/lisp-mode.el (with-temp-message):
11339 Add lisp-indent-function property.
11340
11341 1998-11-18 Dave Love <fx@gnu.org>
11342
11343 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11344
11345 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11346
11347 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11348 This is not obsolete.
11349
11350 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11351
11352 * textmodes/picture.el: Make a new map by make-keymap.
11353 (picture-desired-column): New variable.
11354 (picture-update-desired-column): New function.
11355 (picture-beginning-of-line): Set picture-desired-column to 0.
11356 (picture-end-of-line): Set picture-desired-column to the current
11357 column.
11358 (picture-forward-column): Pay attention to multi-column character.
11359 (picture-backward-column): Likewise.
11360 (picture-move-down): Likewise.
11361 (picture-move-up): Likewise.
11362 (picture-movement-nw): With prefix arg, move twice columns.
11363 (picture-movement-ne): Likewise.
11364 (picture-movement-sw): Likewise.
11365 (picture-movement-se): Likewise.
11366 (picture-set-motion): Handle two-column movements.
11367 (picture-move): Call picture-move-down or picture-forward-column
11368 only when necessary.
11369 (picture-insert): Pay attention to picture-desired-column.
11370 (picture-self-insert): Likewise.
11371 (picture-clear-column): Pay attention to multi-column character.
11372 (picture-mode): Modify doc-string for two-column movement.
11373
11374 * rect.el (move-to-column-force): New function.
11375 (operate-on-rectangle): If coerce-tabs is non-nil, call
11376 move-to-column-force instead of move-to-column.
11377 (insert-rectangle): Call move-to-column-force instead of
11378 move-to-column.
11379 (open-rectangle-line): If begextra is not zero, call
11380 move-to-column-force.
11381
11382
11383 1998-11-16 Dave Love <fx@gnu.org>
11384
11385 * textmodes/sgml-mode.el Require skeleton when compiling.
11386 (sgml-font-lock-keywords-1): Accept single-letter tags.
11387 (v2): Defvar free variable.
11388
11389 1998-11-16 Sam Steingold <sds@goems.com>
11390
11391 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11392 macro, not ELisp one.
11393
11394 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11395
11396 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11397 characters to symbol.
11398
11399 * language/japan-util.el (japanese-zenkaku-region): New optional
11400 arg KATAKANA-ONLY.
11401
11402 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11403
11404 * international/mule.el
11405 (after-insert-file-set-buffer-file-coding-system): If the buffer
11406 is changed to unibyte, return inserted bytes.
11407
11408 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11409 and link names if necessary.
11410 (tar-header-block-summarize): Handle the case that file or link
11411 names are multibyte.
11412 (tar-summarize-buffer): At first set the current buffer unibyte,
11413 then if there are multibyte file names, change it to multibyte.
11414 (tar-mode): Get char position from tar-header-offset.
11415 (tar-extract): Avoid multibyte<->unibyte conversion in
11416 insert-buffer-subsring by setting both buffers unibyte
11417 temporarily.
11418 (tar-copy): Set the buffer unibyte while doing a work. Write
11419 without code conversion.
11420 (tar-expunge): Set the buffer unibyte while doing a work.
11421 (tar-alter-one-field): Likewise.
11422 (tar-clear-modification-flags): Compare byte position with
11423 tar-header-offset.
11424 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11425 insert-buffer-subsring by setting both buffers unibyte
11426 temporarily. Pay attention to multibyteness while updating the
11427 descriptor-line.
11428 (tar-mode-write-file): Write without code conversion.
11429
11430 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11431
11432 * nngateway.el: Require cl.
11433
11434 1998-11-15 Dave Love <fx@gnu.org>
11435
11436 * progmodes/fortran.el: Fix previous change:
11437 (fortran-end-prog-re1): Changed.
11438 (fortran-check-end-prog-re): New function.
11439 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11440
11441 1998-11-13 Tom Breton <tob@world.std.com>
11442
11443 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11444 GNU Emacs.
11445
11446 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11447
11448 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11449 fixed.
11450 (reftex-toc-toggle-file-boundary,
11451 reftex-toc-toggle-labels,
11452 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11453 (reftex-toc-include-labels, reftex-toc-include-context,
11454 reftex-toc-include-file-boundaries,
11455 reftex-toc-keep-other-windows): New options.
11456 (reftex-use-text-after-label-as-context): Option removed.
11457 (reftex-extract-bib-entries): Protect use in non-latex
11458 buffers.
11459 (reftex-toc-visit-location): Renamed from
11460 `reftex-toc-visit-line'.
11461 (reftex-latin1-to-ascii): Works now with and without Mule.
11462 (reftex-truncate): Removed special stuff for Emacs 20.2.
11463 (reftex-get-offset): Made more general.
11464 (reftex-show-label-location): Renamed from
11465 `reftex-select-label-callback'.
11466 (reftex-pop-to-label): Function removed (using
11467 `reftex-show-label-location' instead.
11468 (reftex-insert-docstruct): Renamed from
11469 `reftex-make-and-insert-label-list'. Function args changed.
11470 (reftex-toc): Now uses `reftex-insert-docstruct' and
11471 `reftex-find-start-point'.
11472 (reftex-select-item): Use `reftex-find-start-point'.
11473 (reftex-toc-visit-line): Can display labels and file
11474 boundaries.
11475 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11476
11477 1998-11-12 Sam Steingold <sds@goems.com>
11478
11479 * browse-url.el (browse-url): Handle the case when
11480 `browse-url-browser-function' is a lambda list.
11481
11482 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11483
11484 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11485 version string.
11486 * loadhist.el (symbol-file): Likewise
11487
11488 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11489
11490 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11491
11492 1998-11-11 Sam Steingold <sds@goems.com>
11493
11494 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11495 `run-lisp' instead of signalling an error.
11496
11497 1998-11-11 Karl Heuer <kwzh@gnu.org>
11498
11499 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11500
11501 1998-11-11 Richard Stallman <rms@gnu.org>
11502
11503 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11504
11505 1998-11-11 Per Starback <starback@update.uu.se>
11506
11507 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11508 renamed svenska8 to svenska, and fixed and extended CASECHARS
11509 for it.
11510
11511 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11512
11513 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11514 handling if setpagedevice is not available.
11515 (ps-begin-file): Fix typo.
11516
11517 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11518
11519 * international/mule-util.el (compose-chars-component): Signal
11520 error if CH is a rule-based composition character.
11521 (compose-chars): Signal error if an already compsed character is
11522 going to be composed by rule-base.
11523
11524 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11525 full XLFD, don't try to get information of WEIGHT and SLANT from
11526 that font name.
11527
11528 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11529
11530 * dos-w32.el (set-default-process-coding-system): Use function on
11531 before-init-hook to set default-process-coding-system based on
11532 enable-multibyte-characters.
11533
11534 * term/w32-win.el ([language-change]): For now ignore
11535 keyboard language-change events.
11536
11537 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11538
11539 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11540 convert-standard-file-name, but leave the results of
11541 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11542 characters if the original name already exists, or has a special
11543 handler.
11544
11545 1998-11-10 Karl Heuer <kwzh@gnu.org>
11546
11547 * international/iso-insert.el: Delete autoload cookies.
11548
11549 * international/iso-transl.el: Add autoload cookies.
11550
11551 1998-11-10 Richard Stallman <rms@gnu.org>
11552
11553 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11554 (ispell-process-line): Don't treat multibyte
11555
11556 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11557
11558 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11559 setpagedevice to specify the page size if setpagedevice is
11560 available. This is necessary to select the correct paper tray on
11561 Level 2 printers with multiple paper sizes available.
11562
11563 (ps-begin-file): Cope with font names that contain spaces, and
11564 call BeginDoc in a BeginSetup/EndSetup block.
11565
11566 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11567
11568 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11569 convert-standard-filename.
11570
11571 * loadhist.el (symbol-file): Run fns-VERSION.el through
11572 convert-standard-filename.
11573
11574 1998-11-06 Richard Stallman <rms@gnu.org>
11575
11576 * textmodes/texinfmt.el (texinfo-format-scan):
11577 Detect the case of two @-commands in a row; process just the first.
11578 (texinfo-append-refill): If line has a @c, insert the @refill
11579 before it.
11580 (texinfo-format-refill): Return with point where the @refill was.
11581
11582 * files.el (hack-local-variables): Test local-enable-local-variables.
11583 (hack-local-variables-prop-line): Likewise.
11584 (set-auto-mode): Don't test local-enable-local-variables here.
11585 (enable-local-variables): Doc fix.
11586 (local-enable-local-variables): Doc fix.
11587 (normal-mode): Doc fix.
11588
11589 1998-11-06 Karl Heuer <kwzh@gnu.org>
11590
11591 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11592
11593 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11594
11595 * simple.el (line-number-mode): Doc fix.
11596
11597 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11598
11599 * international/fontset.el (create-fontset-from-fontset-spec):
11600 Give correct arg to `error'.
11601
11602 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11603
11604 * textmodes/sgml-mode.el (html-mode): Doc fix.
11605 (sgml-name-8bit-mode): Fix missing format character in message string.
11606
11607 1998-11-05 Karl Heuer <kwzh@gnu.org>
11608
11609 * mail/sendmail.el (sendmail-send-it): Check for failure.
11610
11611 1998-11-05 Richard Stallman <rms@gnu.org>
11612
11613 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11614
11615 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11616 (close-rectangle): Define as alias.
11617
11618 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11619
11620 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11621
11622 1998-11-05 Dave Love <fx@gnu.org>
11623
11624 * help.el (describe-variable): Don't quote link to source.
11625
11626 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11627
11628 * gud.el (gud-common-init): Use pop-to-buffer.
11629 (same-window-regexps): Add an element that matches all gud buffers.
11630
11631 1998-11-04 Jason Rumney <jasonr@altavista.net>
11632
11633 * term/w32-win.el (x-get-selection-value): Alias to
11634 x-cut-buffer-or-selection-value.
11635 (w32-standard-fontset-spec): New variable.
11636 (w32-create-initial-fontsets, mouse-set-font): Check whether
11637 new-fontset is available.
11638 (w32-use-w32-font-dialog): Enable use of set-variable.
11639
11640 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11641
11642 * vc.el (with-vc-file, edit-vc-file): New macros.
11643
11644 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11645
11646 * international/quail.el (quail-show-guidance-buf): Call
11647 set-minibuffer-window to set minibuffer window of the current
11648 frame correctly.
11649
11650 1998-11-03 Theodore Jump <tjump@tertius.com>
11651
11652 * term/w32-win.el: Require fontset.
11653
11654 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11655
11656 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11657 (set-face-font-auto): Ditto.
11658
11659 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11660
11661 * mouse.el (mouse-drag-region): Fix typo.
11662
11663 1998-11-02 Dave Love <fx@gnu.org>
11664
11665 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11666 (fortran-fontify-string): New function.
11667 (fortran-font-lock-keywords-1): Use it.
11668
11669 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11670
11671 * comint.el (comint-file-name-quote-list): Doc fix.
11672
11673 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11674
11675 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11676 build directory, not source directory.
11677
11678 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11679 if we did not get one for the final move.
11680
11681 1998-11-01 Dave Love <fx@gnu.org>
11682
11683 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11684 Don't funcall browse-url-browser-function.
11685
11686 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11687 Don't funcall browse-url-browser-function.
11688
11689 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11690
11691 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11692
11693 * files.el (revert-buffer): Doc fix.
11694
11695 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11696
11697 * textmodes/tex-mode.el (tex-start-options-string):
11698 Quote the backslashes with more backslashes.
11699
11700 1998-10-31 Dave Love <fx@gnu.org>
11701
11702 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11703 (webjump): Don't funcall browse-url-browser-function.
11704
11705 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11706
11707 * international/quail.el (quail-start-translation): Handle
11708 switching of the frame in read-key-sequence.
11709 (quail-start-conversion): Likewise.
11710 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11711 windows before setting an appropriate window for it.
11712 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11713 quail-guidance-win to nil.
11714 (quail-update-guidance): If quail-guidance-buf is not in the
11715 selected frame, call quail-show-guidance-buf again.
11716
11717 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11718
11719 * progmodes/pascal.el (pascal-mode):
11720 `blink-matching-paren-dont-ignore-comments' set to t.
11721
11722 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11723
11724 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11725
11726 1998-10-30 Dave Love <fx@gnu.org>
11727
11728 * vc.el (vc-backend-merge-news): Check for "P" output.
11729
11730 * help.el (describe-variable): Hyperlink the definition.
11731
11732 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11733
11734 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11735 (sh-set-shell): Likewise.
11736
11737 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11738
11739 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11740 (edebug-on-error): Fix customize type to match that of
11741 debug-on-error.
11742
11743 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11744
11745 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11746 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11747
11748 * international/mule-cmds.el (select-message-coding-system): Doc
11749 fix.
11750
11751 * international/mule-diag.el (describe-coding-system): Describe
11752 all flags.
11753
11754 * mail/sendmail.el (sendmail-coding-system,
11755 default-sendmail-coding-system): Doc fix.
11756
11757 * simple.el (shell-command-on-region): Doc fix.
11758
11759 * loadup.el: Write fns-*.el in current directory instead of
11760 data-directory since no installation directory exists yet. Mark
11761 buffer unmodified afterwards.
11762
11763 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11764 instead of data-directory since it is architecture dependent.
11765 (load-history-loaded): Update doc string.
11766
11767 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11768
11769 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11770 path as a default directory when canonicalizing names.
11771
11772 * w32-fns.el: Remove a dangling reference to a directory on the
11773 build machine.
11774
11775 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11776
11777 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11778 namespace related keywords such as `class', `body', `private',
11779 `variable', `namespace eval', etc.
11780 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11781 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11782 imenu and font-lock so that searches for \sw would find words
11783 containing colons.
11784
11785 * progmodes/etags.el (initialize-new-tags-table):
11786 Do not alter find-tag-marker-ring and tags-location-ring.
11787
11788 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11789
11790 * term/w32-win.el: Require fontset.
11791 (w32-init-fontsets): New function (code from x-win.el).
11792
11793 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11794
11795 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11796 calendar-and-diary-frame-parameters): Add title parameter.
11797
11798 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11799
11800 * completion.el (dynamic-completion-mode): New function to enable
11801 the mode. (Just loading the file now does not change anything.)
11802
11803 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11804
11805 * ps-print.el: User option for multibyte buffer handling and doc fix.
11806 (ps-multibyte-buffer): New user option.
11807 (ps-setup): Print new user option.
11808 (ps-print-quote): New fun.
11809 (ps-color-p, ps-mule-font-info-database-latin): New var.
11810 (ps-default-color, ps-mule-font-info-database)
11811 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11812 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11813 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11814 Little code improvement.
11815 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11816 (ps-print-prologue-header, ps-font-family, ps-font-size)
11817 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11818 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11819 (ps-mule-external-libraries, ps-mule-init-external-library)
11820 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11821 Doc fix.
11822 (ps-print-version): New version number (4.1.1) and doc fix.
11823 (ps-print-prologue-header): New user option.
11824 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11825 Conditional compilation for GNU Emacs and emacsens.
11826 (ps-generate-postscript-with-faces): Skip invisible text better.
11827 (ps-setup): Print new user option.
11828 (ps-print-preprint): Check if input file name exists and is unwritable.
11829 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11830 and insert user PostScript prologue header comments.
11831 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11832 New funs.
11833 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11834 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11835 PostScript programming normalization.
11836 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11837 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11838 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11839 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11840 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11841 Programming style normalization.
11842
11843 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11844
11845 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11846 version, check the value of mule-version.
11847
11848 * international/mule-util.el (compose-region): Insert then delete
11849 to preserve markers.
11850 (decompose-region): Use search-forward for efficiency.
11851
11852 * language/chinese.el (pre-write-encode-hz): Cancel previous
11853 change, use generate-new-buffer instead of get-buffer-create.
11854 * language/devan-util.el
11855 (in-is13194-devanagari-pre-write-conversion): Likewise.
11856 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11857 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11858 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11859
11860 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11861
11862 * mail/rmailsum.el (rmail-message-subject-p):
11863 Handle message whose header has not been reformatted.
11864
11865 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11866
11867 1998-10-25 Jason Rumney <jasonr@altavista.net>
11868
11869 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11870 New variables.
11871 (mouse-set-font): Use font menus instead of dialog according to
11872 w32-use-w32-font-dialog.
11873
11874 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11875
11876 * calendar/calendar.el (calendar-day-name-array): Add doc string
11877 correctly!
11878 (calendar-month-name-array): Add doc string correctly!
11879
11880 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11881
11882 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11883
11884 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11885
11886 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11887
11888 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11889
11890 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11891
11892 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11893
11894 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11895
11896 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11897
11898 1998-10-21 Karl Heuer <kwzh@gnu.org>
11899
11900 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11901 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11902 (profile-filter, profile-reset-timer): Functions deleted.
11903 (profile-check-zero-init-times, profile-get-time): Likewise.
11904 (profile-find-function, profile-quit): Likewise.
11905 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11906 (profile-time-list, profile-init-list): Doc fix.
11907 (profile-functions): Simplify.
11908 (profile-print): Use float. Make output include space separators.
11909 (profile-add-time): New helper function.
11910 (profile-function-prolog): Renamed from profile-start-function.
11911 Handle profile-distinct.
11912 (profile-function-epilog): Renamed from profile-update-function.
11913 Handle profile-distinct.
11914 (profile-a-function): If the function to be profiled is an
11915 autoload form, load it. If it's lazy-loaded, fetch it.
11916 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11917 (profile-restore-fun): Arg FUN is now a function symbol, as was
11918 documented, rather than a one-element list.
11919 (profile-finish): Call profile-restore-fun properly.
11920
11921 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11922
11923 * international/characters.el: Setup charset property
11924 nospace-between-words.
11925
11926 * international/mule-cmds.el (get-charset-property): If CHARSET is
11927 composition, return nil.
11928 (put-charset-property): If CHARSET is composition, do nothing.
11929
11930 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11931 * language/devan-util.el
11932 (in-is13194-devanagari-pre-write-conversion): Likewise.
11933 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11934 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11935 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11936
11937 * textmodes/fill.el (sentence-end-without-period): New variable.
11938 (canonically-space-region): Pay attention to
11939 sentence-end-without-period.
11940 (fill-find-break-point): The first argument CHARSET deleted.
11941 Caller changed.
11942 (fill-region-as-paragraph): Pay attention to charset property
11943 nospace-between-words and text property nospace-between-words.
11944
11945 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11946
11947 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11948 an unrecognized shell.
11949
11950 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11951
11952 * desktop.el (desktop-save): Include minor modes symbolically.
11953 (desktop-create-buffer): Turn on all minor modes in `mim'.
11954
11955 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11956
11957 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11958 (sh-font-lock-keywords): Handle rpm and rpm2.
11959 (sh-ancestor-alist): Handle rpm.
11960
11961 * files.el (auto-mode-alist): Recognize .rpm files.
11962 Also .spec and .mspec files.
11963
11964 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11965
11966 * faces.el (frame-set-background-mode): Enable the function for
11967 MSDOS frames.
11968
11969 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11970
11971 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11972 (calendar-month-name-array): Add doc string.
11973
11974 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11975
11976 * simple.el (kill-ring-max): Increased to 60.
11977
11978 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11979
11980 * international/characters.el: Setup auto-fill-chars.
11981
11982 * international/kinsoku.el (kinsoku): Check the variable
11983 enable-kinsoku.
11984
11985 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11986 Don't call kinsoku directly, intead call fill-find-break-point.
11987
11988 * textmodes/fill.el: Setup `fill-find-break-point-function'
11989 property to character sets which require `kinsoku' processing for
11990 filling.
11991 (fill-find-break-point): New function.
11992 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11993 Don't call kinsoku directly, intead call fill-find-break-point.
11994
11995 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11996
11997 * faces.el (modify-face-read-string): Return (nil) for "none".
11998 (modify-face): Don't get error if (nil) is the argument.
11999 (face-try-color-list): Don't check whether nil is a valid color.
12000
12001 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12002
12003 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12004 Print message about each directory, even in batch mode.
12005
12006 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12007
12008 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12009 (ps-mule-string-char): No need to use sref.
12010 (ps-mule-next-index): No need to use sref.
12011
12012 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12013
12014 * files.el (revert-buffer-internal-hook): Add defvar.
12015
12016 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12017
12018 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12019
12020 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12021
12022 * international/mule-cmds.el (default-input-method): Fix custom type.
12023
12024 * net-utils.el (whois-server-list): Fix customization type.
12025
12026 * shell.el (shell-input-autoexpand): Fix customization group.
12027
12028 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12029
12030 * repeat.el (repeat): Handle keyboard macros properly.
12031 Handle new prefix arg after self-insert command.
12032
12033 * repeat.el: Don't include cl even at compile time.
12034 (repeat): Avoid using `loop'.
12035
12036 * simple.el (shell-command-on-region): Doc fix.
12037 (next-history-element): Special error message if no default.
12038
12039 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12040
12041 * ps-print.el (ps-print-buffer): Doc fix.
12042 (ps-despool): Likewise.
12043
12044 * arc-mode.el (arc-mode): Provide arc-mode.
12045
12046 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12047
12048 * ps-print.el (ps-print-buffer): Doc fix.
12049
12050 1998-10-14 Dave Love <fx@gnu.org>
12051
12052 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12053 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12054 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12055
12056 * progmodes/fortran.el (fortran-mode-map): Change "Join
12057 Continuation Line" to "Join Line".
12058 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12059
12060 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12061
12062 * progmodes/fortran.el (fortran-join-line): Use
12063 `delete-indentation' instead of issuing an error message if not on
12064 a continuation line. Provide for joining several lines using
12065 prefix arg.
12066
12067 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12068
12069 * term/pc-win.el (msdos-color-values): New variable.
12070 (x-color-values): New function, emulates its namesake from
12071 src/xfns.c.
12072 (msdos-bg-mode): Add all dark colors to those which return
12073 "dark".
12074
12075 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12076
12077 * replace.el (keep-lines, flush-lines, how-many):
12078 Don't ignore case if arg has upper case letters.
12079
12080 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12081
12082 * progmodes/vhdl-mode.el
12083 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12084 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12085 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12086 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12087 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12088 (vhdl-when): Fix indentation problem.
12089 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12090 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12091 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12092
12093 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12094
12095 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12096 (ls-lisp-insert-directory): Renamed from insert-directory.
12097 (insert-directory): New function.
12098
12099 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12100
12101 * simple.el (completion-fixup-function): Variable deleted.
12102 (completion-setup-function): Delete code for completion-fixup-function.
12103 * emacs-lisp/lisp.el (lisp-complete-symbol):
12104 Don't bind completion-fixup-function.
12105
12106 * files.el (find-file-wildcards): New option.
12107 (find-file-noselect): Handle wild cards, if enabled.
12108 (file-expand-wildcards): New function.
12109
12110 * simple.el (set-fill-column): Doc fix.
12111
12112 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12113
12114 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12115
12116 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12117
12118 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12119 Move declaration before first use.
12120 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12121 hif-math, hif-factor): Rename token to hif-token and token-list to
12122 hif-token-list.
12123 (hif-token, hif-token-list): Declare them.
12124 (hif-find-ifdef-block): Return cons of top and bottom point
12125 instead of setting dynamically bound variables.
12126 (hide-ifdef-block, show-ifdef-block): Use return value of
12127 hif-find-ifdef-block.
12128
12129 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12130
12131 * subr.el (read-passwd): Use clear-this-command-keys.
12132
12133 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12134
12135 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12136 and ...-for-write.
12137
12138 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12139
12140 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12141 responses to GROUP command, since this may be called from a timer
12142 with quit inhibited.
12143
12144 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12145
12146 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12147 set unconditional-jump to nil.
12148 (ccl-compile-read-multibyte-character): Return nil.
12149 (ccl-compile-write-multibyte-character): Likewise.
12150 (ccl-compile-translate-character): Likewise
12151 (ccl-compile-map-multiple): Likewise.
12152 (ccl-compile-map-single): Likewise.
12153
12154 * international/kinsoku.el: Add coding tag.
12155 (kinsoku-bol): Remove superfluous TAB in a string.
12156
12157 * international/mule-cmds.el (find-coding-systems-for-charsets):
12158 Delete `composition' (if any) from CHARSETS.
12159
12160 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12161
12162 * international/mule-cmds.el (setup-specified-language-environment):
12163 Add apropos-inhibit property.
12164 (describe-specified-language-support): Likewise.
12165
12166 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12167
12168 * international/mule.el (make-coding-system): Create -with-esc
12169 variant coding system.
12170
12171 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12172
12173 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12174 (next-file): Optionally offer to revert a file's buffer,
12175 if it has an existing buffer but the file has changed.
12176
12177 * info.el (Info-insert-dir): Detect and report problems
12178 in input files, such as "No Top node". Return with point
12179 at the beginning of the text.
12180 (Info-find-node): Reinsert the code to handle files
12181 with no tags table; it was deleted by mistake.
12182
12183 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12184
12185 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12186 texinfo-find-higher-level-node repeatedly find the same node.
12187 (texinfo-find-higher-level-node): Doc fix.
12188
12189 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12190
12191 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12192 (smtpmail-address-buffer): Add defvar.
12193 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12194
12195 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12196
12197 * ffap.el (ffap-machine-p-local): Fix editing error.
12198
12199 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12200
12201 * faces.el (frame-set-background-mode):
12202 Don't do anythung for text-only or MSDOS frame.
12203
12204 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12205
12206 * international/quail.el (quail-defrule): New optional arg APPEND.
12207 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12208
12209 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12210
12211 * gnus/pop3.el (pop3-open-server):
12212 Set process-coding-system-alist around open-network-stream.
12213
12214 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12215
12216 * files.el (save-buffer): Doc fix.
12217
12218 1998-10-07 Karl Heuer <kwzh@gnu.org>
12219
12220 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12221 return DEF unchanged, not nil. Simplify.
12222
12223 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12224
12225 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12226
12227 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12228
12229 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12230
12231 * net-utils.el (ftp, nslookup): Require comint.
12232 (network-service-connection): Likewise.
12233 (whois-server-name): Defaults to whois.arin.net
12234 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12235 (whois): Tries to guess the appropriate top-level domain server.
12236 (whois-get-tld): New function.
12237
12238 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12239 (dirtrack-debug-toggle): Added this function.
12240
12241 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12242
12243 * files.el (find-file-noselect): Switch to the correct buffer
12244 before checking find-file-literally, and allow non-nil non-t
12245 rawfile params.
12246
12247 1998-10-06 Karl Heuer <kwzh@gnu.org>
12248
12249 * midnight.el (clean-buffer-list): Add autoload cookie.
12250
12251 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12252 no-autosave.
12253 * tar-mode.el (tar-mode-revert): Likewise.
12254 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12255 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12256 * gnus/message.el (message-auto-save-directory): Renamed from
12257 message-autosave-directory. All references changed.
12258
12259 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12260
12261 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12262 string. Expose mime stuff while searching.
12263
12264 1998-10-06 Richard Stallman <rms@gnu.org>
12265
12266 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12267
12268 * replace.el (perform-replace): Position point properly
12269 before and after the recursive edit of C-r.
12270
12271 * progmodes/etags.el (tags-reset-tags-tables): Properly
12272 find the markers in the old rings that are being discarded.
12273
12274 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12275
12276 * apropos.el (apropos-print): Control invalid characters.
12277
12278 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12279 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12280 confusing customize.
12281
12282 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12283
12284 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12285 built-in commands. Add more built-in commands and fix face names.
12286
12287 1998-10-05 Simon Marshall <simon@gnu.org>
12288
12289 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12290
12291 1998-10-04 Eric Ludlam <zappo@gnu.org>
12292
12293 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12294 customization since it is not useful in this case.
12295 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12296 sure it gets evalled to a number. Also verify that set-frame-name
12297 fn exists before calling it.
12298
12299 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12300 Protect a `forward-sexp' call which could fail, and improved regex
12301 for ie, and eg abbreviations.
12302
12303 1998-10-02 Noah Friedman <friedman@splode.com>
12304
12305 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12306 send-string.
12307 (rlogin-send-Ctrl-D): Here also.
12308 (rlogin-send-Ctrl-Z): Here also.
12309 (rlogin-send-Ctrl-backslash): Here also.
12310
12311 1998-10-02 Dave Love <fx@gnu.org>
12312
12313 * outline.el (hide-region-body): Bind
12314 outline-view-change-hook to nil while making repeated calls to
12315 outline-flag-region. Run it once at the end.
12316 (hide-other, hide-sublevels, show-children): Likewise.
12317
12318 * info-look.el: Remove duplicate scheme-mode entry.
12319 (info-lookup-make-completions): When looking for entries, check
12320 that `item' isn't null or "Menu".
12321
12322 1998-10-01 Karl Heuer <kwzh@gnu.org>
12323
12324 * net-utils.el: Don't require ffap.
12325 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12326 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12327
12328 1998-09-30 Richard Stallman <rms@gnu.org>
12329
12330 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12331
12332 * imenu.el (imenu--generic-function): Sort each submenu by position.
12333 (imenu--sort-by-position): New function.
12334
12335 * cus-edit.el (Custom-mode-menu): Fix info node name.
12336 (customize group): Fix info node name.
12337
12338 * mail/mailalias.el (build-mail-aliases): Don't allow
12339 a newline in the alias name. Don't define an alias
12340 if the definition would be empty.
12341
12342 * which-func.el (which-func-mode-global): Make :set function
12343 more reliable.
12344
12345 * custom.el (custom-set-variables): Load the requests first,
12346 then check the symbol's `set' function.
12347
12348 * ffap.el: Doc fixes.
12349
12350 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12351
12352 * gnus.el: (gnus-valid-select-methods): Fix type.
12353 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12354 * gnus-score.el (gnus-orphan-score): Fix type.
12355 (gnus-score-default-header, gnus-score-default-type): Fix type.
12356 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12357 (gnus-saved-headers): Fix type.
12358
12359 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12360 Avoid nil value of `two-lines-citation-part'.
12361
12362 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12363
12364 * which-func.el (which-function): Handle case when
12365 (car imenu--index-alist) is nil.
12366
12367 1998-09-29 Dave Love <fx@gnu.org>
12368
12369 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12370 bzip2 args.
12371
12372 1998-09-29 Simon Marshall <simon@gnu.org>
12373
12374 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12375 comint-exec-hook.
12376
12377 1998-09-29 Stephen Eglen <stephen@gnu.org>
12378
12379 * info-look.el: Add support for Octave.
12380
12381 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12382
12383 * textmodes/reftex.el (reftex-finding-files): New customize group.
12384 (reftex-texpath-environment-variables,
12385 reftex-use-external-file-finders, reftex-external-file-finders,
12386 reftex-search-unrecursed-path-first): New options.
12387 (reftex-process-string, reftex-find-file-externally): New
12388 functions.
12389 (reftex-access-search-path): Execute shell commands to find the
12390 search path.
12391 (reftex-toggle-auto-view-crossref): When turning on, make sure
12392 `reftex-auto-view-crossref' becomes non-nil.
12393 (reftex-abbrev-regexp): Constant removed.
12394 (reftex-convert-string): Abbrev regexp calculated locally.
12395
12396 1998-09-28 Dave Love <fx@gnu.org>
12397
12398 * progmodes/fortran.el: Don't call regexp-opt when deriving
12399 font-lock patterns with keywords that aren't all literal.
12400
12401 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12402
12403 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12404 the form `octave.bin:1>' which come from using precopiled binary
12405 versions.
12406
12407 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12408
12409 * help.el (help-for-help): Use %THIS-KEY%.
12410 (help-quit): Add doc.
12411
12412 * help-macro.el (make-help-screen): Keep HELP-TEXT
12413 in a separate function definition, not in the help command FNAME.
12414 Replace %THIS-KEY% with the key sequence that ran FNAME.
12415
12416 1998-09-25 Richard Stallman <rms@gnu.org>
12417
12418 * textmodes/texinfo.el (texinfo-show-structure):
12419 Bind inhibit-read-only.
12420
12421 * isearch.el (isearch-search-and-update): Properly
12422 handle upper case letters in the reverse-search special case.
12423
12424 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12425
12426 * gnus.el: Extend the list of autoloaded functions.
12427
12428 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12429 buffer before creating help group. (from Gnus v5.6.43, fix by
12430 1998-08-20 Per Starback <starback@update.uu.se>)
12431
12432 * gnus-util.el (gnus-output-to-rmail): Adjust to
12433 `rmail-output-to-rmail-file'.
12434
12435 1998-09-25 Karl Heuer <kwzh@gnu.org>
12436
12437 * hexl.el (hexl-mode-map): More of previous change.
12438
12439 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12440 (tex-start-tex): Don't use tex-start-options-string in star case.
12441 Quote file name in star case as well as in non-star.
12442 Add blank and quoting of option string here.
12443 (tex-start-options-string): Not here.
12444
12445 1998-09-23 Karl Heuer <kwzh@gnu.org>
12446
12447 * term.el (term-delimiter-argument-list): Doc fix.
12448 (term-emulate-terminal): Escape literal semicolon.
12449 * progmodes/asm-mode.el (asm-mode): Doc fix.
12450 (asm-comment-char): Escape literal semicolon.
12451 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12452
12453 1998-09-23 Richard Stallman <rms@gnu.org>
12454
12455 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12456 only those that normally modify the buffer.
12457
12458 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12459 over again.
12460
12461 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12462
12463 * ispell.el (check-ispell-version): Ensure same buffer is current
12464 when let-binding of case-fold-search ends.
12465
12466 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12467
12468 * ps-print.el: Skip invisible overlay.
12469 Test for set-buffer-multibyte rather than using mule-version.
12470 (ps-print-version): New version number (4.1) and doc fix.
12471 (ps-generate-postscript-with-faces): Skip invisible overlay.
12472
12473 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12474
12475 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12476
12477 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12478
12479 * international/quail.el (quail-update-guidance): Check for the
12480 return value of (quail-guidance) fixed.
12481 (quail-update-translation): Bind quail-current-str locally when it
12482 calls quail-update-guidance.
12483 (quail-update-translation): If input-method-exit-on-first-char is
12484 non-nil, terminate translation only when the current input method
12485 is simple.
12486
12487 1998-09-22 Paul Eggert <eggert@twinsun.com>
12488
12489 * startup.el (locale-translation-file-name): Prefer X-related names
12490 to the name used by GNU/Linux sans X. Set to nil if no file found.
12491 (command-line): Use locale-translation-file-name if it is not nil,
12492 instead of testing for its existence again.
12493 regexp-quote the ctype before using it in a regexp.
12494 Allow a colon to appear after the ctype in the aliases file,
12495 as is done in X11R6.4.
12496
12497 1998-09-21 Richard Stallman <rms@gnu.org>
12498
12499 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12500
12501 * calendar/appt.el (appt-interval): Variable deleted.
12502 (appt-check): For minutes in between appt-display-interval times,
12503 do check, but don't display anything except an updated mode line.
12504 Count against appt-display-interval based on minutes since
12505 first display of this appointment, not based on time of day.
12506 If appt-display-mode-line, force mode line redisplay
12507 whenever appt-mode-string has changed.
12508 (appt-add, appt-delete): Add autoload cookies.
12509 (appt-check): Catch errors from calling `diary'.
12510 (appt-max-time): Renamed from max-time.
12511 (appt-now-displayed, appt-display-count): New variables.
12512 (appt-timer): Don't create one if we already have one.
12513
12514 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12515 More general code to use the source buffer instead of the zap file.
12516
12517 * hilit-chg.el (highlight-compare-with-file): Renamed from
12518 compare-with-file.
12519
12520 * loadhist.el (load-history-loaded): New variable.
12521 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12522
12523 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12524
12525 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12526 Fix error messages.
12527
12528 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12529
12530 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12531 Emacs frame.
12532
12533 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12534
12535 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12536 `undecided' and `undecided-unix'.
12537
12538 1998-09-21 Dave Love <fx@gnu.org>
12539
12540 * help.el (help-make-xrefs): Fix typo affecting Info references.
12541
12542 * subr.el (remove-hook): Check list values to avoid errors.
12543
12544 1998-09-18 Noah Friedman <friedman@splode.com>
12545
12546 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12547 store string in eldoc-last-message without consing a new string.
12548 Rearrange logic from nested if's into cond's.
12549 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12550 Do not print message; just return string.
12551 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12552 Do not print message; just return string.
12553 Cache that string in eldoc-last-data.
12554 (eldoc-last-data): Make into a vector.
12555 (eldoc-get-fnsym-args-string): Use new data form of structure.
12556 (eldoc-get-var-docstring): Here also.
12557 (eldoc-last-data-store): New function.
12558 (eldoc-get-fnsym-args-string): Use it.
12559 (eldoc-get-var-docstring): Here also.
12560 (eldoc-docstring-first-line): Minimize interim string consing.
12561 Call substitute-command-keys on the result.
12562 (eldoc-print-var-docstrings, eldoc-print-docstring,
12563 eldoc-docstring-message): Functions removed.
12564 (eldoc-docstring-format-sym-doc): New function, functionality
12565 ripped out of eldoc-docstring-message.
12566 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12567
12568 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12569
12570 * international/mule.el (make-coding-system): Doc-string modified.
12571
12572 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12573
12574 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12575
12576 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12577 customize type.
12578
12579 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12580 type.
12581
12582 * progmodes/compile.el (compilation-error-screen-columns): New
12583 variable.
12584 (compilation-next-error-locus): Use it to decide whether to use
12585 forward-char or move-to-column.
12586
12587 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12588
12589 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12590 feedmail-fiddle-plex-user-list,
12591 feedmail-spray-address-fiddle-plex-list,
12592 feedmail-prompt-before-queue-user-alist,
12593 feedmail-prompt-before-queue-help-supplement,
12594 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12595 feedmail-queue-alternative-mail-header-separator): Fix customize
12596 type.
12597
12598 * startup.el (site-run-file): Fix customize type.
12599
12600 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12601 customize type.
12602
12603 * shell.el (shell-input-autoexpand): Fix customize type.
12604
12605 * ps-print.el (ps-font-info-database): Add missing dots in value.
12606 Improve layout of customize type.
12607
12608 * net-utils.el (traceroute-program-options, ping-program-options,
12609 ipconfig-program-options, netstat-program-options,
12610 arp-program-options, route-program-options,
12611 nslookup-program-options, ftp-program-options): Fix customize
12612 type.
12613
12614 * midnight.el (clean-buffer-list-kill-regexps,
12615 clean-buffer-list-kill-buffer-names,
12616 clean-buffer-list-kill-never-buffer-names,
12617 clean-buffer-list-kill-never-regexps): Fix customize type.
12618
12619 * man.el (Man-init-defvars): Avoid trailing nil on
12620 Man-filter-list.
12621
12622 * lpr.el (printer-name): Fix customize type.
12623
12624 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12625
12626 * international/mule-cmds.el (reset-language-environment): Call
12627 update-coding-systems-internal.
12628
12629 * international/mule-conf.el: Call update-coding-systems-internal
12630 at the tail.
12631
12632 1998-09-14 Dave Love <fx@gnu.org>
12633
12634 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12635 use the menu-enable properties, pending doing it correctly and
12636 acceptably fast.
12637
12638 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12639
12640 1998-09-13 Dave Love <d.love@dl.ac.uk>
12641
12642 * progmodes/hideshow.el (hs-grok-mode-type): Check
12643 comment-{start,end} non-nil as well as bound. Report an error if
12644 we can't grok the mode.
12645
12646 1998-09-13 Richard Stallman <rms@gnu.org>
12647
12648 * simple.el (blink-matching-open): Don't log paren matching
12649 messages in *Messages*.
12650
12651 1998-09-12 Richard Stallman <rms@gnu.org>
12652
12653 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12654 Set point-before-scroll at end even if there was an error.
12655
12656 * ange-ftp.el (ange-ftp-insert-file-contents):
12657 Use binary mode for dumb-unix hosts as for unix hosts.
12658 (ange-ftp-copy-file-internal): Likewise.
12659
12660 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12661
12662 * emacs-lisp/pp.el: Doc fixes.
12663
12664 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12665 (widget-choose): Don't use single-char shortcuts if # items
12666 exceeds that many. Use minibuffer instead.
12667
12668 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12669
12670 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12671
12672 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12673
12674 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12675 in terminal mode.
12676
12677 1998-09-10 Noah Friedman <friedman@splode.com>
12678
12679 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12680 defcustom declaration. It's wreaking too much havoc with XEmacs
12681 and older versions of Emacs, which share this code.
12682
12683 * type-break.el (type-break-mode): Here also.
12684
12685 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12686 `t' to add-hook also to modify the new local value.
12687
12688 1998-09-10 Dave Love <fx@gnu.org>
12689
12690 * vc.el (vc-insert-headers): Doc fix.
12691
12692 1998-09-10 Richard Stallman <rms@gnu.org>
12693
12694 * textmodes/flyspell.el (flyspell-mode-on): Make the
12695 ispell-... variables permanent locals.
12696 (flyspell-mode-off): Add autoload cookie.
12697
12698 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12699 do use binary mode, just as for `unix'.
12700 (ange-ftp-host-type): If HOST is nil, return `unix'.
12701
12702 * dired.el (dired-mark-files-containing-regexp):
12703 Don't scan directories. Ignore non-readable files.
12704
12705 * progmodes/compile.el (compilation-error-regexp-alist):
12706 Fix previous change: allow . and _ in command name.
12707
12708 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12709
12710 * uncompress.el (uncompress-while-visiting):
12711 Use just the car of what find-operation-coding-system returns.
12712
12713 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12714
12715 * shell.el (shell-file-name-quote-list): Add # to the value.
12716
12717 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12718
12719 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12720 to make killing of ispell process work even if
12721 kill-all-local-variables has been run.
12722
12723 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12724
12725 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12726 loop when sexp entry ends at end of file with no newline.
12727
12728 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12729
12730 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12731 (Custom-reset-standard): Fix menu inconsistency.
12732
12733 * mail/feedmail.el (feedmail-from-line): Allow t.
12734 (feedmail-message-id-suffix): Allow nil.
12735
12736 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12737 Simplify. Make prefix arg work right.
12738
12739 1998-09-09 Dave Love <fx@gnu.org>
12740
12741 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12742
12743 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12744
12745 1998-09-08 Dave Love <fx@gnu.org>
12746
12747 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12748 stuff only after file names or at start of line. Allow parens
12749 around e-mail, as well as angles.
12750
12751 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12752 ignore-errors too, eval'd when compile. Require w3 stuff at load
12753 time for nicer failure if it's not available.
12754
12755 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12756
12757 * comint.el (comint-arguments): Ignore backslashes when using
12758 w32 shells that expect backslashes as the directory separator.
12759
12760 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12761
12762 * international/fontset.el (resolved-ascii-font): New variable.
12763 (x-complement-fontset-spec): By side effect, set
12764 `resolved-ascii-font' to the resolved name of ASCII font."
12765 (create-fontset-from-fontset-spec): Don't get a value for
12766 resolved-ascii-font from the list full-fontlist. It is set by
12767 x-complement-fontset-spec now.
12768
12769 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12770 version, check the value of mule-version.
12771
12772 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12773
12774 * textmodes/reftex.el (reftex-view-crossref): Split up into
12775 several functions. No longer moves to find a macro.
12776 (reftex-view-cr-cite, reftex-view-cr-ref,
12777 reftex-end-of-bib-entry): New functions.
12778 (reftex-auto-view-crossref): New value `window' allowed.
12779 (reftex-view-crossref-when-idle): Process new `window' option in
12780 (reftex-translate-to-ascii-function): New default.
12781 (reftex-label-illegal-re): Default changed, removed Latin1.
12782 (reftex-latin1-to-ascii): New function.
12783 (reftex-what-environment): Check for section regexp before use.
12784 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12785 absolute path names.
12786 (reftex-TeX-master-file): Changed sequence of file checks.
12787 (reftex-do-citation): bibview cache only with RefTeX mode on.
12788
12789 1998-09-06 Richard Stallman <rms@gnu.org>
12790
12791 * progmodes/compile.el (compilation-error-regexp-alist):
12792 In first pattern (GNU utilities and other things),
12793 allow a space after the optional program name at the beginning.
12794
12795 * mail/mail-hist.el (mail-hist-current-header-contents):
12796 Fix previous change: use mail-header-end.
12797
12798 1998-09-06 Bill Richter <richter@math.nwu.edu>
12799
12800 * international/ccl.el: Doc fixes.
12801 * international/encoded-kb.el: Doc fixes.
12802 * international/fontset.el: Doc fixes.
12803 * international/kinsoku.el: Doc fixes.
12804 * international/kkc.el: Doc fixes.
12805 * international/mule-cmds.el: Doc fixes.
12806 * international/mule-conf.el: Doc fixes.
12807 * international/mule-util.el: Doc fixes.
12808 * international/mule.el: Doc fixes.
12809
12810 1998-09-05 Eric Ludlam <zappo@gnu.org>
12811
12812 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12813 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12814 (checkdoc-this-string-valid-engine): Permit ? as terminating
12815 punctuation for first line sentence breaking.
12816 (checkdoc-this-string-valid): When converting a comment into a doc
12817 string, make sure " chars are \".
12818 (checkdoc-sentencespace-region-engine): Only do double space check
12819 if based on the variable `sentence-end-double-space'
12820 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12821 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12822
12823 1998-09-04 Richard Stallman <rms@gnu.org>
12824
12825 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12826 Recognize define-skeleton as a function definer.
12827
12828 * cus-edit.el (customize-option): Refuse to customize
12829 a variable that has no defcustom. But if variable is autoloaded,
12830 first try to load the library that defines it.
12831
12832 * international/iso-insert.el: Use `string' before calling `insert'
12833 so that in multibyte buffers we insert multibyte chars.
12834
12835 * dired.el (dired-mark-files-containing-regexp):
12836 Don't use find-file; instead, insert the file in a temp buffer.
12837
12838 * textmodes/tex-mode.el (tex-start-options-string): New option.
12839 (tex-start-tex): Use that variable.
12840
12841 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12842 value in the `repeat' alternative a list.
12843
12844 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12845 the inserted newline, verify that one was really inserted.
12846
12847 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12848 remains on or remains off.
12849 (flyspell-multi-language-p): Default changed to nil.
12850
12851 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12852 In "found in comment" case, don't beginning-of-line after forward-line.
12853
12854 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12855 If the function definition is not a lambda, return original FORM
12856 with no error.
12857
12858 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12859
12860 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12861 so that by default netstat shows all network connections.
12862
12863 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12864
12865 * international/quail.el: Doc fixes.
12866
12867 * info.el (info): Don't add parens if FILE already has them.
12868
12869 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12870
12871 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12872 on extension lines.
12873
12874 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12875
12876 * w32-fns.el (w32-shell-dos-semantics): New function.
12877
12878 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12879
12880 * international/quail.el (quail-choose-completion-string): Store
12881 completion `choice' in `quail-current-str'; don't insert it.
12882
12883 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12884
12885 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12886 argument to ps-mule-generate-bitmap-font.
12887
12888 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12889 entry and change Latin-1 entry in the default value.
12890 (ps-mule-font-info-database-ps-bdf): New variable.
12891 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12892 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12893 registerd in FONT-SPEC.
12894 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12895 charcter width of bitmap fonts.
12896 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12897 procedure NF.
12898 (ps-begin-file): Output PostScript code for setting
12899 SpaceWidthRatio.
12900 (ps-plot-region): Use line-beginning-position to get a position of
12901 the beginning of the current line.
12902
12903 * international/mule-cmds.el (register-input-method): Doc-string
12904 modified.
12905
12906 1998-09-01 Dave Love <fx@gnu.org>
12907
12908 * international/mule-cmds.el (current-language-environment): Fix
12909 setter function.
12910
12911 1998-09-01 Simon Marshall <simon@gnu.org>
12912
12913 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12914 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12915 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12916 names with font-lock-type-face. Fontify type specs, etc., with
12917 font-lock-keyword-face.
12918
12919 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12920
12921 * international/fontset.el (x-complement-fontset-spec): If ASCII
12922 font is specified in FONTLIST, don't substitute it for the
12923 resolved name.
12924
12925 1998-08-31 Paul Eggert <eggert@twinsun.com>
12926
12927 * international/mule.el (charset-description): Doc fix.
12928
12929 * language/chinese.el, language/cyrillic.el, language/czech.el,
12930 language/devanagari.el, language/ethiopic.el,
12931 language/european.el, language/hebrew.el, language/indian.el,
12932 language/japanese.el, language/korean.el, language/lao.el,
12933 language/slovak.el, language/thai.el, language/tibetan.el,
12934 language/vietnamese.el:
12935 Add coding: local variable, to avoid bootstrapping problem
12936 if you need to recompile all the Lisp files using interpreted code.
12937
12938 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12939
12940 * cal-china.el (chinese-year-cache): Change range of years from
12941 1989-2000 to 1990-2010.
12942
12943 1998-08-29 Dave Love <d.love@dl.ac.uk>
12944
12945 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12946 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12947
12948 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12949
12950 * ps-print.el (ps-print-control-characters): Doc-string modified.
12951 (ps-output-string-prim): Comment format changed.
12952 (ps-do-despool): Indentation of source code changed.
12953
12954 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12955
12956 * subr.el (sref): Make it an alias of aref. Make the
12957 byte-compiler warn that it is obsolete.
12958 (char-bytes): Make the byte-compiler warn that it is obsolete.
12959
12960 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12961 Calculate the total bytes using position-bytes instead of
12962 char-bytes.
12963
12964 1998-08-27 Karl Heuer <kwzh@gnu.org>
12965
12966 * snmp-mode.el: New file.
12967 * files.el (auto-mode-alist): Add snmp-mode patterns.
12968
12969 1998-08-27 Karl Eichwalder <ke@suse.de>
12970
12971 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12972
12973 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12974
12975 * calendar/diary-lib.el (diary-block): Doc fix..
12976 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12977
12978 1998-08-27 Richard Stallman <rms@gnu.org>
12979
12980 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12981 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12982 Clear appt-mode-string if we don't put something in it.
12983
12984 1998-08-27 Dave Love <fx@gnu.org>
12985
12986 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12987 dired-local-variables-file for dired-x.
12988
12989 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12990 for compressed library files too.
12991
12992 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12993
12994 * language/european.el ("Latin-1"): Modify `documentation' key value.
12995 ("Latin-2"): Likewise.
12996
12997 1998-08-26 Karl Heuer <kwzh@gnu.org>
12998
12999 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13000
13001 1998-08-26 Albert L. Ting <alt@artisan.com>
13002
13003 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13004 (mail-hist-current-header-contents): Use mail-text-start.
13005
13006 1998-08-26 Richard Stallman <rms@gnu.org>
13007
13008 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13009 (customize-changed-options-previous-release): New variable.
13010 (customize-changed-options): Use that variable as default arg.
13011
13012 1998-08-26 Karl Eichwalder <ke@suse.de>
13013
13014 * midnight.el: Require `timer' not only when compiling.
13015
13016 1998-08-26 Per Starback <starback@update.uu.se>
13017
13018 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13019 buffer before creating help group.
13020
13021 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13022
13023 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13024 coding-system-for-write before saving.
13025
13026 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13027
13028 * isearch.el (isearch-forward): Doc fix.
13029
13030 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13031
13032 * emacs-lisp/find-func.el: Fix :version tags to have a string
13033 value, not a float.
13034
13035 * cus-dep.el: Fix typo in output.
13036
13037 1998-08-25 Dave Love <fx@gnu.org>
13038
13039 * repeat.el (repeat): Doc fix.
13040 [From rms:]
13041 (repeat-previous-repeated-command): New variable.
13042 (repeat): Check for real-last-command being null or repeat. Set
13043 repeat-previous-repeated-command.
13044
13045 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13046
13047 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13048
13049 * gnus/message.el (message-send-mail-with-sendmail): Bind
13050 coding-system-for-write by the return value of
13051 select-message-coding-system.
13052 (message-send-mail-with-qmail): Likewise.
13053
13054 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13055
13056 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13057 define-derived-mode.
13058
13059 * files.el (file-name-invalid-regexp):
13060 Fix regex for ms-dos without long file names.
13061
13062 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13063
13064 * ps-print.el: Multi-byte buffer handling.
13065 (ps-print-version): New version number (4.0) and doc fix.
13066 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13067 compilation for GNU Emacs and emacsens.
13068 (ps-generate-postscript-with-faces): Force invisible text to be
13069 visible.
13070 (dos-ps-printer): New var to avoid compilation gripes.
13071
13072 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13073
13074 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13075 that no more characters can't be printed in the current line.
13076
13077 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13078
13079 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13080 greater than TO.
13081
13082 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13083
13084 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13085 20.2 and the earlier version.
13086 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13087 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13088 (ps-mule-find-wrappoint): Likewise.
13089 (ps-mule-generate-font): Change `X' to `x' in format
13090 control-string.
13091 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13092 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13093 `restore' form procedures `BC' and `EC'.
13094
13095 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13096
13097 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13098 is an executable procedure. Make LineThickness, Xshadow, and
13099 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13100 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13101 ps-mule-font-info-database-bdf): New vars.
13102 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13103 (ccl-encode-ethio-unicode): New CCL program.
13104 (ps-mule-encode-ethiopic): New fun.
13105 (ps-mule-current-charset): New var.
13106 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13107 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13108 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13109 (ps-mule-external-libraries): New var.
13110 (ps-mule-init-external-library): New fun.
13111 (ps-mule-font-cache): New var.
13112 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13113 (ps-last-font): New var.
13114 (ps-mule-prepare-font): New fun.
13115 (ps-mule-charset-list): New var.
13116 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13117 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13118 ps-mule-plot-string): New funs.
13119 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13120 New vars.
13121 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13122 ps-mule-prepare-cmpchar-font): New funs.
13123 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13124 vars.
13125 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13126 ps-mule-generate-bitmap-glyph): New funs.
13127 (ps-mule-initialize, ps-mule-begin): New funs.
13128 (ps-output-string-prim): Insert string as unibyte.
13129 (ps-output-prologue): New fun.
13130 (ps-flush-output): Handle the case of 'prologue.
13131 (ps-begin-file): Call ps-mule-initialize.
13132 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13133 printing multibyte characters.
13134 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13135 (ps-basic-plot-string): Handle the case of printing ASCII
13136 characters by external libraries (e.g. BDF).
13137 (ps-set-font): Set ps-last-font.
13138 (ps-plot-region): Handle multibyte characters, use
13139 ps-mule-plot-string for them.
13140 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13141
13142 * bdf.el: New file.
13143
13144 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13145
13146 * international/mule-cmds.el (select-message-coding-system): New
13147 function.
13148 (set-language-environment-coding-systems): Set
13149 default-sendmail-coding-system.
13150
13151 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13152 (default-sendmail-coding-system): New variable.
13153 (sendmail-send-it): Encode the message by a coding system
13154 select-message-coding-system returns.
13155
13156 1998-08-23 Eric Ludlam <zappo@gnu.org>
13157
13158 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13159 (speedbar-mode): Set buffer to read only.
13160 (speedbar-temp-buffer-show-function): For emacs don't call hook
13161 with arguments.
13162 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13163
13164 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13165
13166 * speedbar.el (speedbar-key-map): Fix typo.
13167
13168 See ChangeLog.7 for earlier changes.