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