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