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