]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(fortran-comment-line-start): Renamed from comment-line-start.
[gnu-emacs] / lisp / ChangeLog
1 1999-11-23 Dave Love <fx@gnu.org>
2
3 * find-func.el (find-function-regexp): Use `define-minor-mode'
4 after easy-menu change.
5
6 1999-11-23 Gerd Moellmann <gerd@gnu.org>
7
8 * comint.el: Add redirection.from active comint buffers into
9 another buffer. Written by Peter Breton.
10
11 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
12
13 * emacs-lisp/autoload.el (make-autoload): Recognize the new
14 `define-minor-mode'.
15 (define-minor-mode): Specify `doc-string-elt'.
16
17 * emacs-lisp/easy-mmode.el: Changed maintainer.
18 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
19 Use defcustom for the hooks; Improve the auto-generated docstrings.
20 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
21 (define-minor-mode): Add BODY arg; Only declare the keymap if
22 provided; Improve the auto-generated docstrings.
23
24 1999-11-22 Gerd Moellmann <gerd@gnu.org>
25
26 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
27 that the leading `^' is at the start. This is necessary because
28 paragraphs.el tries to remove anchors, but can find them only if
29 they are the first character.
30
31 * progmodes/antlr-mode.el: New file.
32
33 * calendar/calendar.el: Fix autoload for
34 calendar-absolute-from-astro. Add autoload for
35 calendar-print-astro-day-number.
36
37 1999-11-21 Anders Lindgren <andersl@andersl.com>
38
39 * follow.el: Use modern backquote syntax. Minor comment update.
40
41 1999-11-21 Gerd Moellmann <gerd@gnu.org>
42
43 * simple.el (with-syntax-table): Don't switch buffers.
44
45 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
46 progmodes/hideif.el: Use new backquote syntax.
47
48 1999-11-21 Ken Manheimer <klm@python.org>
49
50 * icomplete.el (icomplete-completions): Use an explicit variable
51 `icomplete-prospects-length', obviating the need to use an
52 apparently faulty throw/catch arrangement.
53
54 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * term/internal.el (IT-display-table-setup): Don't overstep
57 character code 255.
58
59 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
60
61 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
62 for the charset chinese-sisheng is 7bit encoding, not 8bit.
63
64 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
65
66 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
67 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
68
69 * files.el (auto-mode-alist): Add patterns for diff-mode.
70
71 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
72 to detect an empty prompt.
73
74 1999-11-18 Dave Love <fx@gnu.org>
75
76 * simple.el (input-mode-8-bit): Fix the customization.
77
78 1999-11-18 Gerd Moellmann <gerd@gnu.org>
79
80 * international/iso-acc.el (iso-languages): Add more
81 characters for Portuguese.
82
83 * speedbar.el: Clean up comment at the start of the file.
84 Remove RCS id.
85
86 * progmodes/compile.el (compilation-parse-errors): Use
87 compilation-buffer-p instead of testing major-mode.
88
89 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
90
91 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
92 (quickurl-ask): completion-ignore-case is set to the value of
93 quickurl-completion-ignore-case for the duration of the call to
94 completing-read.
95
96 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
97
98 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
99
100 1999-11-18 Kenichi Handa <handa@etl.go.jp>
101
102 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
103 instead of ps-print-def.
104
105 * ps-print.el: Require ps-vars instead of ps-print-def.
106
107 * ps-mule.el: Require ps-vars instead of ps-print-def.
108
109 1999-11-17 Gerd Moellmann <gerd@gnu.org>
110
111 * simple.el (with-syntax-table): Save buffer explicitly instead of
112 using save-excursion.
113
114 1999-11-16 Gerd Moellmann <gerd@gnu.org>
115
116 * mail/supercite.el: New maintainer.
117
118 1999-11-16 Reto Zimmermann <reto@synopsys.com>
119
120 * progmodes/vhdl-mode.el: Use new backquote syntax.
121
122 1999-11-16 Gerd Moellmann <gerd@gnu.org>
123
124 * simple.el (with-syntax-table): New.
125
126 1999-11-15 Sam Steingold <sds@ksp.com>
127
128 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
129
130 1999-02-22 Sam Steingold <sds@goems.com>
131
132 * goto-addr.el (goto-address-at-mouse,
133 goto-address-find-address-at-point): use compose-mail.
134 (goto-address-mail-method): removed variable.
135 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
136 goto-address-send-using-mail): removed functions.
137
138 1998-11-03 Sam Steingold <sds@goems.com>
139
140 * simple.el (backward-delete-char-untabify):
141 backward-delete-char-untabify-method can be `all' now - to delete
142 hungrily including newlines.
143
144 1999-11-15 Sam Steingold <sds@ksp.com>
145
146 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
147
148 1999-11-15 Dave Love <fx@gnu.org>
149
150 * cus-edit.el (customize-face, customize-face-other-window):
151 Require match from completing-read.
152 (custom-buffer-done-function): Default to custom-bury-buffer, not
153 bury-buffer.
154
155 1999-11-15 Gerd Moellmann <gerd@gnu.org>
156
157 * mail/rmail.el, iswitchb.el, hippie-exp.el,
158 progmodes/cperl-mode.el: Use new backquote syntax.
159
160 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
161
162 * uniquify.el: Use new backquote syntax.
163
164 1999-11-14 Markus Rost <rost@ias.edu>
165
166 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
167 as in ispell-local-dictionary-alist.
168
169 1999-11-14 Alex Schroeder <alex@gnu.org>
170
171 * ansi-color.el (ansi-color-apply): Updated regexps to include
172 highlighted face.
173
174 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
175
176 * forms.el (forms--make-format-elt-using-text-properties):
177 Treat `intangible' differently.
178
179 * forms.el: Use new backquote syntax.
180
181 1999-11-13 Gerd Moellmann <gerd@gnu.org>
182
183 * textmodes/scribe.el (scribe-mode): Doc-fix.
184
185 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
186
187 * net-utils.el (run-network-program, net-utils-run-program): Use
188 the new backquote syntax.
189 (smbclient-program, smbclient-program-options)
190 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
191 variables
192 (smbclient, smbclient-list-shares): New functions
193
194 1999-11-12 Sam Steingold <sds@ksp.com>
195
196 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
197 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
198 (viper-kbd-buf-definition, viper-kbd-mode-alist)
199 (viper-kbd-mode-pair, viper-kbd-mode-definition)
200 (viper-kbd-global-pair, viper-kbd-global-definition):
201 Use the new backquote syntax.
202
203 * emulation/viper-cmd.el (viper-test-com-defun)
204 (viper-prefix-arg-value, viper-prefix-arg-com):
205 Use the new backquote syntax.
206
207 * emacs-lisp/debug.el (debugger-env-macro):
208 Use the new backquote syntax.
209
210 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
211 Use the new backquote syntax.
212
213 * calendar/calendar.el (calendar-remove-frame-by-deleting):
214 New user variable.
215 (calendar-hide-window): Use it.
216 (increment-calendar-month, calendar-for-loop, calendar-sum):
217 Use the new backquote syntax.
218
219 1999-11-12 Andrew Innes <andrewi@gnu.org>
220
221 * select.el (x-set-selection): Call buffer-substring, not
222 substring. Also fix docstring
223
224 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
225
226 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
227 of customizable variables to bug report message. Added
228 system-type to package name in bug report.
229
230 1999-11-12 Gerd Moellmann <gerd@gnu.org>
231
232 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
233 to display file names.
234
235 1999-11-11 Gerd Moellmann <gerd@gnu.org>
236
237 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
238
239 * isearch.el: Add lazy-highlighting feature.
240
241 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
242
243 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
244 constant.
245 (ps-mode-submit-bug-report): New function. Entry added to menu.
246
247 1999-11-10 William M. Perry <wmperry@aventail.com>
248
249 * mwheel.el: New file to support the new style wheeled mice.
250
251 1999-11-10 Gerd Moellmann <gerd@gnu.org>
252
253 * startup.el (initial-scratch-message): Add ";;" to the front of
254 lines in the message.
255
256 * files.el (file-local-copy): Remove optional BUFFER argument
257 because that's not used by anything.
258
259 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
260 to-address.
261
262 1999-11-08 Markus Rost <rost@ias.edu>
263
264 * wid-edit.el (widget-button-click): Wrap with save-excursion
265 to restore track-mouse in the correct buffer.
266
267 1999-11-08 Gerd Moellmann <gerd@gnu.org>
268
269 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
270
271 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
272
273 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
274 lpr-command to "lp" for some system-types. (copied from lpr.el
275 Emacs version 20.2.1).
276
277 1999-11-04 Markus Rost <rost@ias.edu>
278
279 * simple.el (comment-region): Strip off white space at end of
280 comment-start.
281
282 1999-11-04 Gerd Moellmann <gerd@gnu.org>
283
284 * faces.el (secondary-selection): Fix wrong color name.
285
286 1999-11-04 John Tobey <jtobey@epsilondev.com>
287
288 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
289 the default when invoking perldb in a non-Perl buffer, and other
290 cases involving -e or --.
291
292 1999-11-04 Gerd Moellmann <gerd@gnu.org>
293
294 * simple.el (previous-matching-history-element)
295 (next-history-element): Use delete-field instead of erase-field.
296
297 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
298 Use delete-field instead of erase-field.
299
300 * faces.el (secondary-selection): Change background to yellow.
301
302 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
303 find the start of the text. Use field-string to read the user
304 input.
305
306 1999-11-03 Gerd Moellmann <gerd@gnu.org>
307
308 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
309 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
310 for compatibility with old face implementation.
311
312 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
313 Use erase-field instead of erase-buffer.
314
315 * frame.el (blink-cursor-mode, blink-cursor-end): Use
316 internal-show-cursor with new interface.
317 (blink-cursor-timer-function): New.
318 (blink-cursor-start): Use blink-cursor-timer-function.
319
320 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
321
322 * calendar.el (redraw-calendar): Move to nearest date before
323 redrawing.
324
325 * diary-lib.el (simple-diary-display): Reset modeline even if
326 there are no diary entries since the diary buffer may be displayed.
327
328 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
329
330 * emacs-lisp/debug.el (debug): If noninteractive, display the
331 backtrace using `message', then exit Emacs.
332 (debugger-batch-max-lines): New variable.
333 (debugger-setup-buffer): New subroutine, broken out of `debug'.
334 Change the messages put at the start, to say that the debugger
335 was entered.
336
337 1999-11-02 Sam Steingold <sds@ksp.com>
338
339 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
340
341 1999-11-01 John Tobey <jtobey@epsilondev.com>
342
343 * gud.el: (gud-perldb-massage-args): Massage correctly in the
344 presence of perl switches other than "-e".
345
346 1999-11-01 Markus Rost <rost@ias.edu>
347
348 * dired-x.el (dired-smart-shell-command): Use
349 shell-command-history as in shell-command.
350
351 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
352
353 * userlock.el (ask-user-about-lock): Doc fix.
354
355 * frame.el: Doc fixes.
356
357 1999-11-01 Gerd Moellmann <gerd@gnu.org>
358
359 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
360 of show-cursor.
361 (blink-cursor-start, blink-cursor-end): Ditto.
362
363 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
364
365 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
366
367 * window.el (walk-windows): If ALL-FRAMES is a frame,
368 start on that frame. Use save-selected-window.
369
370 1999-11-01 Gerd Moellmann <gerd@gnu.org>
371
372 * simple.el (end-of-buffer): Use window-end to find the window end
373 instead of vertical-motion because this handles variable-height
374 lines correctly.
375
376 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
377
378 * ediff.el: Version change.
379
380 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
381 make sure you are in a good frame before deleting other
382 windows.
383 (ediff-file-checked-in-p): Don't consider CVS
384 files checked in.
385 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
386 are writing to a newly created empty file.
387
388 * ediff-mult.el (ediff-show-session-group-hook): New default.
389
390 * ediff-vers.el (ediff-pcl-cvs-view-revision):
391 First cd to the file directory. reportedly works
392 better with remote files.
393
394 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
395 Use file-name-nondirectory when passing files to CVS.
396
397 * ediff-diff.el (ediff-cmp-options): New variable.
398 (ediff-same-file-contents): Use ediff-cmp-options.
399
400 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
401 ediff-get-patch-buffer): Use current buffer if it appears to be a
402 patch.
403
404 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
405 C-g
406
407 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
408 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
409 (viper-save-cursor-color,viper-restore-cursor-color):
410 Improved cursor color handling.
411 (viper-get-saved-cursor-color-in-replace-mode,
412 viper-get-saved-cursor-color-in-insert-mode): New functions for
413 better cursor color handling.
414
415 * viper-ex.el (ex-read,ex-edit):
416 Fixes for correct interpretation of #,%.
417 (viper-ex): Now works correctly when called from other functions.
418 (viper-glob-function): New variable.
419 (viper-ex): Save excursion before doing :global.
420
421 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
422
423 * viper-cmd.el (viper-post-command-sentinel,
424 viper-insert-state-post-command-sentinel,
425 viper-insert-state-pre-command-sentinel): Takes better care of
426 cursor colors.
427
428 * viper.el: Version change.
429
430 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
431
432 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
433 that the modeline display was updated *only* when
434 `whitespace-display-in-modeline' was set, not otherwise.
435
436 1999-10-30 Gerd Moellmann <gerd@gnu.org>
437
438 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
439 "frac12".
440
441 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
442 ad-activate.
443
444 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
445
446 * whitespace.el: Test for existence of `defcustom' and `defgroup'
447 using fboundp instead of assuming that these are not present in
448 particular flavors of emacs.
449 (whitespace-version): Update to 2.8
450 (whitespace-display-in-modeline): Add custom variable to control
451 displaying the whitespace errors on the modeline based on
452 suggestion from <klaus.berndl@sdm.de>
453 (whitespace-buffer): Now returns `t' if unclean and `nil' if
454 clean, to enable using as a hook function, as suggested by Puneet
455 Goel <puneet@computer.org>
456 (whitespace-buffer): Fix a subtle bug that cleaned up only if
457 quiet was not set, even with whitespace-auto-cleanup set.
458 (whitespace-mode-line): Now uses less modeline real estate and
459 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
460 which is present in the file, and <y> is any type of whitespace
461 whose check has been suppressed by setting
462 `whitespace-check-<whitespace-type>' to nil.
463 (whitespace-unchecked-whitespaces): New function to return the
464 list of whitespaces for whom checks have been suppressed.
465 (whitespace-display-unchecked-whitespaces): Renamed to
466 `whitespace-update-modeline' to reflect its functionality.
467
468 1999-10-30 Gerd Moellmann <gerd@gnu.org>
469
470 * progmodes/compile.el (compilation-error-regexp-alist):
471 Undo previous change.
472
473 1999-10-28 Dave Love <fx@gnu.org>
474
475 * help.el (help-follow): Make arg optional again and really
476 default to point.
477
478 1999-10-28 Gerd Moellmann <gerd@gnu.org>
479
480 * paths.el (rmail-file-name): Make it an option.
481
482 * progmodes/ada-mode.el, progmodes/ada-prj.el,
483 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
484 comment fixes.
485
486 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
487 MIPS Pro 7.3 compiler error message syntax.
488
489 1999-10-27 Dave Love <fx@gnu.org>
490
491 * progmodes/compile.el: Checkdoc-inspired fixes.
492
493 1999-10-27 Gerd Moellmann <gerd@gnu.org>
494
495 * lpr.el (print-buffer): Doc-string fix.
496
497 1999-10-27 Dave Love <fx@gnu.org>
498
499 * emacs-lisp/advice.el: Doc fixes.
500 (ad-lemacs-p): Removed.
501 (advice): Add :link to defgroup.
502
503 1999-10-27 Kenichi Handa <handa@etl.go.jp>
504
505 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
506 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
507
508 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
509
510 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
511 ad-activate. All callers changed, including those in data.c.
512 (ad-activate-internal-off): Renamed from ad-activate-off.
513 All uses changed.
514 (ad-activate): Renamed from ad-activate-on. All uses changed.
515 (ad-start-advice, ad-stop-advice, ad-recover-normality):
516 Alter the definition of ad-activate-internal, not ad-activate.
517
518 1999-10-26 Gerd Moellmann <gerd@gnu.org>
519
520 * startup.el (command-line-1): Add support for command line
521 arguments `file' and `execute'. Fix handling of `visit'.
522
523 1999-10-26 Kenichi Handa <handa@etl.go.jp>
524
525 * international/mule-cmds.el (read-input-method-name): Handle the
526 case that the arg DEFAULT is symbol.
527
528 * international/mule-diag.el (mule-diag): Handle the case that
529 default-input-method is symbol.
530
531 1999-10-26 Gerd Moellmann <gerd@gnu.org>
532
533 * textmodes/tildify.el: New file.
534
535 1999-10-25 Sam Steingold <sds@ksp.com>
536
537 * Makefile (compile-files): Fixed the "tr" strings.
538 (EMACS): Set to ../src/emacs.
539
540 1999-10-25 Gerd Moellmann <gerd@gnu.org>
541
542 * info.el (Info-build-node-completions): Add '("*") to the
543 completion list.
544
545 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
546
547 * frame.el (auto-raise-mode): When enabling the mode,
548 immediately raise the selected frame.
549
550 * indent.el (indent-region): Doc fix.
551
552 * comint.el (comint-output-filter): Make the Comint buffer current
553 for the comint-preoutput-filter-functions.
554
555 * mail/reporter.el: Doc fix.
556
557 1999-10-24 Stephen Eglen <stephen@gnu.org>
558
559 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
560 that Octave lisp files can also run under XEmacs 20.
561 (require 'custom) added so that files can run under Emacs 19.34.
562
563 * iswitchb.el (iswitchb-default-keybindings): No need to use
564 read-kbd-macro in keybindings.
565
566 1999-10-23 Dave Love <fx@gnu.org>
567
568 * elide-head.el: New file.
569
570 1999-10-23 Gerd Moellmann <gerd@gnu.org>
571
572 * Makefile (compile-files, backup-compiled-files): New targets.
573 (bootstrap, bootstrap-clean): Ditto.
574
575 1999-10-22 Paul Eggert <eggert@twinsun.com>
576
577 * international/mule-cmds.c (locale-language-names):
578 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
579 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
580 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
581 Use Latin-8 for Welsh.
582 Use Latin-1 for English if "en" is explicitly specified.
583 Use Latin-1 for Scots Gaelic, Tagalog.
584 Use Latin-1 (not Latin-4) for Greenlandic.
585 Use Latin-1 (not Latin-2) for Albanian.
586 (locale-preferred-coding-systems, locale-language-names):
587 Remove generic ISO 8859 locales; locale-charset-language-names now
588 does this.
589 (locale-charset-language-names): New variable.
590 (set-locale-environment): Use language name specified by
591 locale-charset-language-names if its charsets disagree with the
592 language name specified by locale-language-names.
593
594 1999-10-22 Dave Love <fx@gnu.org>
595
596 * make-mode.el: Minor doc fixes.
597
598 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
599
600 1999-10-21 Dave Love <fx@gnu.org>
601
602 * loadup.el: Add latin-8, latin-9.
603
604 1999-10-20 Paul Eggert <eggert@twinsun.com>
605
606 * disp-table.el (standard-display-european): Remove undocumented
607 arg AUTO; no longer used by startup.el. Do not attempt to treat
608 all non-English language environments as coding system names.
609 Instead, use the downcased language environment name as a coding
610 system name if it is one; otherwise, use latin-1.
611
612 1999-10-20 Gerd Moellmann <gerd@gnu.org>
613
614 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
615 that were split so that part of the comment appeared as Lisp code.
616
617 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
618
619 * ps-bdf.el: Doc fix.
620
621 * ps-print-def.el: New file: common definitions for all parts of
622 ps-print.
623 (ps-multibyte-buffer): Moved from ps-mule.
624
625 * ps-mule.el: File dependence fix.
626 (ps-multibyte-buffer): Moved to ps-print-def.
627
628 * ps-print.el: Doc fix, better customization.
629 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
630 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
631 (ps-end-file): Doc fix.
632 (ps-setup, ps-begin-file): Fun fix.
633 (postscript): New group.
634 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
635 (ps-print-prologue-1): Adjust PostScript programming.
636 (ps-print): Adjust group hierarchy.
637 (ps-print-n-up, ps-print-zebra, ps-print-background,
638 ps-print-printer)
639 (ps-print-page): New subgroups.
640 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
641 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
642 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
643 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
644 (ps-zebra-stripe-height, ps-print-background-image)
645 (ps-print-background-text, ps-spool-config): Adjust customization.
646 (dos-ps-printer): Definition eliminated.
647
648 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
649
650 * ps-mule.el: Doc fix, define functions properly if mule package is
651 loaded or not.
652 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
653 mule package is loaded or not.
654
655 * ps-print.el: Doc fix, n-up printing.
656 (ps-print-version): New version number (5.0).
657 (ps-page-dimensions-database): Added document media.
658 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
659 (ps-page-order, ps-printing-region-p): New vars.
660 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
661 funs.
662 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
663 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
664 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
665 (ps-n-up-xstart, ps-n-up-ystart): New macros.
666 (ps-print-begin-sheet-hook): New hook.
667 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
668 const.
669 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
670 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
671 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
672 (ps-count-lines): Changed to defun.
673 (ps-header-page): Changed to defsubst, fix fun.
674 (ps-printing-region): Doc fix, adjust programming code.
675 (ps-output-boolean, ps-background-pages, ps-background-text)
676 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
677 programming code.
678
679 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
680
681 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
682 (ps-print-version): New version number (4.2).
683 (ps-spool-config, ps-spool-tumble): New vars.
684 (ps-print-prologue-1): Changed to defconst, adjust PostScript
685 programming, new PostScript procedure to handle errors.
686 (ps-print-prologue-2): Changed to defconst.
687 (ps-print-duplex-feature): New const: duplex and tumble setting.
688 (ps-setup, ps-begin-file): Fix funs.
689 (ps-boolean-capitalized): New fun.
690
691 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
692
693 * Makefile (dontcompilefiles): Obsoleted.
694 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
695 (EL): Unused.
696 (temacs): Removed (unused).
697 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
698 version of the file (necessary for the update to work properly).
699 (autoloads): Force the use of `pwd`/loaddefs.el.
700 (updates); Redefined in terms of other targets to reduce redundancy.
701 (.el.elc): New default rule, just in case you want it.
702 (compile): Use a single invocation of Emacs.
703 (bootstrap-compile); Unneeded.
704 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
705
706 1999-10-19 Dave Love <fx@gnu.org>
707
708 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
709
710 1999-10-19 Sam Steingold <sds@ksp.com>
711
712 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
713 comply with the comment.
714
715 1999-10-19 Gerd Moellmann <gerd@gnu.org>
716
717 * autorevert.el (auto-revert-mode): Make auto-revert-mode
718 permanent-local.
719
720 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
721
722 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
723 value: \"lpr\" changed to "lpr"
724 (ps-mode-version): New constant
725 (ps-mode-show-version): New function, added key in ps-mode-map
726 (ps-run-messages): Removed
727 (ps-run-font-lock-keywords-2): New defcustom variable replacing
728 ps-run-messages. These keywords now include the value of
729 ps-run-prompt, making its fontification customizable.
730 (ps-run-init): Removed \\n from docstring, it is now added when
731 the value is used
732 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
733 ps-run-prompt
734 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
735 customizable variables in doc-string (its equivalent
736 ps-run-messages was missing in previous version of the doc-string)
737 (ps-run-mode): Simplified assignment to font-lock-defaults, using
738 symbols only
739
740 1999-10-19 Alex Schroeder <alex@gnu.org>
741
742 * ansi-color.el: Complete rewrite.
743
744 1999-10-19 Paul Eggert <eggert@twinsun.com>
745
746 Fix bootstrapping problems.
747 Use the system locale to specify Emacs locale defaults.
748
749 * international/mule-cmds.el (global-map):
750 Do not use backquote, because that makes a bootstrapping
751 problem if you need to recompile all Lisp files using interpreted code.
752 * international/mule.el (charset-id, charset-bytes,
753 charset-dimension, charset-chars, charset-width,
754 charset-direction, charset-iso-final-char,
755 charset-iso-graphic-plane, charset-reverse-charset,
756 charset-short-name, charset-long-name, charset-description,
757 charset-plist): Likewise.
758 * subr.el (save-match-data): Likewise.
759
760 * international/mule-cmds.el
761 (set-display-table-and-terminal-coding-system): New function,
762 containing code migrated out of set-language-environment.
763 (set-language-environment, set-locale-environment): Use it.
764 (locale-translation-file-name): Moved here from startup.el.
765 (locale-language-names, locale-preferred-coding-systems):
766 New vars.
767 (locale-name-match, set-locale-environment): New functions.
768
769 * language/japan-util.el (setup-japanese-environment-internal):
770 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
771
772 * startup.el (iso-8859-n-locale-regexp): Remove.
773 (locale-translation-file-name): Move to mule-cmds.el.
774 (command-line): Move locale-stuff into set-locale-environment.
775
776 1999-10-18 Dave Love <fx@gnu.org>
777
778 * abbrev.el (add-abbrev, inverse-add-abbrev)
779 (expand-region-abbrevs): Remove properties from buffer text.
780
781 1999-10-17 Gerd Moellmann <gerd@gnu.org>
782
783 * iswitchb.el (iswitchb-exhibit): Extract user-input only
784 from the mini-buffer, without the prompt.
785
786 * simple.el (minibuffer-prompt-end): Return the position
787 after the prompt, not the position of that last character
788 of the prompt.
789
790 1999-10-17 Miles Bader <miles@gnu.org>
791
792 * simple.el: Doc fixes.
793
794 1999-10-17 Miles Bader <miles@gnu.org>
795
796 * simple.el (previous-matching-history-element, next-history-element):
797 Change to work correctly even if the point is in the prompt.
798 (choose-completion-string): Likewise.
799 (minibuffer-prompt-width): New function (compatibility with old subr).
800
801 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
802 When constraining the final position to the current field,
803 don't use the ONLY-IN-LINE mode of constrain-to-field.
804
805 1999-10-17 Miles Bader <miles@gnu.org>
806
807 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
808 constrain-to-field.
809 * textmodes/paragraphs.el (forward-sentence): Likewise.
810
811 1999-10-17 Miles Bader <miles@gnu.org>
812
813 * simple.el (line-move): Use constrain-to-field to avoid
814 moving into a prompt.
815 (previous-complete-history-element): Clarify doc string.
816 (next-complete-history-element): Likewise.
817 Use field-beginning instead of point-min.
818 (next-matching-history-element): Use field-beginning and
819 erase-field instead of point-min and erase-buffer.
820 * textmodes/paragraphs.el
821 (forward-paragraph, forward-sentence): Likewise.
822 (backward-kill-paragraph, backward-kill-sentence): Remove code to
823 constrain the kill to an field, as the movement commands now
824 do this.
825
826 1999-10-17 Miles Bader <miles@gnu.org>
827
828 * simple.el (previous-matching-history-element): Get the
829 minibuffer input with field-string instead of buffer-string.
830 (choose-completion-string): Likewise.
831 (next-history-element): Likewise.
832 Erase the minibuffer input with erase-field, not erase-buffer.
833 Use field-beginning to find the beginning of the input.
834 * textmodes/paragraphs.el (backward-kill-sentence):
835 Remove minibuffer-prompt hack.
836 Constrain to any input field.
837
838 1999-10-17 Sam Steingold <sds@ksp.com>
839
840 * bindings.el (completion-ignored-extensions): Added ".sparcf"
841 for CMUCL on sparc and ".ufsl" for LispWorks.
842 (bound-and-true-p): Bugfix: free variable `v'.
843
844 1999-10-16 Dave Love <d.love@dl.ac.uk>
845
846 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
847 (edebug-uninstall-read-eval-functions): Use load-read-function,
848 avoiding elisp-eval.
849
850 1999-10-16 Sam Steingold <sds@ksp.com>
851
852 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
853 instead of `eql'.
854
855 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
856
857 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
858 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
859 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
860 * ediff-util.el (ediff-make-temp-file):
861 * ediff-vers.el (ediff-pcl-cvs-view-revision):
862 * emerge.el (emerge-make-temp-file):
863 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
864 * vc.el (vc-update-change-log):
865 * mail/mailpost.el (post-mail-send-it):
866 * mail/metamail.el (metamail-region):
867 * progmodes/cmacexp.el (c-macro-expansion):
868 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
869
870 1999-10-15 Gerd Moellmann <gerd@gnu.org>
871
872 * smtpmail.el (smtpmail-via-smtp): Add support for
873 automatically appending a domain to RCPT TO: addresses.
874
875 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
876
877 * dired.el (dired-insert-directory): Insert the amount of
878 free space after the total size.
879 (dired-free-space-program, dired-free-space-args): New variables.
880
881 1999-10-14 Karl Heuer <kwzh@gnu.org>
882
883 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
884
885 1999-10-14 Dave Love <fx@gnu.org>
886
887 * international/characters.el:
888 * international/fontset.el:
889 * international/mule-conf.el: Add latin-iso8859-1[45].
890
891 * language/european.el: Add Latin-8, Latin-9. Modify some doc
892 strings.
893
894 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
895 (command-line): Detect Latin-[89] locales.
896
897 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
898
899 * international/mule-cmds.el (select-safe-coding-system)
900 (leim-list-header): avoid the use of strings that start with backslash
901 newline since lread.c:read1 has a hack to turn those strings into
902 integer 0 during the loadup.el process.
903
904 * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
905
906 1999-10-13 Dave Love <fx@gnu.org>
907
908 * image.el (insert-image): Copy the image spec and add an
909 intangible property.
910
911 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
912
913 * help.el (help-xref-interned): Make it also work on variable-only
914 and function-only symbols.
915 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
916 (help-follow): If the point under mouse is not highlighted, try
917 `help-xref-interned' on the pointed-to symbol anyway.
918
919 * info.el (Info-on-current-buffer): New entry point.
920 (Info-find-node): Split into two for Info-on-current-buffer to
921 hook into it.
922 (Info-current-file, Info-set-mode-line, Info-up):
923 Info-current-file can now be t.
924 (Info-clone-buffer-hook): function for `clone-buffer'.
925 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
926 `clone-buffer' available in various ways to the user.
927
928 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
929
930 * simple.el (shell-command, shell-command-on-region): Use
931 make-temp-file.
932 (clone-buffer, clone-process, clone-buffer-hook): New functions.
933
934 * subr.el (with-current-buffer): Don't use backquotes to avoid
935 bootstrapping problems.
936
937 * loadup.el (load-path): Add subdirs for bootstrapping.
938 (docstrings): Ignore errors during bootstrapping.
939 (args): New `bootstrap' argument (for use in place of `dump').
940
941 1999-10-12 Emmanuel Briot <briot@gnat.com>
942
943 * ada-stmt.el: Doc-string fixes.
944
945 1999-10-12 Gerd Moellmann <gerd@gnu.org>
946
947 * recentf.el: New file.
948
949 * ps-mode.el: New file.
950
951 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
952 case insensitive.
953
954 1999-10-12 Richard Sharman <rsharman@pobox.com>
955
956 * sh-script.el: Added support for indenting existing scripts.
957 (sh-mode-map): Added new bindings.
958 (sh-mode): Updated mode doc-string for new commands, added
959 make-local-variable calls, initialize mode-specific variables.
960 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
961 is now a different function.
962 (sh-header-marker): Changed docstring.
963 (sh-set-shell): Initialize mode-specific variables.
964 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
965 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
966 Changed these define-skeleton calls to work with user-specified
967 indentation settings.
968 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
969 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
970 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
971 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
972 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
973 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
974 (sh-guess-basic-offset, sh-handle-after-case-label)
975 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
976 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
977 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
978 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
979 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
980 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
981 (sh-handle-this-then, sh-help-string-for-variable)
982 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
983 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
984 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
985 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
986 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
987 (sh-remove-our-text-properties, sh-rescan-buffer)
988 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
989 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
990 (sh-scan-case, sh-search-word, sh-set-char-syntax)
991 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
992 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
993 functions.
994 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
995 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
996 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
997 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
998 (sh-var-list): New variables.
999
1000 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
1001
1002 * quickurl.el (quickurl-list-insert): `count-lines' was returning
1003 a value one line to high if the cursor wasn't at the start of a
1004 line. A `beginning-of-line' is now performed before making the
1005 call to `count-lines'.
1006
1007 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
1008
1009 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1010
1011 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * Makefile (setwins): abstract out the command to find subdirectories
1014 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1015 (custom-deps, finder-data, autoloads, update-subdirs, updates)
1016 (autoloads-with-other-emacs): use it.
1017
1018 * diff-mode.el: new file. A mode for viewing/editing context diffs.
1019
1020 1999-10-09 Gerd Moellmann <gerd@gnu.org>
1021
1022 * Makefile (bootstrap-compile): New target. Compile Lisp
1023 files with ../src/temacs.
1024
1025 1999-10-08 Simon Marshall <simon@gnu.org>
1026
1027 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1028 (regexp-opt-group): Use it to get common suffixes in STRINGS.
1029 If STRINGS is nil, return "" rather than nil.
1030
1031 1999-10-08 Gerd Moellmann <gerd@gnu.org>
1032
1033 * Makefile (compile): Compile files one by one. Set load-path to
1034 current directory and subdirectories when compiling.
1035
1036 1999-10-08 Gerd Moellmann <gerd@gnu.org>
1037
1038 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1039 (emacs): Use it everywhere instead of EMACS.
1040 (compile): New target. Compile all Lisp files from scratch.
1041 (recompile): New target. Recompile lisp directory.
1042 (autoloads-with-other-emacs): New target. Build loaddefs.el with
1043 an Emacs executable not built in the current directory tree.
1044
1045 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
1046
1047 * filecache.el (file-cache-completion-ignore-case): New variable,
1048 defaulting to the value of completion-ignore-case.
1049 (file-cache-minibuffer-complete): Use it.
1050 (file-cache-files-matching, file-cache-files-matching-internal):
1051 New functions.
1052
1053 1999-10-07 Emmanuel Briot <briot@gnat.com>
1054
1055 * ada-xref.el: New file
1056
1057 * ada-prj.el: New file
1058
1059 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1060
1061 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1062 subprogram being created.
1063
1064 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1065 ada-indent-newline-indent): Rewritten to support the new indentation
1066 scheme
1067
1068 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1069 New functions
1070
1071 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1072 justification parameter
1073
1074 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1075 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1076 external program
1077
1078 1999-10-07 Dave Love <fx@gnu.org>
1079
1080 * bindings.el (bound-and-true-p): New macro.
1081 (make-mode-line-mouse-sensitive): Don't require easymenu.
1082
1083 1999-10-07 Gerd Moellmann <gerd@gnu.org>
1084
1085 * custom.el (defface): Extend documentation for new values of
1086 `type'.
1087
1088 * faces.el (face-spec-set-match-display): Recognize `type' of
1089 `motif', `lucid', `x-toolkit'.
1090 (menu): New face.
1091
1092 1999-10-05 Dave Love <fx@gnu.org>
1093
1094 * files.el: Recognize temporary crontab files.
1095
1096 * info.el: Require jka-compr when compiling.
1097 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1098
1099 1999-10-04 Dave Love <fx@gnu.org>
1100
1101 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1102 scroll-up-aggressively, scroll-down-aggressively.
1103
1104 * time.el (display-time-mode): Add autoload cookie.
1105
1106 * rect.el (delete-extract-rectangle): Doc fix from verna.
1107
1108 * help-macro.el (three-step-help): Customize.
1109
1110 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1111
1112 * hexl.el (hexlify-buffer): Move point in proper range
1113 if it is too large.
1114 (hexl-after-revert-hook): Update hexl-max-address.
1115 (hexl-address-to-marker): Doc fix.
1116
1117 1999-10-03 Dave Love <fx@gnu.org>
1118
1119 * image.el (defimage): Remove redundant code. Substitute file in
1120 image plist.
1121
1122 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
1123
1124 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1125 when doing with-temp-file.
1126
1127 1999-10-01 Dave Love <fx@gnu.org>
1128
1129 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1130
1131 * help.el: Require view when compiling.
1132 (view-emacs-FAQ): Use Info version.
1133
1134 1999-09-29 Ken'ichi Handa <handa@gnu.org>
1135
1136 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1137 (normat->normal). Use correct font names for Korean
1138 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1139
1140 1999-09-29 Kenichi Handa <handa@etl.go.jp>
1141
1142 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1143 code not used by KOI8 to the same 8-bit code instead of mapping to
1144 SPC.
1145 (cyrillic-alternativnyj-decode-table): Likewise.
1146
1147 1999-09-29 Alex Schroeder <alex@gnu.org>
1148
1149 * sql.el (sql-imenu-generic-expression): new, used to set
1150 imenu-generic-expression.
1151 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1152 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
1153 imenu-case-fold-search, and imenu-syntax-alist.
1154 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1155 setting font-lock-defaults' SYNTAX-ALIST.
1156
1157 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1158
1159 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1160 macro, try again.
1161
1162 1999-09-28 Dave Love <fx@gnu.org>
1163
1164 * cus-edit.el (custom-comment): Change widget definition.
1165 (custom-comment-create, custom-comment-show)
1166 (custom-comment-invisible-p): Don't use :comment-overlay.
1167 (custom-comment-hide): New function.
1168 (custom-variable-set, custom-variable-save)
1169 (custom-variable-reset-standard, custom-face-set)
1170 (custom-face-save): Use it.
1171
1172 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1173
1174 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1175
1176 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1177
1178 * faces.el (region): Doc fix.
1179
1180 1999-09-27 Dave Love <fx@gnu.org>
1181
1182 * isearch.el (isearch): Add :links in defgroup.
1183 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1184 (isearch-switch-frame-handler): Comment out (unused).
1185 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1186 (isearch-ring-retreat-edit): Doc fix.
1187 (isearch-mouse-yank): New command.
1188 (isearch-last-command-char): Removed. Callers changed to use
1189 last-command-char.
1190 (isearch-char-to-string): Removed. Callers changed to use
1191 char-to-string.
1192
1193 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
1194
1195 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1196 option for Russian.
1197
1198 1999-09-25 Gerd Moellmann <gerd@gnu.org>
1199
1200 * faces.el (face-differs-from-default-p): Compare face
1201 attributes individually.
1202
1203 * image.el (put-image, insert-image): Add string argument.
1204
1205 1999-09-24 Gerd Moellmann <gerd@gnu.org>
1206
1207 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1208 LANG=de_DE.iso88591 on HPUX 11.0.
1209
1210 * dired.el (dired-move-to-filename-regexp): Make it work
1211 for LANG=de_DE.iso88591 on HPUX 11.0.
1212
1213 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1214
1215 * info.el (info-initialize): Don't test existence of ALTERNATIVE
1216 if we know for some other reason it should not be used.
1217
1218 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1219 New variable.
1220 (edebug-recursive-edit): Save current-prefix-arg there,
1221 bind it, and set it back at the end.
1222 (edebug-outside-excursion): Restore and update the outside
1223 value of current-prefix-arg.
1224 (edebug-emacs-version-specific): Delete support for Epoch.
1225
1226 1999-09-24 Howard Melman <howard@silverstream.com>
1227
1228 * imenu.el (imenu-after-jump-hook): New variable.
1229 (imenu): Run menu-after-jump-hook.
1230 (imenu-name-lookup-function): New variable.
1231 * imenu.el (imenu--in-alist): Use those variables.
1232
1233 1999-09-24 Carsten Dominik <cd@gnu.org>
1234
1235 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1236 multiple thebibliography environments.
1237
1238 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1239 with recentering window.
1240 (reftex-extract-bib-entries-from-thebibliography,
1241 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
1242 with multiple thebibliography environments.
1243
1244 * textmodes/reftex-vars.el
1245 (reftex-section-levels): Function allowed as cdr.
1246 (reftex-max-section-depth) New option.
1247
1248 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1249 with multiple thebibliography environments.
1250
1251 1999-09-23 Gerd Moellmann <gerd@gnu.org>
1252
1253 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1254 instead of point-min in call to delete-region.
1255
1256 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
1257
1258 * vc.el (vc-backend-checkout): Use with-temp-file when checking
1259 out into arbitrary file names.
1260
1261 1999-09-19 Ken'ichi Handa <handa@gnu.org>
1262
1263 * language/european.el ("Turkish"): New language environment.
1264
1265 1999-09-19 Dave Love <fx@gnu.org>
1266
1267 * delim-col.el: New file.
1268
1269 1999-09-17 Richard Stallman <rms@gnu.org>
1270
1271 * files.el (after-find-file): When visiting a backup file,
1272 make it read-only.
1273
1274 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1275 (apropos-keybinding-face, apropos-label-face): Likewise.
1276 (apropos-property-face, apropos-match-face): Likewise.
1277 (apropos-label-properties): New variable.
1278 (apropos-print-doc): Use apropos-label-properties.
1279 (apropos-print): Set apropos-label-properties.
1280
1281 1999-09-15 Richard Stallman <rms@gnu.org>
1282
1283 * winner.el: Use aref instead of sref.
1284
1285 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1286
1287 1999-09-14 Gerd Moellmann <gerd@gnu.org>
1288
1289 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1290
1291 1999-09-14 Richard Stallman <rms@gnu.org>
1292
1293 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1294 cookie, even if followed by a letter.
1295
1296 1999-09-14 Stephen Eglen <stephen@gnu.org>
1297
1298 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1299 --no-line-editing are passed to Octave by including them here
1300 rather than storing them in inferior-octave-startup-args.
1301
1302 1999-09-14 Eli Zaretskii <eliz@gnu.org>
1303
1304 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1305 command, option, env and sc.
1306
1307 * subr.el (shell-quote-argument): Quote argument with double
1308 quotes for ms-dos.
1309
1310 1999-09-14 Richard Stallman <rms@gnu.org>
1311
1312 * simple.el (eval-expression-print-level): New variable.
1313 (eval-expression-print-length): New variable.
1314 (eval-expression-debug-on-error): New variable.
1315 (eval-expression): Bind print-level, print-length and
1316 debug-on-error from those vars.
1317
1318 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1319 Bind print-level, print-length and debug-on-error.
1320
1321 1999-09-14 Inge Frick <inge@nada.kth.se>
1322
1323 * dired.el (dired-recursive-deletes): New custom variable.
1324 (dired-re-no-dot): New variable.
1325 (dired-delete-file): New function deletes files and directories
1326 recursively.
1327 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1328
1329 * dired-aux.el (dired-recursive-copies): New custom variable.
1330 (dired-handle-overwrite): Broke a long line.
1331 (dired-copy-file): Call `dired-copy-file-recursive' instead of
1332 `copy-file'.
1333 (dired-copy-file-recursive): New function. Copy directories
1334 recursively.
1335 (dired-do-create-files): Added support for generalized directory
1336 target. How-to function may now return a function. New fluid
1337 variable `dired-one-file'.
1338 (dired-copy-how-to-fn): New variable.
1339 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1340 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1341 (dired-do-copy-regexp): No recursive copies.
1342
1343 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
1344
1345 * whitespace.el (whitespace-version): Update version to 2.4
1346
1347 * whitespace.el: Add customization variables to conditionally test
1348 any of the five whitespaces, per request from Rune Kleveland
1349 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1350
1351 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1352
1353 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1354 list of modes to be checked for bogus whitespaces.
1355
1356 * whitespace.el (whitespace-rescan-timer-time): Update
1357 documentation.
1358
1359 * whitespace.el (whitespace-display-unchecked-whitespaces):
1360 new function to update modeline with untested whitespaces.
1361
1362 * whitespace.el (whitespace-buffer): Test only whitespaces whose
1363 checking is turned on, and update modeline using the newly created
1364 `whitespace-display-unchecked-whitespaces'.
1365
1366 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1367 whose checking is turned on, and update modeline using the newly
1368 created `whitespace-display-unchecked-whitespaces'.
1369
1370 * whitespace.el (whitespace-describe): Update documentation.
1371
1372 * whitespace.el (whitespace-tickle-timer): Test if
1373 `whitespace-rescan-timer-time' is non-zero before tickling timer.
1374
1375 1999-09-13 Dave Love <fx@gnu.org>
1376
1377 * hideif.el (hide-ifdef-mode): Add autoload cookie.
1378
1379 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1380 for temp buffer.
1381 (checkdoc-this-string-valid): Don't assume default comment-start.
1382
1383 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1384
1385 * rsz-mini.el: Remove code, keep the interface.
1386
1387 1999-09-13 Dave Love <fx@gnu.org>
1388
1389 * help.el (help-highlight-p): Doc fix.
1390
1391 * faces.el (mode-line, header-line, tool-bar): Add :version.
1392 (highlight, secondary-selection): Add :group.
1393 (trailing-whitespace): Add :group, :version.
1394
1395 * wid-edit.el: Remove some compatibility code and checks.
1396 (widget-specify-field, widget-specify-button): Don't use XEmacs
1397 properties.
1398 (widget-overlay-inactive): Change error message.
1399 (widget-button-pressed-face): New variable.
1400 (widget-button-click): Use it.
1401 (widget-documentation-link-add): Specify mouse and button faces.
1402 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1403 removed now the functionality is built in.
1404
1405 * cus-edit.el: Don't define-widget-keywords.
1406 (multimedia): New group.
1407 (custom-last): Function removed.
1408 (custom-quote): Add vectorp case, comment out characterp case.
1409 (custom-buffer-done-function, custom-raised-buttons): New option.
1410 (Custom-buffer-done): New function.
1411 (custom-buffer-create-internal): Obey custom-raised-buttons,
1412 Custom-buffer-done.
1413 (custom-button-face): Make it `released-button'.
1414 (custom-button-pressed-face): Make it `pressed-button'
1415 (custom-mode-map): Bind "q" to Custom-buffer-done.
1416 (custom-mode): Deal with raised/pressed buttons.
1417
1418 Changes from Didier Verna:
1419 (custom-prompt-variable): Optional third arg makes prompt for a
1420 comment string.
1421 (customize-set-value, customize-set-variable,
1422 customize-save-variable): Optional prefix makes function handle
1423 variable comments.
1424 (customize-customized, customize-saved, custom-variable-state-set)
1425 (custom-variable-set, custom-variable-save, custom-face-state-set)
1426 (custom-variable-reset-saved, custom-variable-reset-standard)
1427 (custom-face-set, custom-face-save, custom-face-reset-saved)
1428 (custom-face-reset-standard, customize-save-customized): Handle
1429 custom comments.
1430 (custom-comment-face, custom-comment-tag-face): New face.
1431 (custom-comment): New widget.
1432 (custom-comment-create, custom-comment-delete)
1433 (custom-comment-value-set, custom-comment-show)
1434 ()custom-comment-invisible-p): New functions.
1435 (custom-variable-value-create, custom-face-value-create): Create a
1436 comment field widget.
1437 (custom-variable-menu, custom-face-menu): New entry for custom
1438 comment.
1439 (custom-face-value-create): Remove compatibility code.
1440 (custom-save-variables, custom-save-faces): Possibly save custom
1441 comments.
1442
1443 * cus-face.el (custom-face-attributes): Simplify :underline,
1444 :overline, :inverse-video cases. Fix up :box case (probably needs
1445 more work).
1446
1447 Change from Didier Verna:
1448 (custom-set-faces): The arguments can now have a custom comment as
1449 fourth argument.
1450
1451 * custom.el: Don't define-widget-keywords.
1452 Change from Didier Verna:
1453 (custom-set-variables): the arguments can now have a
1454 custom comment as fifth element.
1455
1456 1999-09-13 Richard Stallman <rms@gnu.org>
1457
1458 * info.el (Info-find-node): Cope better if guesspos is too large.
1459
1460 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1461
1462 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1463 of buffer-substring because buffer-string doesn't copy the
1464 prompt.
1465
1466 * faces.el (mode-line): Replaces `modeline'.
1467 (toplevel): Make `modeline' an alias for `mode-line'.
1468
1469 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1470
1471 * gs.el: Change `ghostscript' to `postscript' in comment.
1472
1473 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
1474
1475 * emulation/tpu-edt.el (tpu-version): New version.
1476 (tpu-search-overlay, tpu-replace-overlay): New variables.
1477 (tpu-search-highlight, tpu-toggle-direction): New functions.
1478 (tpu-lm-replace): Set tpu-replace-overlay.
1479 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1480 command hook.
1481
1482 1999-09-11 Richard Stallman <rms@gnu.org>
1483
1484 * isearch.el (isearch-mode-map): Undo previous change.
1485
1486 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1487 use all of that as the sexp.
1488
1489 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1490 and use the initial argument as file name directly.
1491 Likewise if nothing matches.
1492
1493 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
1494
1495 * winner.el: Major changes. Avoid changing point and mark.
1496 Save configurations after they change, not before.
1497
1498 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1499
1500 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1501 Bind print-continuous-numbering and print-number-table.
1502
1503 1999-09-10 Dave Love <fx@gnu.org>
1504
1505 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1506
1507 1999-09-09 Richard Stallman <rms@gnu.org>
1508
1509 * whitespace.el: Finish making it fit Emacs conventions.
1510 Add autoloads.
1511
1512 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * generic-x.el (bat-generic-mode): "::"-style comments don't
1515 need to begin with "-". Fix the font-lock definitions of ON/OFF
1516 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
1517 from the list of keywords. Add DO to the list of keywords.
1518
1519 1999-09-09 Dave Love <fx@gnu.org>
1520
1521 * byte-opt.el (byte-optimize-backward-char):
1522 (byte-optimize-backward-word): New optimizations.
1523 (side-effect-free-fns, side-effect-and-error-free-fns): Add
1524 entries.
1525
1526 1999-09-09 Gerd Moellmann <gerd@gnu.org>
1527
1528 * image.el (put-image): Remove optional buffer parameter.
1529
1530 * faces.el (face-italic-p): Return t only for values `italic'
1531 and `oblique'.
1532
1533 * mouse.el (mouse-drag-mode-line-1): Extension of former
1534 mouse-drag-mode-line that also drags the header line.
1535 (mouse-drag-mode-line): Call it.
1536 (mouse-drag-header-line): New.
1537 (toplevel): Bind down-mouse-1 on header lines to
1538 mouse-drage-header-line.
1539
1540 1999-09-08 Gerd Moellmann <gerd@gnu.org>
1541
1542 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1543 (make-mode-line-mouse-sensitive): Replace `top-line' by
1544 `header-line'.
1545
1546 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
1547
1548 * help.el (describe-function-1): Don't return empty string for keymaps.
1549
1550 * fill.el (fill-region-as-paragraph, canonically-space-region):
1551 Respect colon-double-space at end of line.
1552
1553 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
1554
1555 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1556 (backup-buffer): Use it.
1557
1558 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
1559
1560 * generic-x.el (generic-define-unix-modes): Added new modes:
1561 inetd-conf-generic-mode, etc-services-generic-mode,
1562 etc-passwd-generic-mode. These are all defined for Unix by default.
1563 (apache-generic-mode): Use an imenu-generic-expression to list
1564 Configuration keywords.
1565 (samba-generic-mode): Use both ; and # as comment characters.
1566 (samba-generic-mode): Font-lock expressions now highlight name
1567 value pairs.
1568 (bat-generic-mode): Keywords are now case-insensitive through
1569 font-lock-defaults setting.
1570 (java-properties-generic-mode): Supports both ! and # as comment
1571 characters.
1572 (java-properties-generic-mode): Added an imenu-generic-expression
1573 (java-properties-generic-mode): Reworked to support the various
1574 different ways to separate name and value (viz, '=', ':' and
1575 whitespace).
1576 (show-tabs-generic-mode): Added this new generic-mode.
1577
1578 1999-09-08 Richard Stallman <rms@gnu.org>
1579
1580 * progmodes/inf-lisp.el: Moved from top directory.
1581
1582 * tar-mode.el (tar-header-block-tokenize):
1583 Use `when' instead of `and'. Fix some clobbered text.
1584
1585 * gud.el (gud-make-debug-menu): Make a child for the
1586 local menu, for its menu bar, and the debug menu.
1587 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1588 Use the history in the simple way.
1589
1590 1999-09-07 Kenichi Handa <handa@etl.go.jp>
1591
1592 * language/korea-util.el (default-korean-keyboard): Initialize it
1593 according to the environment variable HANGUL_KEYBOARD_TYPE.
1594
1595 1999-09-07 Richard Stallman <rms@gnu.org>
1596
1597 * subr.el (make-temp-file): New function.
1598
1599 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
1600
1601 * font-lock.el (font-lock-multiline): New text property contains
1602 a boolean to indicate if the char is part of a multiline match.
1603 (font-lock-default-fontify-region): Extend the region appropriately
1604 for multiline keywords.
1605 (font-lock-default-unfontify-region): Also remove the new
1606 font-lock-multiline text property.
1607 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1608 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1609
1610 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1611
1612 * diary-lib.el (list-diary-entries): Make sure two-digit years
1613 have leading zeros.
1614
1615 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1616
1617 * faces.el (face-set-after-frame-default): Initialize some
1618 attributes of some faces from frame parameters.
1619
1620 * faces.el (scroll-bar, border, cursor, mouse): New faces.
1621
1622 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1623
1624 * faces.el (fringe): Replaces face `margin'.
1625
1626 1999-09-07 Dave Love <fx@gnu.org>
1627
1628 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1629
1630 1999-09-07 Richard Stallman <rms@gnu.org>
1631
1632 * subr.el (push): Doc fix.
1633
1634 1999-09-06 Richard Stallman <rms@gnu.org>
1635
1636 * vc.el (vc-annotate-display): Use < 69 not < 70
1637 to distinguish 20YY from 19YY.
1638
1639 * timezone.el (timezone-parse-date): Use < 69 not < 70
1640 to distinguish 20YY from 19YY.
1641
1642 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1643
1644 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
1645
1646 * quickurl.el: (quickurl-list-focused-line): Removed.
1647 (quickurl-list-insert): Now works out the focused line using
1648 `count-lines' instead of using `quickurl-list-focused-line'.
1649
1650 1999-09-06 Richard Stallman <rms@gnu.org>
1651
1652 * mail/rmail.el (rmail-retry-failure): Unconditionally move
1653 to beginning of message.
1654
1655 1999-09-06 Dave Love <fx@gnu.org>
1656
1657 * isearch.el (isearch-mode-map): Add mouse-2.
1658
1659 * rmail.el (rmail-read-password): Deleted.
1660 (rmail-get-pop-password): Use read-password.
1661
1662 * quickurl.el: Don't conditionally define caddr.
1663 (quickurl-url-comment): Use nth, not caddr in function and
1664 defsetf.
1665
1666 1999-09-06 Richard Stallman <rms@gnu.org>
1667
1668 * auto-show.el: Doc fixes.
1669
1670 1999-09-06 Stephen Eglen <stephen@gnu.org>
1671
1672 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1673 --no-line-editing so that TABs in source files are not interpreted
1674 as completion requests.
1675
1676 1999-09-06 Gerd Moellmann <gerd@gnu.org>
1677
1678 * hscroll.el, auto-show.el: Remove all code, keep the public
1679 interface as no-ops.
1680
1681 * faces.el (face-bold-p): Don't return t if face has lighter
1682 weight than normal.
1683
1684 1999-09-06 Eli Zaretskii <eliz@gnu.org>
1685
1686 * startup.el (command-line): Make small-temporary-file-directory
1687 be nil except on ms-dos.
1688
1689 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
1690
1691 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1692 is defined.
1693
1694 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1695 letters with a colon after d or l.
1696
1697 1999-09-06 Dave Love <fx@gnu.org>
1698
1699 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
1700
1701 1999-09-05 Richard Stallman <rms@gnu.org>
1702
1703 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1704
1705 * textmodes/paragraphs.el (backward-kill-sentence):
1706 Don't test minibuffer-prompt-end here.
1707 (forward-sentence): Do handle it here.
1708 (backward-kill-paragraph): Don't test it here.
1709 (forward-paragraph): Handle it here.
1710
1711 * mouse.el (font-menu-add-default): Simplify code.
1712
1713 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1714
1715 * faces.el (header-line): Renamed from `top-line'.
1716
1717 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1718
1719 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1720
1721 1999-09-04 Richard Stallman <rms@gnu.org>
1722
1723 * whitespace.el: New file.
1724
1725 1999-09-04 Dave Love <fx@gnu.org>
1726
1727 * paths.el: Make some doc strings obey the make-docfile convention.
1728
1729 * bindings.el: Likewise.
1730 (debug-ignored-errors): Remove BBDB ones.
1731
1732 1999-09-03 Richard Stallman <rms@gnu.org>
1733
1734 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1735 not from the draft to forward.
1736
1737 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1738
1739 1999-09-03 Dave Love <fx@gnu.org>
1740
1741 * double.el (double-mode): Customize the variable.
1742
1743 1999-09-03 Kenichi Handa <handa@etl.go.jp>
1744
1745 * international/characters.el: Delete duplicated code.
1746
1747 1999-09-02 Richard Stallman <rms@gnu.org>
1748
1749 * indent.el (indent-relative): Doc fix.
1750
1751 * quickurl.el (quickurl): Doc fix.
1752
1753 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1754
1755 * faces.el (margin): Change background to "gray" for mono (this is
1756 drawn with a stipple pattern).
1757
1758 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1759
1760 * simple.el (next-history-element): Use minibuffer-prompt-end once
1761 again. Remove test for minibuffer-prompt-in-buffer.
1762
1763 1999-09-02 Eli Zaretskii <eliz@gnu.org>
1764
1765 * files.el (small-temporary-file-directory): New variable.
1766
1767 * startup.el (command-line): Compute the value of
1768 small-temporary-file-directory.
1769
1770 * ediff-init.el (ediff-temp-file-prefix): Use
1771 small-temporary-file-directory if non-nil.
1772
1773 * vc.el (vc-update-change-log): Likewise.
1774
1775 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1776
1777 * simple.el (shell-command, shell-command-on-region): Use
1778 make-temp-name properly. Use small-temporary-file-directory if
1779 non-nil, otherwise temporary-file-directory, to generate temporary
1780 files.
1781
1782 * dos-w32.el (direct-print-region-helper): Use
1783 temporary-file-directory. (From Stefan Monnier.)
1784
1785 1999-09-02 Richard Stallman <rms@gnu.org>
1786
1787 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1788 from asm-comment-char.
1789 (asm-font-lock-keywords): Recognize instruction width suffixes.
1790
1791 1999-09-01 Richard Stallman <rms@gnu.org>
1792
1793 * play/fortune.el: New file.
1794
1795 1999-08-31 Dave Love <fx@gnu.org>
1796
1797 * help.el (help-make-xrefs): Don't lose on non-empty blank line
1798 after key table.
1799
1800 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1801 variables.
1802
1803 * subr.el (push): Fix typo.
1804
1805 1999-08-30 Kevin Blake <kblake@ticnet.com>
1806
1807 * emacs-lisp/ring.el: Many doc fixes.
1808 (ring-size, ring-copy): New functions.
1809
1810 1999-08-29 Richard Stallman <rms@gnu.org>
1811
1812 * progmodes/etags.el (tags-loop-continue):
1813 After tags-loop-operate returns, force skip to next file.
1814
1815 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1816 (mail-extr-first-letters, mail-extr-last-letters):
1817 Use character classes [:alpha:] and [:alnum:].
1818
1819 * subr.el (push, pop): New macros.
1820
1821 * progmodes/compile.el (compilation-error-regexp-alist):
1822 New item for SGI IRIX MipsPro compilers.
1823
1824 * speedbar.el (speedbar-directory-buttons): Recognize
1825 device names when checking for file names.
1826
1827 * array.el (array-reconfigure-rows): Use generate-new-buffer.
1828
1829 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1830 and specially handle defvar inside their expansions.
1831 (eval-defun-1): New subroutine.
1832
1833 * progmodes/compile.el (compilation-error-regexp-alist):
1834 Fix the Perl -w entry to allow period after line number.
1835 Don't allow newlines in file name, but allow them after line number
1836 for Perl debugging traces.
1837
1838 * which-func.el (which-func-cleanup-function): New variable.
1839 (which-function): Call that function.
1840
1841 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
1842 to end a function name.
1843
1844 * informat.el (Info-tagify): Don't insert more than one newline
1845 before the tag table.
1846
1847 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
1848
1849 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
1850 than make-temp-name, use match-string-no-properties, and eliminate
1851 a quadratic behavior when building bibtex-strings.
1852
1853 1999-08-29 Alex Schroeder <alex@gnu.org>
1854
1855 * comint.el (comint-input-ring-separator): New variable.
1856 (comint-read-input-ring): Doc change; use
1857 comint-input-ring-separator when reading file.
1858 (comint-write-input-ring): Use
1859 comint-input-ring-separator when writing file.
1860
1861 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
1862
1863 * informat.el (Info-tagify): Start by widening.
1864 Match node headers that don't list the file name,
1865 and more kinds of page separations.
1866 Strip properties during tagification.
1867 Use start of node header line as tag's position.
1868 Fix the "done" message.
1869
1870 (Info-validate): Save and restore match data around narrowing down.
1871
1872 1999-08-28 Richard M. Stallman <rms@gnu.org>
1873
1874 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
1875 On repeated call, override previous values put into
1876 minor-mode-map-alist and minor-mode-alist.
1877
1878 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
1879
1880 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
1881
1882 1999-08-27 Andreas Schwab <schwab@gnu.org>
1883
1884 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
1885 from cvs update.
1886
1887 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1888
1889 * calendar/calendar.el (calendar-move-hook): New hook.
1890
1891 * calendar/cal-move.el: Call the new hook in every movement function.
1892
1893 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
1894 the right function name.
1895
1896 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
1897
1898 * time-stamp.el: Put quote-backquote around all symbol names
1899 in doc strings, for mousing.
1900 (time-stamp): support multi-line patterns.
1901 (time-stamp-inserts-lines): new variable.
1902 (time-stamp-count): new variable.
1903 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
1904 "Thu" instead of "%a".
1905
1906 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1907
1908 * simple.el (kill-word): Undo previous change.
1909
1910 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1911
1912 * jit-lock.el (jit-lock-function): Extend the fontified range
1913 to the beginning of the line containing the range start and
1914 the beginning of the line following the range end.
1915
1916 1999-08-24 Dave Love <fx@gnu.org>
1917
1918 * timezone.el: Move provide to end.
1919 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
1920 <70 are 2000+.
1921 (timezone-parse-time): Simplify somewhat.
1922
1923 1999-08-24 Gerd Moellmann <gerd@gnu.org>
1924
1925 * faces.el (margin): Renamed from bitmap-area.
1926
1927 1999-08-24 Alex Schroeder <alex@gnu.org>
1928
1929 * sql.el: Doc changes.
1930 (sql-sybase): use sql-server instead of sql-database.
1931
1932 1999-08-23 Dave Love <fx@gnu.org>
1933
1934 * rect.el: Add/fix various doc strings. Add `*' to all the
1935 interactive specs.
1936
1937 1999-08-21 Gerd Moellmann <gerd@gnu.org>
1938
1939 * jit-lock.el (jit-lock-function): Use line-beginning-position.
1940 Don't unwind-protect font-lock-fontify-region.
1941
1942 * paragraphs.el (backward-kill-paragraph): Don't move
1943 point into mini-buffer prompt.
1944 (backward-kill-sentence): Ditto.
1945
1946 * simple.el (next-history-element): Use minibuffer-prompt-end.
1947 Remove test for minibuffer-prompt-in-buffer.
1948 (kill-word): Don't move point into mini-buffer prompt.
1949
1950 1999-08-21 Dave Love <fx@gnu.org>
1951
1952 * Makefile: Exclude CVS dirs like RCS.
1953
1954 1999-08-19 Dave Love <fx@gnu.org>
1955
1956 * tooltip.el (tooltip-mode): Customize this, per convention.
1957 (tooltip-active): Option deleted.
1958
1959 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
1960
1961 * hanoi.el, page-ext.el: Declare dynamic vars.
1962
1963 * term.el: Avoid ange-ftp related compilation warnings.
1964
1965 1999-08-18 Gerd Moellmann <gerd@gnu.org>
1966
1967 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
1968 the default so that beginners can benefit from it without
1969 searching in manuals.
1970
1971 1999-08-18 Ray Blaak <blaak@gnu.org>
1972
1973 * progmodes/delphi.el: Consider assembly sections as blocks, to
1974 indent them better. Make auto-indent on newline optional.
1975
1976 1999-08-17 Gerd Moellmann <gerd@gnu.org>
1977
1978 * bindings.el (mode-line-modified): Look up key binding for C-x
1979 C-q. If it's bound call that binding, otherwise call
1980 toggle-read-only.
1981
1982 1999-08-17 Dave Love <fx@gnu.org>
1983
1984 * info.el (info): Doc fix.
1985
1986 * finder.el (finder-known-keywords): Add `multimedia'.
1987
1988 * apropos.el: Don't capitalize custom group name.
1989
1990 * info-look.el: Remove compatibility code.
1991 (info-lookup-guess-default*): DTRT for point at start of symbol.
1992 (info-complete): Don't lose with point not at end of symbol.
1993
1994 1999-08-16 Gerd Moellmann <gerd@gnu.org>
1995
1996 * term.el (toplevel): Make face `term-default' an empty face.
1997 The code relied on the fact that Emacs ignored invalid faces in
1998 face text properties in 20.4.
1999
2000 1999-08-16 Richard M. Stallman <rms@gnu.org>
2001
2002 * subr.el (point-at-eol, point-at-bol): New aliases.
2003
2004 * simple.el: Functions reordered.
2005
2006 * rect.el (delete-rectangle-line): Use line-end-position.
2007
2008 1999-08-16 Karl Heuer <kwzh@gnu.org>
2009
2010 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2011 here from simple.el.
2012
2013 1999-08-16 Dave Love <fx@gnu.org>
2014
2015 * mouse.el: Provide `mldrag' for compatibility.
2016 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2017 marked obsolete.
2018
2019 * mldrag.el: Removed since the features are in mouse.el.
2020
2021 * jka-compr.el (auto-compression-mode): New variable for
2022 customization.
2023
2024 * bindings.el (mode-line-mule-info): Doc fix.
2025
2026 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2027 name comparisons.
2028
2029 * files.el (interpreter-mode-alist): Add make, guile, clisp.
2030 (find-file): Doc fix.
2031
2032 1999-08-16 Carsten Dominik <cd@gnu.org>
2033
2034 * textmodes/reftex.el: Most of the code moved to other files.
2035 * textmodes/reftex-auc.el: New file, split out from reftex.el
2036 * textmodes/reftex-cite.el: New file, split out from reftex.el
2037 * textmodes/reftex-global.el: New file, split out from reftex.el
2038 * textmodes/reftex-index.el: New file, split out from reftex.el
2039 * textmodes/reftex-parse.el: New file, split out from reftex.el
2040 * textmodes/reftex-ref.el: New file, split out from reftex.el
2041 * textmodes/reftex-sel.el: New file, split out from reftex.el
2042 * textmodes/reftex-toc.el: New file, split out from reftex.el
2043 * textmodes/reftex-vars.el: New file, split out from reftex.el
2044 * textmodes/reftex-vcr.el: New file, split out from reftex.el
2045
2046 1999-08-16 Carsten Dominik <cd@gnu.org>
2047
2048 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2049 conflict with pop-up-frames.
2050 (reftex-special-environment-parsers): New constant.
2051 (reftex-label-alist): car of an entry can also be a function.
2052 (reftex-what-special-env): new function.
2053 (reftex-label-location): Call `reftex-what-special-env'.
2054 (reftex-compile-variables): Check for symbol in
2055 `reftex-label-alist'.
2056 (reftex-what-environment): fixed bug with stacked environments of
2057 same kind (e.g. enumerate).
2058 (reftex-process-string): Preserve default directory.
2059 (reftex-label-alist-builtin): changed prefixes of endnote and
2060 footnote. Also the magic words.
2061 (reftex-reference): Interprete new option
2062 `reftex-fref-is-default'.
2063 (reftex-replace-prefix-escapes): Interprete new `%S' format.
2064 (reftex-toc-mouse-view-line): Command removed (had no binding).
2065 (reftex-everything-regexp): New function.
2066 (reftex-nearest-match): Made better.
2067 (reftex-toc-find-section): Use new version of
2068 `reftex-nearest-match'.
2069 (reftex-insert-docstruct): adapted to work with the index stuff.
2070 (reftex-parse-from-file): Find index entries as well.
2071 (reftex-toc-toggle-index): New function
2072 (reftex-toc-map): `i' is now used to togle the index, File
2073 boundaries has been moved to `F'.
2074 (reftex-select-label-map): Toggling display of file boundaries is
2075 now on the `F' key, for consistency with `reftex-toc-map'.
2076 (reftex-erase-all-selection-and-index-buffers): Renamed from
2077 `reftex-erase-all-selection-buffer'. Now also kills the index
2078 buffers.
2079 (reftex-viewing-cross-references): Customization group renamed
2080 from reftex-viewing-cross-references-and-citations.
2081 (reftex-index-macro-regexp,
2082 reftex-find-index-entry-regexp-format): New variables
2083 (reftex-macros-with-index): New variable
2084 (reftex-add-index-macros): New function
2085 (reftex-renumber-simple-labels, reftex-translate): Allow for
2086 multiple labels in a single ref command.
2087 (reftex-index-support): New customization group
2088 (reftex-support-index, reftex-index-special-chars,
2089 reftex-index-macros, reftex-index-default-macro,
2090 reftex-index-default-tag, reftex-index-math-format,
2091 reftex-index-section-letters, reftex-index-include-context,
2092 reftex-index-follow-mode, reftex-index-header-face,
2093 reftex-index-section-face, reftex-index-tag-face,
2094 reftex-index-face): New options
2095 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2096 reftex-index-tag, reftex-index-return-marker,
2097 reftex-index-restriction-indicator, reftex-index-restriction-data,
2098 reftex-index-macro-regexp, reftex-index-level-re,
2099 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2100 reftex-everything-regexp-no-index, reftex-index-re,
2101 reftex-macros-with-index, reftex-index-macro-alist): New variables
2102 (reftex-index-help, reftex-index-macros-builtin,
2103 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2104 reftex-query-index-macro-help): New constants
2105 (reftex-index-selection-or-word, reftex-index,
2106 reftex-default-index, reftex-update-default-index,
2107 reftex-index-complete-tag, reftex-index-select-tag,
2108 reftex-index-complete-key, reftex-index-update-taglist,
2109 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2110 reftex-display-index, reftex-insert-index,
2111 reftex-index-insert-new-letter, reftex-get-restriction,
2112 reftex-index-pre-command-hook, reftex-index-post-command-hook,
2113 reftex-index-show-help, reftex-index-next, reftex-index-previous,
2114 reftex-index-toggle-follow, reftex-index-toggle-context,
2115 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2116 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2117 reftex-index-quit, reftex-index-quit-and-kill,
2118 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2119 reftex-index-revert, reftex-index-switch-index-tag,
2120 reftex-index-restrict-to-section, reftex-index-widen,
2121 reftex-index-restriction-forward,
2122 reftex-index-restriction-backward, reftex-index-visit-location,
2123 reftex-index-analyze-entry, reftex-index-globalize,
2124 reftex-index-edit, reftex-index-toggle-range-beginning,
2125 reftex-index-toggle-range-end, reftex-index-edit-key,
2126 reftex-index-edit-attribute, reftex-index-edit-visual,
2127 reftex-index-edit-part, reftex-index-level-down,
2128 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2129 reftex-index-change-entry, reftex-index-goto-letter,
2130 reftex-add-index-macros, reftex-ensure-index-support,
2131 reftex-index-info-safe, reftex-index-info): New functions.
2132
2133
2134 1999-08-15 Richard M. Stallman <rms@gnu.org>
2135
2136 * paren.el (show-paren-mode): Support making show-paren-mode
2137 a buffer-local variable. Don't check for a window system.
2138 (show-paren-function): Check whether show-paren-function is
2139 enabled in current buffer; do the right thing if not.
2140 Don't check for a window system.
2141 (show-paren-mode): Make it a user variable.
2142
2143 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2144 Handle `enum' like `struct'.
2145
2146 * server.el (server-process-filter): If a client visits no buffers,
2147 close it immediately before recording it.
2148
2149 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2150 Optimize by calling concat just once. Handle =\n sequence.
2151 (mail-unquote-printable-region): New command.
2152 (mail-quote-printable): Make it autoload.
2153
2154 1999-08-15 Karl Heuer <kwzh@gnu.org>
2155
2156 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2157
2158 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2159
2160 * lisp/texinfmt.el: Handle @ifnottex.
2161
2162 1999-08-15 Eli Zaretskii <eliz@gnu.org>
2163
2164 * frame.el (blink-cursor): Don't turn on cursor blinking for
2165 ms-dos.
2166
2167 * faces.el (face-valid-attribute-values): Look in
2168 x-bitmap-file-path only for x and w32 window systems.
2169
2170 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2171 Do that if width is nil as well.
2172 (x-display-mm-height, x-display-mm-width): Update values.
2173 (x-colors): Compute the list from msdos-color-values.
2174 (x-select-enable-clipboard): Doc fix.
2175 (x-frob-font-weight, x-font-family-list): New functions.
2176
2177 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
2178
2179 * window.el (shrink-window-if-larger-than-buffer): Don't try to
2180 back up from beginning of buffer.
2181
2182 1999-08-13 Karl Heuer <kwzh@gnu.org>
2183
2184 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2185
2186 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
2187
2188 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
2189 doomsday clock, speed control is added and changes are made to
2190 allow large numbers of rings: rings now show the whole ring
2191 number, not just the last digit; consecutive rings are allowed to
2192 be the same size when necessary to fit all the rings in the
2193 window; and poles can be oriented horizontally. Face support is
2194 thrown in gratuitously.
2195 (hanoi): Changed default number of rings back to 3.
2196 (hanoi-unix, hanoi-unix-64): New commands
2197 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2198 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2199 hanoi-odd-ring-face): New variables.
2200 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2201 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2202 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2203 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2204 (hanoi-topos, hanoi-draw-ring): Removed.
2205
2206 1999-08-12 Gerd Moellmann <gerd@gnu.org>
2207
2208 * faces.el (face-valid-attribute-values): Return an alist for
2209 families on ttys.
2210 (face-read-integer): Handle unspecified face attributes. Add
2211 completion for `unspecified'.
2212 (read-face-attribute): Handle unspecified font attributes.
2213 (face-valid-attribute-values): Add `unspecified' to lists so that
2214 it can be chosen via completion.
2215 (face-read-string): Don't recognize "none" as input.
2216
2217 1999-08-10 Dave Love <fx@gnu.org>
2218
2219 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2220 string.
2221
2222 * sun-curs.el: Require sun-fns.
2223
2224 1999-08-10 Dave Love <fx@gnu.org>
2225
2226 * autorevert.el (auto-revert-mode): Add autoload cookie.
2227
2228 * hscroll.el, auto-show.el: Files deleted -- we have built-in
2229 hscroll.
2230
2231 * simple.el (hscroll-step, hscroll-point-visible)
2232 (hscroll-window-column): Remove now we have the mentioned real
2233 horizontal autoscrolling.
2234
2235 1999-08-10 Richard M. Stallman <rms@gnu.org>
2236
2237 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2238 control use of -f option.
2239 (mail-specify-envelope-from): New variable.
2240 (mail-from-style): Doc fix.
2241
2242 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2243 (easy-menu-get-map): New arg TO-MODIFY helps choose
2244 between local and global maps.
2245 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2246 (easy-menu-change): Doc fix.
2247
2248 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2249 (info-lookup-guess-default): Simplified and cleaned up.
2250 (info-lookup-guess-default*): Preserve point.
2251
2252 * view.el (view-mode-disable): If buffer-read-only is nil,
2253 don't change it.
2254
2255 * files.el (after-find-file): Disable View mode if buffer is no
2256 longer read-only.
2257
2258 * view.el (view-mode-enable, view-mode-disable):
2259 Call force-mode-line-update.
2260
2261 1999-08-10 Karl Heuer <kwzh@gnu.org>
2262
2263 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2264 * array.el, play/landmark.el, international/latin-3.el: Likewise.
2265 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2266
2267 1999-08-10 Alex Schroeder <asc@bsiag.com>
2268
2269 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2270 to prevent m-eating-bug.
2271
2272 1999-08-10 Eli Zaretskii <eliz@gnu.org>
2273
2274 * term/pc-win.el (msdos-bg-mode): Remove. Call
2275 frame-set-background-mode instead. All callers changed.
2276 (msdos-face-setup): Don't force color display parameter, it is set
2277 by frame-set-background-mode.
2278 (make-msdos-frame): Call x-handle-reverse-video and
2279 face-set-after-frame-default. Delete frame if creation failed.
2280
2281 * faces.el (face-set-after-frame-default): Don't call
2282 make-face-x-resource-internal for the pc window-system.
2283
2284 1999-08-10 Dave Love <fx@melange.gnu.org>
2285
2286 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2287 case with no docstring specially.
2288
2289 1999-08-09 Eli Zaretskii <eliz@gnu.org>
2290
2291 * complete.el (PC-do-completion): If completing on file name,
2292 reproduce str by concatenating its directory and basename parts.
2293
2294 1999-08-07 Dave Love <fx@gnu.org>
2295
2296 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
2297 unibyte to multibyte conversion of search-forward (from Handa),
2298 but avoid the replacement if the language is Latin-N.
2299
2300 1999-08-06 Richard Stallman <rms@gnu.org>
2301
2302 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2303 of eval-buffer.
2304
2305 * international/mule.el (load-with-code-conversion):
2306 Pass t to eval-buffer for DO-ALLOW-PRINT.
2307
2308 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
2309
2310 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2311 of filenames and attributes.
2312 (ls-lisp-insert-directory): Use directory-files-and-attributes
2313 for speed.
2314
2315 1999-08-05 Dave Love <fx@gnu.org>
2316
2317 * auto-show.el (auto-show-mode): Fix :set.
2318
2319 * widget.el (define-widget-keywords): Make dummy definition and
2320 comment-out its use.
2321
2322 1999-08-04 Richard Stallman <rms@gnu.org>
2323
2324 * progmodes/tcl.el: Customized.
2325
2326 * sql.el (sql-accumulate-and-indent): Instead of testing
2327 whether this is Emacs 20 before calling comint-accumulate,
2328 test whether comint-accumulate is defined.
2329
2330 1999-08-04 Dave Love <fx@gnu.org>
2331
2332 * sgml-mode.el: Require outline when compiling.
2333 (sgml-mode-hook, html-mode-hook): Customize.
2334 (sgml-validate-command): Fix :version.
2335 (html-autoview-mode): Doc fix.
2336
2337 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2338 nothing in Latin-N environment.
2339
2340 * info.el (Info-find-node): Call info-initialize here.
2341 (info): Not here.
2342 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2343
2344 1999-08-04 Richard Stallman <rms@gnu.org>
2345
2346 * ansi-color.el: New file.
2347
2348 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
2349
2350 * dired.el (dired-string-replace-match): Return `nil' when no match
2351 found with global search.
2352
2353 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2354 * terminal.el (te-terminfo-directory):
2355 * mail/mailpost.el (post-mail-send-it):
2356 * mail/metamail.el (metamail-region):
2357 * progmodes/ada-mode.el (ada-tmp-directory):
2358 Use temporary-file-directory.
2359
2360 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2361 (compilation-filter, compilation-forget-errors)
2362 (compilation-parse-errors): Use a marker instead of an integer for
2363 `compilation-parsing-end'.
2364
2365 * progmodes/diff.el (diff-parse-differences):
2366 Use a marker instead of an integer for `compilation-parsing-end'.
2367 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2368 Use a marker instead of an integer for `compilation-parsing-end'.
2369
2370 1999-08-03 Richard Stallman <rms@gnu.org>
2371
2372 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2373 (Buffer-menu-mode): Doc fix.
2374 (Buffer-menu-view): New command.
2375 (Buffer-menu-view-other-window): New command.
2376
2377 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
2378
2379 * replace.el (query-replace-regexp-eval)
2380 (replace-eval-replacement, replace-loop-through-replacements)
2381 (replace-match-string-symbols): New functions.
2382 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2383 Use replace-loop-through-replacements.
2384
2385 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
2386
2387 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2388 (5x5): Doc fix.
2389
2390 1999-08-03 Dave Love <fx@gnu.org>
2391
2392 * fortran.el (fortran-indent-new-line): Make it an alias
2393 for reindent-then-newline-and-indent.
2394
2395 1999-08-03 Didier Verna <verna@inf.enst.fr>
2396
2397 * rect.el: All functions rewritten, except when noted above
2398 their declaration. Below is a list of interface changes.
2399 (apply-on-rectangle): New function, mostly replaces
2400 `operate-on-rectangle'. All callers changed.
2401 (move-to-column-force): Pass new second argument to `move-to-column'.
2402 (kill-rectangle): Added optional prefix arg to fill lines.
2403 (delete-rectangle): Ditto.
2404 (delete-whitespace-rectangle): Ditto.
2405 (delete-extract-rectangle): Ditto.
2406 (open-rectangle): Ditto.
2407 (clear-rectangle): Ditto.
2408 (delete-whitespace-rectangle-line): New function.
2409 (delete-rectangle-line): Added third arg FILL.
2410 (delete-extract-rectangle-line): Ditto.
2411 (open-rectangle-line): Ditto.
2412 (clear-rectangle-line): Ditto.
2413
2414 1999-08-03 Ray Blaak <blaak@gnu.org>
2415
2416 * progmodes/delphi.el: New file.
2417
2418 1999-08-02 Richard Stallman <rms@gnu.org>
2419
2420 * textmodes/outline.el (outline-previous-heading): New function.
2421 (outline-up-heading-all): Use outline-previous-heading.
2422 (outline-next-heading): Delete definition inserted yesterday.
2423
2424 1999-08-01 Richard Stallman <rms@gnu.org>
2425
2426 * textmodes/outline.el (outline-next-heading): New function.
2427 (outline-up-heading-all): New function.
2428 (outline-font-lock-level): Using outline-up-heading-all.
2429 Tell outline-back-to-heading to accept invisible headings.
2430
2431 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2432
2433 * mail/mh-utils.el (mh-find-path-run): New variable.
2434 (mh-find-path): Test and set that.
2435 Set mail-user-agent only the first time this function is run.
2436 (mail-user-agent): Defvar deleted.
2437
2438 * info.el (info-initialize): New function.
2439 (info): Call info-initialize.
2440 (Info-directory-list): Initialize to nil,
2441 so info-initialize will set it up for real.
2442
2443 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2444
2445 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2446 does not interpret a time as the year in a day-month entry.
2447
2448 * calendar/diary-lib.el: Change syntax table entry for colon in
2449 the diary as part of the european-date-diary-pattern fix.
2450
2451 1999-08-01 Eli Zaretskii <eliz@gnu.org>
2452
2453 * international/mule.el (set-auto-coding): Allow whitespace before
2454 and after the "variable: value" pair.
2455
2456 1999-07-30 Ken'ichi Handa <handa@gnu.org>
2457
2458 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2459 (default-sendmail-coding-system): Doc-string fixed.
2460
2461 1999-07-30 Dave Love <fx@gnu.org>
2462
2463 * subr.el (assoc-delete-all): New function, renamed from
2464 frame-delete-all.
2465
2466 * frame.el: Change comments to doc strings and other doc fixes.
2467 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2468 Callers changed.
2469 (set-background-color, set-foreground-color, set-cursor-color)
2470 (set-mouse-color, set-border-color): Offer completion of colours.
2471 (cursor): Add :version to defgroup.
2472
2473 * facemenu.el (list-colors-display): Make it work on ttys.
2474 (facemenu-read-color): Likewise.
2475
2476 1999-07-30 Richard M. Stallman <rms@gnu.org>
2477
2478 * frame.el (frame-notice-user-settings): If background
2479 color has been changed, update background-mode from it,
2480 then update faces.
2481
2482 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2483
2484 * net-utils.el (finger): Don't do indirect fingering.
2485
2486 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2487
2488 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2489 rules. Add separator at end of holidays.
2490 (cal-tex-rules): New customizable variable.
2491 (cal-tex-latexify-list): Add optional parameter to put separator
2492 at end.
2493
2494 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
2495
2496 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2497 fill prefix on each line while looping to the end of paragraph.
2498 End paragraph if it's longer than the existing fill prefix.
2499
2500 * textmodes/fill.el (fill-context-prefix): Doc fix.
2501
2502 1999-07-30 Dave Love <fx@gnu.org>
2503
2504 * font-lock.el (jit-lock): Fix :load, add :version.
2505
2506 1999-07-30 Eli Zaretskii <eliz@gnu.org>
2507
2508 * term/pc-win.el (msdos-face-setup): Register standard colors in
2509 Vface_tty_color_alist.
2510 (face-color-supported-p, face_color_gray_p): New functions.
2511
2512 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2513 is bound.
2514
2515 * startup.el (command-line): Don't register default colors for
2516 MSDOS window-system.
2517
2518 1999-07-29 Dave Love <fx@gnu.org>
2519
2520 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2521 charquote.
2522
2523 * lisp-mode.el (eval-defun): Re-written to avoid
2524 capturing variables.
2525
2526 * picture.el (picture-beginning-of-line): Don't call
2527 hscroll-point-visible now we have real autoscrolling.
2528 (picture-end-of-line, picture-newline, picture-open-line):
2529 Likewise.
2530
2531 * international/latin-8.el: New file.
2532 * international/latin-9.el: New file.
2533
2534 1999-07-28 Dave Love <fx@gnu.org>
2535
2536 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2537
2538 * msb.el: Require cl only when compiling.
2539 (msb--home-dir): Deleted.
2540 (msb--format-title): Use abbreviate-file-name.
2541 (msb--choose-file-menu): Simplify string comparison.
2542
2543 1999-07-28 Gerd Moellmann <gerd@gnu.org>
2544
2545 * faces.el (toolbar): Add face definition for mono displays.
2546
2547 1999-07-27 Richard M. Stallman <rms@gnu.org>
2548
2549 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2550
2551 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2552 force copying of default-frame-alist.
2553
2554 1999-07-26 Ken'ichi Handa <handa@gnu.org>
2555
2556 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2557
2558 1999-07-26 Richard M. Stallman <rms@gnu.org>
2559
2560 * frame.el (set-mouse-color): If new color is nil,
2561 really respecify the current color.
2562
2563 1999-07-26 Gerd Moellmann <gerd@gnu.org>
2564
2565 * faces.el (bitmap-area): Change background of face `bitmap-area'
2566 to white for mono displays.
2567
2568 1999-07-26 Kenichi Handa <handa@etl.go.jp>
2569
2570 * international/ccl.el (ccl-embed-symbol): New function.
2571 (ccl-program-p): Deleted. Now it's implemented in C code.
2572 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2573 (ccl-compile-translate-character): Likewise.
2574 (ccl-compile-map-single): Likewise.
2575 (ccl-compile-multiple-map-function): Likewise.
2576 (declare-ccl-program): Doc-string modified.
2577 (check-ccl-program): Check compiled CCL code by ccl-program-p.
2578
2579 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
2580
2581 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2582
2583 1999-07-25 Markus Rost <rost@gnu.org>
2584
2585 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
2586 the entries to make custom-file more readable.
2587
2588 1999-07-25 Richard M. Stallman <rms@gnu.org>
2589
2590 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2591
2592 * emacs-lisp/edebug.el: Delete compatibility code.
2593 (edebug-next-token-class): If . is followed by a digit,
2594 return `symbol' for the token class.
2595
2596 * startup.el (command-line): If we don't find the user's init file,
2597 set user-init-file to nil.
2598
2599 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2600
2601 * info-look.el (info-lookup-interactive-arguments): Add optional
2602 argument query for new choice of help mode.
2603 (info-lookup-symbol): Use it.
2604 (info-lookup-file): Ditto.
2605 (info-lookup): Don't switch to other window, if already in Info
2606 buffer.
2607
2608 1999-07-23 Dave Love <fx@gnu.org>
2609
2610 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2611 syntax.
2612 (fortran-fontify-string, fortran-match-!-commen): Deleted.
2613 (fortran-font-lock-syntactic-keywords): New variable.
2614 (fortran-mode): Use it.
2615 (fortran-font-lock-keywords-1): Don't do comments.
2616 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2617 match data.
2618
2619 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2620
2621 * msb.el (msb-menu-bar-update-buffers): Renamed from
2622 menu-bar-update-buffers.
2623 (msb-custom-set, msb--toggle-menu-type): Call
2624 msb-menu-bar-update-buffers.
2625 (msb-mode): Revise the hook setting.
2626
2627 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2628
2629 1999-07-23 Gerd Moellmann <gerd@gnu.org>
2630
2631 * font-lock.el, help.el, simple.el: Re-integrate previously
2632 described changes that were lost due to errors while checking them
2633 in.
2634
2635 1999-07-23 Kevin Blake <kblake@ticnet.com>
2636
2637 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2638
2639 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
2640
2641 * international/encoded-kb.el
2642 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2643 but push it to unread-command-events.
2644 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2645 (encoded-kbd-self-insert-sjis): Likewise.
2646 (encoded-kbd-self-insert-big5): Likewise.
2647
2648 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2649 before left margin and fill-prefix by fill-find-break-point.
2650
2651 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2652
2653 * info-look.el (info-lookup-setup-mode): Don't give up, if
2654 info-lookup-make-completions returns an error.
2655 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2656 name latex, not latex2e.
2657
2658 1999-07-21 Richard M. Stallman <rms@gnu.org>
2659
2660 * replace.el (perform-replace): Turn off case-fold-search
2661 if FROM-STRING argument has uppercase in it.
2662
2663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2664
2665 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2666 mode is on. Don't use end of changed text.
2667
2668 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2669
2670 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2671 (cl-hash-table-p): Renamed from hash-table-p.
2672 (cl-hash-table-count): Renamed from hash-table-count.
2673 (maphash): Alias to cl-maphash removed.
2674 (gethash): Likewise.
2675 (puthash): Likewise.
2676 (remhash): Likewise.
2677 (clrhash): Likewise.
2678
2679 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2680
2681 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2682 third arg non-nil. See comment there why this isn't a good idea.
2683
2684 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2685
2686 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2687
2688 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2689 sit-for with 3rd arg non-nil to prevent redisplay.
2690
2691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2692
2693 * image.el (image-type-from-file-header): If file doesn't
2694 have a directory part, add data-directory.
2695
2696 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2697
2698 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2699 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2700 motion handling when tooltip-gud-tips-p is nil.
2701
2702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2703
2704 * tooltip.el (tooltip-mode): Don't use `plusp'.
2705 (tooltip-active): Use initial value of nil.
2706
2707 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2708
2709 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2710
2711 * bindings.el (make-mode-line-mouse-sensitive): Add key
2712 definitions for `top-line'.
2713
2714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2715
2716 * faces.el (top-line): New face.
2717
2718 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2719
2720 * image.el (image-type-regexps): Add regexp for PS files.
2721
2722 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2723
2724 * faces.el (set-face-attribute): Fix wrong handling of frame
2725 begin equal to t.
2726
2727 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2728
2729 * image.el (image-type-regexps): Add PNG format.
2730
2731 1999-07-21 Dave Love <fx@gnu.org>
2732
2733 * bindings.el (mode-line-modified): New variable.
2734 (mode-line-mode-menu-1): Switch to appropriate window before
2735 showing menu.
2736
2737 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2738
2739 * faces.el (face-underline): Removed.
2740 (face-underline-color): Ditto.
2741
2742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2743
2744 * faces.el (face-x-resources): Fix typo.
2745
2746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2747
2748 * faces.el: Remove handling of `:relief', extend handling of
2749 `:box'.
2750 (frame-set-background-mode): Choose new defface specs after
2751 frame parameters have changed.
2752
2753 * cus-face.el: Ditto.
2754
2755 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2756
2757 * custom.el (defface): Extend documentation to include new
2758 face attributes.
2759
2760 * cus-face.el (custom-face-attributes): Add overline,
2761 strike-through, box.
2762
2763 * faces.el (face-valid-attribute-values): Handle overline,
2764 strike-through, box.
2765 (face-attribute-name-alist): Add pairs for new face attributes.
2766 (describe-face): Handle new face attributes.
2767
2768 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2769
2770 * faces.el (face-x-resources): Add overline, strike-through, box.
2771
2772 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2773
2774 * enriched.el (enriched-translations): Add `display' and
2775 "x-display".
2776 (enriched-handle-display-prop): New.
2777 (enriched-decode-display-prop): New.
2778
2779 * format.el (top-level): Give `display' property
2780 `format-list-atomic-p.
2781 (format-annotate-single-property-change): Test that property.
2782 If present, treat list property values like atoms.
2783
2784 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2785
2786 * cus-face.el (custom-face-attributes): Use `choice' everywhere
2787 so that "*" can be entered.
2788
2789 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2790
2791 * cus-face.el (custom-face-attributes): Don't use `#''.
2792
2793 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2794
2795 * cus-face.el (custom-face-attributes): Return underline
2796 face attribute directly from the second lambda of underline.
2797
2798 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2799
2800 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2801
2802 * frame.el (after-setting-font-hooks): New variable.
2803 (set-frame-font): Run those hooks.
2804
2805 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2806
2807 * faces.el (set-face-attribute): Fix doc string.
2808
2809 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2810
2811 * cus-face.el (custom-face-attributes): Accept color name.
2812
2813 * faces.el (face-underline-p): Accept unspecified underlining.
2814 (face-underline): Ditto. Fix doc string.
2815
2816 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2817
2818 * faces.el (face-underline-color): New function.
2819
2820 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2821
2822 * cus-face.el (custom-face-attributes): Support underline coloring.
2823 Added slot to choose a color.
2824
2825 * faces.el (face-underline): New function.
2826 (face-underline-p): Support underline coloring.
2827 Return nil only if the underline attribute is 'normal.
2828 (set-face-underline): New function.
2829 (face-valid-attribute-values): Support underline coloring.
2830
2831 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2832
2833 * image.el (insert-image): Use `display' instead of `glyph'
2834 as text property name.
2835 (put-image): Ditto.
2836 (image-type-from-file-header): Use insert-file-contents-literally.
2837
2838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2839
2840 * easymenu.el (easy-menu-do-add-item): Don't use the empty
2841 string to indicate separators.
2842
2843 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2844
2845 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
2846 instead of message-log.
2847
2848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2849
2850 * faces.el (bitmap-area): New face.
2851
2852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2853
2854 * image.el (insert-image): New.
2855
2856 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2857
2858 * frame.el (blink-cursor): Set the symbol's value.
2859 (show-trailing-whitespace): Change group to font-lock.
2860
2861 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2862
2863 * jit-lock.el: New.
2864 * font-lock.el: Add jit-mode as new support mode.
2865
2866 * font-lock.el (font-lock-fontify-keywords-region): Stop when
2867 reaching end instead of letting re-search-forward signal an error.
2868 (demand-lock-mode): New.
2869 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
2870 (font-lock-turn-off-thing-lock): Ditto.
2871 (font-lock-after-fontify-buffer): Ditto.
2872 (font-lock-after-unfontify-buffer): Ditto.
2873
2874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2875
2876 * gs.el: New file.
2877
2878 * startup.el (command-line-1): Activate tooltip mode if
2879 interactive.
2880
2881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2882
2883 * faces.el (toolbar): Grey default background.
2884 (modeline): Ditto.
2885
2886 * image.el (image-type-regexps): New.
2887 (image-type-from-file-header): New.
2888 (create-image): Call it.
2889
2890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2891
2892 * image.el: New file.
2893
2894 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2895
2896 * bindings.el (mode-line-format): Replace `mode-name' with
2897 `(:eval mode-line-mode-name)'.
2898 (mode-line-mode-name): New.
2899 (make-mode-line-mouse-sensitive): Don't change default value
2900 of `mode-name'.
2901
2902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2903
2904 * tooltip.el: New file.
2905
2906 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2907
2908 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
2909 instead of mouse-3 to pop up menus.
2910 (mode-line-kill-buffer): Removed.
2911 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
2912 buffer name.
2913 (mode-line-buffer-menu-1): Removed.
2914
2915 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
2916
2917 * bindings.el (mode-line-buffer-identification-keymap): New.
2918 (mode-line-buffer-menu-keymap): New.
2919 (mode-line-mode-menu-keymap): New.
2920 (mode-line-unbury-buffer): New.
2921 (mode-line-other-buffer): New.
2922 (mode-line-kill-buffer): New.
2923 (mode-line-buffer-menu-1): New.
2924 (mode-line-mode-menu-1): New.
2925 (make-mode-line-mouse-sensitive): New.
2926
2927 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2928
2929 * help.el (describe-key-briefly): Handle mode line strings
2930 with local-map properties.
2931 (describe-key): Ditto.
2932 (mode-line-key-binding): New.
2933
2934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2935
2936 * scroll-bar.el (scroll-bar-timer): New.
2937 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
2938
2939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2940
2941 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
2942 and `bottom'.
2943
2944 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2945
2946 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
2947 (global): Use different key bindings if using tookit scroll bars.
2948
2949 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2950
2951 * faces.el (modeline): Define mode line face with relief for
2952 class color, only.
2953 (toolbar): New face.
2954
2955 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2956
2957 * frame.el (frame-initialize): Set frame-creation-function to
2958 tty-create-frame-with-faces.
2959
2960 * faces.el (frame-set-background-mode): Make it work for
2961 window-system nil.
2962
2963 * faces.el (tty-create-frame-with-faces): New.
2964 (face-set-after-frame-default): Make it work for TTY frames.
2965
2966 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2967
2968 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
2969 Return a list of one font family for TTYs. Don't return bitmap
2970 file paths for TTY frames.
2971
2972 * faces.el: Add face specs for tty displays to basic faces.
2973
2974 * font-lock.el (font-lock-comment-face): Add spec for color tty.
2975 (font-lock-string-face): Ditto.
2976 (font-lock-keyword-face): Ditto.
2977 (font-lock-builtin-face): Ditto.
2978 (font-lock-function-name-face): Ditto.
2979 (font-lock-variable-name-face): Ditto.
2980 (font-lock-type-face): Ditto.
2981 (font-lock-constant-face): Ditto.
2982 (font-lock-warning-face): Ditto.
2983
2984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2985
2986 * startup.el (command-line): Register default tty colors.
2987
2988 * faces.el (face-spec-set-match-display): Recognize `type tty'.
2989
2990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2991
2992 * faces.el (modeline): For X frames, use a modeline with relief.
2993
2994 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2995
2996 * faces.el (frame-update-faces): Copied from 20.2.
2997 (frame-update-face-colors): Ditto. Code removed that isn't
2998 applicable in the new face implementation.
2999
3000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3001
3002 * frame.el (show-trailing-whitespace): New.
3003
3004 * faces.el (trailing-whitespace): New basic face.
3005
3006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3007
3008 * cus-face.el (custom-facep): Always define as alias for facep.
3009
3010 * cus-face.el (custom-face-attributes): Use choice widgets.
3011 Remove :bold and :italic.
3012
3013 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3014
3015 * faces.el (face-charset-registries): Removed since fontset.el
3016 is no always loaded.
3017
3018 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3019
3020 * faces.el (internal-get-face): Added as obsolete function for
3021 compatibility.
3022
3023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3024
3025 * frame.el (blink-cursor-end): Call show-cursor.
3026 (blink-cursor-mode): Ditto.
3027
3028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3029
3030 * faces.el (face-spec-reset-face): Reset all attributes to
3031 `unspecified'.
3032 (face-spec-set): Use it.
3033
3034 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3035
3036 * faces.el (read-all-face-attributes): Bug fix.
3037 (face-read-integer): Allow nil default value.
3038 (face-valid-attribute-values): Use symbol names of attribute
3039 values for completion list.
3040
3041 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3042
3043 * faces.el (internal-find-face): Define for compatibility with
3044 20.2.
3045 (face-id): Likewise.
3046
3047 * faces.el (face-id): Return the ID of a realized face for ASCII.
3048
3049 * fontset.el (x-charset-registries): Removed. Now in faces.el.
3050 (x-complement-fontset-spec): Use face-charset-registries.
3051
3052 * faces.el (face-font-selection-order): Set font selection order
3053 from Lisp.
3054 (face-alternative-font-family-alist): Set alternative font
3055 families from Lisp.
3056
3057 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3058
3059 * faces.el (set-face-charset-registries): Set symbol value.
3060
3061 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3062
3063 * faces.el (face-set-after-frame-default): Call function
3064 internal-merge-in-global-face.
3065
3066 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3067
3068 * faces.el (face-list): Return symbols from face-global-alist.
3069
3070 * faces.el (face-list): Return a copy of the face name list so
3071 that it cannot be modified from outside (facemenu.el uses
3072 nreverse, for example).
3073
3074 * cus-face.el (custom-face-attributes): Add :bold and :italic
3075 for compatibility with old code.
3076
3077 * faces.el (set-face-attributes-from-resources): Additional
3078 frame parameter.
3079 (make-face-x-resource-internal): Set attributes from resources
3080 for a given frame or all frames.
3081
3082 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3083
3084 * faces.el (all-faces): Removed.
3085
3086 * custom.el (defface): Add new face attributes to function
3087 comment.
3088
3089 * font-lock.el (font-lock-comment-face): Use new face attribute
3090 names.
3091 (font-lock-string-face): Ditto.
3092 (font-lock-keyword-face): Ditto.
3093 (font-lock-builtin-face): Ditto.
3094 (font-lock-function-name-face): Ditto.
3095 (font-lock-variable-name-face): Ditto.
3096 (font-lock-type-face): Ditto.
3097 (font-lock-reference-face): Ditto.
3098 (font-lock-warning-face): Ditto.
3099 ((boundp 'font-lock-face-attributes)): Ditto.
3100
3101 * cus-face.el (custom-face-attributes): Use new face attributes.
3102
3103 * faces.el (set-face-attribute-from-resource): Initialize
3104 from resources only for X and W32.
3105
3106 * cus-face.el (custom-declare-face): Don't make frame-local
3107 faces.
3108
3109 * faces.el (describe-face): Use princ instead of insert.
3110
3111 * faces.el: Add XLFD manipulation functions from 20.2 again
3112 because fontset.el uses them.
3113 (face-set-after-frame-default): Add empty definition.
3114
3115 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3116
3117 * faces.el (make-face): Correct typo.
3118 (set-face-attribute-from-resource): Use let*.
3119 (face-underline-p): Correct typo.
3120 (face-inverse-video-p): Ditto.
3121 (set-face-stipple): Ditto.
3122 (face-read-string): Make completion-list optional parameter.
3123
3124 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3125
3126 * faces.el (face-charset-registries): Alist mapping charset
3127 symbols to registries and encoding.
3128
3129 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3130
3131 * frame.el (blink-cursor-mode): Use interactive spec "P".
3132
3133 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3134
3135 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3136 mode. The cursor of selected_window blinks if the mode is enabled.
3137
3138 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3139
3140 * simple.el (next-history-element): Set point to the end of the
3141 prompt if minibuffer-prompt-in-buffer.
3142
3143 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3144
3145 * faces.el (x-font-regexp): Add sub-expression parentheses for
3146 several font name components.
3147
3148 1999-07-21 Gerd Moellmann <gerd@acm.org>
3149
3150 * faces.el (set-face-relief): Use index 12 for relief.
3151 (face-fill-in): Set relief from data.
3152 (internal-make-face): Init relief to zero.
3153
3154 * faces.el (face-spec-set): call modify-face with additional
3155 parameters for relief and fixed-p.
3156
3157 1999-07-21 Gerd Moellmann <gerd@acm.org>
3158
3159 * cus-face.el: ':fixed and ':relief added.
3160
3161 * faces.el (describe-face): Add fixed font attribute and relief.
3162 (face-attr-match-p): Ditto.
3163 (face-attr-construct): Ditto.
3164 (face-spec-set): Ditto.
3165
3166 1999-07-21 Gerd Moellmann <gerd@acm.org>
3167
3168 * faces.el (internal-make-face): Function to create a Lisp vector
3169 suitable for representing a face.
3170 (make-face): Use it instead of make-vector.
3171 (x-create-frame-with-faces): Use it instead of vector.
3172 (internal-facep): Increase vector size to 14.
3173 (internal-make-face): Ditto.
3174 (face-relief): Access relief thickness.
3175 (face-fixed-p): Access fixed font attribute.
3176 (set-face-fixed-p): Set fixed font attribute.
3177 (set-face-relief): Set relief attribute.
3178 (internal-face-interactive-int): Read int attribute of face.
3179 (modify-face): Add fixed-p and relief parameters.
3180 (copy-face): Handle fixed-p and relief.
3181 (face-equal): Compare fixed-p and relief.
3182 (face-differs-from-default-p): Ditto.
3183 (face-nontrivial-p): Add fixed-p and relief.
3184
3185 1999-07-21 Gerd Moellmann <gerd@acm.org>
3186
3187 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3188 (internal-facep): Increase vector size.
3189 (make-face): Ditto.
3190 (face-shadow-thickness): Added.
3191 (set-face-shadow-thickness): Added.
3192 (modify-face): Add optional shadow-thickness parameter.
3193 (make-face-x-resource-internal): Add shadows.
3194 (copy-face): Ditto.
3195 (face-equal): Ditto.
3196 (face-differs-from-default-p): Ditto.
3197 (face-nontrivial-p): Ditto.
3198 (face-attr-match-p): Ditto.
3199 (face-attr-construct): Ditto.
3200 (face-spec-set): Ditto.
3201 (face-fill-in): Ditto.
3202
3203 1999-07-21 Gerd Moellmann <gerd@acm.org>
3204
3205 * bench.el (bench-mark-split-window): New bench mark.
3206
3207 1999-07-21 Gerd Moellmann <gerd@acm.org>
3208
3209 * faces.el (set-face-font): Don't pass default font to
3210 x-resolve-font so that font will not have to be of the same
3211 size.
3212
3213 1999-07-20 Dave Love <fx@gnu.org>
3214
3215 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3216 unconditionally t.
3217
3218 1999-07-20 Karl Heuer <kwzh@gnu.org>
3219
3220 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3221
3222 1999-07-20 Dave Love <fx@gnu.org>
3223
3224 * help.el (describe-variable): Fix test for customizability.
3225
3226 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3227 Check for readonly buffer in interactive spec.
3228 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3229 (backward-kill-word): Add * to interactive spec.
3230
3231 * underline.el (underline-region, ununderline-region): Add * to
3232 interactive spec.
3233
3234 * fill.el (canonically-space-region, justify-current-line): Add *
3235 to interactive spec.
3236 (fill-region-as-paragraph, fill-paragraph, fill-region)
3237 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3238 readonly buffer in interactive spec.
3239
3240 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3241 (backward-kill-sentence, kill-sentence): Add * to interactive
3242 spec.
3243
3244 1999-07-19 Richard M. Stallman <rms@gnu.org>
3245
3246 * dired-aux.el (dired-do-shell-command): Doc fix.
3247
3248 * shell.el (shell-unquote-argument): New function.
3249 (shell-directory-tracker): Use shell-unquote-argument.
3250 * comint.el (comint-arguments): Handle \ followed by space or tab.
3251
3252 1999-07-19 John Wiegley <jwiegley@borland.com>
3253
3254 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3255 color codes 39 and 49, which by the way lynx uses them seem to
3256 mean "foreground reset" and "background reset".
3257
3258 1999-07-19 Karl Heuer <kwzh@gnu.org>
3259
3260 * font-lock.el (c++-keywords): Add "typeid".
3261
3262 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3263 selects no font, treat that as zero selections, not one.
3264
3265 1999-07-19 Dave Love <fx@gnu.org>
3266
3267 * info.el (Info-search): Don't lose with empty regexp.
3268
3269 * version.el: Cater for (free) `ident' program, not `which'.
3270
3271 * hl-line.el: New file.
3272
3273 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3274 for modes which don't define menus.
3275
3276 1999-07-16 Richard M. Stallman <rms@gnu.org>
3277
3278 * webjump.el (webjump-sample-sites): Update some URLs.
3279
3280 1999-07-14 Richard Stallman <rms@gnu.org>
3281
3282 * Version 20.4 released.
3283
3284 1999-07-14 Andreas Schwab <schwab@gnu.org>
3285
3286 * compare-w.el (compare-windows): Try to find the next window in
3287 the current frame before looking at the other frames.
3288
3289 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
3290
3291 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3292 Use cyrillic-jcuken as default input method.
3293
3294 1999-07-12 Richard Stallman <rms@gnu.org>
3295
3296 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3297 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3298
3299 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3300 (ispell-local-dictionary-alist): Add koi8-r for character set.
3301
3302 * textmodes/flyspell.el (flyspell-get-word):
3303 Add special handling for when ispell-otherchars is empty.
3304
3305 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
3306
3307 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3308 when having nested functons.
3309 (pascal-indent-nested-functions) (pascal-indent-line)
3310 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3311 indenting nested functions.
3312
3313 1999-07-09 Richard Stallman <rms@gnu.org>
3314
3315 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3316
3317 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
3318
3319 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3320 the `end' keyword was in the very beginning of the buffer.
3321
3322 1999-07-08 Richard Stallman <rms@gnu.org>
3323
3324 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3325
3326 * term.el (term-emulate-terminal): Avoid infinite loop
3327 in strange case where minibuffer window is selected but not active.
3328
3329 1999-07-07 Stephen Eglen <stephen@gnu.org>
3330
3331 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3332 Change regexp so that it doesn't match commands beginning with `cd'.
3333
3334 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3335
3336 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3337
3338 1999-07-06 Richard Stallman <rms@gnu.org>
3339
3340 * hscroll.el (hscroll-minibuffer-hook): New function.
3341 (hscroll-global-mode): Add and remove that hook.
3342 Set hscroll-old-truncate-was-global's default value.
3343
3344 1999-07-05 Richard Stallman <rms@gnu.org>
3345
3346 * files.el (revert-buffer): Don't preserve point here.
3347 (revert-buffer-insert-file-contents-function): Doc fix.
3348
3349 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3350
3351 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3352 doing a `stat' when it isn't necessary because that can cause
3353 trouble when an NFS server is down.
3354
3355 1999-07-04 Richard Stallman <rms@gnu.org>
3356
3357 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3358
3359 1999-07-03 Richard Stallman <rms@gnu.org>
3360
3361 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3362 for \200...\240 also.
3363 (isearch-printing-char): Use unibyte-char-to-multibyte.
3364
3365 1999-07-02 Richard Stallman <rms@gnu.org>
3366
3367 * frame.el (minibuffer-frame-alist): Use defcustom.
3368 (pop-up-frame-alist): Likewise.
3369 (initial-frame-alist): Specify * in the doc string.
3370
3371 * hscroll.el (hscroll-mode): Make it a permanent local.
3372 (hscroll-mode): Don't cancel the timer
3373 if HScroll mode is enabled in some other buffer.
3374
3375 * isearch.el (isearch-done): If search ends in middle of intangible
3376 text (due to text property), move on to the limit of that text.
3377
3378 1999-07-01 Andrew Innes <andrewi@gnu.org>
3379
3380 * man.el (Man-build-man-command): Use value of null-device,
3381 instead of hard-coding "/dev/null".
3382
3383 * dos-w32.el (untranslated-canonical-name): Avoid expanding
3384 ange-ftp file names, which might force ange-ftp to prompt for a
3385 password.
3386
3387 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3388 to prevent references to temp files.
3389
3390 1999-06-30 Richard Stallman <rms@gnu.org>
3391
3392 * progmodes/sh-script.el (sh-feature): If nothing is known
3393 about the given shell, use the values for `sh'.
3394
3395 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
3396
3397 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3398 to make it non-recursive.
3399
3400 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3401
3402 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3403
3404 * auto-show.el (auto-show-mode): Fix Typo in :set.
3405
3406 1999-06-29 Richard M. Stallman <rms@gnu.org>
3407
3408 * progmodes/sh-script.el (sh-mode): When setting syntax
3409 table, default to the standard one.
3410
3411 1999-06-27 Richard M. Stallman <rms@gnu.org>
3412
3413 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3414
3415 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
3416
3417 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3418 a frame when `return' is requested (even if pop-up-frames = t)
3419 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3420 should only be set for the bibtex buffer.
3421
3422 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3423
3424 * progmodes/compile.el: Deal with compilation-error-screen-columns
3425 being buffer-local.
3426
3427 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3428
3429 * comint.el (comint-password-prompt-regexp): Allow "(again)".
3430
3431 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3432
3433 * cal-x.el (calendar-only-one-frame-setup): New function.
3434 * calendar.el (calendar): Call it if requested.
3435
3436 1999-06-24 Karl Heuer <kwzh@gnu.org>
3437
3438 * startup.el (iso-8859-n-locale-regexp): Doc fix.
3439
3440 1999-06-22 Richard M. Stallman <rms@gnu.org>
3441
3442 * mail/supercite.el (sc-emacs-features): Doc fix.
3443
3444 1999-06-22 Karl Heuer <kwzh@gnu.org>
3445
3446 * files.el (auto-mode-alist): Add pike-mode.
3447
3448 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
3449
3450 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3451 last byte of a numeric field is a space or a NUL. Parse it as
3452 potentially part of the number. This is used by GNU tar
3453 1.12.64012 to handle larger values.
3454
3455 1999-06-20 Karl Heuer <kwzh@gnu.org>
3456
3457 * custom.el (custom-handle-keyword): Fix error message.
3458
3459 1999-06-18 Andrew Innes <andrewi@gnu.org>
3460
3461 * mail/smtpmail.el (smtpmail-send-it): Use
3462 convert-standard-filename to make file names for queued mail safe
3463 on Windows (`:' is invalid in file names on Windows).
3464
3465 1999-06-17 Kenichi Handa <handa@etl.go.jp>
3466
3467 * international/mule-cmds.el (describe-current-input-method):
3468 Current-input-method is string.
3469 (toggle-input-method): Docstring fixed.
3470
3471 * international/mule-diag.el
3472 (describe-current-coding-system-briefly): Fix format string.
3473
3474 * international/mule-util.el (coding-system-eol-type-mnemonic):
3475 Docstring modified. Return a string.
3476
3477 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
3478
3479 * sql.el (sql-input-ring-file-name): Doc fix.
3480
3481 1999-06-17 Richard M. Stallman <rms@gnu.org>
3482
3483 * calendar/cal-x.el (special-display-buffer-names):
3484 Don't put (get-file-buffer diary-file) on this list.
3485
3486 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
3487
3488 * play/mpuz.el (mpuz-try-proposal): Fix message call.
3489 Don't penalize player for certain impossible guesses.
3490
3491 1999-06-16 Andrew Innes <andrewi@gnu.org>
3492
3493 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3494 return the string "Unk 0 0000" so at least it appears to be a
3495 valid timestamp to `dired-move-to-filename-regexp'.
3496
3497 1999-06-15 Ken'ichi Handa <handa@gnu.org>
3498
3499 * ps-print.el (ps-control-character): Fix previous change.
3500
3501 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3502
3503 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3504 multiple output of the last message.
3505
3506 1999-06-14 Eli Zaretskii <eliz@gnu.org>
3507
3508 * term/internal.el (IT-display-table-setup): Do not remap \222 to
3509 the ASCII apostrophe, as most DOS codepages have some other glyph
3510 there.
3511
3512 1999-06-14 Ken'ichi Handa <handa@gnu.org>
3513
3514 * language/ethio-util.el (setup-ethiopic-environment-internal):
3515 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3516 (exit-ethiopic-environment): Likewize.
3517
3518 1999-06-12 Richard M. Stallman <rms@gnu.org>
3519
3520 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3521
3522 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3523
3524 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3525 custom-initialize-default to avoid infinite loop.
3526 (crisp-mode): (defun) Call transient-mark-mode here, not when
3527 loading the file. Run crisp-mode-hook here, and run
3528 crisp-load-hook when loading the file.
3529
3530 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3531 rmail-summary buffer, search for pattern in rmail-file.
3532
3533 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3534
3535 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3536
3537 * ps-print.el (ps-printer-name): Fix custom type.
3538
3539 1999-06-12 Reto Zimmermann <reto@synopsys.com>
3540
3541 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3542 (vhdl-port-paste-generic-map): Fix indentation bug.
3543 (vhdl-port-paste-port-map): Fix indentation bug.
3544 (vhdl-scan-file-contents): Make scanning case insensitive.
3545
3546 1999-06-11 Richard M. Stallman <rms@gnu.org>
3547
3548 * files.el (write-file): When buffer is not already visiting a file,
3549 don't put buffer name in the minibuffer, just make it the default.
3550 Also handle just directory as arg usefully in that case.
3551
3552 * simple.el (sendmail-user-agent-compose):
3553 Ignore case when inserting the rest of the "other" headers.
3554
3555 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
3556
3557 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3558 (info-lookup-interactive-arguments): Never insert the default
3559 into the minibuffer automatically.
3560
3561 * emacs-lisp/cl-extra.el (getf): Don't call get*.
3562
3563 1999-06-09 Richard M. Stallman <rms@gnu.org>
3564
3565 * simple.el (shell-command): Avoid printing "mark set" message.
3566
3567 1999-06-09 Dave Love <fx@gnu.org>
3568
3569 * progmodes/compile.el (compilation-error-regexp-alist): Allow
3570 digits in program name in first pattern.
3571
3572 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
3573
3574 * vc.el (vc-dired-mode): Don't match anything before the date in
3575 dired-move-to-filename-regexp.
3576
3577 1999-06-07 Ken'ichi Handa <handa@gnu.org>
3578
3579 * international/quail.el (quail-define-rules): Fix typo in
3580 docstring.
3581
3582 1999-06-05 Stephen Eglen <stephen@gnu.org>
3583
3584 * iswitchb.el (iswitchb-default-keybindings): Add
3585 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3586 than when package is loaded.
3587
3588 1999-06-04 Richard M. Stallman <rms@gnu.org>
3589
3590 * startup.el (command-line): Don't set user-init-file directly;
3591 tell `load' to set it.
3592
3593 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3594
3595 * simple.el (next-history-element):
3596 Handle minibuffer-text-before-history properly when reading sexps.
3597
3598 * disp-table.el (standard-display-european):
3599 For an interactive call by the user,
3600 don't set enable-multibyte-characters,
3601 and don't set the terminal coding system.
3602
3603 * textmodes/refbib.el: Don't print any messages or display
3604 a buffer when loading the library.
3605 (r2b-help): Doc fix.
3606 (r2b-help-message): Update the documentation.
3607 (r2b-load-quietly): Variable deleted.
3608 (r2b-convert-buffer): Doc fix.
3609
3610 1999-06-04 Dave Love <fx@gnu.org>
3611
3612 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3613
3614 * auto-show.el: Don't change hooks on loading.
3615 (auto-show-mode): Autoload. Default to nil. Add :set &c.
3616 (auto-show-mode): Add to hooks here.
3617
3618 1999-06-04 Richard Sharman <rsharman@pobox.com>
3619
3620 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3621 recursion on bogus input.
3622
3623 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
3624
3625 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3626 does not select a buffer from the buffers menu, then the attached
3627 frame is not switched to anything.
3628
3629 1999-06-03 Ken'ichi Handa <handa@gnu.org>
3630
3631 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3632 (viet-viscii-...->viet-vscii...).
3633
3634 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3635
3636 1999-06-01 Dave Love <fx@gnu.org>
3637
3638 * progmodes/fortran.el: Add :link to defgroup.
3639 (fortran-blink-matching-if): Match ELSE statements too.
3640 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3641 that filling is always done.
3642
3643 1999-05-31 Richard M. Stallman <rms@gnu.org>
3644
3645 * simple.el (append-next-kill): Use an arg to distinguish
3646 interactive calls from Lisp calls, rather than (interactive-p).
3647
3648 * international/iso-transl.el (iso-transl-language-alist):
3649 Interchange n and N.
3650
3651 1999-05-31 Dave Love <fx@gnu.org>
3652
3653 * msb.el Add to minor-mode-map-alist. Remove hook installation
3654 and keymap munging on load.
3655 (msb-mode): New option.
3656 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3657 Doc fix.
3658 (msb-mode-map): New variable.
3659 (msb-mode): New command.
3660
3661 1999-05-31 Dave Love <fx@gnu.org>
3662
3663 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3664 (ispell-complete-word-dict): Likewise.
3665
3666 1999-05-31 Eli Zaretskii <eliz@gnu.org>
3667
3668 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3669 force the data buffer to be saved, even if the data didn't
3670 change, in case the write filter was modified. Restore the
3671 current record after read-file-filter finishes.
3672
3673 1999-05-29 Karl Heuer <kwzh@gnu.org>
3674
3675 * ispell4.el: Obsolete; file deleted.
3676
3677 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3678
3679 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3680 VALUE is a syntax table.
3681
3682 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3683
3684 * simple.el (zap-to-char): Doc fix.
3685
3686 1999-05-27 Ken'ichi Handa <handa@gnu.org>
3687
3688 * isearch.el (isearch-quote-char): Don't assume character codes
3689 0200 - 0237 stand for characters in some single-byte character
3690 charset.
3691
3692 1999-05-27 Dave Love <fx@gnu.org>
3693
3694 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3695
3696 1999-05-27 Andreas Schwab <schwab@gnu.org>
3697
3698 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3699 headerline does not exist already.
3700
3701 1999-05-26 Richard Stallman <rms@gnu.org>
3702
3703 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3704 Avoid nested null-loops.
3705
3706 1999-05-26 Ken'ichi Handa <handa@gnu.org>
3707
3708 * international/characters.el: Typo fixed; prefered->preferred.
3709
3710 * international/mule-cmds.el (find-coding-systems-for-charsets):
3711 Typo fixed; prefered->preferred.
3712
3713 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3714 method in read-event.
3715
3716 * international/mule.el (charset-info): Doc-string fixed.
3717
3718 1999-05-25 Ken'ichi Handa <handa@gnu.org>
3719
3720 * mail/smtpmail.el (smtpmail-send-it): Bind
3721 smtpmail-code-conv-from properly.
3722 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3723 by smtpmail-code-conv-from.
3724
3725 1999-05-24 Richard Stallman <rms@gnu.org>
3726
3727 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3728 Binding deleted also.
3729
3730 1999-05-24 Karl Heuer <kwzh@gnu.org>
3731
3732 * comint.el (comint-bol-or-process-mark): Doc fix.
3733
3734 1999-05-23 Dave Love <fx@gnu.org>
3735
3736 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3737 Enter it on minor-mode-map-alist.
3738 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
3739 Autoload. Add custom setter.
3740 (crisp-mark-line): Doc fix.
3741 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
3742 (crisp-mode-hook): Define.
3743
3744 1999-05-23 Ken'ichi Handa <handa@gnu.org>
3745
3746 * files.el (recover-file): Recover buffer-file-coding-system.
3747
3748 1999-05-22 Richard Stallman <rms@gnu.org>
3749
3750 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3751 regexp match the date, to avoid treating date as file size.
3752 Add YYYY S option to WESTERN/
3753
3754 * bookmark.el: Delete some XEmacs compatibility code.
3755 (bookmark-jump-noselect): Check vc-backend.
3756
3757 * subr.el (add-to-list): Doc fix.
3758
3759 1999-05-21 Stephen Eglen <stephen@gnu.org>
3760
3761 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3762
3763 1999-05-18 Richard Stallman <rms@gnu.org>
3764
3765 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3766 non-space after the @anchor command.
3767 (texinfo-format-var): Handle other nested constructs, using
3768 texinfo-parse-expanded-arg and texinfo-discard-command, not
3769 texinfo-parse-arg-discard.
3770
3771 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3772 (debug): Bind and use debugger-outer-inhibit-redisplay.
3773 Bind inhibit-redisplay to nil.
3774 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3775
3776 1999-05-17 Dave Love <fx@gnu.org>
3777
3778 * help.el (describe-function-1): Extra arg, interactive-p.
3779 (describe-key, describe-function): Use it.
3780
3781 1999-05-17 Karl Heuer <kwzh@gnu.org>
3782
3783 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3784
3785 1999-05-16 Dave Love <fx@gnu.org>
3786
3787 * cus-start.el (all): Delete selective-display. Add scroll-margin,
3788 scroll-preserve-screen-position, scroll-conservatively.
3789
3790 1999-05-16 Dave Love <fx@gnu.org>
3791
3792 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3793
3794 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
3795
3796 * progmodes/vhdl-mode.el: Completely revised and massively extended.
3797
3798 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3799
3800 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3801 magic number and is not associated with a file.
3802
3803 1999-05-14 Richard M. Stallman <rms@gnu.org>
3804
3805 * files.el (find-file-noselect-1): Fix previous change.
3806
3807 1999-05-14 Simon Marshall <simon@gnu.org>
3808
3809 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3810
3811 1999-05-13 Ken'ichi Handa <handa@gnu.org>
3812
3813 * international/mule-diag.el (mule-diag): Change MULE to Mule in
3814 docstring.
3815
3816 * international/mule-cmds.el: Change MULE to Mule in docstrings
3817 and menus.
3818
3819 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
3820
3821 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3822 to correctly reflect the value of BaseLineOffset in
3823 RelativeCompose. Now the value of RelativeCompose is an array of
3824 low and high positions.
3825 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3826 RLC for the above change.
3827
3828 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
3829
3830 * comint.el (comint-password-prompt-regexp): Modified to match the
3831 output of ksu and ssh-add.
3832
3833 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
3834
3835 * language/korea-util.el (isearch-toggle-korean-input-method):
3836 Adjusted for the change of input method handling in isearch.el.
3837 (isearch-hangul-switch-symbol-ksc): Likewise.
3838 (isearch-hangul-switch-hanja): Likewise.
3839
3840 1999-05-10 Dave Love <fx@gnu.org>
3841
3842 * help.el (help-make-xrefs): Fix typo.
3843
3844 1999-05-10 Andreas Schwab <schwab@gnu.org>
3845
3846 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
3847 unibyte-display-via-language-environment.
3848
3849 * help.el (help-make-xrefs): Handle more cases when looking for
3850 commands in a keymap description.
3851
3852 1999-05-10 Eli Zaretskii <eliz@gnu.org>
3853
3854 * loadup.el: For ms-dos systems, load ccl and codepage.
3855
3856 1999-05-09 Ken'ichi Handa <handa@gnu.org>
3857
3858 * ps-print.el (ps-control-character): Call
3859 ps-mule-prepare-ascii-font to setup ASCII fonts.
3860
3861 * ps-mule.el (ps-mule-begin-job): Redo this change "if
3862 ps-multibyte-buffer is nil, use
3863 ps-mule-font-info-database-default."
3864
3865 1999-05-08 Ken Stevens <k.stevens@ieee.org>
3866
3867 * ispell.el (ispell-local-dictionary-alist): New variable for
3868 customizing local dictionaries not accessable by everyone.
3869 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
3870 (ispell-required-version): Changed format `(major minor
3871 revision)' to support general pattern matching.
3872 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
3873 skip region commented out due to incorrect skip potential in std latex.
3874 (ispell-word): Removed `when' macro. Fixed bug of not restoring
3875 cursor point on small words for calls from `ispell-minor-mode'.
3876 (check-ispell-version): Tests and accepts versions major.minor
3877 and above, with adjustments for interactions in 3.1.0-3.1.11.
3878 (ispell-get-line): No longer skips ispell process special characters.
3879 (ispell-comments-and-strings): Removed `when' macro call.
3880 (ispell-minor-check): Requires ispell-word to restore cursor point.
3881 (ispell-buffer-local-parsing): Supports checking comments only.
3882
3883 1999-05-08 Karl Heuer <kwzh@gnu.org>
3884
3885 * comint.el (comint-password-prompt-regexp): Fix last change to be
3886 more specific.
3887
3888 1999-05-07 Richard M. Stallman <rms@gnu.org>
3889
3890 * subr.el (with-temp-message): Fix the other call to message
3891 to use %s.
3892
3893 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
3894
3895 * gud.el (gud-format-command): "%F" means file sans extension.
3896 (jdb): use %F, not %f, for gud-break.
3897
3898 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
3899
3900 * comint.el (comint-password-prompt-regexp): Modified so that it
3901 matches the output of kinit.
3902
3903 1999-05-06 Greg Stark <gsstark@mit.edu>
3904
3905 * timezone.el (timezone-parse-date): Recognize new format used in
3906 internet cookies.
3907
3908 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
3909
3910 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
3911
3912 1999-05-04 Andrew Innes <andrewi@gnu.org>
3913
3914 * time.el (display-time-update): Allow for wrap-around when
3915 checking against display-time-server-down-time.
3916
3917 1999-05-04 Ken'ichi Handa <handa@gnu.org>
3918
3919 * international/mule-diag.el (describe-coding-system): Fix English
3920 message.
3921
3922 1999-05-03 Jason Rumney <jasonr@altavista.net>
3923
3924 * term/w32-win.el: Change the x-charset-registry property for the
3925 Japanese charsets that are supported by Japanese Windows fonts.
3926
3927 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3928
3929 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
3930 diary-block diary entries for which the reminders and the diary
3931 entries can overlap.
3932
3933 1999-05-02 Jason Rumney <jasonr@altavista.net>
3934
3935 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
3936 matches the font selected in the dialog.
3937
3938 1999-05-02 Dave Love <fx@gnu.org>
3939
3940 * browse-url.el (browse-url-browser-function): Add :version.
3941
3942 * international/mule.el (auto-coding-alist): Add .tgz.
3943
3944 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * international/codepage.el (cp-coding-system-for-codepage-1):
3947 Make the magnification parameter for the -dos encoder be 2.
3948
3949 1999-05-2 Andrew Innes <andrewi@gnu.org>
3950
3951 * term/w32-win.el (w32-drag-n-drop): Select file in window where
3952 it is dropped, rather than current window.
3953
3954 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
3955 after switching buffer, as case-fold-search is a buffer local
3956 variable.
3957
3958 * w32-fns.el (convert-standard-filename): Only convert directory
3959 separators to backslash if the interactive shell is one of the
3960 standard Windows shells that has DOS semantics.
3961
3962 * ls-lisp.el (ls-lisp-format-time): Trap errors from
3963 format-time-string, and return a suitable string to indicate the
3964 timestamp was invalid.
3965
3966 * hexl.el (hexlify-command): Apply shell-quote-argument after
3967 expanding hexl-program in case exec-directory contains a space.
3968 (dehexlify-command): Ditto.
3969
3970 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
3971 file extension regexps which aren't necessarily binary files.
3972 (direct-print-region-helper): Use subst-char-in-string instead of
3973 binding directory-sep-char to convert filenames to DOS syntax.
3974 (direct-print-region-use-command-dot-com): New variable.
3975 (direct-print-region-helper): Use it to control whether to invoked
3976 command.com to print on Windows 9x.
3977
3978 * browse-url.el (browse-url-browser-function): Default to
3979 browse-url-default-windows-browser on windows-nt.
3980 (browse-url-default-windows-browser): New function.
3981
3982 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3983
3984 * forms.el (forms-mode): Don't call forms-first-record or
3985 forms-last-record if the data file has zero records.
3986
3987 1999-04-29 Richard M. Stallman <rms@gnu.org>
3988
3989 * files.el (find-file-noselect-1): If buffer-file-name has changed
3990 after find-file-not-found-hooks runs, recompute the truename.
3991 And don't use FILENAME after that point.
3992
3993 1999-04-27 Dave Love <fx@gnu.org>
3994
3995 * paren.el (show-paren-mode)
3996 * which-func.el (which-func-mode-global)
3997 * type-break.el (type-break-mode)
3998 * time.el (display-time-mode)
3999 * rsz-mini.el (resize-minibuffer-mode)
4000 * mouse-sel.el (mouse-sel-mode)
4001 * icomplete.el (icomplete-mode)
4002 * hscroll.el (hscroll-global-mode)
4003 * help.el (temp-buffer-resize-mode)
4004 * font-lock.el (global-font-lock-mode)
4005 * delsel.el (delete-selection-mode)
4006 * avoid.el (mouse-avoidance-mode)
4007 * autoinsert.el (auto-insert-mode)
4008 * winner.el (winner-mode): Doc fix.
4009
4010 1999-04-26 Karl Heuer <kwzh@gnu.org>
4011
4012 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4013 the same whitespace that was ignored in choosing the subject string.
4014
4015 1999-04-26 Richard M. Stallman <rms@gnu.org>
4016
4017 * info.el (Info-find-node): Position properly after finding anchor.
4018
4019 * cus-start.el (all): Handle unibyte-display-via-language-environment.
4020
4021 * simple.el (indent-new-comment-line): Fix previous change.
4022
4023 * complete.el: Delete the wildcard expansion feature
4024 since that is now standard in find-file.
4025 (PC-try-load-many-files): Function deleted.
4026 (PC-after-load-many-files): Function deleted.
4027 (PC-many-files-list): Variable deleted.
4028 (PC-disable-wildcards): Variable deleted.
4029 (partial-completion-mode): Don't enable the wildcard feature.
4030
4031 * complete.el (PC-look-for-include-file): Don't set global variables
4032 `error', `buf' and `filename' here.
4033
4034 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4035
4036 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
4037
4038 * textmodes/outline.el (outline-regexp): Doc fix.
4039
4040 1999-04-26 John Wiegley <johnw@borland.com>
4041
4042 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4043 C++Builder 4.0 error message syntax.
4044
4045 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
4046
4047 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4048 supported, use find -exec.
4049
4050 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4051
4052 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4053 coding-system-for-write, to avoid hanging when non-interactive.
4054
4055 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
4056
4057 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4058 start with a newline.
4059
4060 1999-04-13 Ken'ichi Handa <handa@gnu.org>
4061
4062 * international/mule-conf.el (x-ctext): New coding system.
4063
4064 1999-04-12 Richard M. Stallman <rms@gnu.org>
4065
4066 * international/mule-cmds.el (input-method-function):
4067 Add permanent-local property.
4068
4069 1999-04-12 Dave Love <fx@gnu.org>
4070
4071 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4072 change to use jka-compr-byte-compiler-base-file-name.
4073
4074 * supercite.el (sc-scan-info-alist): Revert last change.
4075 (sc-attrib-selection-list): Fix :type here instead.
4076
4077 1999-04-11 Eli Zaretskii <eliz@gnu.org>
4078
4079 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4080 in the list of case-insensitive filesystems.
4081
4082 1999-04-09 Kenichi Handa <handa@etl.go.jp>
4083
4084 * international/fontset.el (create-fontset-from-fontset-spec):
4085 Don't register duplicated alias fontset names.
4086
4087 1999-04-08 Richard Stallman <rms@gnu.org>
4088
4089 * international/mule.el (auto-coding-alist-lookup): New function.
4090 (set-auto-coding): Use auto-coding-alist-lookup.
4091
4092 * jka-compr.el (jka-compr-insert-file-contents):
4093 Use auto-coding-alist-lookup to check for files that
4094 should not have eol conversion, in the unibyte case.
4095
4096 1999-04-07 Dave Love <fx@gnu.org>
4097
4098 * help.el (describe-variable): Check custom-loads property as well
4099 as custom-type.
4100
4101 * abbrev.el (abbrev-mode): Customizing sets the default value.
4102
4103 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
4104
4105 * vc.el (vc-backend-revert): For CVS files that were made
4106 writeable with "cvs edit", call "cvs unedit" to undo that.
4107
4108 1999-04-08 Dave Love <fx@gnu.org>
4109
4110 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4111 more.
4112 (sc-emacs-features): Recognize Emacs 20.
4113 (sc-read-string): Use history arg.
4114 (sc-scan-info-alist): Check for rtnvalue a cons.
4115
4116 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
4117
4118 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4119 coding system to encode the message by
4120 select-message-coding-system.
4121
4122 1999-04-07 Richard Stallman <rms@gnu.org>
4123
4124 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4125
4126 * winner.el: Reorder definitions.
4127
4128 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4129
4130 * mail/rmail.el (rmail-decode-babyl-format):
4131 Undo previous change.
4132
4133 1999-04-06 Richard Stallman <rms@gnu.org>
4134
4135 * info.el (Info-find-node): Check for an anchor at the
4136 proper place, before reading an indirect file.
4137
4138 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4139
4140 * jka-compr.el (jka-compr-insert-file-contents):
4141 Use raw-text-unix when we want no conversion.
4142
4143 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4144
4145 * timezone.el (timezone-parse-date): Corrected regexp for
4146 style (5) date format so that tenths of seconds are optional.
4147
4148 1999-04-05 Eli Zaretskii <eliz@gnu.org>
4149
4150 * term/internal.el (dos-cpNNN-setup): New function, with the guts
4151 of dos-codepage-setup.
4152 (cjk-codepages-alist): New variable, an alist of Far-Eastern
4153 codepages for which there's no need to set up cpNNN coding
4154 systems.
4155 (dos-codepage-setup): Support Far-Eastern DOS terminals.
4156
4157 1999-04-05 Richard Stallman <rms@gnu.org>
4158
4159 * mail/rmail.el (rmail-ignored-headers): Doc fix.
4160
4161 1999-04-02 Richard Stallman <rms@gnu.org>
4162
4163 * progmodes/compile.el (compilation-handle-exit): Do right thing
4164 if (car status) doesn't end in a newline.
4165
4166 1999-04-01 Dave Love <fx@gnu.org>
4167
4168 * progmodes/sql.el (SQL): Add defgroup :version.
4169
4170 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4171
4172 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4173 buffer-file-coding-system. If the coding system used is raw-text,
4174 etc., make the *Compiler Input* buffer unibyte.
4175
4176 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4177
4178 * loadup.el: Don't write the fns-...el file if not dumping.
4179
4180 1999-03-31 Dave Love <fx@gnu.org>
4181
4182 * snmp-mode.el (snmp): Fix defgroup :version.
4183
4184 * hilit-chg.el (highlight-changes): Add defgroup :version.
4185
4186 1999-03-31 Andreas Schwab <schwab@gnu.org>
4187
4188 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4189 the gnus-save-hidden-threads macro.
4190
4191 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
4192
4193 * faces.el (face-set-after-frame-default): Obey the
4194 `customized-face' for new faces.
4195
4196 1999-03-30 Dave Love <fx@gnu.org>
4197
4198 * international/mule-cmds.el (current-language-environment): Doc fix.
4199 * abbrev.el (abbrev-mode): Doc fix.
4200 * autoinsert.el (auto-insert-mode): Doc fix.
4201 * complete.el (partial-completion-mode): Doc fix.
4202 * avoid.el (mouse-avoidance-mode): Doc fix.
4203 * delsel.el (delete-selection-mode): Doc fix.
4204 * font-lock.el (global-font-lock-mode): Doc fix.
4205 * help.el (temp-buffer-resize-mode): Doc fix.
4206 * hscroll.el (hscroll-global-mode): Doc fix.
4207 * icomplete.el (icomplete-mode): Doc fix.
4208 * mouse-sel.el (mouse-sel-mode): Doc fix.
4209 * paren.el (show-paren-mode): Doc fix.
4210 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4211 * time.el (display-time-mode): Doc fix.
4212 * type-break.el (type-break-mode): Doc fix.
4213 * which-func.el (which-func-mode-global): Doc fix.
4214 * winner.el (winner-mode): Doc fix.
4215
4216 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
4217
4218 * wid-edit.el (widget-before-change): Signal text-read-only rather
4219 than an ordinary error.
4220
4221 1999-03-30 Richard M. Stallman <rms@gnu.org>
4222
4223 * repeat.el: Don't require advice.
4224 (repeat): Do function-indirection in check for kbd macro.
4225 In self-insert case, use the *last* char in INSERTION.
4226
4227 1999-03-30 Karl Heuer <kwzh@gnu.org>
4228
4229 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4230
4231 1999-03-29 Andreas Schwab <schwab@gnu.org>
4232
4233 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4234 comint-input-filter-functions. Make variables related to shell
4235 directory tracking local.
4236
4237 1999-03-26 Andreas Schwab <schwab@gnu.org>
4238
4239 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4240
4241 * simple.el (shell-command-on-region): Cope with exit-status being
4242 nil, which happens if call-process-region was interrupted.
4243
4244 1999-03-26 Richard M. Stallman <rms@gnu.org>
4245
4246 * simple.el (indent-new-comment-line): Handle use at a point
4247 after a comment-end. Handle multiple comments.
4248
4249 * mail/rmail.el (rmail-decode-babyl-format):
4250 To prevent locking, bind buffer-file-name to nil.
4251
4252 1999-03-26 Karl Fogel <kfogel@red-bean.com>
4253
4254 * mail-hist.el (mail-hist-current-header-name): Don't make
4255 off-by-one-error when determining if in message body.
4256
4257 1999-03-25 Andrew Innes <andrewi@gnu.org>
4258
4259 * w32-fns.el (set-default-process-coding-system): Copied from
4260 dos-w32.el, but modified to use Unix line endings for process
4261 input, and to add a suitable entry to process-coding-system-alist
4262 for DOS shells.
4263
4264 * dos-fns.el (set-default-process-coding-system): Copied from
4265 dos-w32.el.
4266
4267 * dos-w32.el (set-default-process-coding-system): Move function to
4268 dos-fns.el; a different version is used in w32-fns.el.
4269
4270 1999-03-24 Dave Love <fx@gnu.org>
4271
4272 * info.el (Info-directory-list): Revert change to re-writing
4273 Info-default-directory-list, but put `alternative' first.
4274 (Info-insert-dir): Modify selecting the top dir file as a consequence.
4275
4276 1999-03-23 Simon Marshall <simon@gnu.org>
4277
4278 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4279 on the line by itself.
4280 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
4281 it is not in a declarative context.
4282
4283 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
4284
4285 * cus-edit.el (custom-variable-prompt): Allow customization of
4286 autoloaded symbols.
4287
4288 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
4289
4290 * simple.el (what-cursor-position): Don't cause error when point
4291 is at invalid multibyte sequence.
4292
4293 1999-03-21 Karl Heuer <kwzh@gnu.org>
4294
4295 * complete.el (partial-completion-mode): Doc fix.
4296
4297 1999-03-19 Richard M. Stallman <rms@gnu.org>
4298
4299 * progmodes/cplus-md.el (old-c++): Remove :group.
4300
4301 * progmodes/c-mode.el (old-c): Remove :group.
4302
4303 1999-03-18 Simon Marshall <simon@gnu.org>
4304
4305 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4306 (java-font-lock-keywords-2): Added "strictfp" keyword.
4307
4308 1999-03-17 Jason Rumney <jasonr@altavista.net>
4309
4310 * w32-fns.el (set-w32-system-coding-system) New function.
4311 (w32-system-coding-system) Initialize to 'iso-latin-1.
4312
4313 1999-03-17 Eli Zaretskii <eliz@gnu.org>
4314
4315 * international/mule-cmds.el (set-language-environment): Fix
4316 previous change: don't use dos-codepage when unbound.
4317
4318 1999-03-17 Karl Heuer <kwzh@gnu.org>
4319
4320 * calendar/appt.el (appt-make-list): Fix previous change.
4321
4322 1999-03-16 Richard M. Stallman <rms@gnu.org>
4323
4324 * window.el (shrink-window-if-larger-than-buffer):
4325 Don't try to redisplay with the cursor at the end
4326 on its own line--that would force a scroll and spoil things.
4327
4328 1999-03-16 Eli Zaretskii <eliz@gnu.org>
4329
4330 * international/mule-cmds.el (set-language-environment): Don't use
4331 cpNNN-nonascii-translation-table if it is unbound.
4332
4333 * term/internal.el (dos-codepage-setup): Compute the unibyte
4334 syntax table and bind unibyte-display-via-language-environment
4335 here, rather than at top level, so that resetting to unibyte in
4336 .emacs works as expected.
4337
4338 1999-03-15 Simon Marshall <simon@gnu.org>
4339
4340 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4341
4342 1999-03-14 Milan Zamazal <pdm@pvt.net>
4343
4344 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4345
4346 1999-03-14 Kenichi Handa <handa@etl.go.jp>
4347
4348 * international/mule-util.el (detect-coding-with-priority):
4349 Restore the internal database.
4350
4351 1999-03-14 Stephen Eglen <stephen@gnu.org>
4352
4353 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4354 if mail-from-style has invalid value.
4355
4356 1999-03-12 Karl Heuer <kwzh@gnu.org>
4357
4358 * vc.el (vc-delete-logbuf-window): New var.
4359 (vc-finish-logentry): Use it.
4360
4361 1999-03-12 Richard M. Stallman <rms@gnu.org>
4362
4363 * startup.el (command-line-1): Improve startup msg.
4364
4365 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
4366
4367 * speedbar.el: Added commentary about stealthy functions.
4368 (speedbar-message) new function.
4369 (speedbar-y-or-n-p): New function
4370 (speedbar-with-attached-buffer) Moved macro before reference.
4371 Now uses `save-selected-window'.
4372 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4373 speedbar-generic-item-info, speedbar-item-info-file-helper,
4374 speedbar-item-delete, speedbar-insert-generic-list,
4375 speedbar-timer-fn, speedbar-check-vc-this-line,
4376 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4377 speedbar-buffers-item-info) Use speedbar-message.
4378 (speedbar-item-info) Limit `message-log-max'.
4379 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4380 speedbar-item-delete, speedbar-item-object-delete,
4381 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4382
4383 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
4384
4385 * server.el (server-start): Set coding system for the server
4386 process to raw-text.
4387 (server-process-filter): Decode file names if necessary.
4388
4389 1999-03-12 Dave Love <fx@gnu.org>
4390
4391 * textmodes/fill.el (sentence-end-double-space): Doc fix.
4392
4393 * textmodes/paragraphs.el (sentence-end): Doc fix.
4394
4395 1999-03-11 Karl Heuer <kwzh@gnu.org>
4396
4397 * comint.el (comint-password-prompt-regexp): Accept "login password:"
4398
4399 1999-03-09 Karl Heuer <kwzh@gnu.org>
4400
4401 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4402 (ispell-dictionary-alist-2): Likewise.
4403 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4404 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4405 (ispell-dictionary-alist): Build from six pieces, not just two.
4406
4407 * ps-bdf.el (bdf-directory-list): Doc fix.
4408
4409 * enriched.el (enriched-mode): Make var permanent-local.
4410
4411 1999-03-09 Dave Love <fx@gnu.org>
4412
4413 * textmodes/sgml-mode.el (html-mode): Use
4414 sentence-end-double-space when setting sentence-end.
4415
4416 1999-03-09 Ken'ichi Handa <handa@gnu.org>
4417
4418 * language/thai.el (tis-620): New alias coding system for thai-tis620.
4419
4420 1999-03-08 Felix Lee <flee@cygnus.com>
4421
4422 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4423
4424 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4425
4426 1999-03-08 Karl Heuer <kwzh@gnu.org>
4427
4428 * dired-aux.el (dired-do-copy-regexp): Doc fix.
4429 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4430
4431 * dired.el (dired-do-copy-regexp): Doc fix.
4432 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4433
4434 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
4435
4436 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4437
4438 1999-03-08 Jason Rumney <jasonr@altavista.net>
4439
4440 * international/codepage.el (cp1250-decode-table)
4441 (cp1251-decode-table, cp1253-decode-table)
4442 (cp1257-decode-table): New translation tables for MS Windows codepages.
4443 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4444
4445 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4446
4447 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4448
4449 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4450
4451 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4452
4453 * term/internal.el (top level): Display character 255 as 8bit as well.
4454
4455 1999-03-06 Dave Love <fx@gnu.org>
4456
4457 * progmodes/cc-cmds.el (c-outline-level): Bind
4458 buffer-invisibility-spec.
4459
4460 * progmodes/c-mode.el (c-outline-level): Likewise.
4461
4462 * progmodes/ada-mode.el (ada-outline-level): Likewise.
4463
4464 1999-03-05 Felix Lee <flee@cygnus.com>
4465
4466 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4467
4468 1999-03-05 Richard M. Stallman <rms@gnu.org>
4469
4470 * bindings.el (complete-symbol): Invert meaning of prefix arg.
4471
4472 1999-03-05 Andrew Innes <andrewi@gnu.org>
4473
4474 * w32-fns.el (convert-standard-filename): Convert directory
4475 separators to Windows format.
4476
4477 1999-03-05 Andreas Schwab <schwab@gnu.org>
4478
4479 * international/skkdic-cnv.el: Provide skkdic-cnv.
4480 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4481 (batch-skkdic-convert): Doc fix.
4482
4483 1999-03-04 Dave Love <fx@gnu.org>
4484
4485 * custom.el (custom-set-variables): Protect against setter errors.
4486
4487 1999-03-04 Eli Zaretskii <eliz@gnu.org>
4488
4489 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4490 the file sizes from overflowing.
4491 (ls-lisp-format): If file size is a float, use %8.0f to print it.
4492 Under -s, print the size in blocks with %4.0f, in case they have
4493 a *really* huge file.
4494
4495 1999-03-03 Dave Love <fx@gnu.org>
4496
4497 * options.el (edit-options): Doc fix.
4498 (list-options): Don't lose with unbound symbols. Maintain
4499 Edit-options-mode.
4500
4501 1999-03-01 Dave Love <fx@gnu.org>
4502
4503 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4504
4505 1999-02-28 Richard M. Stallman <rms@gnu.org>
4506
4507 * ispell.el (ispell-dictionary-alist-override): New variable.
4508 (ispell-dictionary-alist): Don't setq it,
4509 if ispell-dictionary-alist-override is set.
4510
4511 * simple.el (shell-command-default-error-buffer): Renamed from
4512 shell-command-on-region-default-error-buffer.
4513 (shell-command-on-region): Mention in echo area when there
4514 is some error output. Mention success or failure, too.
4515 Accumulate multiple error outputs
4516 going forward, with formfeed in between. Display the error buffer
4517 when we have put something in it.
4518 (shell-command): Add the ERROR-BUFFER argument feature.
4519
4520 1999-02-28 Karl Heuer <kwzh@gnu.org>
4521
4522 * mail/mh-utils.el (mh-lib): Doc fix.
4523 (mh-lib-progs, mh-nmh-p): New vars.
4524 (mh-find-progs): Set mh-lib-progs along with other vars.
4525 (mh-path-search): New arg FUNC-P; if specified, use that instead
4526 of mh-file-command-p.
4527 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4528
4529 * mail/mh-comp.el (mh-repl-formfile): New var.
4530 (mh-smail-batch): Don't ignore all arguments.
4531 (mh-reply): Do the right thing when using nmh.
4532
4533 1999-02-27 Kenichi Handa <handa@etl.go.jp>
4534
4535 * international/mule-cmds.el (select-safe-coding-system): Be sure
4536 to show a buffer being decoded.
4537
4538 1999-02-26 Ken'ichi Handa <handa@gnu.org>
4539
4540 * ps-bdf.el (bdf-directory-list): Initialize it to
4541 '("/usr/local/share/emacs/fonts/bdf").
4542
4543 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4544
4545 * ps-print.el: PostScript programming fix.
4546 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4547 setpagedevice operator).
4548
4549 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4550
4551 * ps-print.el: Doc fix, font size specifies landscape and portrait
4552 sizes.
4553 (ps-print-version): New version number (4.1.4).
4554 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4555 Specifies landscape and portrait sizes.
4556 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4557 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4558 fix.
4559 (ps-get-font-size): New fun.
4560 (ps-font-size-internal, ps-header-font-size-internal)
4561 (ps-header-title-font-size-internal): New vars.
4562
4563 * ps-mule.el: Change of ps-print font size variable name.
4564 (ps-mule-generate-font): Fun fix.
4565 (ps-mule-begin-job): Programming uniformization.
4566
4567 1999-02-25 Dave Love <fx@gnu.org>
4568
4569 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4570 (help-make-xrefs): Do Info case first.
4571
4572 * repeat.el: Don't require advice.
4573 (repeat-last-kill-command): Variable deleted.
4574
4575 1999-02-25 Richard Stallman <rms@gnu.org>
4576
4577 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4578 case just because the current buffer is the output buffer.
4579
4580 1999-02-25 Kenichi Handa <handa@etl.go.jp>
4581
4582 * simple.el (what-cursor-position): To show the character's
4583 encoding, use encoded-string-description instead of information
4584 of chaset-origin-alist.
4585
4586 * international/mule-cmds.el (iso-2022-control-alist): New variable.
4587 (encoded-code-description): New function.
4588 (encoded-string-description): New function.
4589 (encode-coding-char): New function.
4590
4591 1999-02-25 Andrew Innes <andrewi@gnu.org>
4592
4593 * startup.el (command-line) [windows-nt]: Fix typo in regexp
4594 checking for .emacs[.el[c]].
4595
4596 1999-02-24 Richard Stallman <rms@gnu.org>
4597
4598 * help.el (describe-function-1): Don't print a whole lambda-function.
4599
4600 1999-02-23 Ken'ichi Handa <handa@gnu.org>
4601
4602 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4603 inputting ?\240.
4604
4605 1999-02-23 Karl Heuer <kwzh@gnu.org>
4606
4607 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4608
4609 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4610 (clean-buffer-list-kill-buffer-names): Doc fix.
4611
4612 * gud.el (gud-jdb-massage-args): Spelling fix.
4613
4614 1999-02-23 Richard M. Stallman <rms@gnu.org>
4615
4616 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4617
4618 1999-02-22 Eli Zaretskii <eliz@gnu.org>
4619
4620 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4621 excursion while calling set-auto-coding-function.
4622
4623 * play/handwrite.el (handwrite): Require ps-print, and use
4624 ps-printer-name and ps-lpr-command. Call ps-print-region-function
4625 if it's defined, instead of forking ps-lpr-command unconditionally.
4626
4627 1999-02-22 Kenichi Handa <handa@etl.go.jp>
4628
4629 * international/codepage.el (cp-coding-system-for-codepage-1): Put
4630 charset-origin-alist property to a coding system for the codepage.
4631
4632 * international/mule.el: Modify comment for charset-origin-alist
4633 property of a coding system.
4634
4635 * simple.el (what-cursor-position): charset-origin-alist property
4636 of a coding system may be a translation table or a symbol of which
4637 `translation-table' property is a translation table.
4638
4639 1999-02-21 Richard Stallman <rms@gnu.org>
4640
4641 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4642 to the "html" template.
4643
4644 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
4645
4646 * dirtrack.el (dirtrack): Added docstring. Now returns input.
4647
4648 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
4649
4650 * dirtrack.el (dirtrack): Check for the prompt in the input string
4651 instead of the buffer.
4652
4653 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
4654
4655 * sql.el: Set version to 1.4.1. Changed mail address to
4656 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
4657 (sql-input-ring-separator): Doc fix.
4658 (sql-mode-syntax-table): double-dash starts comments is defined as
4659 ". 56" instead of ". 12b" for XEmacs.
4660 (sql-stop, sql-interactive-mode): Doc fixes.
4661 (sql-postgres): Queries for database and server, not just one.
4662 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4663
4664 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4665 changed. This is needed for master.el to work.
4666 (sql-set-sqli-buffer): Use the new hook.
4667
4668 * sql.el (sql-make-alternate-buffer-name): Function that sets
4669 sql-alternate-buffer-name.
4670 (sql-alternate-buffer-name): Possible name of SQLi buffers.
4671 (sql-interactive-mode): Set sql-alternate-buffer-name.
4672 (sql-rename-buffer): New command.
4673 (sql-interactive-mode-menu): Menu for SQLi buffers.
4674
4675 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
4676 and sql-input-ring-file-name are used to temporarily set
4677 comint-input-ring-file-name and comint-input-ring-separator when
4678 reading and writing input history files.
4679
4680 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4681 (sql-input-ring-file-name): New variable with customization.
4682 (sql-input-ring-separator): New variable with customization.
4683 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4684 Callers changed.
4685 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4686 now includes the name of the current buffer.
4687
4688 (sql-mode): Set paragraph-separate and paragraph-start so that
4689 sql-send-paragraph sends the entire SQL statements, even if it
4690 contains indented lines.
4691
4692 1999-02-18 Dave Love <fx@gnu.org>
4693
4694 * format.el (format-encode-run-method, format-decode-run-method):
4695 Fix previous change.
4696
4697 1999-02-18 Ken'ichi Handa <handa@gnu.org>
4698
4699 * international/mule.el (coding-system-list): Moved here from
4700 mule-util.el to avoid autoloading mule-util by the call of
4701 select-safe-coding-system.
4702
4703 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
4704
4705 * simple.el (turn-on-auto-fill): Mark it as an option for
4706 `text-mode-hook'.
4707
4708 1999-02-17 Richard Stallman <rms@gnu.org>
4709
4710 * emacs-lisp/easymenu.el (easy-menu-get-map):
4711 Don't crash if (current-local-map) is nil.
4712
4713 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
4714
4715 * filecache.el (file-cache-filter-regexps): Added .class.
4716
4717 1999-02-17 Ken'ichi Handa <handa@gnu.org>
4718
4719 * international/mule-util.el (decompose-region): Use
4720 insert-buffer-substring instead of insert-buffer to avoid putting
4721 mark.
4722
4723 1999-02-17 Andreas Schwab <schwab@gnu.org>
4724
4725 * calendar/cal-move.el (scroll-calendar-left): Don't set
4726 displayed-month and displayed-year here, let generate-calendar do
4727 it, after range checking.
4728
4729 1999-02-17 Simon Marshall <simon@gnu.org>
4730
4731 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4732
4733 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4734 correctly between an object declared via a constructor and a method.
4735 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4736 (java-font-lock-keywords-1): Fontify package names individually.
4737 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4738 (java-font-lock-keywords-2): Simplify type fontification.
4739 (java-font-lock-keywords-3): Likewise.
4740
4741 1999-02-17 Kenichi Handa <handa@etl.go.jp>
4742
4743 * language/japanese.el (iso-2022-jp-2): New coding system.
4744 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4745
4746 1999-02-16 Dave Love <fx@gnu.org>
4747
4748 * help.el (describe-function-1): Accept non-symbols.
4749
4750 1999-02-16 Paul Eggert <eggert@twinsun.com>
4751
4752 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4753 find the last match if there are multiple matches.
4754
4755 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4756
4757 * tex-mode.el (tex-run-command, latex-run-command)
4758 (slitex-run-command, tex-command): Doc changes.
4759 (tex-start-options-string): Autoload it. Doc change. Provide
4760 a menu for customization. Allow nil. Quote backslashes only once.
4761 (tex-start-tex): Handle nil value of tex-start-options-string
4762 and apply shell-quote-argument to it.
4763
4764 1999-02-16 Eli Zaretskii <eliz@gnu.org>
4765
4766 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4767 the size in blocks, since it can be a float.
4768 (ls-lisp-format): Likewise
4769
4770 1999-02-16 Ken'ichi Handa <handa@gnu.org>
4771
4772 * language/japanese.el (japanese-shift-jis): Add
4773 charset-origin-alist property.
4774
4775 1999-02-15 Richard Stallman <rms@gnu.org>
4776
4777 * progmodes/compile.el (compile-internal): Use save-selected-window.
4778
4779 * subr.el (momentary-string-display): Bind inhibit-read-only.
4780
4781 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4782
4783 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4784
4785 * mail/rmail.el (rmail-show-message): If an unseen message has a
4786 Summary-line in its header, get past one more line before looking
4787 for the X-Coding-System header.
4788
4789 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
4790
4791 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4792 explicitly to accomodate Windows 9X lack of a useful copy program.
4793
4794 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
4795
4796 * wid-edit.el (widget-choice-value-create): Use `equal'
4797 instead of `eq'.
4798
4799 1999-02-14 Richard Stallman <rms@gnu.org>
4800
4801 * international/iso-transl.el:
4802 (iso-transl-ae): Renamed from iso-transl-e-slash.
4803 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4804 (iso-transl-AE): Renamed from iso-transl-E-slash.
4805 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4806 (iso-transl-char-map): Related changes.
4807
4808 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4809
4810 1999-02-13 Richard Stallman <rms@gnu.org>
4811
4812 * textmodes/texinfmt.el (texinfo-alias): New function.
4813 (texinfo-fold-nodename-case): Add defvar.
4814 (texinfo-format-node): Do case folding if specified.
4815
4816 * ffap.el (ffap-file-at-point): Test local file names
4817 immediately. Strip off line numbers.
4818
4819 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
4820
4821 * sql.el: Set version to 1.3.2
4822 (sql-solid-program): Added support for solid.
4823 (sql-help): Doc mentions sql-solid.
4824 (sql-solid): Entry function for Solid.
4825 (sql-buffer): Doc explains the use of the variable and how to
4826 change it.
4827 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4828 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4829 disabled if sql-buffer doesn't have a process; sql-send-paragraph
4830 is new.
4831 (sql-show-sqli-buffer): New function to display the value of
4832 sql-buffer.
4833 (sql-change-sqli-buffer): New function to change sql-buffer.
4834 (sql-mode): Doc explains how to change sql-buffer.
4835 (sql-send-paragraph): New function to send a paragraph.
4836 (sql-mode-map): Added keybinding for sql-send-paragraph.
4837 (sql-mysql): Doc corrected.
4838 (sql-ms): Doc corrected.
4839
4840 * sql.el (sql-server): Doc fix.
4841 (sql-mysql): Added the use of sql-server to specify the host,
4842 sql-database now specifies database instead of host.
4843 (sql-mode-menu): Send... menu items are only active if sql-buffer
4844 is non-nil.
4845 (sql-help): Changed tag of entry functions a bit.
4846
4847 * sql.el: Added keywords from `finder-by-keyword'.
4848 (sql-mode): Made sql-buffer a local variable, changed the
4849 documentation: removed instructions to add *.sql files to
4850 auto-mode-alist, added documentation for having mutliple SQL
4851 buffers sending their stuff to different SQLi buffers, each
4852 running a different process.
4853 (sql-postgres): Quoted *SQL* in doc string.
4854 (sql-ms): Likewise.
4855 (sql-ingres): Likewise.
4856 (sql-ingres): Quoted *SQL* in doc string, added references to
4857 sql-user and sql-password used during login.
4858 (sql-sybase): Quoted *SQL* in doc string, added comma.
4859 (sql-oracle): Likewise.
4860 (sql-interactive-mode): Added extensive documentation for having
4861 mutliple SQL buffers sending their stuff to different SQLi
4862 buffers, each running a different process.
4863 (sql-buffer): Changed doc from *SQL* to SQLi.
4864 (sql-get-login): Doc fix.
4865
4866 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4867
4868 * international/mule-conf.el (undecided): Set ascii in
4869 safe-charsets property.
4870
4871 1999-02-12 Richard Stallman <rms@gnu.org>
4872
4873 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
4874
4875 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4876
4877 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
4878 value to ps-mule-font-info-database-latin.
4879
4880 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
4881
4882 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
4883 (ps-mule-font-info-database-default): New variable.
4884 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
4885 ps-mule-font-info-database-default.
4886
4887 1999-02-12 Dave Love <fx@gnu.org>
4888
4889 * timezone.el (timezone-make-date-sortable)
4890 (timezone-make-date-arpa-standard): Doc fix.
4891
4892 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4893
4894 * international/quail.el (quail-show-kbd-layout): Bind
4895 blink-matching-paren to nil.
4896
4897 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
4898 for ASCII and Latin-1.
4899
4900 1999-02-12 Andreas Schwab <schwab@gnu.org>
4901
4902 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
4903
4904 1999-02-12 Kenichi Handa <handa@etl.go.jp>
4905
4906 * international/mule-cmds.el (language-info-alist): Remove
4907 description about charset-origin-alist.
4908
4909 * international/mule.el: Comment added for a new coding system
4910 property `charset-origin-alit'.
4911 (make-translation-table): This variable deleted.
4912
4913 * language/chinese.el (chinese-big5): Add charset-origin-alist
4914 property.
4915 ("Chinese-CNS"): Remove charset-origin-alist property.
4916
4917 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
4918 property.
4919 (cyrillic-alternativnyj): Likewise.
4920 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
4921 ("Cyrillic-ALT"): Likewise.
4922
4923 * language/vietnamese.el (vietnamese-viqr): Add
4924 charset-origin-alist property.
4925 ("Vietnamese"): Remove charset-origin-alist property.
4926
4927 * simple.el (what-cursor-position): Don't use the varialbe
4928 charset-origin-alist, but use charset-origin-alist property of
4929 buffer-file-coding-system to decide external character set code.
4930
4931 1999-02-10 Richard Stallman <rms@gnu.org>
4932
4933 * shadowfile.el: Don't turn on the mode when the file is loaded.
4934
4935 1999-02-09 Richard Stallman <rms@gnu.org>
4936
4937 * progmodes/compile.el (compile-auto-highlight): Customize.
4938
4939 * add-log.el (add-log-file-name-function): New variable.
4940 (add-change-log-entry): Call that function, if non-nil.
4941
4942 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
4943
4944 * rmail.el (rmail-search): Track match with a marker, not an integer.
4945
4946 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4947
4948 * progmodes/compile.el (compilation-setup): Set value of
4949 compilation-directory-stack as in compilation-forget-errors.
4950 (compile-reinitialize-errors): Bind buffer-undo-list and
4951 deactivate-mark.
4952 (compilation-forget-errors): Likewise.
4953
4954 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
4955
4956 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
4957 def... constructs.
4958
4959 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
4960 Remove calls to sleep-for.
4961
4962 1999-02-08 Eli Zaretskii <eliz@gnu.org>
4963
4964 * international/codepage.el (cp-coding-system-for-codepage-1): On
4965 MS-DOS, use dos-unsupported-char-glyph for characters not
4966 supported by the codepage.
4967 (cp-make-coding-systems-for-codepage): Likewise.
4968
4969 1999-02-08 Andreas Schwab <schwab@gnu.org>
4970
4971 * international/mule-util.el (coding-system-list): Don't sort
4972 coding-system-list here.
4973
4974 * international/mule.el (coding-system-lessp): Moved here from
4975 mule-util.el
4976 (add-to-coding-system-list): New function.
4977 (make-subsidiary-coding-system, make-coding-system,
4978 define-coding-system-alias): Use it instead of setting
4979 coding-system-list directly.
4980
4981 1999-02-07 Dave Love <fx@gnu.org>
4982
4983 * calendar/appt.el (appt-make-list): Don't splice quotes and date
4984 onto message.
4985
4986 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4987
4988 * imenu.el (imenu--last-menubar-index-alist): Add doc.
4989 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
4990
4991 1999-02-06 Richard Stallman <rms@gnu.org>
4992
4993 * language/european.el (setup-slovenian-environment): New function.
4994 ("Slovenian"): New language environment.
4995
4996 * progmodes/sql.el (sql-help): Doc fix.
4997 (sql-mysql): Doc fix.
4998
4999 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5000
5001 * tex-mode.el: When compiling, require compare-w and skeleton
5002 to pacify the byte-compiler. Move the def's of the tex-commands
5003 together. Add a comment on kill-process vs. quit-process.
5004
5005 1999-02-05 Dave Love <fx@gnu.org>
5006
5007 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5008 null markers.
5009 (compile-goto-error): Likewise.
5010
5011 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
5012
5013 * time-stamp.el (time-stamp-format): Format doc tighter.
5014 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5015 (time-stamp): don't re-write the time stamp if it didn't change.
5016
5017 1999-02-05 Alex Schroeder <asc@bsiag.com>
5018
5019 * progmodes/sql.el: Changed version to 1.2.1.
5020 (sql-pop-to-buffer-after-send-region): Improved documentation.
5021 (sql-mysql-program): Added MySQL support.
5022 (sql-prompt-length): Made prompt-length configurable.
5023 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5024 (sql-help): Added MySQL support, changed documentation.
5025 (sql-send-region): A message is displayed if something is sent.
5026 (sql-mode): Added buffer-local comment-start.
5027 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5028 (sql-interactive-mode): Added buffer-local comment-start.
5029 (sql-oracle): Set sql-prompt-length.
5030 (sql-sybase): Set sql-prompt-length.
5031 (sql-mysql): Added MySQL support.
5032 (sql-ingres): Set sql-prompt-length.
5033 (sql-ms): Set sql-prompt-length.
5034 (sql-postgres): Set sql-prompt-length.
5035
5036 1999-02-04 Eli Zaretskii <eliz@gnu.org>
5037
5038 * term/internal.el (dos-codepage-setup): Set selection coding
5039 system to cpNNN-dos.
5040
5041 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5042
5043 * international/characters.el: Let ethiopic use iso-2022-7bit.
5044
5045 1999-02-02 Dave Love <fx@gnu.org>
5046
5047 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5048 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5049
5050 1999-02-02 Karl Heuer <kwzh@gnu.org>
5051
5052 * terminal.el (terminal-emulator): Doc fix.
5053
5054 1999-02-02 Ken'ichi Handa <handa@gnu.org>
5055
5056 * international/mule-util.el (compose-chars): Doc-string
5057 modified. Correctly handle a composition character in ARGS.
5058
5059 1999-02-01 Richard Stallman <rms@gnu.org>
5060
5061 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5062 (makefile-menu-index-function): Function deleted.
5063 (makefile-mode): Use makefile-imenu-generic-expression.
5064
5065 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
5066
5067 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5068 change, invoke from before-init-hook.
5069
5070 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
5071
5072 * subr.el (remove-from-invisibility-spec): Cope with the case when
5073 buffer-invisibility-spec is t.
5074
5075 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
5076
5077 * calendar/calendar.el (calendar-mode-map): Fix bindings for
5078 appt-add and appt-delete.
5079
5080 1999-02-01 Eli Zaretskii <eliz@gnu.org>
5081
5082 * term/pc-win.el (msdos-approximate-color): New function.
5083 (msdos-color-translate): Call it to find a DOS color that best
5084 approximates an X-style "#NNNNNN" color specification.
5085
5086 1999-02-01 Ken'ichi Handa <handa@gnu.org>
5087
5088 * international/mule-util.el (compose-chars-component): Add
5089 autoload cookie.
5090
5091 1999-01-31 Ken'ichi Handa <handa@gnu.org>
5092
5093 * international/quail.el (quail-lookup-key): If cdr of MAP is a
5094 function, replace cdr of MAP by the return value of the function
5095 unconditionally.
5096
5097 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5098
5099 * progmodes/compile.el (compilation-next-error-locus): Don't
5100 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5101
5102 1999-01-31 Eli Zaretskii <eliz@gnu.org>
5103
5104 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5105 and NLs before "charset", and allow the charset name be in double
5106 quotes.
5107
5108 1999-01-31 Richard Stallman <rms@gnu.org>
5109
5110 * imenu.el (imenu-sort-function): Fix custom type.
5111
5112 1999-01-30 Richard Stallman <rms@gnu.org>
5113
5114 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5115 (speedbar-line-token): Likewise.
5116
5117 * play/gametree.el (gametree-default-score): Use defcustom.
5118 (gametree-score-regexp, gametree-score-closer): Likewise.
5119 (gametree-score-manual-flag, gametree-score-opener): Likewise.
5120
5121 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5122
5123 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5124 decoding.
5125
5126 1999-01-29 Markus Rost <rost@gnu.org>
5127
5128 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5129 tex-validate-buffer.
5130 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5131 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
5132 now with recent occur-mode.
5133 (tex-validate-region): Really walk through all Sexps.
5134 (tex-region): Bind shell-dirtrack-verbose.
5135 (tex-file, tex-bibtex-file): Likewise.
5136
5137 1999-01-29 Dave Love <fx@gnu.org>
5138
5139 * finder.el: (finder-commentary): Fix interactive spec. Try
5140 appending .el to file name.
5141 (finder-find-library, finder-commentary): Doc fixes.
5142
5143 1999-01-29 Andrew Innes <andrewi@gnu.org>
5144
5145 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5146 where the userid contains directory separators.
5147
5148 1999-01-29 Dave Love <fx@gnu.org>
5149
5150 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5151 (lm-commentary): Doc fix.
5152
5153 1999-01-29 Andreas Schwab <schwab@gnu.org>
5154
5155 * files.el (file-expand-wildcards): Never consider `.' and `..' a
5156 wildcard match. Fix regexp that tests if dirpart contains
5157 wildcard characters.
5158
5159 1999-01-28 Richard Stallman <rms@gnu.org>
5160
5161 * font-lock.el (font-lock-default-unfontify-region):
5162 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5163
5164 1999-01-27 Jason Rumney <jasonr@altavista.net>
5165
5166 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5167 from FAMILY field.
5168 (w32-create-initial-fontsets): Do not use before-init-hook.
5169 (mouse-set-font): Document. Automatically create and use fontsets.
5170
5171 * dos-w32.el (direct-print-region-helper): Check for printer
5172 being t as well as a string.
5173
5174 1999-01-27 Kenichi Handa <handa@etl.go.jp>
5175
5176 * mail/rmail.el (rmail-decode-mime-charset): New variable.
5177 (rmail-mime-charset-pattern): New variable.
5178 (rmail-convert-to-babyl-format): Decode by MIME-charset if
5179 rmail-decode-mime-charset is non-nil.
5180
5181 1999-01-27 Ken'ichi Handa <handa@gnu.org>
5182
5183 * international/characters.el: Set category `q' for all characters
5184 in tibetan and tibetan-1-column.
5185
5186 1999-01-27 Andrew Innes <andrewi@gnu.org>
5187
5188 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5189 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5190
5191 1999-01-27 Dave Love <fx@gnu.org>
5192
5193 * international/mule-cmds.el (current-language-environment):
5194 Provide :link, :type (choices) and appropriate :get.
5195
5196 1999-01-27 Eli Zaretskii <eliz@gnu.org>
5197
5198 * startup.el (command-line): Set default eol-mnemonic-* strings to
5199 display end-of-line format in mode line.
5200
5201 * cus-start.el (all): Add eol-mnemonic-* variables.
5202
5203 1999-01-26 Dave Love <fx@gnu.org>
5204
5205 * startup.el (command-line-1): Up-date copyright.
5206
5207 * paths.el (Info-default-directory-list): Use configdir twice.
5208
5209 * info.el (Info-directory-list): Don't set path-separator now
5210 we're not shipped with Texinfo. Simplify path definition.
5211 Substitute all occurrences of instdir in Info-default-directory-list.
5212
5213 1999-01-25 Richard Stallman <rms@gnu.org>
5214
5215 * startup.el (normal-top-level-add-subdirs-to-load-path):
5216 Record the inode numbers of the dirs processed, to avoid loop.
5217
5218 * textmodes/tex-mode.el (tex-run-command): Doc fix.
5219
5220 1999-01-25 Dave Love <fx@gnu.org>
5221
5222 * browse-url.el (browse-url-netscape-program): Doc addition.
5223
5224 * help.el (help-make-xrefs): Default info references to an `(emacs)'
5225 prefix.
5226
5227 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5228 auto-mode-alist.
5229
5230 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5231
5232 * calendar/diary-lib.el (mark-diary-entries): Use
5233 assoc-ignore-case and do not capitalize when matching month and
5234 day names.
5235
5236 * calendar/calendar.el (calendar-read-date): Ditto.
5237
5238 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5239 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5240
5241 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5242
5243 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5244
5245 * calendar/cal-islam.el (calendar-goto-islamic-date)
5246 (mark-islamic-diary-entries): Ditto.
5247
5248 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5249
5250 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5251 (calendar-read-mayan-tzolkin-date): Ditto.
5252
5253 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5254
5255 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
5256
5257 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5258
5259 1999-01-25 Karl Heuer <kwzh@gnu.org>
5260
5261 * faces.el (list-faces-display): Multiline case of previous fix.
5262
5263 1999-01-25 Andreas Schwab <schwab@gnu.org>
5264
5265 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5266
5267 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
5268
5269 * files.el (find-file): If find-file-noselect returns a list,
5270 do switch-to-buffer on each element.
5271 (find-file-other-window): Likewise for all but the first element.
5272 (find-file-other-frame): Same.
5273 (find-file-noselect): When we expand a wildcard, return a list
5274 of buffers.
5275
5276 1999-01-24 Eli Zaretskii <eliz@gnu.org>
5277
5278 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5279 to set the appropriate cpNNN-dos coding system as the
5280 highest-priority coding system.
5281
5282 1999-01-23 Ken'ichi Handa <handa@gnu.org>
5283
5284 * international/fontset.el (generate-fontset-menu): Return a
5285 sorted list by plain names of fontsets.
5286
5287 * international/mule-diag.el (list-fontsets): Sort fontsets by
5288 plain names.
5289
5290 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5291 FIRST is a composite character, decompose it at first.
5292
5293 1999-01-23 Dave Love <fx@gnu.org>
5294
5295 * format.el: Doc fixes.
5296 (format-encode-run-method): Have things happen in the right buffer.
5297 Deal with errors from method. Set coding-system-for-write.
5298 (format-decode-run-method): Have things happen in the right buffer.
5299 Deal with errors from method. Set coding-system-for-read.
5300 (format-alist): Use nil instead of unmatchable regexps.
5301
5302 * simple.el (shell-command-on-region): Return command's exit status.
5303
5304 1999-01-23 Eric Ludlam <zappo@gnu.org>
5305
5306 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5307 of the file whose info we want to display.
5308 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5309 (speedbar-add-mode-functions-list) Improve doc.
5310 (speedbar-line-token) New function.
5311 (speedbar-dired) Fix order of directories in -shown-directories.
5312 (speedbar-line-path): Default return is default-directory
5313 (speedbar-buffers-line-path): Return is dir name only.
5314 (speedbar-mode-functions-list): New variable.
5315 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5316 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5317 speedbar-files-item-info speedbar-buffers-item-info): New functions.
5318 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5319 New functions.
5320 (speedbar-line-file): Broke out part that fetches file from a line.
5321 (speedbar-line-text): New function extracted from speedbar-line-file.
5322 (speedbar-line-path): Converted into a replaceable function.
5323 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5324
5325 1999-01-23 Ken'ichi Handa <handa@gnu.org>
5326
5327 * international/fontset.el (create-fontset-from-x-resource): Make
5328 style variants.
5329
5330 1999-01-22 Dave Love <fx@gnu.org>
5331
5332 * paths.el (Info-default-directory-list): Put sysdir after start.
5333
5334 1999-01-22 Sam Steingold <sds@goems.com>
5335
5336 * midnight.el (clean-buffer-list): do not kill a buffer if it has
5337 a process associated with it.
5338
5339 1999-01-22 Jason Rumney <jasonr@altavista.net>
5340
5341 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5342
5343 1999-01-22 Felix Lee <flee@cygnus.com>
5344
5345 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
5346 major-mode.
5347 (vc-annotate-mode): Delete variable.
5348
5349 1999-01-22 Andrew Innes <andrewi@gnu.org>
5350
5351 * startup.el (command-line): [windows-nt]: Check for existence of
5352 .emacs file so as to notice .emacs.el or .emacs.elc and use them
5353 in preference to _emacs.
5354
5355 1999-01-22 Dave Love <fx@gnu.org>
5356
5357 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5358
5359 1999-01-20 Richard Stallman <rms@gnu.org>
5360
5361 * files.el (find-file-noselect): Do wildcard processing only
5362 if new arg WILDCARDS is non-nil.
5363 (find-file, find-file-other-window): New arg WILDCARDS.
5364 Default it to non-nil if interactive.
5365 (find-file-other-frame): Likewise.
5366 (find-file-read-only): Likewise.
5367 (find-file-read-only-other-window): Likewise.
5368 (find-file-read-only-other-frame): Likewise.
5369
5370 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5371 (widget-plist-convert-option): Delete spurious comma.
5372
5373 1999-01-19 Jason Rumney <jasonr@altavista.net>
5374
5375 * term/w32-win.el (w32-standard-fontspec-spec): Change
5376 iso8859-5 to koi8-r. Add iso8859-9.
5377
5378 1999-01-19 Dave Love <fx@gnu.org>
5379
5380 * browse-url.el (browse-url-maybe-new-window): Delete macro and
5381 its uses.
5382
5383 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5384 is active.
5385 (fortran-indent-subprogram): Likewise.
5386
5387 1999-01-19 Dave Love <d.love@dl.ac.uk>
5388
5389 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5390
5391 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5392
5393 * wid-edit.el (alist): Use sexp as default key-type.
5394
5395 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5396
5397 * textmodes/tex-mode.el (tex-define-common-keys):
5398 Remove key binding of tex-feed-input.
5399 (tex-mode-map): Bind tex-feed-input here.
5400 (tex-start-shell): Use compilation-shell-minor-mode. Set
5401 comint-input-filter-functions before running tex-shell-hook.
5402 (tex-start-tex): Forget compilation errors.
5403 (tex-compilation-parse-errors): Rewritten to work also with
5404 compile-mouse-goto-error and compile-goto-error. Adjusted to
5405 change in tex-region.
5406 (tex-region): For the temp file use file-name without directory.
5407 (tex-file): Expand file name of tex-print-file.
5408
5409 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5410
5411 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
5412
5413 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
5414
5415 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5416 beginning could cause Emacs to hang. Fixed.
5417
5418 1999-01-18 Ken'ichi Handa <handa@gnu.org>
5419
5420 * international/ccl.el (ccl-compile-translate-character): Handle
5421 the case that a tranlation table is CCL register correctly.
5422
5423 * international/mule-cmds.el (select-safe-coding-system):
5424 Hightlight at most 256 characters.
5425
5426 1999-01-18 Dave Love <fx@gnu.org>
5427
5428 * startup.el (command-line): If the init file changes operation to
5429 unibyte, make all buffers unibyte and re-set language environment.
5430
5431 * disp-table.el (standard-display-european): Make all existing
5432 buffers unibyte. Fix doc.
5433
5434 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
5435
5436 * wid-edit.el (coding-system): Define this unconditionally.
5437
5438 * simple.el (shell-command-on-region-default-error-buffer): New var.
5439 (shell-command-on-region): Use that variable as interactive
5440 value of ERROR-BUFFER argument.
5441
5442 1999-01-17 Sam Steingold <sds@goems.com>
5443
5444 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5445
5446 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5447
5448 * progmodes/compile.el (compilation-goto-locus): If already in the
5449 compilation buffer's window, keep it in that window.
5450 (compile-mouse-goto-error): Add Doc. Don't play with windows.
5451 (compile-goto-error): Don't play with windows.
5452
5453 * textmodes/tex-mode.el (latex-run-command): Doc fix.
5454 (tex-command): Doc fix.
5455 (tex-compilation-parse-errors): Doc fix.
5456 (tex-generate-zap-file-name): Don't start the name with -.
5457 (tex-expand-files): Works now also with strings ending with ":".
5458
5459 1999-01-17 Ian T Zimmerman <itz@transbay.net>
5460
5461 Patch failed to install:
5462 * gametree.el: Document scoring functionality.
5463 (gametree-score-regexp): Add optional plus sign.
5464 (gametree-score-opener): Replace `:' with `=' as the former
5465 conflicts with gametree-half-ply-regexp.
5466 (gametree-transpose-following-leaves): Add.
5467 (gametree-insert-new-leaf): Make modifying commands barf in read
5468 only buffers.
5469 (gametree-break-line-here): Add a call to
5470 `gametree-transpose-following-leaves'. This maintains the
5471 necessary invariant that on each level all leaf children precede
5472 all nonleaf children. This has always been implied, but left to
5473 the user, and, unfortunately, undocumented.
5474
5475 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
5476
5477 * wid-edit.el (plist, alist): New widget types.
5478
5479 1999-01-17 Dave Love <fx@gnu.org>
5480
5481 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5482 fix scope of condition-case therein.
5483
5484 1999-01-17 Andrew Innes <andrewi@gnu.org>
5485
5486 * dos-w32.el: (find-buffer-file-type-coding-system): Use
5487 default-buffer-file-coding-system when file doesn't exist (and
5488 isn't covered by a special case) instead of forcing undecided-dos
5489 against the user's wishes.
5490
5491 * dos-w32.el (direct-print-region-helper): New function based on
5492 direct-print-region-function; sends data to specified printer port
5493 without further translation. Recognize and handle specially the
5494 standard `print' and `nprint' programs, as well as `lpr' and
5495 similar programs. Only write directly to the printer port if no
5496 print program is specified. Work around a bug in Windows 9x
5497 affecting Win32 version of Emacs by invoking command.com to write
5498 to the printer port instead of writing directly.
5499 (direct-print-region-function): Use direct-print-region-helper to
5500 do most of the work.
5501 (direct-ps-print-region-function): New function; analogue of
5502 direct-print-region-function for ps-print.
5503 (ps-lpr-command): Comment out setq; leave as example usage.
5504 (ps-lpr-switches): Ditto.
5505
5506 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5507 and MS-Windows.
5508 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5509 DOS and Windows platforms, to indicate direct printing. Update
5510 the docstring accordingly.
5511
5512 * ps-print.el: (ps-printer-name): Update docstring about usage on
5513 MS-DOS and MS-Windows.
5514 (ps-lpr-command): Update docstring as for lpr-command.
5515 (ps-print-region-function): New variable.
5516 (ps-do-despool): Use it.
5517 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5518 DOS/Windows.
5519
5520 * subr.el (subst-char-in-string): New function.
5521
5522 1999-01-17 Eli Zaretskii <eliz@gnu.org>
5523
5524 * international/codepage.el (cp852-decode-table): Fill a nil entry.
5525
5526 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5527 (bdf-find-font-info): New function, looks for the first readable
5528 file from a list of alternatives.
5529 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5530 instead of bdf-get-font-info.
5531 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5532 to ps-mule-generate-bitmap-glyph.
5533
5534 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5535 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
5536 now be a list of alternative names.
5537 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5538 (ps-mule-prepare-font): Likewise.
5539
5540 * international/codepage.el (cp855-decode-table,
5541 cp850-decode-table): Fill some nil entries.
5542
5543 1999-01-16 Dave Love <fx@gnu.org>
5544
5545 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5546 last change.
5547
5548 1999-01-15 Dave Love <fx@gnu.org>
5549
5550 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5551 and change regexp for command names.
5552 (help-xref-go-back, function-called-at-point, symbol-file)
5553 (where-is): Doc fixes.
5554 (help-xref-go-back): Remove interactive spec.
5555 (describe-function-1): Fix message for alias. Buttomize alias
5556 name.
5557
5558 * simple.el (join-line): New alias.
5559
5560 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
5561
5562 * forms.el: (forms--show-record): Convert integers to string
5563 expicitly since concat will no longer accept integers.
5564 (forms-print): Use local `total-nb-records' since
5565 `forms--total-records' will be inaccessible after buffer switching.
5566
5567 1998-01-14 Felix Lee <flee@cygnus.com>
5568
5569 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5570
5571 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5572
5573 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5574
5575 1999-01-14 Eli Zaretskii <eliz@gnu.org>
5576
5577 * international/codepage.el (cp850-decode-table): Fix previous change.
5578
5579 1999-01-14 Simon Marshall <simon@gnu.org>
5580
5581 * shell.el (shell-dirtrack-verbose): New custom variable.
5582 (shell-dirstack-message): Use it.
5583
5584 1999-01-14 Kenichi Handa <handa@etl.go.jp>
5585
5586 * international/mule-conf.el: Coding system alias `dos' for
5587 `undecided-dos', `mac' for `undecided-mac'.
5588
5589 * international/mule-cmds.el (describe-language-environment):
5590 Don't alter input-method-alist.
5591
5592 1999-01-13 Eli Zaretskii <eliz@gnu.org>
5593
5594 * international/codepage.el (cp850-decode-table): Replace nil
5595 entries with codes of similary looking glyphs. (Suggested by
5596 Jason Rumney <jasonr@altavista.net>.)
5597
5598 1999-01-13 Dave Love <fx@gnu.org>
5599
5600 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5601
5602 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5603
5604 1999-01-12 Karl Heuer <kwzh@gnu.org>
5605
5606 * files.el (auto-save-hook): Defvar this.
5607
5608 1999-01-12 Alex Schroeder <asc@bsiag.com>
5609
5610 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5611 faces, eliminating the need to load font-lock before loading sql.
5612 (sql-mode-oracle-font-lock-keywords): Likewise.
5613 (sql-mode-postgres-font-lock-keywords): Likewise.
5614
5615 1999-01-11 Dave Love <fx@gnu.org>
5616
5617 * cus-start.el: Add inhibit-eol-conversion.
5618
5619 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5620 the values round.
5621
5622 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
5623
5624 * help.el (help-mode-finish): Renamed from help-mode-maybe.
5625 Don't switch to Help mode here.
5626 (temp-buffer-setup-hook): Use help-mode-finish.
5627 (help-mode-setup): New function.
5628 (temp-buffer-setup-hook): Use help-mode-setup.
5629
5630 * progmodes/sql.el: New file.
5631
5632 * files.el (auto-mode-alist): Add sql-mode.
5633
5634 * faces.el (list-faces-display): Improve the formatting
5635 by computing the maximum length required for any face-name.
5636
5637 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5638
5639 * progmodes/compile.el (compilation-shell-minor-mode): New function.
5640
5641 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
5642
5643 * term.el (term_send_home): Change the string to
5644 be the same as the one emitted by xterm and consistent with the
5645 ones emitted by prior and next.
5646 (term_send_end): Likewise.
5647
5648 1999-01-10 Dave Love <fx@gnu.org>
5649
5650 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5651 bindings.
5652
5653 1999-01-10 Eli Zaretskii <eliz@gnu.org>
5654
5655 * international/codepage.el (codepage-setup): Doc fix.
5656 (cp-decoding-vector-for-codepage): Likewise.
5657
5658 1999-01-10 Markus Rost <rost@gnu.org>
5659
5660 * cus-edit.el (custom-save-delete): First scan the custom-file.
5661
5662 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
5663
5664 * international/iso-transl.el: Define a "function name" for
5665 each translation that isn't ASCII. Use these function names
5666 in iso-transl-char-map.
5667
5668 1999-01-08 Kenichi Handa <handa@etl.go.jp>
5669
5670 * international/mule-util.el (decompose-region): Do decomposition
5671 on temporary unibyte buffer.
5672
5673 * international/mule.el (make-char): Doc-string modified.
5674
5675 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5676
5677 * simple.el (comment-region): Delete spaces only if we
5678 deleted a comment starter.
5679
5680 1999-01-07 Dave Love <fx@gnu.org>
5681
5682 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5683
5684 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5685 like eval-defun does.
5686
5687 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5688
5689 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5690 constructions. Doc fixes.
5691 (generic-create-generic-function): Use defalias, not fset.
5692
5693 * find-func.el: More doc fixes.
5694
5695 1999-01-06 Stephen Eglen <stephen@gnu.org>
5696
5697 * files.el (save-buffers-kill-emacs): Show the list of current
5698 processes before prompting to kill them and exit.
5699
5700 1999-01-06 Dave Love <fx@gnu.org>
5701
5702 * emacs-lisp/find-func.el: Doc fixes.
5703 (find-function-regexp): Extend for define-generic-mode,
5704 define-derived-mode, easy-mmode-define-minor-mode.
5705
5706 1999-01-06 Dave Love <fx@gnu.org>
5707
5708 * progmodes/fortran.el (fortran-window-create): Account for scroll
5709 bar width.
5710
5711 * browse-url.el: Require (noerror) w3-auto when compiling.
5712 (browse-url-maybe-new-window): Make it a macro and revert last
5713 change to callers.
5714 (browse-url-w3): Require w3 for w3-fetch-other-window.
5715
5716 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5717
5718 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5719 argument.
5720
5721 1999-01-06 Simon Marshall <simon@gnu.org>
5722
5723 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
5724
5725 * font-lock.el (font-lock-default-fontify-buffer): When using
5726 with-temp-message, use nil rather than current-message.
5727
5728 * lazy-lock.el (lazy-lock-unstall):
5729 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5730 rather than current-message.
5731
5732 * fast-lock.el (fast-lock-save-cache-1):
5733 (fast-lock-cache-data): When using with-temp-message, use nil rather
5734 than current-message.
5735
5736 1999-01-06 Eli Zaretskii <eliz@gnu.org>
5737
5738 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5739 the valid-codes property.
5740
5741 * international/mule-cmds.el (prefer-coding-system): Call
5742 set-coding-priority, so that the internal array of priorities is
5743 also updated.
5744
5745 * international/mule-util.el:
5746 (coding-system-change-eol-conversion,
5747 coding-system-change-text-conversion): Don't define here.
5748
5749 * international/mule-cmds.el: Define them here. Remove the
5750 autoload cookies.
5751
5752 1999-01-06 Andreas Schwab <schwab@gnu.org>
5753
5754 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5755 if it was enabled before.
5756
5757 * view.el (View-revert-buffer-scroll-page-forward): Bind
5758 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5759
5760 * files.el (recover-session): Preserve point when inserting
5761 explanation.
5762
5763 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
5764
5765 * cus-edit.el (custom-save-delete): Don't delete whitespace
5766 and comments before the sexp that is replaced.
5767
5768 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5769
5770 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5771
5772 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
5773
5774 * vc.el (vc-dired-hook): Use the original value of
5775 dired-move-to-filename-regexp on lines that have not been
5776 reformatted yet.
5777 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5778 file lines have already been reformatted.
5779
5780 1999-01-05 Dave Love <fx@gnu.org>
5781
5782 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5783 buffer-local.
5784
5785 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
5786
5787 * progmodes/f90.el: Change of regular expressions for type to
5788 correct highlighting and identation. Some small fixes for
5789 compatibility with XEmacs.
5790
5791 1999-01-05 Stephen Eglen <stephen@gnu.org>
5792
5793 * mspools.el (mspools-vm-system-mail): Provide an alternative
5794 value based on rmail-spool-directory if $MAIL is not defined.
5795
5796 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5797
5798 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5799 (reftex-section-info): Handle negative section levels.
5800 (reftex-view-crossref-extra): New option.
5801 (reftex-view-crossref): Generalized to work in more places.
5802 (reftex-find-citation-regexp-format, reftex-find-reference-format,
5803 reftex-macros-with-labels, reftex-global-search-marker): New variables.
5804 (reftex-view-cite-locations-from-bibtex): New command.
5805 (reftex-view-regexp-match, reftex-global-search,
5806 reftex-global-search-continue): New functions.
5807 (reftex-extract-bib-entries): No error for non-existing BibTeX
5808 file, just a message.
5809 (reftex-extract-bib-entries): Better error handling.
5810 (reftex-select-with-char): Use `*RefTeX Select*' for selection
5811 help and force it on current frame.
5812 (reftex-default-bibliography): New function.
5813 (reftex-access-parse-file): Check consistency after loading a
5814 parse file. When inconsistent, enfore rescan.
5815 (reftex-check-parse-consistency): New function.
5816 (easy-menu-define): Options section drastically shortened.
5817
5818 1999-01-05 Kenichi Handa <handa@etl.go.jp>
5819
5820 * language/thai-util.el (thai-compose-string): New function.
5821
5822 1999-01-04 Inge Frick <inge@nada.kth.se>
5823
5824 * easymenu.el (easy-menu-define): Doc fix.
5825 (easy-menu-create-menu): New keyword :included.
5826 (easy-menu-do-add-item): New keyword :included. SUFFIX may
5827 be an expression, not only a string. Simulate style `button'.
5828 Use easy-menu-define-key-intern instead of easy-menu-define-key.
5829 (easy-menu-define-key-intern): New function.
5830 (easy-menu-add-item): Understand value returned from
5831 easy-menu-item-present-p and easy-menu-remove-item.
5832 (easy-menu-return-item): New function.
5833 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
5834
5835 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
5836
5837 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
5838 Use rmail-output-read-rmail-file-name to read the file name.
5839 Always call rmail-output-to-rmail-file noninteractively.
5840 When count > 1, do the loop here.
5841 Handle rmail-delete-after-output here.
5842 (rmail-summary-output): Similar changes.
5843
5844 * mail/rmailout.el: Provide `rmailout'.
5845 (rmail-output-read-rmail-file-name): New function.
5846 (rmail-output-to-rmail-file): Use that.
5847 (rmail-output-read-file-name): New function.
5848 (rmail-output): Use that.
5849
5850 * files.el (find-file-noselect): Let /: suppress wildcard matching.
5851 Error if wildcard matches no files.
5852
5853 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5854
5855 * menu-bar.el (clipboard-yank): Doc fix.
5856
5857 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
5858
5859 1998-12-31 Markus Rost <rost@delysid.gnu.org>
5860
5861 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
5862
5863 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
5864
5865 * rmail.el (rmail-encode-string): Make sure mask value is
5866 positive; (emacs-pid) returns a negative number on Windows 9x
5867 which causes odd behaviour.
5868
5869 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
5870
5871 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
5872 and about w32-* variables unless on Windows/NT.
5873
5874 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
5875
5876 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
5877 if buffer is modified; ask about all modified buffers.
5878
5879 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5880
5881 * simple.el (what-cursor-position): Fix previous change.
5882
5883 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
5884
5885 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
5886 from paragraph-start.
5887
5888 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
5889
5890 * international/mule-cmds.el (prefer-coding-system): If the
5891 argument requires specific EOL conversion type, make the default
5892 coding systems use that.
5893
5894 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
5895
5896 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
5897 Use shell-command-on-region.
5898 (m4-start-m4, m4-end-m4): Functions deleted.
5899
5900 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
5901
5902 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
5903
5904 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5905
5906 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
5907 to compose-mail in the correct places and as a list.
5908
5909 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
5910
5911 * page-ext.el: Added mouse-selection feature for pages directory buffer.
5912 (pages-directory-map): Bind mouse-2
5913 (pages-copy-header-and-position): Put text property.
5914 (pages-directory-goto-with-mouse): New function.
5915
5916 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
5917
5918 * international/codepage.el (cp-make-coding-systems-for-codepage):
5919 Doc fix.
5920 (cp-coding-system-for-codepage-1): Likewise.
5921
5922 1998-12-29 Kenichi Handa <handa@etl.go.jp>
5923
5924 * language/thai-util.el (thai-post-read-conversion): Handle Thai
5925 composition sequence correctly here instead of calling
5926 thai-compose-region.
5927
5928 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
5929 newline in multibyte buffer, if previous or next character is a
5930 composite char, check the first component of the composite char.
5931
5932 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
5933
5934 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
5935 and track-mouse.
5936
5937 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5938
5939 * mail/sendmail.el (mail-yank-original): Remove text properties
5940 after insertion.
5941 (mail-yank-region): Barf if no mark is set in the message
5942 being replied to.
5943
5944 * help.el (function-called-at-point): First look for function at point.
5945
5946 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
5947
5948 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
5949
5950 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5951
5952 * simple.el (what-cursor-position): Print character encoding also.
5953
5954 1998-12-26 Dave Love <fx@gnu.org>
5955
5956 * textmodes/flyspell.el: If local-maps work, don't put
5957 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
5958 in flyspell-mouse-map (only).
5959 (flyspell-use-local-map): New variable.
5960 Use a different mouse-2 binding in that case,
5961 and don't add to minor-mode-map-alist.
5962 (make-flyspell-overlay, flyspell-correct-word):
5963 Test flyspell-use-local-map.
5964
5965 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5966
5967 * files.el (file-expand-wildcards): Handle wildcards in directory name.
5968 Be careful about whether to return a relative file name,
5969 and if so, relative to what directory.
5970
5971 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
5972
5973 * emacs-lisp/easymenu.el (easy-menu-get-map):
5974 Change global map only if this menu exists in the global map already,
5975 and not in the local map.
5976 (easy-menu-do-add-item): Fix error message.
5977
5978 * foldout.el (foldout-inhibit-key-bindings):
5979 Avoid concatenating onto outline-minor-mode-prefix.
5980 Make a new keymap for that prefix, if it does not already have one.
5981
5982 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
5983
5984 * cperl-mode.el:
5985 Can use linear algorithm for indentation if Emacs supports it.
5986 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
5987 (cperl-after-block-p): Likewise.
5988 (cperl-after-block-and-statement-beg): Likewise.
5989 (cperl-after-block-p): After END/BEGIN we are a block.
5990 (cperl-after-expr-p): Skip labels when checking
5991 (cperl-indent-region): Make a marker for END - text added/removed.
5992 Disable hooks during the call (how to call them later?).
5993 Now indents 820-line-long function in 6.5 sec (including
5994 syntaxification) the first time (when buffer has few
5995 properties), 7.1 sec the second time.
5996 (cperl-indent-region): Do not indent whitespace lines
5997 (cperl-style-alist)
5998 Include `cperl-merge-trailing-else' where the value is clear.
5999 (cperl-styles-entries): Likewise.
6000 (cperl-problems): Improvements to docs.
6001 (cperl-tips): Likewise.
6002 (cperl-non-problems): Likewise.
6003 (cperl-mode): Make lazy syntaxification possible.
6004 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6005 `font-lock-unfontify-region-function' was set to a wrong function.
6006
6007 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6008 restart syntaxification. Changed so that -d ?foo? is a RE. Do
6009 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6010 but 1<<6 was considered as HERE-doc.
6011 <file/glob> made into a string.
6012 Postpone addition of faces after syntactic step.
6013 Recognition of <FH> was wrong.
6014 Highlight `gem' in s///gem as a keyword. `qr' recognized.
6015 Knows that split// is null-RE.
6016 Highlights separators in 3-parts expressions as labels.
6017 <> was considered as a glob.
6018 Would err if the last line is `=head1'.
6019 $a-1 ? foo : bar; was a considered a regexp.
6020 `<< (' was considered a start of HERE-doc.
6021 mark qq[]-etc sections as syntax-type=string
6022 Was not processing sub protos after a comment ine.
6023 Was treating $a++ <= 5 as a glob.
6024 Tolerate unfinished REx at end-of-buffer.
6025 `unwind-protect' was left commented.
6026 / and ? after : start a REx.
6027
6028 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6029 Better default, customizes to `message' too, off in text-mode.
6030
6031 (cperl-array-face): Renamed from `font-lock-emphasized-face',
6032 `defface'd.
6033 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6034 `defface'd.
6035 (cperl-emacs-can-parse): New state variable.
6036 (cperl-indent-line): Corrected to use global state.
6037 (cperl-calculate-indent): Likewise.
6038 (cperl-fix-line-spacing): Likewise (not used yet).
6039 (cperl-calculate-indent): Did not consider `,' as
6040 continuation mark for statements.
6041 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6042 Remove another parse-data optimization at toplevel: would
6043 indent correctly.
6044 Correct for labels when calculating indentation of continuations.
6045 Docstring updated.
6046 (cperl-choose-color): Converted to a function (to be
6047 compilable in text-mode).
6048 (cperl-dark-background): Disable without window-system.
6049 Do `defface' only if window-system.
6050 (cperl-fix-line-spacing): sped up to bail out early.
6051 (x-color-defined-p): was not compiling on XEmacs
6052 Was defmacro'ed with a tick. Remove another def.
6053 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6054 (cperl-unwind-to-safe): New function.
6055 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6056 (cperl-fontify-syntaxically): Unwinds start and end to go out of
6057 long strings (not very successful).
6058 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
6059 Highlight the starting // in s//foo/ as function-name.
6060 Emit a meaningful error instead of a cryptic one for an
6061 uncomplete REx near end-of-buffer.
6062
6063 (cperl-electric-keyword): `qr' recognized.
6064 (cperl-electric-else): Likewise
6065 (cperl-to-comment-or-eol): Likewise
6066 (cperl-make-regexp-x): Likewise
6067 (cperl-init-faces): Likewise, and `lock' (as overridable?).
6068 Corrected to use new macros;
6069 `if' for copying `reference-face' to `constant-face' was backward.
6070 remove init `font-lock-other-emphasized-face',
6071 `font-lock-emphasized-face', `font-lock-keyword-face'.
6072 Interpolate `cperl-invalid-face'.
6073 (cperl-make-regexp-x): Misprint in a message.
6074 (cperl-syntaxify-unwind): New configuration variable
6075 (cperl-fontify-m-as-s): New configuration variable
6076 (cperl-electric-pod): check for after-expr was performed
6077 inside of POD too.
6078 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6079 (cperl-clobber-mode-lists): New configuration variable.
6080 (cperl-not-bad-style-regexp): Updated.
6081 Init: `cperl-is-face' was busted.
6082 (cperl-make-face): New macros.
6083 (cperl-force-face): New macros.
6084 (font-lock-other-type-face): Done via `defface' too.
6085 (cperl-nonoverridable-face): New face. Renamed from
6086 `font-lock-other-type-face'.
6087 (cperl-init-faces-weak): use `cperl-force-face'.
6088 (cperl-comment-indent): Commenting __END__ was not working.
6089 (cperl-indent-for-comment): Likewise.
6090 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
6091 When removing old TAGS info was not relativizing filename.
6092 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6093 Another try to work around XEmacs problems. Better progress messages.
6094 (toplevel): require custom unprotected => failure on 19.28.
6095 (cperl-xemacs-p): defined when compile too
6096 (cperl-find-tags): Was writing line/pos in a wrong order,
6097 pos off by 1 and not at beg-of-line.
6098 (cperl-etags-snarf-tag): New macro
6099 (cperl-etags-goto-tag-location): New macro
6100 (cperl-version): New variable. New menu entry
6101 random docstrings: References to "future" 20.3 removed.
6102 Menu was described as `CPerl' instead of `Perl'
6103 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6104 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6105 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
6106 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6107 `font-lock-reference-face', `font-lock-keyword-face'.
6108 Use `eval-after-load'.
6109 Remove not-CPerl-related faces.
6110 (cperl-tips-faces): New variable and an entry into Mini-docs.
6111 (cperl-indent-exp): Was not processing else-blocks.
6112 (cperl-get-state): NOP line removed.
6113 (cperl-ps-print): New function and menu entry.
6114 (cperl-ps-print-face-properties): New configuration variable.
6115 (cperl-invalid-face): New configuration variable.
6116 (perl-font-lock-keywords): Highlight trailing whitespace
6117 (cperl-contract-levels): Documentation corrected.
6118 (cperl-contract-level): Likewise.
6119 (cperl-ps-extend-face-list): New macro.
6120 (cperl-invalid-face): Change to ''underline.
6121
6122 1998-12-25 Markus Rost <rost@delysid.gnu.org>
6123
6124 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6125 for read-file-name.
6126 (rmail-output-to-rmail-file): Likewise.
6127
6128 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
6129
6130 * emacs-lisp/easymenu.el (easy-menu-get-map):
6131 If MENU is nil, use global menu-bar map.
6132 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6133 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6134
6135 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6136
6137 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6138
6139 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6140
6141 * ps-print.el (ps-print-version): New version number (4.1.3).
6142
6143 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
6144
6145 * international/mule-cmds.el: Use make-sparse-keymap instead of
6146 define-prefix-key when defining MULE menu items.
6147
6148 * info.el (Info-node-at-bob-matching): New function.
6149 (Info-find-node, Info-build-node-completions): Call it.
6150
6151 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
6152
6153 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6154 when this is an autoloaded keymap.
6155
6156 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
6157
6158 * international/codepage.el (cp-coding-system-for-codepage-1):
6159 Create separate encoders and decoders, for DOS and Unix. Make the
6160 usual family of 3 coding systems, so that automatic detection of
6161 EOL type works.
6162 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6163 Unix-specific symbols here, and don't call
6164 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
6165 Handa <handa@etl.go.jp>.)
6166
6167 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6168
6169 * term/internal.el (IT-character-translations): New variable, an
6170 alist used to display characters for which there's no glyphs in
6171 the current codepage.
6172 (IT-display-table-setup): New function, sets up the DOS terminal
6173 for a given codepage.
6174 (dos-codepage-setup): New function, sets up the MULE environment
6175 for the current value of dos-codepage.
6176 (top-level if): In the multibyte mode, turn on
6177 unibyte-display-via-language-environment. In the unibyte mode,
6178 set up the special syntax tables to map lower- to upper case and
6179 back.
6180
6181 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
6182
6183 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6184 (speedbar-frame-plist) Remove useless comments.
6185 (speedbar-frame-mode) Do not specify height if it is in the param list.
6186 Use default y position w/out changing it.
6187 If default x position is a list, keep, calculate the non-list X
6188 value when devining an initial position.
6189 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6190 (speedbar-tag-group-name-minimum-length): New variable.
6191 (speedbar-frame-parameter): New compatibility function.
6192 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6193 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6194 groups to keep things in the right order, and to help with some
6195 naming conventions.
6196 (speedbar-create-tag-hierarchy): Enable buffer local version of
6197 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6198 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
6199 the case, derive it from the cursor location in speedbar.
6200
6201 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
6202
6203 * international/mule-cmds.el (set-language-environment): On MS-DOS
6204 terminals, install DOS-specific nonascii-translation-table if the
6205 language info doesn't specify one. Pass the default eol-type to
6206 set-language-environment-coding-systems.
6207 (set-default-coding-systems): Copy the eol-type property for the
6208 new default values of {buffer-file,process}-coding-system from the
6209 old defaults.
6210 (set-language-environment-coding-systems): Accept an optional
6211 argument EOL-TYPE, and set the eol-type property of the default
6212 coding systems accordingly.
6213 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6214 (set-keyboard-coding-system): Likewise.
6215 (set-default-coding-systems): Don't set
6216 default-terminal-coding-system on MS-DOS to anything but nil.
6217 (prefer-coding-system): Describe in the doc string that
6218 default-terminal-coding-system is not changed on MS-DOS.
6219 (set-language-environment): For MS-DOS, set standard syntax table
6220 and display table for all characters with code above 127.
6221 (standard-display-european-internal): For MS-DOS, pass all
6222 characters with code above 127 directly to the terminal, and don't
6223 remap characters 160 and 146 in the unibyte case.
6224
6225 * international/codepage.el: New file.
6226
6227 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6228
6229 * diary-lib.el (diary-float): Fix end-of-year error and typos in
6230 comments.
6231
6232 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6233
6234 * map-ynp.el (map-y-or-n-p): Ignore input methods.
6235
6236 * subr.el (read-passwd): Likewise.
6237
6238 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
6239
6240 * info.el (Info-find-node): Add 1 to the position read from the
6241 tag table. Don't fail if the node delimiter ^_ is the first
6242 character in the file.
6243 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6244 first character in the file.
6245 (Info-read-subfile): Likewise.
6246 (Info-select-node): Likewise.
6247 (Info-build-node-completions): Likewise.
6248
6249 1998-12-16 Richard Stallman <rms@gnu.org>
6250
6251 * term/x-win.el (x-cut-buffer-or-selection-value):
6252 If clipboard is enabled, try it before PRIMARY selection.
6253
6254 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6255
6256 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6257 insert c-cedilla and C-cedilla respectively, like in latin-1.
6258
6259 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
6260
6261 * language/hebrew.el: Don't use sublists in the flags argument
6262 passed to make-coding-system.
6263
6264 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6265
6266 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6267 list of character sets found by find-charset-region.
6268
6269 * ps-mule.el: Always require ps-print. Move some function
6270 definitions for Emacs 20.2 and the earlier to ps-print.el.
6271 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6272
6273 * ps-print.el: Define several functions for Emacs 20.2 and the
6274 earlier version.
6275 (ps-printer-name): Check if printer-name is bound.
6276
6277 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6278
6279 * ps-mule.el: Programming uniformization and little code improvement.
6280 (ps-mule-prepare-font): Programming uniformization.
6281 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6282 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6283
6284 * ps-bdf.el: Programming uniformization and little code improvement.
6285 (bdf-search-and-read): New fun.
6286 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6287 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6288 (bdf-info-relative-compose, bdf-info-baseline-offset)
6289 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6290 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6291 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6292 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6293 improvement.
6294
6295 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6296
6297 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6298 and mule related code extraction. Autoload ps-mule funs.
6299
6300 * ps-mule.el: Doc fix. Require ps-print only when compiled.
6301 (ps-mule-prologue-generated): New fun.
6302 (ps-mule-plot-string): Add autoload cookie.
6303 (ps-mule-begin-job): Call ps-mule-prologue-generated.
6304
6305 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6306
6307 * ps-bdf.el: Require ps-mule instead of ps-print.
6308 (bdf-directory-list): Add autoload cookie.
6309
6310 * ps-mule.el: New file. Mule related code extracted from
6311 ps-print.el. Require ps-print, provide ps-mule.
6312 (ps-multibyte-buffer): Add autoload cookie.
6313 (ps-mule-prepare-ascii-font): New fun.
6314 (ps-mule-set-ascii-font): New fun.
6315 (ps-mule-skip-same-charset): Fun deleted.
6316 (ps-mule-plot-string): Set ps-mule-current-charset.
6317 (ps-mule-initialize): Add autload cookie. Don't set
6318 ps-mule-font-info-database here.
6319 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
6320 ps-mule-font-info-database and ps-control-or-escape-regexp.
6321 (ps-mule-begin-page): New fun.
6322
6323 * ps-print.el: Mule related code moved to ps-mule.el.
6324 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6325 check ps-mule-charset-list.
6326 (ps-begin-page): Don't set ps-mule-current-charset, instead call
6327 ps-mule-begin-page.
6328 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6329 (ps-plot-region): Don't set ps-mule-current-charset, instead call
6330 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
6331 instead skip same charsets by itself.
6332 (ps-generate): Call ps-mule-initialize of needs-begin-file is
6333 non-nil. Call ps-mule-begin-job.
6334
6335 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6336
6337 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
6338 instead of bdf.
6339
6340 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6341 (ps-mule-external-libraries): New element FEATURE.
6342 (ps-mule-init-external-library): Ajusted for the above change.
6343 (ps-mule-generate-font): Likewise.
6344 (ps-mule-generate-glyphs): Likewise.
6345 (ps-mule-prepare-font): Likewise.
6346 (ps-mule-initialize): Likewise.
6347 (ps-begin-file): Superfluous tailing parenthesis deleted.
6348
6349 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6350
6351 * international/fontset.el (x-decompose-font-name): If PATTERN
6352 doesn't have any wild cards, return a vector made from a name that
6353 is found by x-resolve-font-name found. Comments added.
6354
6355 * international/mule-cmds.el (find-coding-systems-for-charsets):
6356 Handle the case of unknown charset.
6357 (find-multibyte-characters): If invalid multibyte characters are
6358 found, return the corresponding strings instead of character
6359 codes.
6360 (find-multibyte-characters): Adjusted for the above change.
6361 (select-safe-coding-system): For a unibyte buffer, always returns
6362 DEFAULT-CODING-SYSTEM.
6363 (get-charset-property): Fix previous change. Make it a function.
6364 (put-charset-property): Make it a function.
6365
6366 * international/mule.el (make-coding-system): Set mime-charset
6367 property of *-with-esc coding system to nil.
6368
6369 * international/quail.el (quail-point-in-conversion-region): New
6370 function.
6371 (quail-conversion-backward-delete-char): When a key sequence is
6372 being translated, call quail-delete-last-char.
6373
6374 * language/devan-util.el
6375 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6376 handle devanagari-decomposition-rules.
6377
6378 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
6379
6380 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6381 tex-start-options-string to empty string.
6382 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6383
6384 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
6385
6386 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6387 5xx responses are already handled properly).
6388
6389 1998-12-13 Richard Stallman <rms@gnu.org>
6390
6391 * progmodes/compile.el (compilation-error-regexp-alist): Insist
6392 on a non-digit in the file name.
6393
6394 * simple.el (comment-region): Handle comment-padding
6395 separately for insertion and for deletion, in the right way for each.
6396
6397 1998-12-13 Felix Lee <flee@cygnus.com>
6398
6399 * progmodes/compile.el (compilation-error-regexp-alist): Fix
6400 regexp to match "ChangeLog:1:1998-12-09 ..."
6401
6402 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
6403
6404 * cus-start.el (dos-unsupported-char-glyph): Add.
6405
6406 1998-12-11 Dave Love <fx@gnu.org>
6407
6408 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6409 forward-sexp in condition-case.
6410
6411 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6412 Remove unnecessary test on `library' for explicit file name.
6413 Widen scope of save-match-data.
6414
6415 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
6416
6417 * international/mule.el (load-with-code-conversion): If the loaded
6418 file was inserted with no-conversion or raw-text coding system,
6419 make the buffer unibyte.
6420
6421 1998-12-09 Richard Stallman <rms@gnu.org>
6422
6423 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6424 Get rid of nested loops.
6425
6426 * mouse.el (mouse-drag-vertical-line):
6427 If WHICH-SIDE is not `right', then scroll bars are on the left.
6428
6429 * loadhist.el (load-history-loaded): defvar moved to help.el.
6430
6431 * help.el (symbol-file-load-history-loaded): Variable renamed,
6432 and defvar moved from loadhist.el.
6433 (symbol-file): Renamed from describe-function-find-file.
6434 Load fns-VERSION.el here.
6435 (describe-variable, describe-function-1): Use symbol-file.
6436
6437 * textmodes/tex-mode.el (tex-generate-zap-file-name):
6438 Don't start the name with #.
6439
6440 * ispell.el: Take out the eval-when's.
6441
6442 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
6443
6444 * dirtrack.el (dirtrack-directory-change-hook): New hook.
6445 (dirtrack): Run it. Make debug message more verbose.
6446
6447 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
6448
6449 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6450 name of the abbrev table, and provide support for XEmacs.
6451 (octave-xemacs-p): New variable.
6452
6453 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6454
6455 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6456 exit, when mail-interactive is nil.
6457
6458 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
6459
6460 * files.el (after-find-file): Message fix.
6461
6462 1998-12-09 Ken Stevens <stevens@kdstevens.com>
6463
6464 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6465
6466 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
6467
6468 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6469 filenames using backslashes.
6470
6471 1998-12-09 Dave Love <fx@gnu.org>
6472
6473 * browse-url.el (browse-url-mail): Call compose-mail-other-window
6474 with correct number of args.
6475 (browse-url-maybe-new-window): New arg. Callers changed.
6476
6477 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6478 comment.
6479
6480 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
6481
6482 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6483
6484 1998-12-08 Markus Rost <rost@delysid.gnu.org>
6485
6486 * vc.el (vc-rcs-release): Fix Type.
6487 (vc-sccs-release): Fix Type.
6488 (vc-cvs-release): Fix Type.
6489
6490 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6491 arg work right.
6492
6493 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6494 output of last undeleted message.
6495
6496 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
6497
6498 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6499 (buffer-undo-list) [windows-nt]: Use different relative path.
6500
6501 1998-12-07 Simon Marshall <simon@gnu.org>
6502
6503 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6504
6505 1998-12-05 Markus Rost <rost@delysid.gnu.org>
6506
6507 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6508
6509 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6510
6511 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6512
6513 * info.el (Info-menu): Don't return error if point is between menu
6514 header and first menu item.
6515
6516 1998-12-04 Dave Love <fx@gnu.org>
6517
6518 * help.el (describe-function-1): Fix description for alias.
6519
6520 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
6521
6522 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6523 specifications from summary line.
6524
6525 * rect.el (delete-whitespace-rectangle): Mark for autoload.
6526 (close-rectangle): Define alias only once in loaddefs.el.
6527
6528 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
6529
6530 * term/internal.el: Remove code which sets up a special syntax
6531 table for non-ASCII characters.
6532
6533 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
6534
6535 * dos-w32.el (direct-print-region-function): Try to ensure that
6536 printer-name is expanded to a file name on a local drive;
6537 sometimes printing a file loaded from a network volume fails.
6538 (direct-print-region-function): Add a function to
6539 write-region-annotate-functions to append a formfeed character to
6540 the region being printed, if the region doesn't end with a
6541 formfeed already. This avoids creating a second print job
6542 containing a blank page when print spooling is enabled on Windows.
6543
6544 1998-12-02 Dave Love <fx@gnu.org>
6545
6546 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6547 `Info-goto-node'.
6548
6549 1998-12-02 Richard Stallman <rms@gnu.org>
6550
6551 * help.el (temp-buffer-resize-mode): Doc fix.
6552
6553 * cus-edit.el (custom-save-delete): Save point before
6554 reading a sexp, rather than backing up.
6555
6556 * international/iso-transl.el: Fix previous change.
6557
6558 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6559
6560 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6561 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6562 Added defvars to suppress compilation warnings.
6563
6564 1998-11-30 Ken Stevens <k.stevens@ieee.org>
6565
6566 * ispell.el: Improved and fixed customize for variables:
6567 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6568 ispell-dictionary-alist, ispell-skip-sgml.
6569 Improved and fixed comments in variables and messages for
6570 functions: ispell-help-in-bufferp, ispell-local-dictionary,
6571 ispell-menu-map, ispell-checking-message, ispell-parser,
6572 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6573 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6574 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6575 ispell-message-text-end, ispell-add-per-file-word-list.
6576 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6577 system is now required for all languages. Casechars improved for
6578 castellano, castellano8, and norsk dictionaries. Dictionary
6579 norsk7-tex added. Dictionary polish added.
6580 (ispell-dictionary-alist): Redefined at load-time to support
6581 dictionary changes.
6582 (ispell-menu-map): Redefined at load-time to support menu changes.
6583 (ispell-check-version): New alias for `check-ispell-version'.
6584 (ispell-parse-output): Fixed matching for ispell error messages.
6585 Correctly returns spelling suggestions in order generated by ispell
6586 process.
6587 (check-ispell-version): Ensure `case-fold-search' doesn't get
6588 redefined.
6589 (ispell-complete-word): Ensure `case-fold-search' doesn't get
6590 redefined. Fix bug that didn't respect case of word being completed.
6591 (ispell-init-process): Set process coding system to be compatible
6592 with emacs processes and the ispell process.
6593 (ispell-kill-ispell): Ensures ispell process has terminated before
6594 starting new process. This can otherwise confuse process filters
6595 and hang the ispell process.
6596 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6597 skipping support for sgml.
6598 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
6599 which could cause `ispell-complete-word' to hang.
6600 (ispell-message): Improved message reference matching. Ensure
6601 `case-fold-search' doesn't get redefined.
6602 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6603 get redefined. Fixed bug in returning to nroff mode from tex mode.
6604 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6605 get redefined.
6606
6607 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6608
6609 * textmodes/flyspell.el (flyspell-check-word-p):
6610 Don't delay inside a kbd macro.
6611
6612 * subr.el (make-local-hook): Return the hook variable.
6613
6614 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6615
6616 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6617 Use a timer instead of post-command-hook.
6618 (hscroll-timer): New variable.
6619
6620 1998-11-30 Dave Love <fx@gnu.org>
6621
6622 * help.el (help-xref-button): Do nothing if text already has the
6623 help-xref property.
6624 (describe-variable): Revert previous change to hyperlink to source.
6625
6626 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6627
6628 * bindings.el (features): Add `base64' to this list.
6629
6630 * loadhist.el (symbol-file): Doc fix.
6631
6632 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6633
6634 * files.el (hack-one-local-variable): Cope with non-file buffers.
6635
6636 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6637
6638 * help.el (describe-mode): Put major mode first.
6639
6640 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6641 to support special-display and same-window features.
6642
6643 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6644
6645 * simple.el (transpose-subr, transpose-subr-1): Rename variables
6646 bound in one function and used in the other.
6647 (transpose-subr-start1, transpose-subr-start2): Add defvars.
6648 (transpose-subr-end1, transpose-subr-end2): Add defvars.
6649
6650 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6651
6652 * autoinsert.el (auto-insert-alist): Use user-mail-address.
6653
6654 1998-11-26 Kenichi Handa <handa@etl.go.jp>
6655
6656 * international/ccl.el (ccl-dump-translate-character-const-tbl):
6657 Give format correct control string.
6658
6659 * international/mule.el (define-translation-table): Fix bug of
6660 setting incorrect translation-table-id. If the first element of
6661 ARGS is a translation table, just register it.
6662
6663 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6664 property.
6665
6666 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
6667
6668 * thingatpt.el (thing-at-point-url-at-point): Don't use current
6669 syntax table to determine what is whitespace.
6670
6671 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
6672
6673 * frame.el (frame-parameter): Doc fix.
6674
6675 * textmodes/tex-mode.el (tex-feed-input): New function.
6676 (tex-define-common-keys): Add binding for C-c C-m.
6677
6678 1998-11-23 Dave Love <fx@gnu.org>
6679
6680 * progmodes/fortran.el: Various minor doc fixes.
6681 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6682 (fortran-with-subprogram-narrowing): New macro.
6683 (fortran-check-for-matching-do): Use it.
6684 (fortran-end-do): Use fortran-check-end-prog-re.
6685 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6686 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6687
6688 1998-11-23 Simon Marshall <simon@gnu.org>
6689
6690 * font-lock.el (font-lock-defaults): Doc fix.
6691 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6692 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6693
6694 * lazy-lock.el (lazy-lock-unstall):
6695 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6696
6697 * fast-lock.el (fast-lock-save-cache-1):
6698 (fast-lock-cache-data): Rewritten to use with-temp-message.
6699
6700 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
6701
6702 * mail/rmail.el (rmail-set-message-counters-counter): Detect
6703 messages that have been added with DOS line endings and convert
6704 the line endings for such messages.
6705
6706 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6707
6708 * help.el: Add resizing of temporary buffers.
6709 (temp-buffer-resize-mode): New command and variable.
6710 (temp-buffer-max-height): New variable.
6711 (resize-temp-buffer-window): New function.
6712
6713 * window.el (window-buffer-height): New function, split from
6714 shrink-window-if-larger-than-buffer.
6715 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6716
6717 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
6718
6719 * frame.el (initial-frame-alist): Add defcustom.
6720
6721 * shell.el (shell-prompt-pattern): Add defcustom.
6722
6723 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6724
6725 * message.el (message-ignored-supersedes-headers): Remove
6726 NNTP-Posting-Date.
6727
6728 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
6729
6730 * help.el (describe-mode): Don't avoid loop indirecting thru
6731 value of INDICATOR.
6732
6733 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
6734
6735 * help.el (describe-variable): Allow any variable with a defcustom,
6736 even if it is not a user variable.
6737
6738 * mail/rmail.el (mail-unsent-separator): Additional alternative.
6739
6740 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
6741
6742 * gnus/nntp.el (nntp-request-group): Allow for failures when
6743 requesting a new group.
6744
6745 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6746
6747 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6748
6749 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6750
6751 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6752
6753 1998-11-19 Simon Marshall <simon@gnu.org>
6754
6755 * subr.el (with-temp-message): New macro.
6756
6757 * emacs-lisp/lisp-mode.el (with-temp-message):
6758 Add lisp-indent-function property.
6759
6760 1998-11-18 Dave Love <fx@gnu.org>
6761
6762 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6763
6764 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
6765
6766 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6767 This is not obsolete.
6768
6769 1998-11-18 Kenichi Handa <handa@etl.go.jp>
6770
6771 * textmodes/picture.el: Make a new map by make-keymap.
6772 (picture-desired-column): New variable.
6773 (picture-update-desired-column): New function.
6774 (picture-beginning-of-line): Set picture-desired-column to 0.
6775 (picture-end-of-line): Set picture-desired-column to the current
6776 column.
6777 (picture-forward-column): Pay attention to multi-column character.
6778 (picture-backward-column): Likewise.
6779 (picture-move-down): Likewise.
6780 (picture-move-up): Likewise.
6781 (picture-movement-nw): With prefix arg, move twice columns.
6782 (picture-movement-ne): Likewise.
6783 (picture-movement-sw): Likewise.
6784 (picture-movement-se): Likewise.
6785 (picture-set-motion): Handle two-column movements.
6786 (picture-move): Call picture-move-down or picture-forward-column
6787 only when necessary.
6788 (picture-insert): Pay attention to picture-desired-column.
6789 (picture-self-insert): Likewise.
6790 (picture-clear-column): Pay attention to multi-column character.
6791 (picture-mode): Modify doc-string for two-column movement.
6792
6793 * rect.el (move-to-column-force): New function.
6794 (operate-on-rectangle): If coerce-tabs is non-nil, call
6795 move-to-column-force instead of move-to-column.
6796 (insert-rectangle): Call move-to-column-force instead of
6797 move-to-column.
6798 (open-rectangle-line): If begextra is not zero, call
6799 move-to-column-force.
6800
6801
6802 1998-11-16 Dave Love <fx@gnu.org>
6803
6804 * textmodes/sgml-mode.el Require skeleton when compiling.
6805 (sgml-font-lock-keywords-1): Accept single-letter tags.
6806 (v2): Defvar free variable.
6807
6808 1998-11-16 Sam Steingold <sds@goems.com>
6809
6810 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6811 macro, not ELisp one.
6812
6813 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6814
6815 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6816 characters to symbol.
6817
6818 * language/japan-util.el (japanese-zenkaku-region): New optional
6819 arg KATAKANA-ONLY.
6820
6821 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6822
6823 * international/mule.el
6824 (after-insert-file-set-buffer-file-coding-system): If the buffer
6825 is changed to unibyte, return inserted bytes.
6826
6827 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6828 and link names if necessary.
6829 (tar-header-block-summarize): Handle the case that file or link
6830 names are multibyte.
6831 (tar-summarize-buffer): At first set the current buffer unibyte,
6832 then if there are multibyte file names, change it to multibyte.
6833 (tar-mode): Get char position from tar-header-offset.
6834 (tar-extract): Avoid multibyte<->unibyte conversion in
6835 insert-buffer-subsring by setting both buffers unibyte
6836 temporarily.
6837 (tar-copy): Set the buffer unibyte while doing a work. Write
6838 without code conversion.
6839 (tar-expunge): Set the buffer unibyte while doing a work.
6840 (tar-alter-one-field): Likewise.
6841 (tar-clear-modification-flags): Compare byte position with
6842 tar-header-offset.
6843 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
6844 insert-buffer-subsring by setting both buffers unibyte
6845 temporarily. Pay attention to multibyteness while updating the
6846 descriptor-line.
6847 (tar-mode-write-file): Write without code conversion.
6848
6849 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6850
6851 * nngateway.el: Require cl.
6852
6853 1998-11-15 Dave Love <fx@gnu.org>
6854
6855 * progmodes/fortran.el: Fix previous change:
6856 (fortran-end-prog-re1): Changed.
6857 (fortran-check-end-prog-re): New function.
6858 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
6859
6860 1998-11-13 Tom Breton <tob@world.std.com>
6861
6862 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
6863 GNU Emacs.
6864
6865 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
6866
6867 * textmodes/reftex.el: (reftex-finding-files): Group documentation
6868 fixed.
6869 (reftex-toc-toggle-file-boundary,
6870 reftex-toc-toggle-labels,
6871 reftex-toc-toggle-context,reftex-find-start-point): New functions.
6872 (reftex-toc-include-labels, reftex-toc-include-context,
6873 reftex-toc-include-file-boundaries,
6874 reftex-toc-keep-other-windows): New options.
6875 (reftex-use-text-after-label-as-context): Option removed.
6876 (reftex-extract-bib-entries): Protect use in non-latex
6877 buffers.
6878 (reftex-toc-visit-location): Renamed from
6879 `reftex-toc-visit-line'.
6880 (reftex-latin1-to-ascii): Works now with and without Mule.
6881 (reftex-truncate): Removed special stuff for Emacs 20.2.
6882 (reftex-get-offset): Made more general.
6883 (reftex-show-label-location): Renamed from
6884 `reftex-select-label-callback'.
6885 (reftex-pop-to-label): Function removed (using
6886 `reftex-show-label-location' instead.
6887 (reftex-insert-docstruct): Renamed from
6888 `reftex-make-and-insert-label-list'. Function args changed.
6889 (reftex-toc): Now uses `reftex-insert-docstruct' and
6890 `reftex-find-start-point'.
6891 (reftex-select-item): Use `reftex-find-start-point'.
6892 (reftex-toc-visit-line): Can display labels and file
6893 boundaries.
6894 (reftex-TeX-master-file): `(TeX-master-file)' protected.
6895
6896 1998-11-12 Sam Steingold <sds@goems.com>
6897
6898 * browse-url.el (browse-url): Handle the case when
6899 `browse-url-browser-function' is a lambda list.
6900
6901 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
6902
6903 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
6904 version string.
6905 * loadhist.el (symbol-file): Likewise
6906
6907 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
6908
6909 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
6910
6911 1998-11-11 Sam Steingold <sds@goems.com>
6912
6913 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
6914 `run-lisp' instead of signalling an error.
6915
6916 1998-11-11 Karl Heuer <kwzh@gnu.org>
6917
6918 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
6919
6920 1998-11-11 Richard Stallman <rms@gnu.org>
6921
6922 * vc-hooks.el (vc-toggle-read-only): Doc fix.
6923
6924 1998-11-11 Per Starback <starback@update.uu.se>
6925
6926 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
6927 renamed svenska8 to svenska, and fixed and extended CASECHARS
6928 for it.
6929
6930 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
6931
6932 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
6933 handling if setpagedevice is not available.
6934 (ps-begin-file): Fix typo.
6935
6936 1998-11-11 Kenichi Handa <handa@etl.go.jp>
6937
6938 * international/mule-util.el (compose-chars-component): Signal
6939 error if CH is a rule-based composition character.
6940 (compose-chars): Signal error if an already compsed character is
6941 going to be composed by rule-base.
6942
6943 * term/x-win.el: If a resolved ASCII font name doesn't conform to
6944 full XLFD, don't try to get information of WEIGHT and SLANT from
6945 that font name.
6946
6947 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
6948
6949 * dos-w32.el (set-default-process-coding-system): Use function on
6950 before-init-hook to set default-process-coding-system based on
6951 enable-multibyte-characters.
6952
6953 * term/w32-win.el ([language-change]): For now ignore
6954 keyboard language-change events.
6955
6956 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
6957
6958 * ediff-util.el (ediff-make-temp-file): Run the prefix through
6959 convert-standard-file-name, but leave the results of
6960 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
6961 characters if the original name already exists, or has a special
6962 handler.
6963
6964 1998-11-10 Karl Heuer <kwzh@gnu.org>
6965
6966 * international/iso-insert.el: Delete autoload cookies.
6967
6968 * international/iso-transl.el: Add autoload cookies.
6969
6970 1998-11-10 Richard Stallman <rms@gnu.org>
6971
6972 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
6973 (ispell-process-line): Don't treat multibyte
6974
6975 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
6976
6977 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
6978 setpagedevice to specify the page size if setpagedevice is
6979 available. This is necessary to select the correct paper tray on
6980 Level 2 printers with multiple paper sizes available.
6981
6982 (ps-begin-file): Cope with font names that contain spaces, and
6983 call BeginDoc in a BeginSetup/EndSetup block.
6984
6985 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
6986
6987 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
6988 convert-standard-filename.
6989
6990 * loadhist.el (symbol-file): Run fns-VERSION.el through
6991 convert-standard-filename.
6992
6993 1998-11-06 Richard Stallman <rms@gnu.org>
6994
6995 * textmodes/texinfmt.el (texinfo-format-scan):
6996 Detect the case of two @-commands in a row; process just the first.
6997 (texinfo-append-refill): If line has a @c, insert the @refill
6998 before it.
6999 (texinfo-format-refill): Return with point where the @refill was.
7000
7001 * files.el (hack-local-variables): Test local-enable-local-variables.
7002 (hack-local-variables-prop-line): Likewise.
7003 (set-auto-mode): Don't test local-enable-local-variables here.
7004 (enable-local-variables): Doc fix.
7005 (local-enable-local-variables): Doc fix.
7006 (normal-mode): Doc fix.
7007
7008 1998-11-06 Karl Heuer <kwzh@gnu.org>
7009
7010 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7011
7012 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
7013
7014 * simple.el (line-number-mode): Doc fix.
7015
7016 1998-11-06 Kenichi Handa <handa@etl.go.jp>
7017
7018 * international/fontset.el (create-fontset-from-fontset-spec):
7019 Give correct arg to `error'.
7020
7021 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
7022
7023 * textmodes/sgml-mode.el (html-mode): Doc fix.
7024 (sgml-name-8bit-mode): Fix missing format character in message string.
7025
7026 1998-11-05 Karl Heuer <kwzh@gnu.org>
7027
7028 * mail/sendmail.el (sendmail-send-it): Check for failure.
7029
7030 1998-11-05 Richard Stallman <rms@gnu.org>
7031
7032 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7033
7034 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7035 (close-rectangle): Define as alias.
7036
7037 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
7038
7039 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7040
7041 1998-11-05 Dave Love <fx@gnu.org>
7042
7043 * help.el (describe-variable): Don't quote link to source.
7044
7045 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
7046
7047 * gud.el (gud-common-init): Use pop-to-buffer.
7048 (same-window-regexps): Add an element that matches all gud buffers.
7049
7050 1998-11-04 Jason Rumney <jasonr@altavista.net>
7051
7052 * term/w32-win.el (x-get-selection-value): Alias to
7053 x-cut-buffer-or-selection-value.
7054 (w32-standard-fontset-spec): New variable.
7055 (w32-create-initial-fontsets, mouse-set-font): Check whether
7056 new-fontset is available.
7057 (w32-use-w32-font-dialog): Enable use of set-variable.
7058
7059 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7060
7061 * vc.el (with-vc-file, edit-vc-file): New macros.
7062
7063 1998-11-04 Kenichi Handa <handa@etl.go.jp>
7064
7065 * international/quail.el (quail-show-guidance-buf): Call
7066 set-minibuffer-window to set minibuffer window of the current
7067 frame correctly.
7068
7069 1998-11-03 Theodore Jump <tjump@tertius.com>
7070
7071 * term/w32-win.el: Require fontset.
7072
7073 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
7074
7075 * faces.el (set-face-font): Call resolve-fontset-name on w32.
7076 (set-face-font-auto): Ditto.
7077
7078 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7079
7080 * mouse.el (mouse-drag-region): Fix typo.
7081
7082 1998-11-02 Dave Love <fx@gnu.org>
7083
7084 * progmodes/fortran.el Fix for fontification of strings lost somehow:
7085 (fortran-fontify-string): New function.
7086 (fortran-font-lock-keywords-1): Use it.
7087
7088 1998-11-02 Markus Rost <rost@delysid.gnu.org>
7089
7090 * comint.el (comint-file-name-quote-list): Doc fix.
7091
7092 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7093
7094 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7095 build directory, not source directory.
7096
7097 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7098 if we did not get one for the final move.
7099
7100 1998-11-01 Dave Love <fx@gnu.org>
7101
7102 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7103 Don't funcall browse-url-browser-function.
7104
7105 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7106 Don't funcall browse-url-browser-function.
7107
7108 * fortran.el (fortran-end-prog-re1): Fix the regexp.
7109
7110 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7111
7112 * files.el (revert-buffer): Doc fix.
7113
7114 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7115
7116 * textmodes/tex-mode.el (tex-start-options-string):
7117 Quote the backslashes with more backslashes.
7118
7119 1998-10-31 Dave Love <fx@gnu.org>
7120
7121 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7122 (webjump): Don't funcall browse-url-browser-function.
7123
7124 1998-10-30 Kenichi Handa <handa@etl.go.jp>
7125
7126 * international/quail.el (quail-start-translation): Handle
7127 switching of the frame in read-key-sequence.
7128 (quail-start-conversion): Likewise.
7129 (quail-show-guidance-buf): Detach quail-guidance-buf from any
7130 windows before setting an appropriate window for it.
7131 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
7132 quail-guidance-win to nil.
7133 (quail-update-guidance): If quail-guidance-buf is not in the
7134 selected frame, call quail-show-guidance-buf again.
7135
7136 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
7137
7138 * progmodes/pascal.el (pascal-mode):
7139 `blink-matching-paren-dont-ignore-comments' set to t.
7140
7141 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7142
7143 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7144
7145 1998-10-30 Dave Love <fx@gnu.org>
7146
7147 * vc.el (vc-backend-merge-news): Check for "P" output.
7148
7149 * help.el (describe-variable): Hyperlink the definition.
7150
7151 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7152
7153 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7154 (sh-set-shell): Likewise.
7155
7156 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7157
7158 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7159 (edebug-on-error): Fix customize type to match that of
7160 debug-on-error.
7161
7162 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7163
7164 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7165 report-emacs-bug-address instead of undefined bug-gnu-emacs.
7166
7167 * international/mule-cmds.el (select-message-coding-system): Doc
7168 fix.
7169
7170 * international/mule-diag.el (describe-coding-system): Describe
7171 all flags.
7172
7173 * mail/sendmail.el (sendmail-coding-system,
7174 default-sendmail-coding-system): Doc fix.
7175
7176 * simple.el (shell-command-on-region): Doc fix.
7177
7178 * loadup.el: Write fns-*.el in current directory instead of
7179 data-directory since no installation directory exists yet. Mark
7180 buffer unmodified afterwards.
7181
7182 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7183 instead of data-directory since it is architecture dependent.
7184 (load-history-loaded): Update doc string.
7185
7186 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
7187
7188 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7189 path as a default directory when canonicalizing names.
7190
7191 * w32-fns.el: Remove a dangling reference to a directory on the
7192 build machine.
7193
7194 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7195
7196 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7197 namespace related keywords such as `class', `body', `private',
7198 `variable', `namespace eval', etc.
7199 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7200 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7201 imenu and font-lock so that searches for \sw would find words
7202 containing colons.
7203
7204 * progmodes/etags.el (initialize-new-tags-table):
7205 Do not alter find-tag-marker-ring and tags-location-ring.
7206
7207 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
7208
7209 * term/w32-win.el: Require fontset.
7210 (w32-init-fontsets): New function (code from x-win.el).
7211
7212 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7213
7214 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7215 calendar-and-diary-frame-parameters): Add title parameter.
7216
7217 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7218
7219 * completion.el (dynamic-completion-mode): New function to enable
7220 the mode. (Just loading the file now does not change anything.)
7221
7222 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7223
7224 * ps-print.el: User option for multibyte buffer handling and doc fix.
7225 (ps-multibyte-buffer): New user option.
7226 (ps-setup): Print new user option.
7227 (ps-print-quote): New fun.
7228 (ps-color-p, ps-mule-font-info-database-latin): New var.
7229 (ps-default-color, ps-mule-font-info-database)
7230 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7231 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7232 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7233 Little code improvement.
7234 (ps-mule-initialize): Initialize ps-mule-font-info-database.
7235 (ps-print-prologue-header, ps-font-family, ps-font-size)
7236 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7237 (ps-build-face-reference, ps-mule-font-info-database-bdf)
7238 (ps-mule-external-libraries, ps-mule-init-external-library)
7239 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7240 Doc fix.
7241 (ps-print-version): New version number (4.1.1) and doc fix.
7242 (ps-print-prologue-header): New user option.
7243 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7244 Conditional compilation for GNU Emacs and emacsens.
7245 (ps-generate-postscript-with-faces): Skip invisible text better.
7246 (ps-setup): Print new user option.
7247 (ps-print-preprint): Check if input file name exists and is unwritable.
7248 (ps-begin-file): Adjust PostScript prologue header for duplex printers
7249 and insert user PostScript prologue header comments.
7250 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7251 New funs.
7252 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7253 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7254 PostScript programming normalization.
7255 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7256 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7257 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7258 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7259 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7260 Programming style normalization.
7261
7262 1998-10-26 Kenichi Handa <handa@etl.go.jp>
7263
7264 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7265 version, check the value of mule-version.
7266
7267 * international/mule-util.el (compose-region): Insert then delete
7268 to preserve markers.
7269 (decompose-region): Use search-forward for efficiency.
7270
7271 * language/chinese.el (pre-write-encode-hz): Cancel previous
7272 change, use generate-new-buffer instead of get-buffer-create.
7273 * language/devan-util.el
7274 (in-is13194-devanagari-pre-write-conversion): Likewise.
7275 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7276 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7277 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7278
7279 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7280
7281 * mail/rmailsum.el (rmail-message-subject-p):
7282 Handle message whose header has not been reformatted.
7283
7284 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7285
7286 1998-10-25 Jason Rumney <jasonr@altavista.net>
7287
7288 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7289 New variables.
7290 (mouse-set-font): Use font menus instead of dialog according to
7291 w32-use-w32-font-dialog.
7292
7293 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7294
7295 * calendar/calendar.el (calendar-day-name-array): Add doc string
7296 correctly!
7297 (calendar-month-name-array): Add doc string correctly!
7298
7299 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7300
7301 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7302
7303 1998-10-21 Markus Rost <rost@delysid.gnu.org>
7304
7305 * lisp/info.el (Info-next-menu-item): Stay on top of node.
7306
7307 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7308
7309 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7310
7311 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7312
7313 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
7314
7315 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7316
7317 1998-10-21 Karl Heuer <kwzh@gnu.org>
7318
7319 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7320 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7321 (profile-filter, profile-reset-timer): Functions deleted.
7322 (profile-check-zero-init-times, profile-get-time): Likewise.
7323 (profile-find-function, profile-quit): Likewise.
7324 (profile-distinct, profile-call-stack, profile-last-time): New vars.
7325 (profile-time-list, profile-init-list): Doc fix.
7326 (profile-functions): Simplify.
7327 (profile-print): Use float. Make output include space separators.
7328 (profile-add-time): New helper function.
7329 (profile-function-prolog): Renamed from profile-start-function.
7330 Handle profile-distinct.
7331 (profile-function-epilog): Renamed from profile-update-function.
7332 Handle profile-distinct.
7333 (profile-a-function): If the function to be profiled is an
7334 autoload form, load it. If it's lazy-loaded, fetch it.
7335 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7336 (profile-restore-fun): Arg FUN is now a function symbol, as was
7337 documented, rather than a one-element list.
7338 (profile-finish): Call profile-restore-fun properly.
7339
7340 1998-10-21 Kenichi Handa <handa@etl.go.jp>
7341
7342 * international/characters.el: Setup charset property
7343 nospace-between-words.
7344
7345 * international/mule-cmds.el (get-charset-property): If CHARSET is
7346 composition, return nil.
7347 (put-charset-property): If CHARSET is composition, do nothing.
7348
7349 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7350 * language/devan-util.el
7351 (in-is13194-devanagari-pre-write-conversion): Likewise.
7352 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7353 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7354 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7355
7356 * textmodes/fill.el (sentence-end-without-period): New variable.
7357 (canonically-space-region): Pay attention to
7358 sentence-end-without-period.
7359 (fill-find-break-point): The first argument CHARSET deleted.
7360 Caller changed.
7361 (fill-region-as-paragraph): Pay attention to charset property
7362 nospace-between-words and text property nospace-between-words.
7363
7364 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7365
7366 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7367 an unrecognized shell.
7368
7369 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
7370
7371 * desktop.el (desktop-save): Include minor modes symbolically.
7372 (desktop-create-buffer): Turn on all minor modes in `mim'.
7373
7374 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7375
7376 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7377 (sh-font-lock-keywords): Handle rpm and rpm2.
7378 (sh-ancestor-alist): Handle rpm.
7379
7380 * files.el (auto-mode-alist): Recognize .rpm files.
7381 Also .spec and .mspec files.
7382
7383 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7384
7385 * faces.el (frame-set-background-mode): Enable the function for
7386 MSDOS frames.
7387
7388 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7389
7390 * calendar/calendar.el (calendar-day-name-array): Add doc string.
7391 (calendar-month-name-array): Add doc string.
7392
7393 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7394
7395 * simple.el (kill-ring-max): Increased to 60.
7396
7397 1998-10-17 Kenichi Handa <handa@etl.go.jp>
7398
7399 * international/characters.el: Setup auto-fill-chars.
7400
7401 * international/kinsoku.el (kinsoku): Check the variable
7402 enable-kinsoku.
7403
7404 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7405 Don't call kinsoku directly, intead call fill-find-break-point.
7406
7407 * textmodes/fill.el: Setup `fill-find-break-point-function'
7408 property to character sets which require `kinsoku' processing for
7409 filling.
7410 (fill-find-break-point): New function.
7411 (fill-region-as-paragraph): Don't check kinsoku-enable here.
7412 Don't call kinsoku directly, intead call fill-find-break-point.
7413
7414 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7415
7416 * faces.el (modify-face-read-string): Return (nil) for "none".
7417 (modify-face): Don't get error if (nil) is the argument.
7418 (face-try-color-list): Don't check whether nil is a valid color.
7419
7420 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7421
7422 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7423 Print message about each directory, even in batch mode.
7424
7425 * gnus/nntp.el: Require `cl' before using nnoo-declare.
7426
7427 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7428 (ps-mule-string-char): No need to use sref.
7429 (ps-mule-next-index): No need to use sref.
7430
7431 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7432
7433 * files.el (revert-buffer-internal-hook): Add defvar.
7434
7435 * arc-mode.el (archive-mode): Locally set file-precious-flag.
7436
7437 * tar-mode.el (tar-mode): Locally set file-precious-flag.
7438
7439 1998-10-16 Markus Rost <rost@delysid.gnu.org>
7440
7441 * international/mule-cmds.el (default-input-method): Fix custom type.
7442
7443 * net-utils.el (whois-server-list): Fix customization type.
7444
7445 * shell.el (shell-input-autoexpand): Fix customization group.
7446
7447 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
7448
7449 * repeat.el (repeat): Handle keyboard macros properly.
7450 Handle new prefix arg after self-insert command.
7451
7452 * repeat.el: Don't include cl even at compile time.
7453 (repeat): Avoid using `loop'.
7454
7455 * simple.el (shell-command-on-region): Doc fix.
7456 (next-history-element): Special error message if no default.
7457
7458 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
7459
7460 * ps-print.el (ps-print-buffer): Doc fix.
7461 (ps-despool): Likewise.
7462
7463 * arc-mode.el (arc-mode): Provide arc-mode.
7464
7465 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7466
7467 * ps-print.el (ps-print-buffer): Doc fix.
7468
7469 1998-10-14 Dave Love <fx@gnu.org>
7470
7471 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7472 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7473 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7474
7475 * progmodes/fortran.el (fortran-mode-map): Change "Join
7476 Continuation Line" to "Join Line".
7477 (fortran-font-lock-keywords-1): Add "cycle", "exit".
7478
7479 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7480
7481 * progmodes/fortran.el (fortran-join-line): Use
7482 `delete-indentation' instead of issuing an error message if not on
7483 a continuation line. Provide for joining several lines using
7484 prefix arg.
7485
7486 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
7487
7488 * term/pc-win.el (msdos-color-values): New variable.
7489 (x-color-values): New function, emulates its namesake from
7490 src/xfns.c.
7491 (msdos-bg-mode): Add all dark colors to those which return
7492 "dark".
7493
7494 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7495
7496 * replace.el (keep-lines, flush-lines, how-many):
7497 Don't ignore case if arg has upper case letters.
7498
7499 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
7500
7501 * progmodes/vhdl-mode.el
7502 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7503 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7504 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7505 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7506 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7507 (vhdl-when): Fix indentation problem.
7508 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7509 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7510 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7511
7512 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
7513
7514 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7515 (ls-lisp-insert-directory): Renamed from insert-directory.
7516 (insert-directory): New function.
7517
7518 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
7519
7520 * simple.el (completion-fixup-function): Variable deleted.
7521 (completion-setup-function): Delete code for completion-fixup-function.
7522 * emacs-lisp/lisp.el (lisp-complete-symbol):
7523 Don't bind completion-fixup-function.
7524
7525 * files.el (find-file-wildcards): New option.
7526 (find-file-noselect): Handle wild cards, if enabled.
7527 (file-expand-wildcards): New function.
7528
7529 * simple.el (set-fill-column): Doc fix.
7530
7531 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7532
7533 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7534
7535 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
7536
7537 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7538 Move declaration before first use.
7539 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7540 hif-math, hif-factor): Rename token to hif-token and token-list to
7541 hif-token-list.
7542 (hif-token, hif-token-list): Declare them.
7543 (hif-find-ifdef-block): Return cons of top and bottom point
7544 instead of setting dynamically bound variables.
7545 (hide-ifdef-block, show-ifdef-block): Use return value of
7546 hif-find-ifdef-block.
7547
7548 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7549
7550 * subr.el (read-passwd): Use clear-this-command-keys.
7551
7552 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7553
7554 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7555 and ...-for-write.
7556
7557 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
7558
7559 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7560 responses to GROUP command, since this may be called from a timer
7561 with quit inhibited.
7562
7563 1998-10-12 Kenichi Handa <handa@etl.go.jp>
7564
7565 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7566 set unconditional-jump to nil.
7567 (ccl-compile-read-multibyte-character): Return nil.
7568 (ccl-compile-write-multibyte-character): Likewise.
7569 (ccl-compile-translate-character): Likewise
7570 (ccl-compile-map-multiple): Likewise.
7571 (ccl-compile-map-single): Likewise.
7572
7573 * international/kinsoku.el: Add coding tag.
7574 (kinsoku-bol): Remove superfluous TAB in a string.
7575
7576 * international/mule-cmds.el (find-coding-systems-for-charsets):
7577 Delete `composition' (if any) from CHARSETS.
7578
7579 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7580
7581 * international/mule-cmds.el (setup-specified-language-environment):
7582 Add apropos-inhibit property.
7583 (describe-specified-language-support): Likewise.
7584
7585 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
7586
7587 * international/mule.el (make-coding-system): Create -with-esc
7588 variant coding system.
7589
7590 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7591
7592 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7593 (next-file): Optionally offer to revert a file's buffer,
7594 if it has an existing buffer but the file has changed.
7595
7596 * info.el (Info-insert-dir): Detect and report problems
7597 in input files, such as "No Top node". Return with point
7598 at the beginning of the text.
7599 (Info-find-node): Reinsert the code to handle files
7600 with no tags table; it was deleted by mistake.
7601
7602 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7603
7604 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7605 texinfo-find-higher-level-node repeatedly find the same node.
7606 (texinfo-find-higher-level-node): Doc fix.
7607
7608 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
7609
7610 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7611 (smtpmail-address-buffer): Add defvar.
7612 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7613
7614 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7615
7616 * ffap.el (ffap-machine-p-local): Fix editing error.
7617
7618 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7619
7620 * faces.el (frame-set-background-mode):
7621 Don't do anythung for text-only or MSDOS frame.
7622
7623 1998-10-08 Kenichi Handa <handa@etl.go.jp>
7624
7625 * international/quail.el (quail-defrule): New optional arg APPEND.
7626 (quail-defrule-internal): Fix bug of handling the argument APPEND.
7627
7628 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7629
7630 * gnus/pop3.el (pop3-open-server):
7631 Set process-coding-system-alist around open-network-stream.
7632
7633 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7634
7635 * files.el (save-buffer): Doc fix.
7636
7637 1998-10-07 Karl Heuer <kwzh@gnu.org>
7638
7639 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7640 return DEF unchanged, not nil. Simplify.
7641
7642 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
7643
7644 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7645
7646 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
7647
7648 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7649
7650 * net-utils.el (ftp, nslookup): Require comint.
7651 (network-service-connection): Likewise.
7652 (whois-server-name): Defaults to whois.arin.net
7653 (whois-server-list, whois-server-tld, whois-guess-server): New var.
7654 (whois): Tries to guess the appropriate top-level domain server.
7655 (whois-get-tld): New function.
7656
7657 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7658 (dirtrack-debug-toggle): Added this function.
7659
7660 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7661
7662 * files.el (find-file-noselect): Switch to the correct buffer
7663 before checking find-file-literally, and allow non-nil non-t
7664 rawfile params.
7665
7666 1998-10-06 Karl Heuer <kwzh@gnu.org>
7667
7668 * midnight.el (clean-buffer-list): Add autoload cookie.
7669
7670 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7671 no-autosave.
7672 * tar-mode.el (tar-mode-revert): Likewise.
7673 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7674 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
7675 * gnus/message.el (message-auto-save-directory): Renamed from
7676 message-autosave-directory. All references changed.
7677
7678 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7679
7680 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7681 string. Expose mime stuff while searching.
7682
7683 1998-10-06 Richard Stallman <rms@gnu.org>
7684
7685 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7686
7687 * replace.el (perform-replace): Position point properly
7688 before and after the recursive edit of C-r.
7689
7690 * progmodes/etags.el (tags-reset-tags-tables): Properly
7691 find the markers in the old rings that are being discarded.
7692
7693 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7694
7695 * apropos.el (apropos-print): control invalid characters.
7696
7697 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7698 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7699 confusing customize.
7700
7701 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
7702
7703 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7704 built-in commands. Add more built-in commands and fix face names.
7705
7706 1998-10-05 Simon Marshall <simon@gnu.org>
7707
7708 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7709
7710 1998-10-04 Eric Ludlam <zappo@gnu.org>
7711
7712 * speedbar.el (speedbar-initial-expansion-list-name): Remove
7713 customization since it is not useful in this case.
7714 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7715 sure it gets evalled to a number. Also verify that set-frame-name
7716 fn exists before calling it.
7717
7718 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7719 Protect a `forward-sexp' call which could fail, and improved regex
7720 for ie, and eg abbreviations.
7721
7722 1998-10-02 Noah Friedman <friedman@splode.com>
7723
7724 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7725 send-string.
7726 (rlogin-send-Ctrl-D): Here also.
7727 (rlogin-send-Ctrl-Z): Here also.
7728 (rlogin-send-Ctrl-backslash): Here also.
7729
7730 1998-10-02 Dave Love <fx@gnu.org>
7731
7732 * outline.el (hide-region-body): Bind
7733 outline-view-change-hook to nil while making repeated calls to
7734 outline-flag-region. Run it once at the end.
7735 (hide-other, hide-sublevels, show-children): Likewise.
7736
7737 * info-look.el: Remove duplicate scheme-mode entry.
7738 (info-lookup-make-completions): When looking for entries, check
7739 that `item' isn't null or "Menu".
7740
7741 1998-10-01 Karl Heuer <kwzh@gnu.org>
7742
7743 * net-utils.el: Don't require ffap.
7744 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7745 (ping, nslookup-host, finger, network-connection-to-service): Use them.
7746
7747 1998-09-30 Richard Stallman <rms@gnu.org>
7748
7749 * ispell.el (check-ispell-version): No need to bind default-major-mode.
7750
7751 * imenu.el (imenu--generic-function): Sort each submenu by position.
7752 (imenu--sort-by-position): New function.
7753
7754 * cus-edit.el (Custom-mode-menu): Fix info node name.
7755 (customize group): Fix info node name.
7756
7757 * mail/mailalias.el (build-mail-aliases): Don't allow
7758 a newline in the alias name. Don't define an alias
7759 if the definition would be empty.
7760
7761 * which-func.el (which-func-mode-global): Make :set function
7762 more reliable.
7763
7764 * custom.el (custom-set-variables): Load the requests first,
7765 then check the symbol's `set' function.
7766
7767 * ffap.el: Doc fixes.
7768
7769 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7770
7771 * gnus.el: (gnus-valid-select-methods): Fix type.
7772 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7773 * gnus-score.el (gnus-orphan-score): Fix type.
7774 (gnus-score-default-header, gnus-score-default-type): Fix type.
7775 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7776 (gnus-saved-headers): Fix type.
7777
7778 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7779 Avoid nil value of `two-lines-citation-part'.
7780
7781 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
7782
7783 * which-func.el (which-function): Handle case when
7784 (car imenu--index-alist) is nil.
7785
7786 1998-09-29 Dave Love <fx@gnu.org>
7787
7788 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7789 bzip2 args.
7790
7791 1998-09-29 Simon Marshall <simon@gnu.org>
7792
7793 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7794 comint-exec-hook.
7795
7796 1998-09-29 Stephen Eglen <stephen@gnu.org>
7797
7798 * info-look.el: Add support for Octave.
7799
7800 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
7801
7802 * textmodes/reftex.el (reftex-finding-files): New customize group.
7803 (reftex-texpath-environment-variables,
7804 reftex-use-external-file-finders, reftex-external-file-finders,
7805 reftex-search-unrecursed-path-first): New options.
7806 (reftex-process-string, reftex-find-file-externally): New
7807 functions.
7808 (reftex-access-search-path): Execute shell commands to find the
7809 search path.
7810 (reftex-toggle-auto-view-crossref): When turning on, make sure
7811 `reftex-auto-view-crossref' becomes non-nil.
7812 (reftex-abbrev-regexp): Constant removed.
7813 (reftex-convert-string): Abbrev regexp calculated locally.
7814
7815 1998-09-28 Dave Love <fx@gnu.org>
7816
7817 * progmodes/fortran.el: Don't call regexp-opt when deriving
7818 font-lock patterns with keywords that aren't all literal.
7819
7820 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7821
7822 * octave-inf.el (inferior-octave-prompt): Also match prompts of
7823 the form `octave.bin:1>' which come from using precopiled binary
7824 versions.
7825
7826 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7827
7828 * help.el (help-for-help): Use %THIS-KEY%.
7829 (help-quit): Add doc.
7830
7831 * help-macro.el (make-help-screen): Keep HELP-TEXT
7832 in a separate function definition, not in the help command FNAME.
7833 Replace %THIS-KEY% with the key sequence that ran FNAME.
7834
7835 1998-09-25 Richard Stallman <rms@gnu.org>
7836
7837 * textmodes/texinfo.el (texinfo-show-structure):
7838 Bind inhibit-read-only.
7839
7840 * isearch.el (isearch-search-and-update): Properly
7841 handle upper case letters in the reverse-search special case.
7842
7843 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7844
7845 * gnus.el: Extend the list of autoloaded functions.
7846
7847 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7848 buffer before creating help group. (from Gnus v5.6.43, fix by
7849 1998-08-20 Per Starback <starback@update.uu.se>)
7850
7851 * gnus-util.el (gnus-output-to-rmail): Adjust to
7852 `rmail-output-to-rmail-file'.
7853
7854 1998-09-25 Karl Heuer <kwzh@gnu.org>
7855
7856 * hexl.el (hexl-mode-map): More of previous change.
7857
7858 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7859 (tex-start-tex): Don't use tex-start-options-string in star case.
7860 Quote file name in star case as well as in non-star.
7861 Add blank and quoting of option string here.
7862 (tex-start-options-string): Not here.
7863
7864 1998-09-23 Karl Heuer <kwzh@gnu.org>
7865
7866 * term.el (term-delimiter-argument-list): Doc fix.
7867 (term-emulate-terminal): Escape literal semicolon.
7868 * progmodes/asm-mode.el (asm-mode): Doc fix.
7869 (asm-comment-char): Escape literal semicolon.
7870 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
7871
7872 1998-09-23 Richard Stallman <rms@gnu.org>
7873
7874 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
7875 only those that normally modify the buffer.
7876
7877 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
7878 over again.
7879
7880 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
7881
7882 * ispell.el (check-ispell-version): Ensure same buffer is current
7883 when let-binding of case-fold-search ends.
7884
7885 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7886
7887 * ps-print.el: Skip invisible overlay.
7888 Test for set-buffer-multibyte rather than using mule-version.
7889 (ps-print-version): New version number (4.1) and doc fix.
7890 (ps-generate-postscript-with-faces): Skip invisible overlay.
7891
7892 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
7893
7894 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
7895
7896 1998-09-22 Kenichi Handa <handa@etl.go.jp>
7897
7898 * international/quail.el (quail-update-guidance): Check for the
7899 return value of (quail-guidance) fixed.
7900 (quail-update-translation): Bind quail-current-str locally when it
7901 calls quail-update-guidance.
7902 (quail-update-translation): If input-method-exit-on-first-char is
7903 non-nil, terminate translation only when the current input method
7904 is simple.
7905
7906 1998-09-22 Paul Eggert <eggert@twinsun.com>
7907
7908 * startup.el (locale-translation-file-name): Prefer X-related names
7909 to the name used by GNU/Linux sans X. Set to nil if no file found.
7910 (command-line): Use locale-translation-file-name if it is not nil,
7911 instead of testing for its existence again.
7912 regexp-quote the ctype before using it in a regexp.
7913 Allow a colon to appear after the ctype in the aliases file,
7914 as is done in X11R6.4.
7915
7916 1998-09-21 Richard Stallman <rms@gnu.org>
7917
7918 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
7919
7920 * calendar/appt.el (appt-interval): Variable deleted.
7921 (appt-check): For minutes in between appt-display-interval times,
7922 do check, but don't display anything except an updated mode line.
7923 Count against appt-display-interval based on minutes since
7924 first display of this appointment, not based on time of day.
7925 If appt-display-mode-line, force mode line redisplay
7926 whenever appt-mode-string has changed.
7927 (appt-add, appt-delete): Add autoload cookies.
7928 (appt-check): Catch errors from calling `diary'.
7929 (appt-max-time): Renamed from max-time.
7930 (appt-now-displayed, appt-display-count): New variables.
7931 (appt-timer): Don't create one if we already have one.
7932
7933 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7934 More general code to use the source buffer instead of the zap file.
7935
7936 * hilit-chg.el (highlight-compare-with-file): Renamed from
7937 compare-with-file.
7938
7939 * loadhist.el (load-history-loaded): New variable.
7940 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
7941
7942 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
7943
7944 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7945 Fix error messages.
7946
7947 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
7948
7949 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
7950 Emacs frame.
7951
7952 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7953
7954 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
7955 `undecided' and `undecided-unix'.
7956
7957 1998-09-21 Dave Love <fx@gnu.org>
7958
7959 * help.el (help-make-xrefs): Fix typo affecting Info references.
7960
7961 * subr.el (remove-hook): Check list values to avoid errors.
7962
7963 1998-09-18 Noah Friedman <friedman@splode.com>
7964
7965 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
7966 store string in eldoc-last-message without consing a new string.
7967 Rearrange logic from nested if's into cond's.
7968 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
7969 Do not print message; just return string.
7970 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
7971 Do not print message; just return string.
7972 Cache that string in eldoc-last-data.
7973 (eldoc-last-data): Make into a vector.
7974 (eldoc-get-fnsym-args-string): Use new data form of structure.
7975 (eldoc-get-var-docstring): Here also.
7976 (eldoc-last-data-store): New function.
7977 (eldoc-get-fnsym-args-string): Use it.
7978 (eldoc-get-var-docstring): Here also.
7979 (eldoc-docstring-first-line): Minimize interim string consing.
7980 Call substitute-command-keys on the result.
7981 (eldoc-print-var-docstrings, eldoc-print-docstring,
7982 eldoc-docstring-message): Functions removed.
7983 (eldoc-docstring-format-sym-doc): New function, functionality
7984 ripped out of eldoc-docstring-message.
7985 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
7986
7987 1998-09-18 Kenichi Handa <handa@etl.go.jp>
7988
7989 * international/mule.el (make-coding-system): Doc-string modified.
7990
7991 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
7992
7993 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
7994
7995 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
7996 customize type.
7997
7998 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
7999 type.
8000
8001 * progmodes/compile.el (compilation-error-screen-columns): New
8002 variable.
8003 (compilation-next-error-locus): Use it to decide whether to use
8004 forward-char or move-to-column.
8005
8006 * mail/rmail.el (rmail-movemail-program): Fix customize type.
8007
8008 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8009 feedmail-fiddle-plex-user-list,
8010 feedmail-spray-address-fiddle-plex-list,
8011 feedmail-prompt-before-queue-user-alist,
8012 feedmail-prompt-before-queue-help-supplement,
8013 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8014 feedmail-queue-alternative-mail-header-separator): Fix customize
8015 type.
8016
8017 * startup.el (site-run-file): Fix customize type.
8018
8019 * speedbar.el (speedbar-initial-expansion-list-name): Fix
8020 customize type.
8021
8022 * shell.el (shell-input-autoexpand): Fix customize type.
8023
8024 * ps-print.el (ps-font-info-database): Add missing dots in value.
8025 Improve layout of customize type.
8026
8027 * net-utils.el (traceroute-program-options, ping-program-options,
8028 ipconfig-program-options, netstat-program-options,
8029 arp-program-options, route-program-options,
8030 nslookup-program-options, ftp-program-options): Fix customize
8031 type.
8032
8033 * midnight.el (clean-buffer-list-kill-regexps,
8034 clean-buffer-list-kill-buffer-names,
8035 clean-buffer-list-kill-never-buffer-names,
8036 clean-buffer-list-kill-never-regexps): Fix customize type.
8037
8038 * man.el (Man-init-defvars): Avoid trailing nil on
8039 Man-filter-list.
8040
8041 * lpr.el (printer-name): Fix customize type.
8042
8043 1998-09-16 Kenichi Handa <handa@etl.go.jp>
8044
8045 * international/mule-cmds.el (reset-language-environment): Call
8046 update-coding-systems-internal.
8047
8048 * international/mule-conf.el: Call update-coding-systems-internal
8049 at the tail.
8050
8051 1998-09-14 Dave Love <fx@gnu.org>
8052
8053 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
8054 use the menu-enable properties, pending doing it correctly and
8055 acceptably fast.
8056
8057 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8058
8059 1998-09-13 Dave Love <d.love@dl.ac.uk>
8060
8061 * progmodes/hideshow.el (hs-grok-mode-type): Check
8062 comment-{start,end} non-nil as well as bound. Report an error if
8063 we can't grok the mode.
8064
8065 1998-09-13 Richard Stallman <rms@gnu.org>
8066
8067 * simple.el (blink-matching-open): Don't log paren matching
8068 messages in *Messages*.
8069
8070 1998-09-12 Richard Stallman <rms@gnu.org>
8071
8072 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8073 Set point-before-scroll at end even if there was an error.
8074
8075 * ange-ftp.el (ange-ftp-insert-file-contents):
8076 Use binary mode for dumb-unix hosts as for unix hosts.
8077 (ange-ftp-copy-file-internal): Likewise.
8078
8079 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8080
8081 * emacs-lisp/pp.el: Doc fixes.
8082
8083 * wid-edit.el (widget-menu-max-shortcuts): New variable.
8084 (widget-choose): Don't use single-char shortcuts if # items
8085 exceeds that many. Use minibuffer instead.
8086
8087 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8088
8089 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8090
8091 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
8092
8093 * speedbar.el (speedbar-frame-mode): Do not set frame position if
8094 in terminal mode.
8095
8096 1998-09-10 Noah Friedman <friedman@splode.com>
8097
8098 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8099 defcustom declaration. It's wreaking too much havoc with XEmacs
8100 and older versions of Emacs, which share this code.
8101
8102 * type-break.el (type-break-mode): Here also.
8103
8104 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8105 `t' to add-hook also to modify the new local value.
8106
8107 1998-09-10 Dave Love <fx@gnu.org>
8108
8109 * vc.el (vc-insert-headers): Doc fix.
8110
8111 1998-09-10 Richard Stallman <rms@gnu.org>
8112
8113 * textmodes/flyspell.el (flyspell-mode-on): Make the
8114 ispell-... variables permanent locals.
8115 (flyspell-mode-off): Add autoload cookie.
8116
8117 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8118 do use binary mode, just as for `unix'.
8119 (ange-ftp-host-type): If HOST is nil, return `unix'.
8120
8121 * dired.el (dired-mark-files-containing-regexp):
8122 Don't scan directories. Ignore non-readable files.
8123
8124 * progmodes/compile.el (compilation-error-regexp-alist):
8125 Fix previous change: allow . and _ in command name.
8126
8127 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8128
8129 * uncompress.el (uncompress-while-visiting):
8130 Use just the car of what find-operation-coding-system returns.
8131
8132 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8133
8134 * shell.el (shell-file-name-quote-list): Add # to the value.
8135
8136 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
8137
8138 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8139 to make killing of ispell process work even if
8140 kill-all-local-variables has been run.
8141
8142 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8143
8144 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8145 loop when sexp entry ends at end of file with no newline.
8146
8147 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8148
8149 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8150 (Custom-reset-standard): Fix menu inconsistency.
8151
8152 * mail/feedmail.el (feedmail-from-line): Allow t.
8153 (feedmail-message-id-suffix): Allow nil.
8154
8155 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8156 Simplify. Make prefix arg work right.
8157
8158 1998-09-09 Dave Love <fx@gnu.org>
8159
8160 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8161
8162 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8163
8164 1998-09-08 Dave Love <fx@gnu.org>
8165
8166 * add-log.el (change-log-font-lock-keywords): Do parenthesized
8167 stuff only after file names or at start of line. Allow parens
8168 around e-mail, as well as angles.
8169
8170 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8171 ignore-errors too, eval'd when compile. Require w3 stuff at load
8172 time for nicer failure if it's not available.
8173
8174 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
8175
8176 * comint.el (comint-arguments): Ignore backslashes when using
8177 w32 shells that expect backslashes as the directory separator.
8178
8179 1998-09-04 Kenichi Handa <handa@etl.go.jp>
8180
8181 * international/fontset.el (resolved-ascii-font): New variable.
8182 (x-complement-fontset-spec): By side effect, set
8183 `resolved-ascii-font' to the resolved name of ASCII font."
8184 (create-fontset-from-fontset-spec): Don't get a value for
8185 resolved-ascii-font from the list full-fontlist. It is set by
8186 x-complement-fontset-spec now.
8187
8188 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8189 version, check the value of mule-version.
8190
8191 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
8192
8193 * textmodes/reftex.el (reftex-view-crossref): Split up into
8194 several functions. No longer moves to find a macro.
8195 (reftex-view-cr-cite, reftex-view-cr-ref,
8196 reftex-end-of-bib-entry): New functions.
8197 (reftex-auto-view-crossref): New value `window' allowed.
8198 (reftex-view-crossref-when-idle): Process new `window' option in
8199 (reftex-translate-to-ascii-function): New default.
8200 (reftex-label-illegal-re): Default changed, removed Latin1.
8201 (reftex-latin1-to-ascii): New function.
8202 (reftex-what-environment): Check for section regexp before use.
8203 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8204 absolute path names.
8205 (reftex-TeX-master-file): Changed sequence of file checks.
8206 (reftex-do-citation): bibview cache only with RefTeX mode on.
8207
8208 1998-09-06 Richard Stallman <rms@gnu.org>
8209
8210 * progmodes/compile.el (compilation-error-regexp-alist):
8211 In first pattern (GNU utilities and other things),
8212 allow a space after the optional program name at the beginning.
8213
8214 * mail/mail-hist.el (mail-hist-current-header-contents):
8215 Fix previous change: use mail-header-end.
8216
8217 1998-09-06 Bill Richter <richter@math.nwu.edu>
8218
8219 * international/ccl.el: Doc fixes.
8220 * international/encoded-kb.el: Doc fixes.
8221 * international/fontset.el: Doc fixes.
8222 * international/kinsoku.el: Doc fixes.
8223 * international/kkc.el: Doc fixes.
8224 * international/mule-cmds.el: Doc fixes.
8225 * international/mule-conf.el: Doc fixes.
8226 * international/mule-util.el: Doc fixes.
8227 * international/mule.el: Doc fixes.
8228
8229 1998-09-05 Eric Ludlam <zappo@gnu.org>
8230
8231 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8232 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8233 (checkdoc-this-string-valid-engine): Permit ? as terminating
8234 punctuation for first line sentence breaking.
8235 (checkdoc-this-string-valid): When converting a comment into a doc
8236 string, make sure " chars are \".
8237 (checkdoc-sentencespace-region-engine): Only do double space check
8238 if based on the variable `sentence-end-double-space'
8239 (checkdoc-this-string-valid-engine): ? ends valid sentence.
8240 (checkdoc-proper-noun-region-engine): Exclude items in URLs
8241
8242 1998-09-04 Richard Stallman <rms@gnu.org>
8243
8244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8245 Recognize define-skeleton as a function definer.
8246
8247 * cus-edit.el (customize-option): Refuse to customize
8248 a variable that has no defcustom. But if variable is autoloaded,
8249 first try to load the library that defines it.
8250
8251 * international/iso-insert.el: Use `string' before calling `insert'
8252 so that in multibyte buffers we insert multibyte chars.
8253
8254 * dired.el (dired-mark-files-containing-regexp):
8255 Don't use find-file; instead, insert the file in a temp buffer.
8256
8257 * textmodes/tex-mode.el (tex-start-options-string): New option.
8258 (tex-start-tex): Use that variable.
8259
8260 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8261 value in the `repeat' alternative a list.
8262
8263 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8264 the inserted newline, verify that one was really inserted.
8265
8266 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8267 remains on or remains off.
8268 (flyspell-multi-language-p): Default changed to nil.
8269
8270 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8271 In "found in comment" case, don't beginning-of-line after forward-line.
8272
8273 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8274 If the function definition is not a lambda, return original FORM
8275 with no error.
8276
8277 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
8278
8279 * net-utils.el (netstat-program-options): Changed from nil to "-a"
8280 so that by default netstat shows all network connections.
8281
8282 1998-09-04 Bob Weiner <weiner@altrasoft.com>
8283
8284 * international/quail.el: Doc fixes.
8285
8286 * info.el (info): Don't add parens if FILE already has them.
8287
8288 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
8289
8290 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8291 on extension lines.
8292
8293 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
8294
8295 * w32-fns.el (w32-shell-dos-semantics): New function.
8296
8297 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
8298
8299 * international/quail.el (quail-choose-completion-string): Store
8300 completion `choice' in `quail-current-str'; don't insert it.
8301
8302 1998-09-02 Kenichi Handa <handa@etl.go.jp>
8303
8304 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
8305 argument to ps-mule-generate-bitmap-font.
8306
8307 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8308 entry and change Latin-1 entry in the default value.
8309 (ps-mule-font-info-database-ps-bdf): New variable.
8310 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8311 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8312 registerd in FONT-SPEC.
8313 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8314 charcter width of bitmap fonts.
8315 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8316 procedure NF.
8317 (ps-begin-file): Output PostScript code for setting
8318 SpaceWidthRatio.
8319 (ps-plot-region): Use line-beginning-position to get a position of
8320 the beginning of the current line.
8321
8322 * international/mule-cmds.el (register-input-method): Doc-string
8323 modified.
8324
8325 1998-09-01 Dave Love <fx@gnu.org>
8326
8327 * international/mule-cmds.el (current-language-environment): Fix
8328 setter function.
8329
8330 1998-09-01 Simon Marshall <simon@gnu.org>
8331
8332 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8333 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8334 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8335 names with font-lock-type-face. Fontify type specs, etc., with
8336 font-lock-keyword-face.
8337
8338 1998-08-31 Kenichi Handa <handa@etl.go.jp>
8339
8340 * international/fontset.el (x-complement-fontset-spec): If ASCII
8341 font is specified in FONTLIST, don't substitute it for the
8342 resolved name.
8343
8344 1998-08-31 Paul Eggert <eggert@twinsun.com>
8345
8346 * international/mule.el (charset-description): Doc fix.
8347
8348 * language/chinese.el, language/cyrillic.el, language/czech.el,
8349 language/devanagari.el, language/ethiopic.el,
8350 language/european.el, language/hebrew.el, language/indian.el,
8351 language/japanese.el, language/korean.el, language/lao.el,
8352 language/slovak.el, language/thai.el, language/tibetan.el,
8353 language/vietnamese.el:
8354 Add coding: local variable, to avoid bootstrapping problem
8355 if you need to recompile all the Lisp files using interpreted code.
8356
8357 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8358
8359 * cal-china.el (chinese-year-cache): Change range of years from
8360 1989-2000 to 1990-2010.
8361
8362 1998-08-29 Dave Love <d.love@dl.ac.uk>
8363
8364 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8365 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8366
8367 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8368
8369 * ps-print.el (ps-print-control-characters): Doc-string modified.
8370 (ps-output-string-prim): Comment format changed.
8371 (ps-do-despool): Indentation of source code changed.
8372
8373 1998-08-28 Kenichi Handa <handa@etl.go.jp>
8374
8375 * subr.el (sref): Make it an alias of aref. Make the
8376 byte-compiler warn that it is obsolete.
8377 (char-bytes): Make the byte-compiler warn that it is obsolete.
8378
8379 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8380 Calculate the total bytes using position-bytes instead of
8381 char-bytes.
8382
8383 1998-08-27 Karl Heuer <kwzh@gnu.org>
8384
8385 * snmp-mode.el: New file.
8386 * files.el (auto-mode-alist): Add snmp-mode patterns.
8387
8388 1998-08-27 Karl Eichwalder <ke@suse.de>
8389
8390 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8391
8392 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8393
8394 * calendar/diary-lib.el (diary-block): Doc fix..
8395 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8396
8397 1998-08-27 Richard Stallman <rms@gnu.org>
8398
8399 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8400 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8401 Clear appt-mode-string if we don't put something in it.
8402
8403 1998-08-27 Dave Love <fx@gnu.org>
8404
8405 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8406 dired-local-variables-file for dired-x.
8407
8408 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8409 for compressed library files too.
8410
8411 1998-08-26 Kenichi Handa <handa@etl.go.jp>
8412
8413 * language/european.el ("Latin-1"): Modify `documentation' key value.
8414 ("Latin-2"): Likewise.
8415
8416 1998-08-26 Karl Heuer <kwzh@gnu.org>
8417
8418 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8419
8420 1998-08-26 Albert L. Ting <alt@artisan.com>
8421
8422 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8423 (mail-hist-current-header-contents): Use mail-text-start.
8424
8425 1998-08-26 Richard Stallman <rms@gnu.org>
8426
8427 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8428 (customize-changed-options-previous-release): New variable.
8429 (customize-changed-options): Use that variable as default arg.
8430
8431 1998-08-26 Karl Eichwalder <ke@suse.de>
8432
8433 * midnight.el: Require `timer' not only when compiling.
8434
8435 1998-08-26 Per Starback <starback@update.uu.se>
8436
8437 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8438 buffer before creating help group.
8439
8440 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8441
8442 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8443 coding-system-for-write before saving.
8444
8445 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
8446
8447 * isearch.el (isearch-forward): Doc fix.
8448
8449 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
8450
8451 * emacs-lisp/find-func.el: Fix :version tags to have a string
8452 value, not a float.
8453
8454 * cus-dep.el: Fix typo in output.
8455
8456 1998-08-25 Dave Love <fx@gnu.org>
8457
8458 * repeat.el (repeat): Doc fix.
8459 [From rms:]
8460 (repeat-previous-repeated-command): New variable.
8461 (repeat): Check for real-last-command being null or repeat. Set
8462 repeat-previous-repeated-command.
8463
8464 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8465
8466 1998-08-25 Kenichi Handa <handa@etl.go.jp>
8467
8468 * gnus/message.el (message-send-mail-with-sendmail): Bind
8469 coding-system-for-write by the return value of
8470 select-message-coding-system.
8471 (message-send-mail-with-qmail): Likewise.
8472
8473 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
8474
8475 * emacs-lisp/autoload.el: Fix doc-string-elt property on
8476 define-derived-mode.
8477
8478 * files.el (file-name-invalid-regexp):
8479 Fix regex for ms-dos without long file names.
8480
8481 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8482
8483 * ps-print.el: Multi-byte buffer handling.
8484 (ps-print-version): New version number (4.0) and doc fix.
8485 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8486 compilation for GNU Emacs and emacsens.
8487 (ps-generate-postscript-with-faces): Force invisible text to be
8488 visible.
8489 (dos-ps-printer): New var to avoid compilation gripes.
8490
8491 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8492
8493 * ps-print.el (ps-mule-plot-string): Pay attention to the case
8494 that no more characters can't be printed in the current line.
8495
8496 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8497
8498 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8499 greater than TO.
8500
8501 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8502
8503 * ps-print.el: Add codes to make ps-print.el work also on Emacs
8504 20.2 and the earlier version.
8505 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8506 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8507 (ps-mule-find-wrappoint): Likewise.
8508 (ps-mule-generate-font): Change `X' to `x' in format
8509 control-string.
8510 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8511 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8512 `restore' form procedures `BC' and `EC'.
8513
8514 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8515
8516 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8517 is an executable procedure. Make LineThickness, Xshadow, and
8518 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
8519 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8520 ps-mule-font-info-database-bdf): New vars.
8521 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8522 (ccl-encode-ethio-unicode): New CCL program.
8523 (ps-mule-encode-ethiopic): New fun.
8524 (ps-mule-current-charset): New var.
8525 (ps-mule-get-font-spec, ps-mule-font-spec-src,
8526 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8527 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8528 (ps-mule-external-libraries): New var.
8529 (ps-mule-init-external-library): New fun.
8530 (ps-mule-font-cache): New var.
8531 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8532 (ps-last-font): New var.
8533 (ps-mule-prepare-font): New fun.
8534 (ps-mule-charset-list): New var.
8535 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8536 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8537 ps-mule-plot-string): New funs.
8538 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8539 New vars.
8540 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8541 ps-mule-prepare-cmpchar-font): New funs.
8542 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8543 vars.
8544 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8545 ps-mule-generate-bitmap-glyph): New funs.
8546 (ps-mule-initialize, ps-mule-begin): New funs.
8547 (ps-output-string-prim): Insert string as unibyte.
8548 (ps-output-prologue): New fun.
8549 (ps-flush-output): Handle the case of 'prologue.
8550 (ps-begin-file): Call ps-mule-initialize.
8551 (ps-begin-job): Set ps-control-or-escape-regexp differently if
8552 printing multibyte characters.
8553 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8554 (ps-basic-plot-string): Handle the case of printing ASCII
8555 characters by external libraries (e.g. BDF).
8556 (ps-set-font): Set ps-last-font.
8557 (ps-plot-region): Handle multibyte characters, use
8558 ps-mule-plot-string for them.
8559 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
8560
8561 * bdf.el: New file.
8562
8563 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
8564
8565 * international/mule-cmds.el (select-message-coding-system): New
8566 function.
8567 (set-language-environment-coding-systems): Set
8568 default-sendmail-coding-system.
8569
8570 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8571 (default-sendmail-coding-system): New variable.
8572 (sendmail-send-it): Encode the message by a coding system
8573 select-message-coding-system returns.
8574
8575 1998-08-23 Eric Ludlam <zappo@gnu.org>
8576
8577 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8578 (speedbar-mode): Set buffer to read only.
8579 (speedbar-temp-buffer-show-function): For emacs don't call hook
8580 with arguments.
8581 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8582
8583 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
8584
8585 * speedbar.el (speedbar-key-map): Fix typo.
8586
8587 See ChangeLog.7 for earlier changes.