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