Mercurial > emacs
annotate lisp/ChangeLog @ 26438:8cff6b2a70c6
(b2m): Add dependency on GETOPTDEPS.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 13 Nov 1999 22:47:19 +0000 |
parents | 597bc55b13de |
children | 1e3acb0878a2 |
rev | line source |
---|---|
26437 | 1 1999-01-15 Johan Vromans <jvromans@squirrel.nl> |
2 | |
3 * forms.el (forms--make-format-elt-using-text-properties): | |
4 Treat `intangible' differently. | |
5 | |
6 * forms.el: Use new backquote syntax. | |
7 | |
26434 | 8 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
9 | |
10 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
11 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
12 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
13 |
26435 | 14 * net-utils.el (run-network-program, net-utils-run-program): Use |
15 the new backquote syntax. | |
16 (smbclient-program, smbclient-program-options) | |
17 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
18 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
19 (smbclient, smbclient-list-shares): New functions |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
20 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
21 1999-11-12 Sam Steingold <sds@ksp.com> |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
22 |
26435 | 23 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
24 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
25 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
26 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
27 (viper-kbd-global-pair, viper-kbd-global-definition): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
28 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
29 |
26435 | 30 * emulation/viper-cmd.el (viper-test-com-defun) |
31 (viper-prefix-arg-value, viper-prefix-arg-com): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
32 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
33 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
34 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
35 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
36 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
37 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
38 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
39 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
40 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
41 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
42 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
43 (increment-calendar-month, calendar-for-loop, calendar-sum): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
44 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
45 |
26424 | 46 1999-11-12 Andrew Innes <andrewi@gnu.org> |
47 | |
48 * select.el (x-set-selection): Call buffer-substring, not | |
49 substring. Also fix docstring | |
50 | |
26422 | 51 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
52 | |
53 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
54 of customizable variables to bug report message. Added | |
55 system-type to package name in bug report. | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
56 |
26419 | 57 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
58 | |
59 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
60 to display file names. | |
61 | |
26409 | 62 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
63 | |
26411 | 64 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
65 | |
26409 | 66 * isearch.el: Add lazy-highlighting feature. |
67 | |
26406 | 68 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
69 | |
70 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
71 constant. | |
72 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
73 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
74 1999-11-10 William M. Perry <wmperry@aventail.com> |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
75 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
76 * mwheel.el: New file to support the new style wheeled mice. |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
77 |
26394 | 78 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
79 | |
26406 | 80 * startup.el (initial-scratch-message): Add ";;" to the front of |
81 lines in the message. | |
82 | |
26396 | 83 * files.el (file-local-copy): Remove optional BUFFER argument |
84 because that's not used by anything. | |
85 | |
26394 | 86 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
87 to-address. | |
88 | |
26387 | 89 1999-11-08 Markus Rost <rost@ias.edu> |
90 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
91 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 92 to restore track-mouse in the correct buffer. |
93 | |
94 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
95 | |
96 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
97 | |
98 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
99 | |
100 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
101 lpr-command to "lp" for some system-types. (copied from lpr.el | |
102 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
103 |
26362 | 104 1999-11-04 Markus Rost <rost@ias.edu> |
105 | |
106 * simple.el (comment-region): Strip off white space at end of | |
107 comment-start. | |
108 | |
26354 | 109 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
110 | |
111 * faces.el (secondary-selection): Fix wrong color name. | |
112 | |
26352 | 113 1999-11-04 John Tobey <jtobey@epsilondev.com> |
114 | |
115 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
116 the default when invoking perldb in a non-Perl buffer, and other | |
117 cases involving -e or --. | |
118 | |
26342 | 119 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
120 | |
26352 | 121 * simple.el (previous-matching-history-element) |
122 (next-history-element): Use delete-field instead of erase-field. | |
123 | |
124 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
125 Use delete-field instead of erase-field. | |
126 | |
26344 | 127 * faces.el (secondary-selection): Change background to yellow. |
128 | |
26342 | 129 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
130 find the start of the text. Use field-string to read the user | |
131 input. | |
132 | |
26333 | 133 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
134 | |
26338 | 135 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
136 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
137 for compatibility with old face implementation. | |
138 | |
26336 | 139 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
140 Use erase-field instead of erase-buffer. | |
141 | |
26333 | 142 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
143 internal-show-cursor with new interface. | |
144 (blink-cursor-timer-function): New. | |
145 (blink-cursor-start): Use blink-cursor-timer-function. | |
146 | |
26331 | 147 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
148 | |
149 * calendar.el (redraw-calendar): Move to nearest date before | |
150 redrawing. | |
151 | |
152 * diary-lib.el (simple-diary-display): Reset modeline even if | |
153 there are no diary entries since the diary buffer may be displayed. | |
154 | |
26326 | 155 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
156 | |
157 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
158 backtrace using `message', then exit Emacs. | |
159 (debugger-batch-max-lines): New variable. | |
160 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
161 Change the messages put at the start, to say that the debugger | |
162 was entered. | |
163 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
164 1999-11-02 Sam Steingold <sds@ksp.com> |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
165 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
166 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
167 |
26295 | 168 1999-11-01 John Tobey <jtobey@epsilondev.com> |
169 | |
170 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
171 presence of perl switches other than "-e". | |
172 | |
26287 | 173 1999-11-01 Markus Rost <rost@ias.edu> |
174 | |
175 * dired-x.el (dired-smart-shell-command): Use | |
176 shell-command-history as in shell-command. | |
177 | |
26282 | 178 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
179 | |
180 * userlock.el (ask-user-about-lock): Doc fix. | |
181 | |
26285 | 182 * frame.el: Doc fixes. |
183 | |
26271 | 184 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
185 | |
26279 | 186 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
187 of show-cursor. | |
188 (blink-cursor-start, blink-cursor-end): Ditto. | |
189 | |
26271 | 190 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
191 | |
26269 | 192 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
193 | |
194 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
195 start on that frame. Use save-selected-window. | |
196 | |
26266 | 197 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
198 | |
199 * simple.el (end-of-buffer): Use window-end to find the window end | |
200 instead of vertical-motion because this handles variable-height | |
201 lines correctly. | |
202 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
203 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
204 |
26266 | 205 * ediff.el: Version change. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
206 |
26266 | 207 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
208 make sure you are in a good frame before deleting other |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
209 windows. |
26266 | 210 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
211 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
212 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
213 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
214 |
26266 | 215 * ediff-mult.el (ediff-show-session-group-hook): New default. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
216 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
217 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 218 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
219 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
220 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
221 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 222 Use file-name-nondirectory when passing files to CVS. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
223 |
26271 | 224 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 225 (ediff-same-file-contents): Use ediff-cmp-options. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
226 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
227 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 228 ediff-get-patch-buffer): Use current buffer if it appears to be a |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
229 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
230 |
26271 | 231 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
232 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
233 |
26266 | 234 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
235 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
236 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 237 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
238 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 239 viper-get-saved-cursor-color-in-insert-mode): New functions for |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
240 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
241 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
242 * viper-ex.el (ex-read,ex-edit): |
26266 | 243 Fixes for correct interpretation of #,%. |
244 (viper-ex): Now works correctly when called from other functions. | |
245 (viper-glob-function): New variable. | |
246 (viper-ex): Save excursion before doing :global. | |
247 | |
248 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
249 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
250 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
251 viper-insert-state-post-command-sentinel, |
26266 | 252 viper-insert-state-pre-command-sentinel): Takes better care of |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
253 cursor colors. |
26267 | 254 |
255 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
256 |
26260 | 257 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
258 | |
259 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
260 that the modeline display was updated *only* when | |
261 `whitespace-display-in-modeline' was set, not otherwise. | |
262 | |
26248 | 263 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
264 | |
26251 | 265 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
266 "frac12". | |
267 | |
26248 | 268 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
269 ad-activate. | |
270 | |
26246 | 271 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
272 | |
26254 | 273 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
274 using fboundp instead of assuming that these are not present in | |
275 particular flavors of emacs. | |
276 (whitespace-version): Update to 2.8 | |
277 (whitespace-display-in-modeline): Add custom variable to control | |
278 displaying the whitespace errors on the modeline based on | |
279 suggestion from <klaus.berndl@sdm.de> | |
280 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
281 clean, to enable using as a hook function, as suggested by Puneet | |
282 Goel <puneet@computer.org> | |
283 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
284 quiet was not set, even with whitespace-auto-cleanup set. | |
285 (whitespace-mode-line): Now uses less modeline real estate and | |
286 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
287 which is present in the file, and <y> is any type of whitespace | |
288 whose check has been suppressed by setting | |
26246 | 289 `whitespace-check-<whitespace-type>' to nil. |
26254 | 290 (whitespace-unchecked-whitespaces): New function to return the |
291 list of whitespaces for whom checks have been suppressed. | |
292 (whitespace-display-unchecked-whitespaces): Renamed to | |
293 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 294 |
26244 | 295 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
296 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
297 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 298 Undo previous change. |
299 | |
26232 | 300 1999-10-28 Dave Love <fx@gnu.org> |
301 | |
302 * help.el (help-follow): Make arg optional again and really | |
303 default to point. | |
304 | |
26228 | 305 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
306 | |
26234 | 307 * paths.el (rmail-file-name): Make it an option. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
308 |
26228 | 309 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
310 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
311 comment fixes. | |
312 | |
26231 | 313 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
314 MIPS Pro 7.3 compiler error message syntax. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
315 |
26223 | 316 1999-10-27 Dave Love <fx@gnu.org> |
317 | |
318 * progmodes/compile.el: Checkdoc-inspired fixes. | |
319 | |
26220 | 320 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
321 | |
322 * lpr.el (print-buffer): Doc-string fix. | |
323 | |
26218 | 324 1999-10-27 Dave Love <fx@gnu.org> |
325 | |
326 * emacs-lisp/advice.el: Doc fixes. | |
327 (ad-lemacs-p): Removed. | |
328 (advice): Add :link to defgroup. | |
329 | |
26209 | 330 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
331 | |
332 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
333 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
334 | |
26207 | 335 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
336 | |
337 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
338 ad-activate. All callers changed, including those in data.c. | |
339 (ad-activate-internal-off): Renamed from ad-activate-off. | |
340 All uses changed. | |
341 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
342 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 343 Alter the definition of ad-activate-internal, not ad-activate. |
344 | |
26196 | 345 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
346 | |
347 * startup.el (command-line-1): Add support for command line | |
348 arguments `file' and `execute'. Fix handling of `visit'. | |
349 | |
26191 | 350 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
351 | |
352 * international/mule-cmds.el (read-input-method-name): Handle the | |
353 case that the arg DEFAULT is symbol. | |
354 | |
355 * international/mule-diag.el (mule-diag): Handle the case that | |
356 default-input-method is symbol. | |
357 | |
26187 | 358 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
359 | |
360 * textmodes/tildify.el: New file. | |
361 | |
26184 | 362 1999-10-25 Sam Steingold <sds@ksp.com> |
363 | |
364 * Makefile (compile-files): Fixed the "tr" strings. | |
365 (EMACS): Set to ../src/emacs. | |
366 | |
26173 | 367 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
368 | |
369 * info.el (Info-build-node-completions): Add '("*") to the | |
370 completion list. | |
371 | |
26167 | 372 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
373 | |
374 * frame.el (auto-raise-mode): When enabling the mode, | |
375 immediately raise the selected frame. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
376 |
26170 | 377 * indent.el (indent-region): Doc fix. |
378 | |
26175 | 379 * comint.el (comint-output-filter): Make the Comint buffer current |
380 for the comint-preoutput-filter-functions. | |
381 | |
26177 | 382 * mail/reporter.el: Doc fix. |
383 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
384 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
385 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
386 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
387 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
388 (require 'custom) added so that files can run under Emacs 19.34. |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
389 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
390 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
391 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
392 |
26151 | 393 1999-10-23 Dave Love <fx@gnu.org> |
394 | |
395 * elide-head.el: New file. | |
396 | |
26148 | 397 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
398 | |
399 * Makefile (compile-files, backup-compiled-files): New targets. | |
400 (bootstrap, bootstrap-clean): Ditto. | |
401 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
402 1999-10-22 Paul Eggert <eggert@twinsun.com> |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
403 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
404 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
405 Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
406 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
407 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
408 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
409 Use Latin-1 for English if "en" is explicitly specified. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
410 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
411 Use Latin-1 (not Latin-4) for Greenlandic. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
412 Use Latin-1 (not Latin-2) for Albanian. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
413 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
414 Remove generic ISO 8859 locales; locale-charset-language-names now |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
415 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
416 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
417 (set-locale-environment): Use language name specified by |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
418 locale-charset-language-names if its charsets disagree with the |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
419 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
420 |
26132 | 421 1999-10-22 Dave Love <fx@gnu.org> |
422 | |
26137 | 423 * make-mode.el: Minor doc fixes. |
424 | |
26132 | 425 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
426 | |
26129 | 427 1999-10-21 Dave Love <fx@gnu.org> |
428 | |
429 * loadup.el: Add latin-8, latin-9. | |
430 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
431 1999-10-20 Paul Eggert <eggert@twinsun.com> |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
432 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
433 * disp-table.el (standard-display-european): Remove undocumented |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
434 arg AUTO; no longer used by startup.el. Do not attempt to treat |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
435 all non-English language environments as coding system names. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
436 Instead, use the downcased language environment name as a coding |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
437 system name if it is one; otherwise, use latin-1. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
438 |
26121 | 439 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
440 | |
441 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
442 that were split so that part of the comment appeared as Lisp code. | |
443 | |
26117 | 444 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
445 | |
446 * ps-bdf.el: Doc fix. | |
447 | |
448 * ps-print-def.el: New file: common definitions for all parts of | |
449 ps-print. | |
450 (ps-multibyte-buffer): Moved from ps-mule. | |
451 | |
452 * ps-mule.el: File dependence fix. | |
453 (ps-multibyte-buffer): Moved to ps-print-def. | |
454 | |
455 * ps-print.el: Doc fix, better customization. | |
456 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
457 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
458 (ps-end-file): Doc fix. | |
459 (ps-setup, ps-begin-file): Fun fix. | |
460 (postscript): New group. | |
461 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
462 (ps-print-prologue-1): Adjust PostScript programming. | |
463 (ps-print): Adjust group hierarchy. | |
464 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
465 ps-print-printer) | |
466 (ps-print-page): New subgroups. | |
467 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
468 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
469 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
470 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
471 (ps-zebra-stripe-height, ps-print-background-image) | |
472 (ps-print-background-text, ps-spool-config): Adjust customization. | |
473 (dos-ps-printer): Definition eliminated. | |
474 | |
475 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
476 | |
477 * ps-mule.el: Doc fix, define functions properly if mule package is | |
478 loaded or not. | |
479 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
480 mule package is loaded or not. | |
481 | |
482 * ps-print.el: Doc fix, n-up printing. | |
483 (ps-print-version): New version number (5.0). | |
484 (ps-page-dimensions-database): Added document media. | |
485 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
486 (ps-page-order, ps-printing-region-p): New vars. | |
487 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
488 funs. | |
489 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
490 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
491 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
492 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
493 (ps-print-begin-sheet-hook): New hook. | |
494 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
495 const. | |
496 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
497 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
498 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
499 (ps-count-lines): Changed to defun. | |
500 (ps-header-page): Changed to defsubst, fix fun. | |
501 (ps-printing-region): Doc fix, adjust programming code. | |
502 (ps-output-boolean, ps-background-pages, ps-background-text) | |
503 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
504 programming code. | |
505 | |
506 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
507 | |
508 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
509 (ps-print-version): New version number (4.2). | |
510 (ps-spool-config, ps-spool-tumble): New vars. | |
511 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
512 programming, new PostScript procedure to handle errors. | |
513 (ps-print-prologue-2): Changed to defconst. | |
514 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
515 (ps-setup, ps-begin-file): Fix funs. | |
516 (ps-boolean-capitalized): New fun. | |
517 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
518 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
519 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
520 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
521 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
522 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
523 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
524 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
525 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
526 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
527 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
528 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
529 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
530 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
531 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
532 |
26102 | 533 1999-10-19 Dave Love <fx@gnu.org> |
534 | |
535 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
536 | |
26100 | 537 1999-10-19 Sam Steingold <sds@ksp.com> |
538 | |
539 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
540 comply with the comment. | |
541 | |
26098 | 542 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
543 | |
544 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
545 permanent-local. | |
546 | |
26094 | 547 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
548 |
26094 | 549 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
550 value: \"lpr\" changed to "lpr" | |
551 (ps-mode-version): New constant | |
552 (ps-mode-show-version): New function, added key in ps-mode-map | |
553 (ps-run-messages): Removed | |
554 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
555 ps-run-messages. These keywords now include the value of | |
556 ps-run-prompt, making its fontification customizable. | |
557 (ps-run-init): Removed \\n from docstring, it is now added when | |
558 the value is used | |
559 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
560 ps-run-prompt | |
561 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 562 customizable variables in doc-string (its equivalent |
26094 | 563 ps-run-messages was missing in previous version of the doc-string) |
564 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
565 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
566 |
26091 | 567 1999-10-19 Alex Schroeder <alex@gnu.org> |
568 | |
569 * ansi-color.el: Complete rewrite. | |
570 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
571 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
572 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
573 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
574 Use the system locale to specify Emacs locale defaults. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
575 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
576 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
577 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
578 problem if you need to recompile all Lisp files using interpreted code. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
579 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
580 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
581 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
582 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
583 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
584 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
585 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
586 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
587 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
588 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
589 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
590 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
591 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
592 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
593 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
594 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
595 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
596 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
597 Prefer japanese-iso-8bit if the system-type is usg-unix-v. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
598 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
599 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
600 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
601 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
602 |
26080 | 603 1999-10-18 Dave Love <fx@gnu.org> |
604 | |
605 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
606 (expand-region-abbrevs): Remove properties from buffer text. | |
607 | |
26064 | 608 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
609 | |
26066 | 610 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
611 from the mini-buffer, without the prompt. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
612 |
26064 | 613 * simple.el (minibuffer-prompt-end): Return the position |
614 after the prompt, not the position of that last character | |
615 of the prompt. | |
616 | |
26061 | 617 1999-10-17 Miles Bader <miles@gnu.org> |
618 | |
619 * simple.el: Doc fixes. | |
620 | |
621 1999-10-17 Miles Bader <miles@gnu.org> | |
622 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
623 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 624 Change to work correctly even if the point is in the prompt. |
625 (choose-completion-string): Likewise. | |
626 (minibuffer-prompt-width): New function (compatibility with old subr). | |
627 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
628 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 629 When constraining the final position to the current field, |
630 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
631 | |
632 1999-10-17 Miles Bader <miles@gnu.org> | |
633 | |
634 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
635 constrain-to-field. | |
636 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
637 | |
638 1999-10-17 Miles Bader <miles@gnu.org> | |
639 | |
640 * simple.el (line-move): Use constrain-to-field to avoid | |
641 moving into a prompt. | |
642 (previous-complete-history-element): Clarify doc string. | |
643 (next-complete-history-element): Likewise. | |
644 Use field-beginning instead of point-min. | |
645 (next-matching-history-element): Use field-beginning and | |
646 erase-field instead of point-min and erase-buffer. | |
647 * textmodes/paragraphs.el | |
648 (forward-paragraph, forward-sentence): Likewise. | |
649 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
650 constrain the kill to an field, as the movement commands now | |
651 do this. | |
652 | |
653 1999-10-17 Miles Bader <miles@gnu.org> | |
654 | |
655 * simple.el (previous-matching-history-element): Get the | |
656 minibuffer input with field-string instead of buffer-string. | |
657 (choose-completion-string): Likewise. | |
658 (next-history-element): Likewise. | |
659 Erase the minibuffer input with erase-field, not erase-buffer. | |
660 Use field-beginning to find the beginning of the input. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
661 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 662 Remove minibuffer-prompt hack. |
663 Constrain to any input field. | |
664 | |
26053 | 665 1999-10-17 Sam Steingold <sds@ksp.com> |
666 | |
667 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
668 for CMUCL on sparc and ".ufsl" for LispWorks. | |
669 (bound-and-true-p): Bugfix: free variable `v'. | |
670 | |
26050 | 671 1999-10-16 Dave Love <d.love@dl.ac.uk> |
672 | |
673 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
674 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
675 avoiding elisp-eval. | |
676 | |
26048 | 677 1999-10-16 Sam Steingold <sds@ksp.com> |
678 | |
679 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
680 instead of `eql'. | |
681 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
682 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
683 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
684 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
685 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
686 (browse-url-temp-file-list, browse-url-delete-temp-file-list): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
687 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
688 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
689 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
690 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
691 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
692 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
693 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
694 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
695 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
696 |
26029 | 697 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
698 | |
699 * smtpmail.el (smtpmail-via-smtp): Add support for | |
700 automatically appending a domain to RCPT TO: addresses. | |
701 | |
26027 | 702 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
703 | |
704 * dired.el (dired-insert-directory): Insert the amount of | |
705 free space after the total size. | |
706 (dired-free-space-program, dired-free-space-args): New variables. | |
707 | |
26023 | 708 1999-10-14 Karl Heuer <kwzh@gnu.org> |
709 | |
710 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
711 | |
26017 | 712 1999-10-14 Dave Love <fx@gnu.org> |
713 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
714 * international/characters.el: |
26017 | 715 * international/fontset.el: |
716 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
717 | |
718 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
719 strings. | |
720 | |
721 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
722 (command-line): Detect Latin-[89] locales. | |
723 | |
26011 | 724 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
725 | |
726 * international/mule-cmds.el (select-safe-coding-system) | |
727 (leim-list-header): avoid the use of strings that start with backslash | |
728 newline since lread.c:read1 has a hack to turn those strings into | |
729 integer 0 during the loadup.el process. | |
730 | |
731 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
732 | |
26008 | 733 1999-10-13 Dave Love <fx@gnu.org> |
734 | |
735 * image.el (insert-image): Copy the image spec and add an | |
736 intangible property. | |
737 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
738 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
739 |
26008 | 740 * help.el (help-xref-interned): Make it also work on variable-only |
741 and function-only symbols. | |
742 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
743 (help-follow): If the point under mouse is not highlighted, try | |
744 `help-xref-interned' on the pointed-to symbol anyway. | |
745 | |
746 * info.el (Info-on-current-buffer): New entry point. | |
747 (Info-find-node): Split into two for Info-on-current-buffer to | |
748 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
749 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 750 Info-current-file can now be t. |
751 (Info-clone-buffer-hook): function for `clone-buffer'. | |
752 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
753 `clone-buffer' available in various ways to the user. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
754 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
755 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
756 |
26008 | 757 * simple.el (shell-command, shell-command-on-region): Use |
758 make-temp-file. | |
759 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
760 | |
761 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
762 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
763 |
26008 | 764 * loadup.el (load-path): Add subdirs for bootstrapping. |
765 (docstrings): Ignore errors during bootstrapping. | |
766 (args): New `bootstrap' argument (for use in place of `dump'). | |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
767 |
26001 | 768 1999-10-12 Emmanuel Briot <briot@gnat.com> |
769 | |
770 * ada-stmt.el: Doc-string fixes. | |
771 | |
25991 | 772 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
773 | |
25998 | 774 * recentf.el: New file. |
775 | |
25991 | 776 * ps-mode.el: New file. |
777 | |
778 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
779 case insensitive. | |
780 | |
25985 | 781 1999-10-12 Richard Sharman <rsharman@pobox.com> |
782 | |
783 * sh-script.el: Added support for indenting existing scripts. | |
784 (sh-mode-map): Added new bindings. | |
785 (sh-mode): Updated mode doc-string for new commands, added | |
786 make-local-variable calls, initialize mode-specific variables. | |
787 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
788 is now a different function. | |
789 (sh-header-marker): Changed docstring. | |
790 (sh-set-shell): Initialize mode-specific variables. | |
791 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
792 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
793 Changed these define-skeleton calls to work with user-specified | |
794 indentation settings. | |
795 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
796 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
797 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
798 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
799 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
800 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
801 (sh-guess-basic-offset, sh-handle-after-case-label) | |
802 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
803 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
804 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
805 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
806 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
807 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
808 (sh-handle-this-then, sh-help-string-for-variable) | |
809 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
810 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
811 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
812 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
813 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
814 (sh-remove-our-text-properties, sh-rescan-buffer) | |
815 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
816 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
817 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
818 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
819 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 820 functions. |
821 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
822 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
823 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
824 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
825 (sh-var-list): New variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
826 |
25983 | 827 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
828 | |
25999 | 829 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
830 a value one line to high if the cursor wasn't at the start of a | |
831 line. A `beginning-of-line' is now performed before making the | |
832 call to `count-lines'. | |
25983 | 833 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
834 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
835 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
836 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
837 |
25960 | 838 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
839 | |
25962 | 840 * Makefile (setwins): abstract out the command to find subdirectories |
841 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 842 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
843 (autoloads-with-other-emacs): use it. | |
25962 | 844 |
25960 | 845 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
846 | |
25942 | 847 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
848 | |
849 * Makefile (bootstrap-compile): New target. Compile Lisp | |
850 files with ../src/temacs. | |
851 | |
25939 | 852 1999-10-08 Simon Marshall <simon@gnu.org> |
853 | |
854 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
855 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
856 If STRINGS is nil, return "" rather than nil. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
857 |
25937 | 858 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
859 | |
860 * Makefile (compile): Compile files one by one. Set load-path to | |
861 current directory and subdirectories when compiling. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
862 |
25918 | 863 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
864 | |
865 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
866 (emacs): Use it everywhere instead of EMACS. | |
867 (compile): New target. Compile all Lisp files from scratch. | |
868 (recompile): New target. Recompile lisp directory. | |
869 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
870 an Emacs executable not built in the current directory tree. | |
871 | |
25908 | 872 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
873 | |
874 * filecache.el (file-cache-completion-ignore-case): New variable, | |
875 defaulting to the value of completion-ignore-case. | |
876 (file-cache-minibuffer-complete): Use it. | |
877 (file-cache-files-matching, file-cache-files-matching-internal): | |
878 New functions. | |
879 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
880 1999-10-07 Emmanuel Briot <briot@gnat.com> |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
881 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
882 * ada-xref.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
883 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
884 * ada-prj.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
885 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
886 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
887 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
888 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
889 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
890 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
891 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
892 ada-indent-newline-indent): Rewritten to support the new indentation |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
893 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
894 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
895 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
896 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
897 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
898 * ada-mode.el (ada-fill-comment-paragraph): Add support for the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
899 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
900 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
901 * ada-mode.el (ada-make-body, ada-gen-treat-proc, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
902 ada-make-subprogram-body): Rewritten to benefit from the gnatstub |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
903 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
904 |
25900 | 905 1999-10-07 Dave Love <fx@gnu.org> |
906 | |
907 * bindings.el (bound-and-true-p): New macro. | |
908 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
909 | |
25886 | 910 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
911 | |
912 * custom.el (defface): Extend documentation for new values of | |
913 `type'. | |
914 | |
915 * faces.el (face-spec-set-match-display): Recognize `type' of | |
916 `motif', `lucid', `x-toolkit'. | |
917 (menu): New face. | |
918 | |
25870 | 919 1999-10-05 Dave Love <fx@gnu.org> |
920 | |
921 * files.el: Recognize temporary crontab files. | |
922 | |
25873 | 923 * info.el: Require jka-compr when compiling. |
924 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
925 | |
25866 | 926 1999-10-04 Dave Love <fx@gnu.org> |
927 | |
928 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
929 scroll-up-aggressively, scroll-down-aggressively. | |
930 | |
931 * time.el (display-time-mode): Add autoload cookie. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
932 |
25867 | 933 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 934 |
935 * help-macro.el (three-step-help): Customize. | |
936 | |
25926 | 937 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
938 | |
939 * hexl.el (hexlify-buffer): Move point in proper range | |
940 if it is too large. | |
941 (hexl-after-revert-hook): Update hexl-max-address. | |
942 (hexl-address-to-marker): Doc fix. | |
943 | |
25865 | 944 1999-10-03 Dave Love <fx@gnu.org> |
945 | |
946 * image.el (defimage): Remove redundant code. Substitute file in | |
947 image plist. | |
948 | |
949 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
950 | |
951 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
952 when doing with-temp-file. | |
953 | |
954 1999-10-01 Dave Love <fx@gnu.org> | |
955 | |
956 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
957 | |
958 * help.el: Require view when compiling. | |
959 (view-emacs-FAQ): Use Info version. | |
960 | |
25837 | 961 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
962 | |
963 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
964 (normat->normal). Use correct font names for Korean | |
965 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
966 | |
967 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
968 | |
969 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
970 code not used by KOI8 to the same 8-bit code instead of mapping to | |
971 SPC. | |
972 (cyrillic-alternativnyj-decode-table): Likewise. | |
973 | |
974 1999-09-29 Alex Schroeder <alex@gnu.org> | |
975 | |
976 * sql.el (sql-imenu-generic-expression): new, used to set | |
977 imenu-generic-expression. | |
978 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
979 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
980 imenu-case-fold-search, and imenu-syntax-alist. | |
981 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
982 setting font-lock-defaults' SYNTAX-ALIST. | |
983 | |
26025 | 984 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
985 | |
986 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
987 macro, try again. | |
988 | |
25837 | 989 1999-09-28 Dave Love <fx@gnu.org> |
990 | |
991 * cus-edit.el (custom-comment): Change widget definition. | |
992 (custom-comment-create, custom-comment-show) | |
993 (custom-comment-invisible-p): Don't use :comment-overlay. | |
994 (custom-comment-hide): New function. | |
995 (custom-variable-set, custom-variable-save) | |
996 (custom-variable-reset-standard, custom-face-set) | |
997 (custom-face-save): Use it. | |
998 | |
25946 | 999 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1000 | |
25949 | 1001 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
1002 | |
1003 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
1004 | |
25946 | 1005 * faces.el (region): Doc fix. |
1006 | |
25837 | 1007 1999-09-27 Dave Love <fx@gnu.org> |
1008 | |
1009 * isearch.el (isearch): Add :links in defgroup. | |
1010 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
1011 (isearch-switch-frame-handler): Comment out (unused). | |
1012 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
1013 (isearch-ring-retreat-edit): Doc fix. | |
1014 (isearch-mouse-yank): New command. | |
1015 (isearch-last-command-char): Removed. Callers changed to use | |
1016 last-command-char. | |
1017 (isearch-char-to-string): Removed. Callers changed to use | |
1018 char-to-string. | |
1019 | |
25944 | 1020 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
1021 | |
1022 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
1023 option for Russian. | |
1024 | |
25837 | 1025 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
1026 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1027 * faces.el (face-differs-from-default-p): Compare face |
25837 | 1028 attributes individually. |
1029 | |
1030 * image.el (put-image, insert-image): Add string argument. | |
1031 | |
1032 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
1033 | |
1034 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
1035 LANG=de_DE.iso88591 on HPUX 11.0. | |
1036 | |
1037 * dired.el (dired-move-to-filename-regexp): Make it work | |
1038 for LANG=de_DE.iso88591 on HPUX 11.0. | |
1039 | |
26171 | 1040 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1041 | |
1042 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
1043 if we know for some other reason it should not be used. | |
1044 | |
26179 | 1045 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
1046 New variable. | |
1047 (edebug-recursive-edit): Save current-prefix-arg there, | |
1048 bind it, and set it back at the end. | |
1049 (edebug-outside-excursion): Restore and update the outside | |
1050 value of current-prefix-arg. | |
1051 (edebug-emacs-version-specific): Delete support for Epoch. | |
1052 | |
26180 | 1053 1999-09-24 Howard Melman <howard@silverstream.com> |
1054 | |
1055 * imenu.el (imenu-after-jump-hook): New variable. | |
1056 (imenu): Run menu-after-jump-hook. | |
1057 (imenu-name-lookup-function): New variable. | |
1058 * imenu.el (imenu--in-alist): Use those variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1059 |
25837 | 1060 1999-09-24 Carsten Dominik <cd@gnu.org> |
1061 | |
1062 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1063 multiple thebibliography environments. |
25837 | 1064 |
1065 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
1066 with recentering window. | |
1067 (reftex-extract-bib-entries-from-thebibliography, | |
1068 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
1069 with multiple thebibliography environments. | |
1070 | |
1071 * textmodes/reftex-vars.el | |
1072 (reftex-section-levels): Function allowed as cdr. | |
1073 (reftex-max-section-depth) New option. | |
1074 | |
1075 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
1076 with multiple thebibliography environments. | |
1077 | |
1078 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
1079 | |
1080 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
1081 instead of point-min in call to delete-region. | |
1082 | |
1083 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1084 | |
1085 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
1086 out into arbitrary file names. | |
1087 | |
1088 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
1089 | |
1090 * language/european.el ("Turkish"): New language environment. | |
1091 | |
1092 1999-09-19 Dave Love <fx@gnu.org> | |
1093 | |
1094 * delim-col.el: New file. | |
1095 | |
1096 1999-09-17 Richard Stallman <rms@gnu.org> | |
1097 | |
1098 * files.el (after-find-file): When visiting a backup file, | |
1099 make it read-only. | |
1100 | |
1101 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
1102 (apropos-keybinding-face, apropos-label-face): Likewise. | |
1103 (apropos-property-face, apropos-match-face): Likewise. | |
1104 (apropos-label-properties): New variable. | |
1105 (apropos-print-doc): Use apropos-label-properties. | |
1106 (apropos-print): Set apropos-label-properties. | |
1107 | |
1108 1999-09-15 Richard Stallman <rms@gnu.org> | |
1109 | |
1110 * winner.el: Use aref instead of sref. | |
1111 | |
1112 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1113 | |
1114 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1115 | |
1116 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1117 | |
1118 1999-09-14 Richard Stallman <rms@gnu.org> | |
1119 | |
1120 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1121 cookie, even if followed by a letter. | |
1122 | |
1123 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1124 | |
1125 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1126 --no-line-editing are passed to Octave by including them here | |
1127 rather than storing them in inferior-octave-startup-args. | |
1128 | |
1129 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1130 | |
1131 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1132 command, option, env and sc. | |
1133 | |
1134 * subr.el (shell-quote-argument): Quote argument with double | |
1135 quotes for ms-dos. | |
1136 | |
1137 1999-09-14 Richard Stallman <rms@gnu.org> | |
1138 | |
1139 * simple.el (eval-expression-print-level): New variable. | |
1140 (eval-expression-print-length): New variable. | |
1141 (eval-expression-debug-on-error): New variable. | |
1142 (eval-expression): Bind print-level, print-length and | |
1143 debug-on-error from those vars. | |
1144 | |
1145 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1146 Bind print-level, print-length and debug-on-error. | |
1147 | |
1148 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1149 | |
1150 * dired.el (dired-recursive-deletes): New custom variable. | |
1151 (dired-re-no-dot): New variable. | |
1152 (dired-delete-file): New function deletes files and directories | |
1153 recursively. | |
1154 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1155 | |
1156 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1157 (dired-handle-overwrite): Broke a long line. | |
1158 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1159 `copy-file'. | |
1160 (dired-copy-file-recursive): New function. Copy directories | |
1161 recursively. | |
1162 (dired-do-create-files): Added support for generalized directory | |
1163 target. How-to function may now return a function. New fluid | |
1164 variable `dired-one-file'. | |
1165 (dired-copy-how-to-fn): New variable. | |
1166 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1167 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1168 (dired-do-copy-regexp): No recursive copies. | |
1169 | |
1170 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1171 | |
1172 * whitespace.el (whitespace-version): Update version to 2.4 | |
1173 | |
1174 * whitespace.el: Add customization variables to conditionally test | |
1175 any of the five whitespaces, per request from Rune Kleveland | |
1176 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1177 | |
1178 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1179 | |
1180 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1181 list of modes to be checked for bogus whitespaces. | |
1182 | |
1183 * whitespace.el (whitespace-rescan-timer-time): Update | |
1184 documentation. | |
1185 | |
1186 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1187 new function to update modeline with untested whitespaces. | |
1188 | |
1189 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1190 checking is turned on, and update modeline using the newly created | |
1191 `whitespace-display-unchecked-whitespaces'. | |
1192 | |
1193 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1194 whose checking is turned on, and update modeline using the newly | |
1195 created `whitespace-display-unchecked-whitespaces'. | |
1196 | |
1197 * whitespace.el (whitespace-describe): Update documentation. | |
1198 | |
1199 * whitespace.el (whitespace-tickle-timer): Test if | |
1200 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1201 | |
1202 1999-09-13 Dave Love <fx@gnu.org> | |
1203 | |
1204 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1205 | |
1206 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1207 for temp buffer. | |
1208 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1209 | |
1210 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1211 | |
1212 * rsz-mini.el: Remove code, keep the interface. | |
1213 | |
1214 1999-09-13 Dave Love <fx@gnu.org> | |
1215 | |
1216 * help.el (help-highlight-p): Doc fix. | |
1217 | |
1218 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1219 (highlight, secondary-selection): Add :group. | |
1220 (trailing-whitespace): Add :group, :version. | |
1221 | |
1222 * wid-edit.el: Remove some compatibility code and checks. | |
1223 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1224 properties. | |
1225 (widget-overlay-inactive): Change error message. | |
1226 (widget-button-pressed-face): New variable. | |
1227 (widget-button-click): Use it. | |
1228 (widget-documentation-link-add): Specify mouse and button faces. | |
1229 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1230 removed now the functionality is built in. | |
1231 | |
1232 * cus-edit.el: Don't define-widget-keywords. | |
1233 (multimedia): New group. | |
1234 (custom-last): Function removed. | |
1235 (custom-quote): Add vectorp case, comment out characterp case. | |
1236 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1237 (Custom-buffer-done): New function. | |
1238 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1239 Custom-buffer-done. | |
1240 (custom-button-face): Make it `released-button'. | |
1241 (custom-button-pressed-face): Make it `pressed-button' | |
1242 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1243 (custom-mode): Deal with raised/pressed buttons. | |
1244 | |
1245 Changes from Didier Verna: | |
1246 (custom-prompt-variable): Optional third arg makes prompt for a | |
1247 comment string. | |
1248 (customize-set-value, customize-set-variable, | |
1249 customize-save-variable): Optional prefix makes function handle | |
1250 variable comments. | |
1251 (customize-customized, customize-saved, custom-variable-state-set) | |
1252 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1253 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1254 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1255 (custom-face-reset-standard, customize-save-customized): Handle | |
1256 custom comments. | |
1257 (custom-comment-face, custom-comment-tag-face): New face. | |
1258 (custom-comment): New widget. | |
1259 (custom-comment-create, custom-comment-delete) | |
1260 (custom-comment-value-set, custom-comment-show) | |
1261 ()custom-comment-invisible-p): New functions. | |
1262 (custom-variable-value-create, custom-face-value-create): Create a | |
1263 comment field widget. | |
1264 (custom-variable-menu, custom-face-menu): New entry for custom | |
1265 comment. | |
1266 (custom-face-value-create): Remove compatibility code. | |
1267 (custom-save-variables, custom-save-faces): Possibly save custom | |
1268 comments. | |
1269 | |
1270 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1271 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1272 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1273 |
25837 | 1274 Change from Didier Verna: |
1275 (custom-set-faces): The arguments can now have a custom comment as | |
1276 fourth argument. | |
1277 | |
1278 * custom.el: Don't define-widget-keywords. | |
1279 Change from Didier Verna: | |
1280 (custom-set-variables): the arguments can now have a | |
1281 custom comment as fifth element. | |
1282 | |
1283 1999-09-13 Richard Stallman <rms@gnu.org> | |
1284 | |
1285 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1286 | |
1287 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1288 | |
1289 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1290 of buffer-substring because buffer-string doesn't copy the |
25837 | 1291 prompt. |
1292 | |
1293 * faces.el (mode-line): Replaces `modeline'. | |
1294 (toplevel): Make `modeline' an alias for `mode-line'. | |
1295 | |
1296 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1297 | |
1298 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1299 | |
1300 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1301 | |
1302 * emulation/tpu-edt.el (tpu-version): New version. | |
1303 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1304 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1305 (tpu-lm-replace): Set tpu-replace-overlay. | |
1306 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1307 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1308 |
25837 | 1309 1999-09-11 Richard Stallman <rms@gnu.org> |
1310 | |
1311 * isearch.el (isearch-mode-map): Undo previous change. | |
1312 | |
1313 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1314 use all of that as the sexp. | |
1315 | |
1316 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1317 and use the initial argument as file name directly. | |
1318 Likewise if nothing matches. | |
1319 | |
1320 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1321 | |
1322 * winner.el: Major changes. Avoid changing point and mark. | |
1323 Save configurations after they change, not before. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1324 |
25837 | 1325 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1326 | |
1327 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1328 Bind print-continuous-numbering and print-number-table. | |
1329 | |
1330 1999-09-10 Dave Love <fx@gnu.org> | |
1331 | |
1332 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1333 | |
1334 1999-09-09 Richard Stallman <rms@gnu.org> | |
1335 | |
1336 * whitespace.el: Finish making it fit Emacs conventions. | |
1337 Add autoloads. | |
1338 | |
1339 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1340 | |
1341 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1342 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1343 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1344 from the list of keywords. Add DO to the list of keywords. | |
1345 | |
1346 1999-09-09 Dave Love <fx@gnu.org> | |
1347 | |
1348 * byte-opt.el (byte-optimize-backward-char): | |
1349 (byte-optimize-backward-word): New optimizations. | |
1350 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1351 entries. | |
1352 | |
1353 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1354 | |
1355 * image.el (put-image): Remove optional buffer parameter. | |
1356 | |
1357 * faces.el (face-italic-p): Return t only for values `italic' | |
1358 and `oblique'. | |
1359 | |
1360 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1361 mouse-drag-mode-line that also drags the header line. | |
1362 (mouse-drag-mode-line): Call it. | |
1363 (mouse-drag-header-line): New. | |
1364 (toplevel): Bind down-mouse-1 on header lines to | |
1365 mouse-drage-header-line. | |
1366 | |
1367 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1368 | |
1369 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1370 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1371 `header-line'. | |
1372 | |
1373 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1374 | |
1375 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1376 | |
1377 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1378 Respect colon-double-space at end of line. | |
1379 | |
1380 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1381 | |
1382 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1383 (backup-buffer): Use it. | |
1384 | |
1385 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1386 | |
1387 * generic-x.el (generic-define-unix-modes): Added new modes: | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1388 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 1389 etc-passwd-generic-mode. These are all defined for Unix by default. |
1390 (apache-generic-mode): Use an imenu-generic-expression to list | |
1391 Configuration keywords. | |
1392 (samba-generic-mode): Use both ; and # as comment characters. | |
1393 (samba-generic-mode): Font-lock expressions now highlight name | |
1394 value pairs. | |
1395 (bat-generic-mode): Keywords are now case-insensitive through | |
1396 font-lock-defaults setting. | |
1397 (java-properties-generic-mode): Supports both ! and # as comment | |
1398 characters. | |
1399 (java-properties-generic-mode): Added an imenu-generic-expression | |
1400 (java-properties-generic-mode): Reworked to support the various | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1401 different ways to separate name and value (viz, '=', ':' and |
25837 | 1402 whitespace). |
1403 (show-tabs-generic-mode): Added this new generic-mode. | |
1404 | |
1405 1999-09-08 Richard Stallman <rms@gnu.org> | |
1406 | |
1407 * progmodes/inf-lisp.el: Moved from top directory. | |
1408 | |
1409 * tar-mode.el (tar-header-block-tokenize): | |
1410 Use `when' instead of `and'. Fix some clobbered text. | |
1411 | |
1412 * gud.el (gud-make-debug-menu): Make a child for the | |
1413 local menu, for its menu bar, and the debug menu. | |
1414 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1415 Use the history in the simple way. | |
1416 | |
1417 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1418 | |
1419 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1420 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1421 | |
1422 1999-09-07 Richard Stallman <rms@gnu.org> | |
1423 | |
1424 * subr.el (make-temp-file): New function. | |
1425 | |
1426 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1427 | |
1428 * font-lock.el (font-lock-multiline): New text property contains | |
1429 a boolean to indicate if the char is part of a multiline match. | |
1430 (font-lock-default-fontify-region): Extend the region appropriately | |
1431 for multiline keywords. | |
1432 (font-lock-default-unfontify-region): Also remove the new | |
1433 font-lock-multiline text property. | |
1434 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1435 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1436 | |
1437 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1438 | |
1439 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1440 have leading zeros. | |
1441 | |
1442 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1443 | |
1444 * faces.el (face-set-after-frame-default): Initialize some | |
1445 attributes of some faces from frame parameters. | |
1446 | |
1447 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1448 | |
1449 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1450 | |
1451 * faces.el (fringe): Replaces face `margin'. | |
1452 | |
1453 1999-09-07 Dave Love <fx@gnu.org> | |
1454 | |
1455 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1456 | |
1457 1999-09-07 Richard Stallman <rms@gnu.org> | |
1458 | |
1459 * subr.el (push): Doc fix. | |
1460 | |
1461 1999-09-06 Richard Stallman <rms@gnu.org> | |
1462 | |
1463 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1464 to distinguish 20YY from 19YY. |
25837 | 1465 |
1466 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1467 to distinguish 20YY from 19YY. | |
1468 | |
1469 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1470 | |
1471 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1472 | |
1473 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1474 (quickurl-list-insert): Now works out the focused line using | |
1475 `count-lines' instead of using `quickurl-list-focused-line'. | |
1476 | |
1477 1999-09-06 Richard Stallman <rms@gnu.org> | |
1478 | |
1479 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1480 to beginning of message. | |
1481 | |
1482 1999-09-06 Dave Love <fx@gnu.org> | |
1483 | |
1484 * isearch.el (isearch-mode-map): Add mouse-2. | |
1485 | |
1486 * rmail.el (rmail-read-password): Deleted. | |
1487 (rmail-get-pop-password): Use read-password. | |
1488 | |
1489 * quickurl.el: Don't conditionally define caddr. | |
1490 (quickurl-url-comment): Use nth, not caddr in function and | |
1491 defsetf. | |
1492 | |
1493 1999-09-06 Richard Stallman <rms@gnu.org> | |
1494 | |
1495 * auto-show.el: Doc fixes. | |
1496 | |
1497 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1498 | |
1499 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1500 --no-line-editing so that TABs in source files are not interpreted | |
1501 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1502 |
25837 | 1503 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1504 |
25837 | 1505 * hscroll.el, auto-show.el: Remove all code, keep the public |
1506 interface as no-ops. | |
1507 | |
1508 * faces.el (face-bold-p): Don't return t if face has lighter | |
1509 weight than normal. | |
1510 | |
1511 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1512 | |
1513 * startup.el (command-line): Make small-temporary-file-directory | |
1514 be nil except on ms-dos. | |
1515 | |
1516 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1517 | |
1518 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1519 is defined. | |
1520 | |
1521 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1522 letters with a colon after d or l. | |
1523 | |
1524 1999-09-06 Dave Love <fx@gnu.org> | |
1525 | |
1526 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1527 | |
1528 1999-09-05 Richard Stallman <rms@gnu.org> | |
1529 | |
1530 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1531 | |
1532 * textmodes/paragraphs.el (backward-kill-sentence): | |
1533 Don't test minibuffer-prompt-end here. | |
1534 (forward-sentence): Do handle it here. | |
1535 (backward-kill-paragraph): Don't test it here. | |
1536 (forward-paragraph): Handle it here. | |
1537 | |
1538 * mouse.el (font-menu-add-default): Simplify code. | |
1539 | |
1540 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1541 | |
1542 * faces.el (header-line): Renamed from `top-line'. | |
1543 | |
1544 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1545 | |
1546 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1547 | |
1548 1999-09-04 Richard Stallman <rms@gnu.org> | |
1549 | |
1550 * whitespace.el: New file. | |
1551 | |
1552 1999-09-04 Dave Love <fx@gnu.org> | |
1553 | |
1554 * paths.el: Make some doc strings obey the make-docfile convention. | |
1555 | |
1556 * bindings.el: Likewise. | |
1557 (debug-ignored-errors): Remove BBDB ones. | |
1558 | |
1559 1999-09-03 Richard Stallman <rms@gnu.org> | |
1560 | |
1561 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1562 not from the draft to forward. | |
1563 | |
1564 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1565 | |
1566 1999-09-03 Dave Love <fx@gnu.org> | |
1567 | |
1568 * double.el (double-mode): Customize the variable. | |
1569 | |
1570 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1571 | |
1572 * international/characters.el: Delete duplicated code. | |
1573 | |
1574 1999-09-02 Richard Stallman <rms@gnu.org> | |
1575 | |
1576 * indent.el (indent-relative): Doc fix. | |
1577 | |
1578 * quickurl.el (quickurl): Doc fix. | |
1579 | |
1580 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1581 | |
1582 * faces.el (margin): Change background to "gray" for mono (this is | |
1583 drawn with a stipple pattern). | |
1584 | |
1585 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1586 | |
1587 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1588 again. Remove test for minibuffer-prompt-in-buffer. | |
1589 | |
1590 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1591 | |
1592 * files.el (small-temporary-file-directory): New variable. | |
1593 | |
1594 * startup.el (command-line): Compute the value of | |
1595 small-temporary-file-directory. | |
1596 | |
1597 * ediff-init.el (ediff-temp-file-prefix): Use | |
1598 small-temporary-file-directory if non-nil. | |
1599 | |
1600 * vc.el (vc-update-change-log): Likewise. | |
1601 | |
1602 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1603 | |
1604 * simple.el (shell-command, shell-command-on-region): Use | |
1605 make-temp-name properly. Use small-temporary-file-directory if | |
1606 non-nil, otherwise temporary-file-directory, to generate temporary | |
1607 files. | |
1608 | |
1609 * dos-w32.el (direct-print-region-helper): Use | |
1610 temporary-file-directory. (From Stefan Monnier.) | |
1611 | |
1612 1999-09-02 Richard Stallman <rms@gnu.org> | |
1613 | |
1614 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1615 from asm-comment-char. | |
1616 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1617 | |
1618 1999-09-01 Richard Stallman <rms@gnu.org> | |
1619 | |
1620 * play/fortune.el: New file. | |
1621 | |
1622 1999-08-31 Dave Love <fx@gnu.org> | |
1623 | |
1624 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1625 after key table. | |
1626 | |
1627 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1628 variables. | |
1629 | |
1630 * subr.el (push): Fix typo. | |
1631 | |
1632 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1633 | |
1634 * emacs-lisp/ring.el: Many doc fixes. | |
1635 (ring-size, ring-copy): New functions. | |
1636 | |
1637 1999-08-29 Richard Stallman <rms@gnu.org> | |
1638 | |
1639 * progmodes/etags.el (tags-loop-continue): | |
1640 After tags-loop-operate returns, force skip to next file. | |
1641 | |
1642 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1643 (mail-extr-first-letters, mail-extr-last-letters): | |
1644 Use character classes [:alpha:] and [:alnum:]. | |
1645 | |
1646 * subr.el (push, pop): New macros. | |
1647 | |
1648 * progmodes/compile.el (compilation-error-regexp-alist): | |
1649 New item for SGI IRIX MipsPro compilers. | |
1650 | |
1651 * speedbar.el (speedbar-directory-buttons): Recognize | |
1652 device names when checking for file names. | |
1653 | |
1654 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1655 | |
1656 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1657 and specially handle defvar inside their expansions. | |
1658 (eval-defun-1): New subroutine. | |
1659 | |
1660 * progmodes/compile.el (compilation-error-regexp-alist): | |
1661 Fix the Perl -w entry to allow period after line number. | |
1662 Don't allow newlines in file name, but allow them after line number | |
1663 for Perl debugging traces. | |
1664 | |
1665 * which-func.el (which-func-cleanup-function): New variable. | |
1666 (which-function): Call that function. | |
1667 | |
1668 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1669 to end a function name. | |
1670 | |
1671 * informat.el (Info-tagify): Don't insert more than one newline | |
1672 before the tag table. | |
1673 | |
1674 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1675 | |
1676 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1677 than make-temp-name, use match-string-no-properties, and eliminate | |
1678 a quadratic behavior when building bibtex-strings. | |
1679 | |
1680 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1681 | |
1682 * comint.el (comint-input-ring-separator): New variable. | |
1683 (comint-read-input-ring): Doc change; use | |
1684 comint-input-ring-separator when reading file. | |
1685 (comint-write-input-ring): Use | |
1686 comint-input-ring-separator when writing file. | |
1687 | |
1688 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1689 | |
1690 * informat.el (Info-tagify): Start by widening. | |
1691 Match node headers that don't list the file name, | |
1692 and more kinds of page separations. | |
1693 Strip properties during tagification. | |
1694 Use start of node header line as tag's position. | |
1695 Fix the "done" message. | |
1696 | |
1697 (Info-validate): Save and restore match data around narrowing down. | |
1698 | |
1699 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1700 | |
1701 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1702 On repeated call, override previous values put into | |
1703 minor-mode-map-alist and minor-mode-alist. | |
1704 | |
1705 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1706 | |
1707 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1708 | |
1709 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1710 | |
1711 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1712 from cvs update. | |
1713 | |
1714 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1715 | |
1716 * calendar/calendar.el (calendar-move-hook): New hook. | |
1717 | |
1718 * calendar/cal-move.el: Call the new hook in every movement function. | |
1719 | |
1720 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1721 the right function name. | |
1722 | |
1723 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1724 | |
1725 * time-stamp.el: Put quote-backquote around all symbol names | |
1726 in doc strings, for mousing. | |
1727 (time-stamp): support multi-line patterns. | |
1728 (time-stamp-inserts-lines): new variable. | |
1729 (time-stamp-count): new variable. | |
1730 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1731 "Thu" instead of "%a". | |
1732 | |
1733 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1734 | |
1735 * simple.el (kill-word): Undo previous change. | |
1736 | |
1737 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1738 | |
1739 * jit-lock.el (jit-lock-function): Extend the fontified range | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1740 to the beginning of the line containing the range start and |
25837 | 1741 the beginning of the line following the range end. |
1742 | |
1743 1999-08-24 Dave Love <fx@gnu.org> | |
1744 | |
1745 * timezone.el: Move provide to end. | |
1746 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1747 <70 are 2000+. | |
1748 (timezone-parse-time): Simplify somewhat. | |
1749 | |
1750 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1751 | |
1752 * faces.el (margin): Renamed from bitmap-area. | |
1753 | |
1754 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1755 | |
1756 * sql.el: Doc changes. | |
1757 (sql-sybase): use sql-server instead of sql-database. | |
1758 | |
1759 1999-08-23 Dave Love <fx@gnu.org> | |
1760 | |
1761 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1762 interactive specs. | |
1763 | |
1764 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1765 | |
1766 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1767 Don't unwind-protect font-lock-fontify-region. | |
1768 | |
1769 * paragraphs.el (backward-kill-paragraph): Don't move | |
1770 point into mini-buffer prompt. | |
1771 (backward-kill-sentence): Ditto. | |
1772 | |
1773 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1774 Remove test for minibuffer-prompt-in-buffer. | |
1775 (kill-word): Don't move point into mini-buffer prompt. | |
1776 | |
1777 1999-08-21 Dave Love <fx@gnu.org> | |
1778 | |
1779 * Makefile: Exclude CVS dirs like RCS. | |
1780 | |
1781 1999-08-19 Dave Love <fx@gnu.org> | |
1782 | |
1783 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1784 (tooltip-active): Option deleted. | |
1785 | |
1786 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1787 | |
1788 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1789 | |
1790 * term.el: Avoid ange-ftp related compilation warnings. | |
1791 | |
1792 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1793 | |
1794 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1795 the default so that beginners can benefit from it without | |
1796 searching in manuals. | |
1797 | |
1798 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1799 | |
1800 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1801 indent them better. Make auto-indent on newline optional. | |
1802 | |
1803 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1804 | |
1805 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1806 C-q. If it's bound call that binding, otherwise call | |
1807 toggle-read-only. | |
1808 | |
1809 1999-08-17 Dave Love <fx@gnu.org> | |
1810 | |
1811 * info.el (info): Doc fix. | |
1812 | |
1813 * finder.el (finder-known-keywords): Add `multimedia'. | |
1814 | |
1815 * apropos.el: Don't capitalize custom group name. | |
1816 | |
1817 * info-look.el: Remove compatibility code. | |
1818 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1819 (info-complete): Don't lose with point not at end of symbol. | |
1820 | |
1821 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1822 | |
1823 * term.el (toplevel): Make face `term-default' an empty face. | |
1824 The code relied on the fact that Emacs ignored invalid faces in | |
1825 face text properties in 20.4. | |
1826 | |
1827 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1828 | |
1829 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1830 | |
1831 * simple.el: Functions reordered. | |
1832 | |
1833 * rect.el (delete-rectangle-line): Use line-end-position. | |
1834 | |
1835 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1836 | |
1837 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1838 here from simple.el. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1839 |
25837 | 1840 1999-08-16 Dave Love <fx@gnu.org> |
1841 | |
1842 * mouse.el: Provide `mldrag' for compatibility. | |
1843 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1844 marked obsolete. | |
1845 | |
1846 * mldrag.el: Removed since the features are in mouse.el. | |
1847 | |
1848 * jka-compr.el (auto-compression-mode): New variable for | |
1849 customization. | |
1850 | |
1851 * bindings.el (mode-line-mule-info): Doc fix. | |
1852 | |
1853 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1854 name comparisons. | |
1855 | |
1856 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1857 (find-file): Doc fix. | |
1858 | |
1859 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1860 | |
1861 * textmodes/reftex.el: Most of the code moved to other files. | |
1862 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1863 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1864 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1865 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1866 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1867 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1868 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1869 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1870 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1871 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1872 | |
1873 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1874 | |
1875 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1876 conflict with pop-up-frames. | |
1877 (reftex-special-environment-parsers): New constant. | |
1878 (reftex-label-alist): car of an entry can also be a function. | |
1879 (reftex-what-special-env): new function. | |
1880 (reftex-label-location): Call `reftex-what-special-env'. | |
1881 (reftex-compile-variables): Check for symbol in | |
1882 `reftex-label-alist'. | |
1883 (reftex-what-environment): fixed bug with stacked environments of | |
1884 same kind (e.g. enumerate). | |
1885 (reftex-process-string): Preserve default directory. | |
1886 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1887 footnote. Also the magic words. | |
1888 (reftex-reference): Interprete new option | |
1889 `reftex-fref-is-default'. | |
1890 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1891 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1892 (reftex-everything-regexp): New function. | |
1893 (reftex-nearest-match): Made better. | |
1894 (reftex-toc-find-section): Use new version of | |
1895 `reftex-nearest-match'. | |
1896 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1897 (reftex-parse-from-file): Find index entries as well. | |
1898 (reftex-toc-toggle-index): New function | |
1899 (reftex-toc-map): `i' is now used to togle the index, File | |
1900 boundaries has been moved to `F'. | |
1901 (reftex-select-label-map): Toggling display of file boundaries is | |
1902 now on the `F' key, for consistency with `reftex-toc-map'. | |
1903 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1904 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1905 buffers. | |
1906 (reftex-viewing-cross-references): Customization group renamed | |
1907 from reftex-viewing-cross-references-and-citations. | |
1908 (reftex-index-macro-regexp, | |
1909 reftex-find-index-entry-regexp-format): New variables | |
1910 (reftex-macros-with-index): New variable | |
1911 (reftex-add-index-macros): New function | |
1912 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1913 multiple labels in a single ref command. | |
1914 (reftex-index-support): New customization group | |
1915 (reftex-support-index, reftex-index-special-chars, | |
1916 reftex-index-macros, reftex-index-default-macro, | |
1917 reftex-index-default-tag, reftex-index-math-format, | |
1918 reftex-index-section-letters, reftex-index-include-context, | |
1919 reftex-index-follow-mode, reftex-index-header-face, | |
1920 reftex-index-section-face, reftex-index-tag-face, | |
1921 reftex-index-face): New options | |
1922 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1923 reftex-index-tag, reftex-index-return-marker, | |
1924 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1925 reftex-index-macro-regexp, reftex-index-level-re, | |
1926 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1927 reftex-everything-regexp-no-index, reftex-index-re, | |
1928 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1929 (reftex-index-help, reftex-index-macros-builtin, | |
1930 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1931 reftex-query-index-macro-help): New constants | |
1932 (reftex-index-selection-or-word, reftex-index, | |
1933 reftex-default-index, reftex-update-default-index, | |
1934 reftex-index-complete-tag, reftex-index-select-tag, | |
1935 reftex-index-complete-key, reftex-index-update-taglist, | |
1936 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1937 reftex-display-index, reftex-insert-index, | |
1938 reftex-index-insert-new-letter, reftex-get-restriction, | |
1939 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1940 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1941 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1942 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1943 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1944 reftex-index-quit, reftex-index-quit-and-kill, | |
1945 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1946 reftex-index-revert, reftex-index-switch-index-tag, | |
1947 reftex-index-restrict-to-section, reftex-index-widen, | |
1948 reftex-index-restriction-forward, | |
1949 reftex-index-restriction-backward, reftex-index-visit-location, | |
1950 reftex-index-analyze-entry, reftex-index-globalize, | |
1951 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1952 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1953 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1954 reftex-index-edit-part, reftex-index-level-down, | |
1955 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1956 reftex-index-change-entry, reftex-index-goto-letter, | |
1957 reftex-add-index-macros, reftex-ensure-index-support, | |
1958 reftex-index-info-safe, reftex-index-info): New functions. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1959 |
25837 | 1960 |
1961 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1962 | |
1963 * paren.el (show-paren-mode): Support making show-paren-mode | |
1964 a buffer-local variable. Don't check for a window system. | |
1965 (show-paren-function): Check whether show-paren-function is | |
1966 enabled in current buffer; do the right thing if not. | |
1967 Don't check for a window system. | |
1968 (show-paren-mode): Make it a user variable. | |
1969 | |
1970 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1971 Handle `enum' like `struct'. | |
1972 | |
1973 * server.el (server-process-filter): If a client visits no buffers, | |
1974 close it immediately before recording it. | |
1975 | |
1976 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1977 Optimize by calling concat just once. Handle =\n sequence. | |
1978 (mail-unquote-printable-region): New command. | |
1979 (mail-quote-printable): Make it autoload. | |
1980 | |
1981 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1982 | |
1983 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1984 | |
1985 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1986 | |
1987 * lisp/texinfmt.el: Handle @ifnottex. | |
1988 | |
1989 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1990 | |
1991 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1992 ms-dos. | |
1993 | |
1994 * faces.el (face-valid-attribute-values): Look in | |
1995 x-bitmap-file-path only for x and w32 window systems. | |
1996 | |
1997 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1998 Do that if width is nil as well. | |
1999 (x-display-mm-height, x-display-mm-width): Update values. | |
2000 (x-colors): Compute the list from msdos-color-values. | |
2001 (x-select-enable-clipboard): Doc fix. | |
2002 (x-frob-font-weight, x-font-family-list): New functions. | |
2003 | |
2004 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
2005 | |
2006 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
2007 back up from beginning of buffer. | |
2008 | |
2009 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
2010 | |
2011 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
2012 | |
2013 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
2014 | |
2015 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
2016 doomsday clock, speed control is added and changes are made to | |
2017 allow large numbers of rings: rings now show the whole ring | |
2018 number, not just the last digit; consecutive rings are allowed to | |
2019 be the same size when necessary to fit all the rings in the | |
2020 window; and poles can be oriented horizontally. Face support is | |
2021 thrown in gratuitously. | |
2022 (hanoi): Changed default number of rings back to 3. | |
2023 (hanoi-unix, hanoi-unix-64): New commands | |
2024 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
2025 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
2026 hanoi-odd-ring-face): New variables. | |
2027 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
2028 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
2029 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
2030 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
2031 (hanoi-topos, hanoi-draw-ring): Removed. | |
2032 | |
2033 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
2034 | |
2035 * faces.el (face-valid-attribute-values): Return an alist for | |
2036 families on ttys. | |
2037 (face-read-integer): Handle unspecified face attributes. Add | |
2038 completion for `unspecified'. | |
2039 (read-face-attribute): Handle unspecified font attributes. | |
2040 (face-valid-attribute-values): Add `unspecified' to lists so that | |
2041 it can be chosen via completion. | |
2042 (face-read-string): Don't recognize "none" as input. | |
2043 | |
2044 1999-08-10 Dave Love <fx@gnu.org> | |
2045 | |
2046 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
2047 string. | |
2048 | |
2049 * sun-curs.el: Require sun-fns. | |
2050 | |
2051 1999-08-10 Dave Love <fx@gnu.org> | |
2052 | |
2053 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
2054 | |
2055 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
2056 hscroll. | |
2057 | |
2058 * simple.el (hscroll-step, hscroll-point-visible) | |
2059 (hscroll-window-column): Remove now we have the mentioned real | |
2060 horizontal autoscrolling. | |
2061 | |
2062 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
2063 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2064 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 2065 control use of -f option. |
2066 (mail-specify-envelope-from): New variable. | |
2067 (mail-from-style): Doc fix. | |
2068 | |
2069 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
2070 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
2071 between local and global maps. | |
2072 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
2073 (easy-menu-change): Doc fix. | |
2074 | |
2075 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
2076 (info-lookup-guess-default): Simplified and cleaned up. | |
2077 (info-lookup-guess-default*): Preserve point. | |
2078 | |
2079 * view.el (view-mode-disable): If buffer-read-only is nil, | |
2080 don't change it. | |
2081 | |
2082 * files.el (after-find-file): Disable View mode if buffer is no | |
2083 longer read-only. | |
2084 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2085 * view.el (view-mode-enable, view-mode-disable): |
25837 | 2086 Call force-mode-line-update. |
2087 | |
2088 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
2089 | |
2090 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
2091 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
2092 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
2093 | |
2094 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
2095 | |
2096 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
2097 to prevent m-eating-bug. | |
2098 | |
2099 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
2100 | |
2101 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
2102 frame-set-background-mode instead. All callers changed. | |
2103 (msdos-face-setup): Don't force color display parameter, it is set | |
2104 by frame-set-background-mode. | |
2105 (make-msdos-frame): Call x-handle-reverse-video and | |
2106 face-set-after-frame-default. Delete frame if creation failed. | |
2107 | |
2108 * faces.el (face-set-after-frame-default): Don't call | |
2109 make-face-x-resource-internal for the pc window-system. | |
2110 | |
2111 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2112 | |
2113 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2114 case with no docstring specially. | |
2115 | |
2116 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2117 | |
2118 * complete.el (PC-do-completion): If completing on file name, | |
2119 reproduce str by concatenating its directory and basename parts. | |
2120 | |
2121 1999-08-07 Dave Love <fx@gnu.org> | |
2122 | |
2123 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2124 unibyte to multibyte conversion of search-forward (from Handa), | |
2125 but avoid the replacement if the language is Latin-N. | |
2126 | |
2127 1999-08-06 Richard Stallman <rms@gnu.org> | |
2128 | |
2129 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2130 of eval-buffer. | |
2131 | |
2132 * international/mule.el (load-with-code-conversion): | |
2133 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2134 | |
2135 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2136 | |
2137 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2138 of filenames and attributes. | |
2139 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2140 for speed. | |
2141 | |
2142 1999-08-05 Dave Love <fx@gnu.org> | |
2143 | |
2144 * auto-show.el (auto-show-mode): Fix :set. | |
2145 | |
2146 * widget.el (define-widget-keywords): Make dummy definition and | |
2147 comment-out its use. | |
2148 | |
2149 1999-08-04 Richard Stallman <rms@gnu.org> | |
2150 | |
2151 * progmodes/tcl.el: Customized. | |
2152 | |
2153 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2154 whether this is Emacs 20 before calling comint-accumulate, | |
2155 test whether comint-accumulate is defined. | |
2156 | |
2157 1999-08-04 Dave Love <fx@gnu.org> | |
2158 | |
2159 * sgml-mode.el: Require outline when compiling. | |
2160 (sgml-mode-hook, html-mode-hook): Customize. | |
2161 (sgml-validate-command): Fix :version. | |
2162 (html-autoview-mode): Doc fix. | |
2163 | |
2164 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2165 nothing in Latin-N environment. | |
2166 | |
2167 * info.el (Info-find-node): Call info-initialize here. | |
2168 (info): Not here. | |
2169 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2170 | |
2171 1999-08-04 Richard Stallman <rms@gnu.org> | |
2172 | |
2173 * ansi-color.el: New file. | |
2174 | |
2175 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2176 | |
2177 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2178 found with global search. | |
2179 | |
2180 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2181 * terminal.el (te-terminfo-directory): | |
2182 * mail/mailpost.el (post-mail-send-it): | |
2183 * mail/metamail.el (metamail-region): | |
2184 * progmodes/ada-mode.el (ada-tmp-directory): | |
2185 Use temporary-file-directory. | |
2186 | |
2187 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2188 (compilation-filter, compilation-forget-errors) | |
2189 (compilation-parse-errors): Use a marker instead of an integer for | |
2190 `compilation-parsing-end'. | |
2191 | |
2192 * progmodes/diff.el (diff-parse-differences): | |
2193 Use a marker instead of an integer for `compilation-parsing-end'. | |
2194 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2195 Use a marker instead of an integer for `compilation-parsing-end'. | |
2196 | |
2197 1999-08-03 Richard Stallman <rms@gnu.org> | |
2198 | |
2199 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2200 (Buffer-menu-mode): Doc fix. | |
2201 (Buffer-menu-view): New command. | |
2202 (Buffer-menu-view-other-window): New command. | |
2203 | |
2204 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2205 | |
2206 * replace.el (query-replace-regexp-eval) | |
2207 (replace-eval-replacement, replace-loop-through-replacements) | |
2208 (replace-match-string-symbols): New functions. | |
2209 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2210 Use replace-loop-through-replacements. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2211 |
25837 | 2212 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2213 | |
2214 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2215 (5x5): Doc fix. | |
2216 | |
2217 1999-08-03 Dave Love <fx@gnu.org> | |
2218 | |
2219 * fortran.el (fortran-indent-new-line): Make it an alias | |
2220 for reindent-then-newline-and-indent. | |
2221 | |
2222 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2223 | |
2224 * rect.el: All functions rewritten, except when noted above | |
2225 their declaration. Below is a list of interface changes. | |
2226 (apply-on-rectangle): New function, mostly replaces | |
2227 `operate-on-rectangle'. All callers changed. | |
2228 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2229 (kill-rectangle): Added optional prefix arg to fill lines. | |
2230 (delete-rectangle): Ditto. | |
2231 (delete-whitespace-rectangle): Ditto. | |
2232 (delete-extract-rectangle): Ditto. | |
2233 (open-rectangle): Ditto. | |
2234 (clear-rectangle): Ditto. | |
2235 (delete-whitespace-rectangle-line): New function. | |
2236 (delete-rectangle-line): Added third arg FILL. | |
2237 (delete-extract-rectangle-line): Ditto. | |
2238 (open-rectangle-line): Ditto. | |
2239 (clear-rectangle-line): Ditto. | |
2240 | |
2241 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2242 | |
2243 * progmodes/delphi.el: New file. | |
2244 | |
2245 1999-08-02 Richard Stallman <rms@gnu.org> | |
2246 | |
2247 * textmodes/outline.el (outline-previous-heading): New function. | |
2248 (outline-up-heading-all): Use outline-previous-heading. | |
2249 (outline-next-heading): Delete definition inserted yesterday. | |
2250 | |
2251 1999-08-01 Richard Stallman <rms@gnu.org> | |
2252 | |
2253 * textmodes/outline.el (outline-next-heading): New function. | |
2254 (outline-up-heading-all): New function. | |
2255 (outline-font-lock-level): Using outline-up-heading-all. | |
2256 Tell outline-back-to-heading to accept invisible headings. | |
2257 | |
2258 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2259 | |
2260 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2261 (mh-find-path): Test and set that. | |
2262 Set mail-user-agent only the first time this function is run. | |
2263 (mail-user-agent): Defvar deleted. | |
2264 | |
2265 * info.el (info-initialize): New function. | |
2266 (info): Call info-initialize. | |
2267 (Info-directory-list): Initialize to nil, | |
2268 so info-initialize will set it up for real. | |
2269 | |
2270 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2271 | |
2272 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2273 does not interpret a time as the year in a day-month entry. | |
2274 | |
2275 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2276 the diary as part of the european-date-diary-pattern fix. | |
2277 | |
2278 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2279 | |
2280 * international/mule.el (set-auto-coding): Allow whitespace before | |
2281 and after the "variable: value" pair. | |
2282 | |
2283 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2284 | |
2285 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2286 (default-sendmail-coding-system): Doc-string fixed. | |
2287 | |
2288 1999-07-30 Dave Love <fx@gnu.org> | |
2289 | |
2290 * subr.el (assoc-delete-all): New function, renamed from | |
2291 frame-delete-all. | |
2292 | |
2293 * frame.el: Change comments to doc strings and other doc fixes. | |
2294 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2295 Callers changed. | |
2296 (set-background-color, set-foreground-color, set-cursor-color) | |
2297 (set-mouse-color, set-border-color): Offer completion of colours. | |
2298 (cursor): Add :version to defgroup. | |
2299 | |
2300 * facemenu.el (list-colors-display): Make it work on ttys. | |
2301 (facemenu-read-color): Likewise. | |
2302 | |
2303 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2304 | |
2305 * frame.el (frame-notice-user-settings): If background | |
2306 color has been changed, update background-mode from it, | |
2307 then update faces. | |
2308 | |
2309 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2310 | |
2311 * net-utils.el (finger): Don't do indirect fingering. | |
2312 | |
2313 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2314 | |
2315 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2316 rules. Add separator at end of holidays. | |
2317 (cal-tex-rules): New customizable variable. | |
2318 (cal-tex-latexify-list): Add optional parameter to put separator | |
2319 at end. | |
2320 | |
2321 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2322 | |
2323 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2324 fill prefix on each line while looping to the end of paragraph. | |
2325 End paragraph if it's longer than the existing fill prefix. | |
2326 | |
2327 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2328 | |
2329 1999-07-30 Dave Love <fx@gnu.org> | |
2330 | |
2331 * font-lock.el (jit-lock): Fix :load, add :version. | |
2332 | |
2333 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2334 | |
2335 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2336 Vface_tty_color_alist. | |
2337 (face-color-supported-p, face_color_gray_p): New functions. | |
2338 | |
2339 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2340 is bound. | |
2341 | |
2342 * startup.el (command-line): Don't register default colors for | |
2343 MSDOS window-system. | |
2344 | |
2345 1999-07-29 Dave Love <fx@gnu.org> | |
2346 | |
2347 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2348 charquote. | |
2349 | |
2350 * lisp-mode.el (eval-defun): Re-written to avoid | |
2351 capturing variables. | |
2352 | |
2353 * picture.el (picture-beginning-of-line): Don't call | |
2354 hscroll-point-visible now we have real autoscrolling. | |
2355 (picture-end-of-line, picture-newline, picture-open-line): | |
2356 Likewise. | |
2357 | |
2358 * international/latin-8.el: New file. | |
2359 * international/latin-9.el: New file. | |
2360 | |
2361 1999-07-28 Dave Love <fx@gnu.org> | |
2362 | |
2363 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2364 | |
2365 * msb.el: Require cl only when compiling. | |
2366 (msb--home-dir): Deleted. | |
2367 (msb--format-title): Use abbreviate-file-name. | |
2368 (msb--choose-file-menu): Simplify string comparison. | |
2369 | |
2370 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2371 | |
2372 * faces.el (toolbar): Add face definition for mono displays. | |
2373 | |
2374 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2375 | |
2376 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2377 | |
2378 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2379 force copying of default-frame-alist. | |
2380 | |
2381 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2382 | |
2383 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2384 | |
2385 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2386 | |
2387 * frame.el (set-mouse-color): If new color is nil, | |
2388 really respecify the current color. | |
2389 | |
2390 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2391 | |
2392 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2393 to white for mono displays. | |
2394 | |
2395 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2396 | |
2397 * international/ccl.el (ccl-embed-symbol): New function. | |
2398 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2399 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2400 (ccl-compile-translate-character): Likewise. | |
2401 (ccl-compile-map-single): Likewise. | |
2402 (ccl-compile-multiple-map-function): Likewise. | |
2403 (declare-ccl-program): Doc-string modified. | |
2404 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2405 | |
2406 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2407 | |
2408 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2409 | |
2410 1999-07-25 Markus Rost <rost@gnu.org> | |
2411 | |
2412 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2413 the entries to make custom-file more readable. | |
2414 | |
2415 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2416 | |
2417 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2418 | |
2419 * emacs-lisp/edebug.el: Delete compatibility code. | |
2420 (edebug-next-token-class): If . is followed by a digit, | |
2421 return `symbol' for the token class. | |
2422 | |
2423 * startup.el (command-line): If we don't find the user's init file, | |
2424 set user-init-file to nil. | |
2425 | |
2426 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2427 | |
2428 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2429 argument query for new choice of help mode. | |
2430 (info-lookup-symbol): Use it. | |
2431 (info-lookup-file): Ditto. | |
2432 (info-lookup): Don't switch to other window, if already in Info | |
2433 buffer. | |
2434 | |
2435 1999-07-23 Dave Love <fx@gnu.org> | |
2436 | |
2437 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2438 syntax. | |
2439 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2440 (fortran-font-lock-syntactic-keywords): New variable. | |
2441 (fortran-mode): Use it. | |
2442 (fortran-font-lock-keywords-1): Don't do comments. | |
2443 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2444 match data. | |
2445 | |
2446 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2447 | |
2448 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2449 menu-bar-update-buffers. | |
2450 (msb-custom-set, msb--toggle-menu-type): Call | |
2451 msb-menu-bar-update-buffers. | |
2452 (msb-mode): Revise the hook setting. | |
2453 | |
2454 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2455 | |
2456 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2457 | |
25956 | 2458 * font-lock.el, help.el, simple.el: Re-integrate previously |
2459 described changes that were lost due to errors while checking them | |
2460 in. | |
25837 | 2461 |
2462 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2463 | |
2464 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2465 | |
2466 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2467 | |
2468 * international/encoded-kb.el | |
2469 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2470 but push it to unread-command-events. | |
2471 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2472 (encoded-kbd-self-insert-sjis): Likewise. | |
2473 (encoded-kbd-self-insert-big5): Likewise. | |
2474 | |
2475 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2476 before left margin and fill-prefix by fill-find-break-point. | |
2477 | |
2478 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2479 | |
2480 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2481 info-lookup-make-completions returns an error. | |
2482 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2483 name latex, not latex2e. | |
2484 | |
2485 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2486 | |
2487 * replace.el (perform-replace): Turn off case-fold-search | |
2488 if FROM-STRING argument has uppercase in it. | |
2489 | |
2490 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2491 | |
2492 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2493 mode is on. Don't use end of changed text. | |
2494 | |
2495 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2496 | |
2497 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2498 (cl-hash-table-p): Renamed from hash-table-p. | |
2499 (cl-hash-table-count): Renamed from hash-table-count. | |
2500 (maphash): Alias to cl-maphash removed. | |
2501 (gethash): Likewise. | |
2502 (puthash): Likewise. | |
2503 (remhash): Likewise. | |
2504 (clrhash): Likewise. | |
2505 | |
2506 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2507 | |
2508 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2509 third arg non-nil. See comment there why this isn't a good idea. | |
2510 | |
2511 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2512 | |
2513 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2514 | |
2515 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2516 sit-for with 3rd arg non-nil to prevent redisplay. | |
2517 | |
2518 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2519 | |
2520 * image.el (image-type-from-file-header): If file doesn't | |
2521 have a directory part, add data-directory. | |
2522 | |
2523 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2524 | |
2525 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2526 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2527 motion handling when tooltip-gud-tips-p is nil. | |
2528 | |
2529 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2530 | |
2531 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2532 (tooltip-active): Use initial value of nil. | |
2533 | |
2534 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2535 | |
2536 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2537 | |
2538 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2539 definitions for `top-line'. | |
2540 | |
2541 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2542 | |
2543 * faces.el (top-line): New face. | |
2544 | |
2545 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2546 | |
2547 * image.el (image-type-regexps): Add regexp for PS files. | |
2548 | |
2549 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2550 | |
2551 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2552 begin equal to t. | |
2553 | |
2554 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2555 | |
2556 * image.el (image-type-regexps): Add PNG format. | |
2557 | |
2558 1999-07-21 Dave Love <fx@gnu.org> | |
2559 | |
2560 * bindings.el (mode-line-modified): New variable. | |
2561 (mode-line-mode-menu-1): Switch to appropriate window before | |
2562 showing menu. | |
2563 | |
2564 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2565 | |
2566 * faces.el (face-underline): Removed. | |
2567 (face-underline-color): Ditto. | |
2568 | |
2569 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2570 | |
2571 * faces.el (face-x-resources): Fix typo. | |
2572 | |
2573 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2574 | |
2575 * faces.el: Remove handling of `:relief', extend handling of | |
2576 `:box'. | |
2577 (frame-set-background-mode): Choose new defface specs after | |
2578 frame parameters have changed. | |
2579 | |
2580 * cus-face.el: Ditto. | |
2581 | |
2582 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2583 | |
2584 * custom.el (defface): Extend documentation to include new | |
2585 face attributes. | |
2586 | |
2587 * cus-face.el (custom-face-attributes): Add overline, | |
2588 strike-through, box. | |
2589 | |
2590 * faces.el (face-valid-attribute-values): Handle overline, | |
2591 strike-through, box. | |
2592 (face-attribute-name-alist): Add pairs for new face attributes. | |
2593 (describe-face): Handle new face attributes. | |
2594 | |
2595 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2596 | |
2597 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2598 | |
2599 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2600 | |
2601 * enriched.el (enriched-translations): Add `display' and | |
2602 "x-display". | |
2603 (enriched-handle-display-prop): New. | |
2604 (enriched-decode-display-prop): New. | |
2605 | |
2606 * format.el (top-level): Give `display' property | |
2607 `format-list-atomic-p. | |
2608 (format-annotate-single-property-change): Test that property. | |
2609 If present, treat list property values like atoms. | |
2610 | |
2611 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2612 | |
2613 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2614 so that "*" can be entered. | |
2615 | |
2616 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2617 | |
2618 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2619 | |
2620 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2621 | |
2622 * cus-face.el (custom-face-attributes): Return underline | |
2623 face attribute directly from the second lambda of underline. | |
2624 | |
2625 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2626 | |
2627 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2628 | |
2629 * frame.el (after-setting-font-hooks): New variable. | |
2630 (set-frame-font): Run those hooks. | |
2631 | |
2632 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2633 | |
2634 * faces.el (set-face-attribute): Fix doc string. | |
2635 | |
2636 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2637 | |
2638 * cus-face.el (custom-face-attributes): Accept color name. | |
2639 | |
2640 * faces.el (face-underline-p): Accept unspecified underlining. | |
2641 (face-underline): Ditto. Fix doc string. | |
2642 | |
2643 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2644 | |
2645 * faces.el (face-underline-color): New function. | |
2646 | |
2647 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2648 | |
2649 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2650 Added slot to choose a color. | |
2651 | |
2652 * faces.el (face-underline): New function. | |
2653 (face-underline-p): Support underline coloring. | |
2654 Return nil only if the underline attribute is 'normal. | |
2655 (set-face-underline): New function. | |
2656 (face-valid-attribute-values): Support underline coloring. | |
2657 | |
2658 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2659 | |
2660 * image.el (insert-image): Use `display' instead of `glyph' | |
2661 as text property name. | |
2662 (put-image): Ditto. | |
2663 (image-type-from-file-header): Use insert-file-contents-literally. | |
2664 | |
2665 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2666 | |
2667 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2668 string to indicate separators. | |
2669 | |
2670 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2671 | |
2672 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2673 instead of message-log. | |
2674 | |
2675 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2676 | |
2677 * faces.el (bitmap-area): New face. | |
2678 | |
2679 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2680 | |
2681 * image.el (insert-image): New. | |
2682 | |
2683 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2684 | |
2685 * frame.el (blink-cursor): Set the symbol's value. | |
2686 (show-trailing-whitespace): Change group to font-lock. | |
2687 | |
2688 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2689 | |
2690 * jit-lock.el: New. | |
2691 * font-lock.el: Add jit-mode as new support mode. | |
2692 | |
2693 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2694 reaching end instead of letting re-search-forward signal an error. | |
2695 (demand-lock-mode): New. | |
2696 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2697 (font-lock-turn-off-thing-lock): Ditto. | |
2698 (font-lock-after-fontify-buffer): Ditto. | |
2699 (font-lock-after-unfontify-buffer): Ditto. | |
2700 | |
2701 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2702 | |
2703 * gs.el: New file. | |
2704 | |
2705 * startup.el (command-line-1): Activate tooltip mode if | |
2706 interactive. | |
2707 | |
2708 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2709 | |
2710 * faces.el (toolbar): Grey default background. | |
2711 (modeline): Ditto. | |
2712 | |
2713 * image.el (image-type-regexps): New. | |
2714 (image-type-from-file-header): New. | |
2715 (create-image): Call it. | |
2716 | |
2717 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2718 | |
2719 * image.el: New file. | |
2720 | |
2721 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2722 | |
2723 * bindings.el (mode-line-format): Replace `mode-name' with | |
2724 `(:eval mode-line-mode-name)'. | |
2725 (mode-line-mode-name): New. | |
2726 (make-mode-line-mouse-sensitive): Don't change default value | |
2727 of `mode-name'. | |
2728 | |
2729 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2730 | |
2731 * tooltip.el: New file. | |
2732 | |
2733 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2734 | |
2735 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2736 instead of mouse-3 to pop up menus. | |
2737 (mode-line-kill-buffer): Removed. | |
2738 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2739 buffer name. | |
2740 (mode-line-buffer-menu-1): Removed. | |
2741 | |
2742 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2743 | |
2744 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2745 (mode-line-buffer-menu-keymap): New. | |
2746 (mode-line-mode-menu-keymap): New. | |
2747 (mode-line-unbury-buffer): New. | |
2748 (mode-line-other-buffer): New. | |
2749 (mode-line-kill-buffer): New. | |
2750 (mode-line-buffer-menu-1): New. | |
2751 (mode-line-mode-menu-1): New. | |
2752 (make-mode-line-mouse-sensitive): New. | |
2753 | |
2754 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2755 | |
2756 * help.el (describe-key-briefly): Handle mode line strings | |
2757 with local-map properties. | |
2758 (describe-key): Ditto. | |
2759 (mode-line-key-binding): New. | |
2760 | |
2761 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2762 | |
2763 * scroll-bar.el (scroll-bar-timer): New. | |
2764 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2765 | |
2766 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2767 | |
2768 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2769 and `bottom'. | |
2770 | |
2771 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2772 | |
2773 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2774 (global): Use different key bindings if using tookit scroll bars. | |
2775 | |
2776 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2777 | |
2778 * faces.el (modeline): Define mode line face with relief for | |
2779 class color, only. | |
2780 (toolbar): New face. | |
2781 | |
2782 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2783 | |
2784 * frame.el (frame-initialize): Set frame-creation-function to | |
2785 tty-create-frame-with-faces. | |
2786 | |
2787 * faces.el (frame-set-background-mode): Make it work for | |
2788 window-system nil. | |
2789 | |
2790 * faces.el (tty-create-frame-with-faces): New. | |
2791 (face-set-after-frame-default): Make it work for TTY frames. | |
2792 | |
2793 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2794 | |
2795 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2796 Return a list of one font family for TTYs. Don't return bitmap | |
2797 file paths for TTY frames. | |
2798 | |
2799 * faces.el: Add face specs for tty displays to basic faces. | |
2800 | |
2801 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2802 (font-lock-string-face): Ditto. | |
2803 (font-lock-keyword-face): Ditto. | |
2804 (font-lock-builtin-face): Ditto. | |
2805 (font-lock-function-name-face): Ditto. | |
2806 (font-lock-variable-name-face): Ditto. | |
2807 (font-lock-type-face): Ditto. | |
2808 (font-lock-constant-face): Ditto. | |
2809 (font-lock-warning-face): Ditto. | |
2810 | |
2811 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2812 | |
2813 * startup.el (command-line): Register default tty colors. | |
2814 | |
2815 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2816 | |
2817 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2818 | |
2819 * faces.el (modeline): For X frames, use a modeline with relief. | |
2820 | |
2821 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2822 | |
2823 * faces.el (frame-update-faces): Copied from 20.2. | |
2824 (frame-update-face-colors): Ditto. Code removed that isn't | |
2825 applicable in the new face implementation. | |
2826 | |
2827 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2828 | |
2829 * frame.el (show-trailing-whitespace): New. | |
2830 | |
2831 * faces.el (trailing-whitespace): New basic face. | |
2832 | |
2833 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2834 | |
2835 * cus-face.el (custom-facep): Always define as alias for facep. | |
2836 | |
2837 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2838 Remove :bold and :italic. | |
2839 | |
2840 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2841 | |
2842 * faces.el (face-charset-registries): Removed since fontset.el | |
2843 is no always loaded. | |
2844 | |
2845 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2846 | |
2847 * faces.el (internal-get-face): Added as obsolete function for | |
2848 compatibility. | |
2849 | |
2850 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2851 | |
2852 * frame.el (blink-cursor-end): Call show-cursor. | |
2853 (blink-cursor-mode): Ditto. | |
2854 | |
2855 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2856 | |
2857 * faces.el (face-spec-reset-face): Reset all attributes to | |
2858 `unspecified'. | |
2859 (face-spec-set): Use it. | |
2860 | |
2861 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2862 | |
2863 * faces.el (read-all-face-attributes): Bug fix. | |
2864 (face-read-integer): Allow nil default value. | |
2865 (face-valid-attribute-values): Use symbol names of attribute | |
2866 values for completion list. | |
2867 | |
2868 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2869 | |
2870 * faces.el (internal-find-face): Define for compatibility with | |
2871 20.2. | |
2872 (face-id): Likewise. | |
2873 | |
2874 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2875 | |
2876 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2877 (x-complement-fontset-spec): Use face-charset-registries. | |
2878 | |
2879 * faces.el (face-font-selection-order): Set font selection order | |
2880 from Lisp. | |
2881 (face-alternative-font-family-alist): Set alternative font | |
2882 families from Lisp. | |
2883 | |
2884 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2885 | |
2886 * faces.el (set-face-charset-registries): Set symbol value. | |
2887 | |
2888 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2889 | |
2890 * faces.el (face-set-after-frame-default): Call function | |
2891 internal-merge-in-global-face. | |
2892 | |
2893 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2894 | |
2895 * faces.el (face-list): Return symbols from face-global-alist. | |
2896 | |
2897 * faces.el (face-list): Return a copy of the face name list so | |
2898 that it cannot be modified from outside (facemenu.el uses | |
2899 nreverse, for example). | |
2900 | |
2901 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2902 for compatibility with old code. | |
2903 | |
2904 * faces.el (set-face-attributes-from-resources): Additional | |
2905 frame parameter. | |
2906 (make-face-x-resource-internal): Set attributes from resources | |
2907 for a given frame or all frames. | |
2908 | |
2909 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2910 | |
2911 * faces.el (all-faces): Removed. | |
2912 | |
2913 * custom.el (defface): Add new face attributes to function | |
2914 comment. | |
2915 | |
2916 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2917 names. | |
2918 (font-lock-string-face): Ditto. | |
2919 (font-lock-keyword-face): Ditto. | |
2920 (font-lock-builtin-face): Ditto. | |
2921 (font-lock-function-name-face): Ditto. | |
2922 (font-lock-variable-name-face): Ditto. | |
2923 (font-lock-type-face): Ditto. | |
2924 (font-lock-reference-face): Ditto. | |
2925 (font-lock-warning-face): Ditto. | |
2926 ((boundp 'font-lock-face-attributes)): Ditto. | |
2927 | |
2928 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2929 | |
2930 * faces.el (set-face-attribute-from-resource): Initialize | |
2931 from resources only for X and W32. | |
2932 | |
2933 * cus-face.el (custom-declare-face): Don't make frame-local | |
2934 faces. | |
2935 | |
2936 * faces.el (describe-face): Use princ instead of insert. | |
2937 | |
2938 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2939 because fontset.el uses them. | |
2940 (face-set-after-frame-default): Add empty definition. | |
2941 | |
2942 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2943 | |
2944 * faces.el (make-face): Correct typo. | |
2945 (set-face-attribute-from-resource): Use let*. | |
2946 (face-underline-p): Correct typo. | |
2947 (face-inverse-video-p): Ditto. | |
2948 (set-face-stipple): Ditto. | |
2949 (face-read-string): Make completion-list optional parameter. | |
2950 | |
2951 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2952 | |
2953 * faces.el (face-charset-registries): Alist mapping charset | |
2954 symbols to registries and encoding. | |
2955 | |
2956 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2957 | |
2958 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2959 | |
2960 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2961 | |
2962 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2963 mode. The cursor of selected_window blinks if the mode is enabled. | |
2964 | |
2965 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2966 | |
2967 * simple.el (next-history-element): Set point to the end of the | |
2968 prompt if minibuffer-prompt-in-buffer. | |
2969 | |
2970 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2971 | |
2972 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2973 several font name components. | |
2974 | |
2975 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2976 | |
2977 * faces.el (set-face-relief): Use index 12 for relief. | |
2978 (face-fill-in): Set relief from data. | |
2979 (internal-make-face): Init relief to zero. | |
2980 | |
2981 * faces.el (face-spec-set): call modify-face with additional | |
2982 parameters for relief and fixed-p. | |
2983 | |
2984 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2985 | |
2986 * cus-face.el: ':fixed and ':relief added. | |
2987 | |
2988 * faces.el (describe-face): Add fixed font attribute and relief. | |
2989 (face-attr-match-p): Ditto. | |
2990 (face-attr-construct): Ditto. | |
2991 (face-spec-set): Ditto. | |
2992 | |
2993 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2994 | |
2995 * faces.el (internal-make-face): Function to create a Lisp vector | |
2996 suitable for representing a face. | |
2997 (make-face): Use it instead of make-vector. | |
2998 (x-create-frame-with-faces): Use it instead of vector. | |
2999 (internal-facep): Increase vector size to 14. | |
3000 (internal-make-face): Ditto. | |
3001 (face-relief): Access relief thickness. | |
3002 (face-fixed-p): Access fixed font attribute. | |
3003 (set-face-fixed-p): Set fixed font attribute. | |
3004 (set-face-relief): Set relief attribute. | |
3005 (internal-face-interactive-int): Read int attribute of face. | |
3006 (modify-face): Add fixed-p and relief parameters. | |
3007 (copy-face): Handle fixed-p and relief. | |
3008 (face-equal): Compare fixed-p and relief. | |
3009 (face-differs-from-default-p): Ditto. | |
3010 (face-nontrivial-p): Add fixed-p and relief. | |
3011 | |
3012 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3013 | |
3014 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
3015 (internal-facep): Increase vector size. | |
3016 (make-face): Ditto. | |
3017 (face-shadow-thickness): Added. | |
3018 (set-face-shadow-thickness): Added. | |
3019 (modify-face): Add optional shadow-thickness parameter. | |
3020 (make-face-x-resource-internal): Add shadows. | |
3021 (copy-face): Ditto. | |
3022 (face-equal): Ditto. | |
3023 (face-differs-from-default-p): Ditto. | |
3024 (face-nontrivial-p): Ditto. | |
3025 (face-attr-match-p): Ditto. | |
3026 (face-attr-construct): Ditto. | |
3027 (face-spec-set): Ditto. | |
3028 (face-fill-in): Ditto. | |
3029 | |
3030 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3031 | |
3032 * bench.el (bench-mark-split-window): New bench mark. | |
3033 | |
3034 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3035 | |
3036 * faces.el (set-face-font): Don't pass default font to | |
3037 x-resolve-font so that font will not have to be of the same | |
3038 size. | |
3039 | |
3040 1999-07-20 Dave Love <fx@gnu.org> | |
3041 | |
3042 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
3043 unconditionally t. | |
3044 | |
3045 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
3046 | |
3047 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
3048 | |
3049 1999-07-20 Dave Love <fx@gnu.org> | |
3050 | |
3051 * help.el (describe-variable): Fix test for customizability. | |
3052 | |
3053 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
3054 Check for readonly buffer in interactive spec. | |
3055 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
3056 (backward-kill-word): Add * to interactive spec. | |
3057 | |
3058 * underline.el (underline-region, ununderline-region): Add * to | |
3059 interactive spec. | |
3060 | |
3061 * fill.el (canonically-space-region, justify-current-line): Add * | |
3062 to interactive spec. | |
3063 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
3064 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
3065 readonly buffer in interactive spec. | |
3066 | |
3067 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
3068 (backward-kill-sentence, kill-sentence): Add * to interactive | |
3069 spec. | |
3070 | |
3071 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
3072 | |
3073 * dired-aux.el (dired-do-shell-command): Doc fix. | |
3074 | |
3075 * shell.el (shell-unquote-argument): New function. | |
3076 (shell-directory-tracker): Use shell-unquote-argument. | |
3077 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
3078 | |
3079 1999-07-19 John Wiegley <jwiegley@borland.com> | |
3080 | |
3081 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
3082 color codes 39 and 49, which by the way lynx uses them seem to | |
3083 mean "foreground reset" and "background reset". | |
3084 | |
3085 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
3086 | |
3087 * font-lock.el (c++-keywords): Add "typeid". | |
3088 | |
3089 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
3090 selects no font, treat that as zero selections, not one. | |
3091 | |
3092 1999-07-19 Dave Love <fx@gnu.org> | |
3093 | |
3094 * info.el (Info-search): Don't lose with empty regexp. | |
3095 | |
3096 * version.el: Cater for (free) `ident' program, not `which'. | |
3097 | |
3098 * hl-line.el: New file. | |
3099 | |
3100 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
3101 for modes which don't define menus. | |
3102 | |
3103 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
3104 | |
3105 * webjump.el (webjump-sample-sites): Update some URLs. | |
3106 | |
3107 1999-07-14 Richard Stallman <rms@gnu.org> | |
3108 | |
3109 * Version 20.4 released. | |
3110 | |
3111 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3112 | |
3113 * compare-w.el (compare-windows): Try to find the next window in | |
3114 the current frame before looking at the other frames. | |
3115 | |
3116 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3117 | |
3118 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3119 Use cyrillic-jcuken as default input method. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3120 |
25837 | 3121 1999-07-12 Richard Stallman <rms@gnu.org> |
3122 | |
3123 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3124 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3125 | |
3126 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3127 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3128 | |
3129 * textmodes/flyspell.el (flyspell-get-word): | |
3130 Add special handling for when ispell-otherchars is empty. | |
3131 | |
3132 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3133 | |
3134 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3135 when having nested functons. | |
3136 (pascal-indent-nested-functions) (pascal-indent-line) | |
3137 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3138 indenting nested functions. | |
3139 | |
3140 1999-07-09 Richard Stallman <rms@gnu.org> | |
3141 | |
3142 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3143 | |
3144 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3145 | |
3146 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3147 the `end' keyword was in the very beginning of the buffer. | |
3148 | |
3149 1999-07-08 Richard Stallman <rms@gnu.org> | |
3150 | |
3151 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3152 | |
3153 * term.el (term-emulate-terminal): Avoid infinite loop | |
3154 in strange case where minibuffer window is selected but not active. | |
3155 | |
3156 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3157 | |
3158 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3159 Change regexp so that it doesn't match commands beginning with `cd'. | |
3160 | |
3161 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3162 | |
3163 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3164 | |
3165 1999-07-06 Richard Stallman <rms@gnu.org> | |
3166 | |
3167 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3168 (hscroll-global-mode): Add and remove that hook. | |
3169 Set hscroll-old-truncate-was-global's default value. | |
3170 | |
3171 1999-07-05 Richard Stallman <rms@gnu.org> | |
3172 | |
3173 * files.el (revert-buffer): Don't preserve point here. | |
3174 (revert-buffer-insert-file-contents-function): Doc fix. | |
3175 | |
3176 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3177 | |
3178 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3179 doing a `stat' when it isn't necessary because that can cause | |
3180 trouble when an NFS server is down. | |
3181 | |
3182 1999-07-04 Richard Stallman <rms@gnu.org> | |
3183 | |
3184 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3185 | |
3186 1999-07-03 Richard Stallman <rms@gnu.org> | |
3187 | |
3188 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3189 for \200...\240 also. | |
3190 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3191 | |
3192 1999-07-02 Richard Stallman <rms@gnu.org> | |
3193 | |
3194 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3195 (pop-up-frame-alist): Likewise. | |
3196 (initial-frame-alist): Specify * in the doc string. | |
3197 | |
3198 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3199 (hscroll-mode): Don't cancel the timer | |
3200 if HScroll mode is enabled in some other buffer. | |
3201 | |
3202 * isearch.el (isearch-done): If search ends in middle of intangible | |
3203 text (due to text property), move on to the limit of that text. | |
3204 | |
3205 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3206 | |
3207 * man.el (Man-build-man-command): Use value of null-device, | |
3208 instead of hard-coding "/dev/null". | |
3209 | |
3210 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3211 ange-ftp file names, which might force ange-ftp to prompt for a | |
3212 password. | |
3213 | |
3214 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3215 to prevent references to temp files. | |
3216 | |
3217 1999-06-30 Richard Stallman <rms@gnu.org> | |
3218 | |
3219 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3220 about the given shell, use the values for `sh'. | |
3221 | |
3222 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3223 | |
3224 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3225 to make it non-recursive. | |
3226 | |
3227 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3228 | |
3229 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3230 | |
3231 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3232 | |
3233 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3234 | |
3235 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3236 table, default to the standard one. | |
3237 | |
3238 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3239 | |
3240 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3241 | |
3242 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3243 | |
3244 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3245 a frame when `return' is requested (even if pop-up-frames = t) | |
3246 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3247 should only be set for the bibtex buffer. | |
3248 | |
3249 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3250 | |
3251 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3252 being buffer-local. | |
3253 | |
3254 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3255 | |
3256 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3257 | |
3258 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3259 | |
3260 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3261 * calendar.el (calendar): Call it if requested. | |
3262 | |
3263 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3264 | |
3265 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3266 | |
3267 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3268 | |
3269 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3270 | |
3271 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3272 | |
3273 * files.el (auto-mode-alist): Add pike-mode. | |
3274 | |
3275 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3276 | |
3277 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3278 last byte of a numeric field is a space or a NUL. Parse it as | |
3279 potentially part of the number. This is used by GNU tar | |
3280 1.12.64012 to handle larger values. | |
3281 | |
3282 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3283 | |
3284 * custom.el (custom-handle-keyword): Fix error message. | |
3285 | |
3286 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3287 | |
3288 * mail/smtpmail.el (smtpmail-send-it): Use | |
3289 convert-standard-filename to make file names for queued mail safe | |
3290 on Windows (`:' is invalid in file names on Windows). | |
3291 | |
3292 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3293 | |
3294 * international/mule-cmds.el (describe-current-input-method): | |
3295 Current-input-method is string. | |
3296 (toggle-input-method): Docstring fixed. | |
3297 | |
3298 * international/mule-diag.el | |
3299 (describe-current-coding-system-briefly): Fix format string. | |
3300 | |
3301 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3302 Docstring modified. Return a string. | |
3303 | |
3304 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3305 | |
3306 * sql.el (sql-input-ring-file-name): Doc fix. | |
3307 | |
3308 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3309 | |
3310 * calendar/cal-x.el (special-display-buffer-names): | |
3311 Don't put (get-file-buffer diary-file) on this list. | |
3312 | |
3313 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3314 | |
3315 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3316 Don't penalize player for certain impossible guesses. | |
3317 | |
3318 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3319 | |
3320 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3321 return the string "Unk 0 0000" so at least it appears to be a | |
3322 valid timestamp to `dired-move-to-filename-regexp'. | |
3323 | |
3324 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3325 | |
3326 * ps-print.el (ps-control-character): Fix previous change. | |
3327 | |
3328 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3329 | |
3330 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3331 multiple output of the last message. | |
3332 | |
3333 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3334 | |
3335 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3336 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3337 there. | |
3338 | |
3339 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3340 | |
3341 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3342 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3343 (exit-ethiopic-environment): Likewize. | |
3344 | |
3345 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3346 | |
3347 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3348 | |
3349 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3350 | |
3351 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3352 custom-initialize-default to avoid infinite loop. | |
3353 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3354 loading the file. Run crisp-mode-hook here, and run | |
3355 crisp-load-hook when loading the file. | |
3356 | |
3357 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3358 rmail-summary buffer, search for pattern in rmail-file. | |
3359 | |
3360 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3361 | |
3362 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3363 | |
3364 * ps-print.el (ps-printer-name): Fix custom type. | |
3365 | |
3366 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3367 | |
3368 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3369 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3370 (vhdl-port-paste-port-map): Fix indentation bug. | |
3371 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3372 | |
3373 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3374 | |
3375 * files.el (write-file): When buffer is not already visiting a file, | |
3376 don't put buffer name in the minibuffer, just make it the default. | |
3377 Also handle just directory as arg usefully in that case. | |
3378 | |
3379 * simple.el (sendmail-user-agent-compose): | |
3380 Ignore case when inserting the rest of the "other" headers. | |
3381 | |
3382 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3383 | |
3384 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3385 (info-lookup-interactive-arguments): Never insert the default | |
3386 into the minibuffer automatically. | |
3387 | |
3388 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3389 | |
3390 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3391 | |
3392 * simple.el (shell-command): Avoid printing "mark set" message. | |
3393 | |
3394 1999-06-09 Dave Love <fx@gnu.org> | |
3395 | |
3396 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3397 digits in program name in first pattern. | |
3398 | |
3399 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3400 | |
3401 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3402 dired-move-to-filename-regexp. | |
3403 | |
3404 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3405 | |
3406 * international/quail.el (quail-define-rules): Fix typo in | |
3407 docstring. | |
3408 | |
3409 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3410 | |
3411 * iswitchb.el (iswitchb-default-keybindings): Add | |
3412 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3413 than when package is loaded. | |
3414 | |
3415 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3416 | |
3417 * startup.el (command-line): Don't set user-init-file directly; | |
3418 tell `load' to set it. | |
3419 | |
3420 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3421 | |
3422 * simple.el (next-history-element): | |
3423 Handle minibuffer-text-before-history properly when reading sexps. | |
3424 | |
3425 * disp-table.el (standard-display-european): | |
3426 For an interactive call by the user, | |
3427 don't set enable-multibyte-characters, | |
3428 and don't set the terminal coding system. | |
3429 | |
3430 * textmodes/refbib.el: Don't print any messages or display | |
3431 a buffer when loading the library. | |
3432 (r2b-help): Doc fix. | |
3433 (r2b-help-message): Update the documentation. | |
3434 (r2b-load-quietly): Variable deleted. | |
3435 (r2b-convert-buffer): Doc fix. | |
3436 | |
3437 1999-06-04 Dave Love <fx@gnu.org> | |
3438 | |
3439 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3440 | |
3441 * auto-show.el: Don't change hooks on loading. | |
3442 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3443 (auto-show-mode): Add to hooks here. | |
3444 | |
3445 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3446 | |
3447 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3448 recursion on bogus input. | |
3449 | |
3450 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3451 | |
3452 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3453 does not select a buffer from the buffers menu, then the attached | |
3454 frame is not switched to anything. | |
3455 | |
3456 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3457 | |
3458 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3459 (viet-viscii-...->viet-vscii...). | |
3460 | |
3461 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3462 | |
3463 1999-06-01 Dave Love <fx@gnu.org> | |
3464 | |
3465 * progmodes/fortran.el: Add :link to defgroup. | |
3466 (fortran-blink-matching-if): Match ELSE statements too. | |
3467 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3468 that filling is always done. | |
3469 | |
3470 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3471 | |
3472 * simple.el (append-next-kill): Use an arg to distinguish | |
3473 interactive calls from Lisp calls, rather than (interactive-p). | |
3474 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3475 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 3476 Interchange n and N. |
3477 | |
3478 1999-05-31 Dave Love <fx@gnu.org> | |
3479 | |
3480 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3481 and keymap munging on load. | |
3482 (msb-mode): New option. | |
3483 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3484 Doc fix. | |
3485 (msb-mode-map): New variable. | |
3486 (msb-mode): New command. | |
3487 | |
3488 1999-05-31 Dave Love <fx@gnu.org> | |
3489 | |
3490 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3491 (ispell-complete-word-dict): Likewise. | |
3492 | |
3493 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3494 | |
3495 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3496 force the data buffer to be saved, even if the data didn't | |
3497 change, in case the write filter was modified. Restore the | |
3498 current record after read-file-filter finishes. | |
3499 | |
3500 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3501 | |
3502 * ispell4.el: Obsolete; file deleted. | |
3503 | |
3504 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3505 | |
3506 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3507 VALUE is a syntax table. | |
3508 | |
3509 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3510 | |
3511 * simple.el (zap-to-char): Doc fix. | |
3512 | |
3513 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3514 | |
3515 * isearch.el (isearch-quote-char): Don't assume character codes | |
3516 0200 - 0237 stand for characters in some single-byte character | |
3517 charset. | |
3518 | |
3519 1999-05-27 Dave Love <fx@gnu.org> | |
3520 | |
3521 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3522 | |
3523 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3524 | |
3525 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3526 headerline does not exist already. | |
3527 | |
3528 1999-05-26 Richard Stallman <rms@gnu.org> | |
3529 | |
3530 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3531 Avoid nested null-loops. | |
3532 | |
3533 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3534 | |
3535 * international/characters.el: Typo fixed; prefered->preferred. | |
3536 | |
3537 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3538 Typo fixed; prefered->preferred. | |
3539 | |
3540 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3541 method in read-event. | |
3542 | |
3543 * international/mule.el (charset-info): Doc-string fixed. | |
3544 | |
3545 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3546 | |
3547 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3548 smtpmail-code-conv-from properly. | |
3549 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3550 by smtpmail-code-conv-from. | |
3551 | |
3552 1999-05-24 Richard Stallman <rms@gnu.org> | |
3553 | |
3554 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3555 Binding deleted also. | |
3556 | |
3557 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3558 | |
3559 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3560 | |
3561 1999-05-23 Dave Love <fx@gnu.org> | |
3562 | |
3563 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3564 Enter it on minor-mode-map-alist. | |
3565 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3566 Autoload. Add custom setter. | |
3567 (crisp-mark-line): Doc fix. | |
3568 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3569 (crisp-mode-hook): Define. | |
3570 | |
3571 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3572 | |
3573 * files.el (recover-file): Recover buffer-file-coding-system. | |
3574 | |
3575 1999-05-22 Richard Stallman <rms@gnu.org> | |
3576 | |
3577 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3578 regexp match the date, to avoid treating date as file size. | |
3579 Add YYYY S option to WESTERN/ | |
3580 | |
3581 * bookmark.el: Delete some XEmacs compatibility code. | |
3582 (bookmark-jump-noselect): Check vc-backend. | |
3583 | |
3584 * subr.el (add-to-list): Doc fix. | |
3585 | |
3586 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3587 | |
3588 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3589 | |
3590 1999-05-18 Richard Stallman <rms@gnu.org> | |
3591 | |
3592 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3593 non-space after the @anchor command. | |
3594 (texinfo-format-var): Handle other nested constructs, using | |
3595 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3596 texinfo-parse-arg-discard. | |
3597 | |
3598 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3599 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3600 Bind inhibit-redisplay to nil. | |
3601 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3602 | |
3603 1999-05-17 Dave Love <fx@gnu.org> | |
3604 | |
3605 * help.el (describe-function-1): Extra arg, interactive-p. | |
3606 (describe-key, describe-function): Use it. | |
3607 | |
3608 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3609 | |
3610 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3611 | |
3612 1999-05-16 Dave Love <fx@gnu.org> | |
3613 | |
3614 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3615 scroll-preserve-screen-position, scroll-conservatively. | |
3616 | |
3617 1999-05-16 Dave Love <fx@gnu.org> | |
3618 | |
3619 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3620 | |
3621 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3622 | |
3623 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3624 | |
3625 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3626 | |
3627 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3628 magic number and is not associated with a file. | |
3629 | |
3630 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3631 | |
3632 * files.el (find-file-noselect-1): Fix previous change. | |
3633 | |
3634 1999-05-14 Simon Marshall <simon@gnu.org> | |
3635 | |
3636 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3637 | |
3638 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3639 | |
3640 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3641 docstring. | |
3642 | |
3643 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3644 and menus. | |
3645 | |
3646 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3647 | |
3648 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3649 to correctly reflect the value of BaseLineOffset in | |
3650 RelativeCompose. Now the value of RelativeCompose is an array of | |
3651 low and high positions. | |
3652 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3653 RLC for the above change. | |
3654 | |
3655 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3656 | |
3657 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3658 output of ksu and ssh-add. | |
3659 | |
3660 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3661 | |
3662 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3663 Adjusted for the change of input method handling in isearch.el. | |
3664 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3665 (isearch-hangul-switch-hanja): Likewise. | |
3666 | |
3667 1999-05-10 Dave Love <fx@gnu.org> | |
3668 | |
3669 * help.el (help-make-xrefs): Fix typo. | |
3670 | |
3671 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3672 | |
3673 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3674 unibyte-display-via-language-environment. | |
3675 | |
3676 * help.el (help-make-xrefs): Handle more cases when looking for | |
3677 commands in a keymap description. | |
3678 | |
3679 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3680 | |
3681 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3682 | |
3683 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3684 | |
3685 * ps-print.el (ps-control-character): Call | |
3686 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3687 | |
3688 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3689 ps-multibyte-buffer is nil, use | |
3690 ps-mule-font-info-database-default." | |
3691 | |
3692 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3693 | |
3694 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3695 customizing local dictionaries not accessable by everyone. | |
3696 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3697 (ispell-required-version): Changed format `(major minor | |
3698 revision)' to support general pattern matching. | |
3699 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3700 skip region commented out due to incorrect skip potential in std latex. | |
3701 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3702 cursor point on small words for calls from `ispell-minor-mode'. | |
3703 (check-ispell-version): Tests and accepts versions major.minor | |
3704 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3705 (ispell-get-line): No longer skips ispell process special characters. | |
3706 (ispell-comments-and-strings): Removed `when' macro call. | |
3707 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3708 (ispell-buffer-local-parsing): Supports checking comments only. | |
3709 | |
3710 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3711 | |
3712 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3713 more specific. | |
3714 | |
3715 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3716 | |
3717 * subr.el (with-temp-message): Fix the other call to message | |
3718 to use %s. | |
3719 | |
3720 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3721 | |
3722 * gud.el (gud-format-command): "%F" means file sans extension. | |
3723 (jdb): use %F, not %f, for gud-break. | |
3724 | |
3725 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3726 | |
3727 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3728 matches the output of kinit. | |
3729 | |
3730 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3731 | |
3732 * timezone.el (timezone-parse-date): Recognize new format used in | |
3733 internet cookies. | |
3734 | |
3735 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3736 | |
3737 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3738 | |
3739 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3740 | |
3741 * time.el (display-time-update): Allow for wrap-around when | |
3742 checking against display-time-server-down-time. | |
3743 | |
3744 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3745 | |
3746 * international/mule-diag.el (describe-coding-system): Fix English | |
3747 message. | |
3748 | |
3749 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3750 | |
3751 * term/w32-win.el: Change the x-charset-registry property for the | |
3752 Japanese charsets that are supported by Japanese Windows fonts. | |
3753 | |
3754 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3755 | |
3756 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3757 diary-block diary entries for which the reminders and the diary | |
3758 entries can overlap. | |
3759 | |
3760 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3761 | |
3762 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3763 matches the font selected in the dialog. | |
3764 | |
3765 1999-05-02 Dave Love <fx@gnu.org> | |
3766 | |
3767 * browse-url.el (browse-url-browser-function): Add :version. | |
3768 | |
3769 * international/mule.el (auto-coding-alist): Add .tgz. | |
3770 | |
3771 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3772 | |
3773 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3774 Make the magnification parameter for the -dos encoder be 2. | |
3775 | |
3776 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3777 | |
3778 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3779 it is dropped, rather than current window. | |
3780 | |
3781 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3782 after switching buffer, as case-fold-search is a buffer local | |
3783 variable. | |
3784 | |
3785 * w32-fns.el (convert-standard-filename): Only convert directory | |
3786 separators to backslash if the interactive shell is one of the | |
3787 standard Windows shells that has DOS semantics. | |
3788 | |
3789 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3790 format-time-string, and return a suitable string to indicate the | |
3791 timestamp was invalid. | |
3792 | |
3793 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3794 expanding hexl-program in case exec-directory contains a space. | |
3795 (dehexlify-command): Ditto. | |
3796 | |
3797 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3798 file extension regexps which aren't necessarily binary files. | |
3799 (direct-print-region-helper): Use subst-char-in-string instead of | |
3800 binding directory-sep-char to convert filenames to DOS syntax. | |
3801 (direct-print-region-use-command-dot-com): New variable. | |
3802 (direct-print-region-helper): Use it to control whether to invoked | |
3803 command.com to print on Windows 9x. | |
3804 | |
3805 * browse-url.el (browse-url-browser-function): Default to | |
3806 browse-url-default-windows-browser on windows-nt. | |
3807 (browse-url-default-windows-browser): New function. | |
3808 | |
3809 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3810 | |
3811 * forms.el (forms-mode): Don't call forms-first-record or | |
3812 forms-last-record if the data file has zero records. | |
3813 | |
3814 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3815 | |
3816 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3817 after find-file-not-found-hooks runs, recompute the truename. | |
3818 And don't use FILENAME after that point. | |
3819 | |
3820 1999-04-27 Dave Love <fx@gnu.org> | |
3821 | |
3822 * paren.el (show-paren-mode) | |
3823 * which-func.el (which-func-mode-global) | |
3824 * type-break.el (type-break-mode) | |
3825 * time.el (display-time-mode) | |
3826 * rsz-mini.el (resize-minibuffer-mode) | |
3827 * mouse-sel.el (mouse-sel-mode) | |
3828 * icomplete.el (icomplete-mode) | |
3829 * hscroll.el (hscroll-global-mode) | |
3830 * help.el (temp-buffer-resize-mode) | |
3831 * font-lock.el (global-font-lock-mode) | |
3832 * delsel.el (delete-selection-mode) | |
3833 * avoid.el (mouse-avoidance-mode) | |
3834 * autoinsert.el (auto-insert-mode) | |
3835 * winner.el (winner-mode): Doc fix. | |
3836 | |
3837 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3838 | |
3839 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3840 the same whitespace that was ignored in choosing the subject string. | |
3841 | |
3842 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3843 | |
3844 * info.el (Info-find-node): Position properly after finding anchor. | |
3845 | |
3846 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3847 | |
3848 * simple.el (indent-new-comment-line): Fix previous change. | |
3849 | |
3850 * complete.el: Delete the wildcard expansion feature | |
3851 since that is now standard in find-file. | |
3852 (PC-try-load-many-files): Function deleted. | |
3853 (PC-after-load-many-files): Function deleted. | |
3854 (PC-many-files-list): Variable deleted. | |
3855 (PC-disable-wildcards): Variable deleted. | |
3856 (partial-completion-mode): Don't enable the wildcard feature. | |
3857 | |
3858 * complete.el (PC-look-for-include-file): Don't set global variables | |
3859 `error', `buf' and `filename' here. | |
3860 | |
3861 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3862 | |
3863 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3864 | |
3865 * textmodes/outline.el (outline-regexp): Doc fix. | |
3866 | |
3867 1999-04-26 John Wiegley <johnw@borland.com> | |
3868 | |
3869 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3870 C++Builder 4.0 error message syntax. | |
3871 | |
3872 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3873 | |
3874 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3875 supported, use find -exec. | |
3876 | |
3877 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3878 | |
3879 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3880 coding-system-for-write, to avoid hanging when non-interactive. | |
3881 | |
3882 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3883 | |
3884 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3885 start with a newline. | |
3886 | |
3887 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3888 | |
3889 * international/mule-conf.el (x-ctext): New coding system. | |
3890 | |
3891 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3892 | |
3893 * international/mule-cmds.el (input-method-function): | |
3894 Add permanent-local property. | |
3895 | |
3896 1999-04-12 Dave Love <fx@gnu.org> | |
3897 | |
3898 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3899 change to use jka-compr-byte-compiler-base-file-name. | |
3900 | |
3901 * supercite.el (sc-scan-info-alist): Revert last change. | |
3902 (sc-attrib-selection-list): Fix :type here instead. | |
3903 | |
3904 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3905 | |
3906 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3907 in the list of case-insensitive filesystems. | |
3908 | |
3909 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3910 | |
3911 * international/fontset.el (create-fontset-from-fontset-spec): | |
3912 Don't register duplicated alias fontset names. | |
3913 | |
3914 1999-04-08 Richard Stallman <rms@gnu.org> | |
3915 | |
3916 * international/mule.el (auto-coding-alist-lookup): New function. | |
3917 (set-auto-coding): Use auto-coding-alist-lookup. | |
3918 | |
3919 * jka-compr.el (jka-compr-insert-file-contents): | |
3920 Use auto-coding-alist-lookup to check for files that | |
3921 should not have eol conversion, in the unibyte case. | |
3922 | |
3923 1999-04-07 Dave Love <fx@gnu.org> | |
3924 | |
3925 * help.el (describe-variable): Check custom-loads property as well | |
3926 as custom-type. | |
3927 | |
3928 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3929 | |
3930 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3931 | |
3932 * vc.el (vc-backend-revert): For CVS files that were made | |
3933 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3934 | |
3935 1999-04-08 Dave Love <fx@gnu.org> | |
3936 | |
3937 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3938 more. | |
3939 (sc-emacs-features): Recognize Emacs 20. | |
3940 (sc-read-string): Use history arg. | |
3941 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3942 | |
3943 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3944 | |
3945 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3946 coding system to encode the message by | |
3947 select-message-coding-system. | |
3948 | |
3949 1999-04-07 Richard Stallman <rms@gnu.org> | |
3950 | |
3951 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3952 | |
3953 * winner.el: Reorder definitions. | |
3954 | |
3955 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3956 | |
3957 * mail/rmail.el (rmail-decode-babyl-format): | |
3958 Undo previous change. | |
3959 | |
3960 1999-04-06 Richard Stallman <rms@gnu.org> | |
3961 | |
3962 * info.el (Info-find-node): Check for an anchor at the | |
3963 proper place, before reading an indirect file. | |
3964 | |
3965 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3966 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3967 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 3968 Use raw-text-unix when we want no conversion. |
3969 | |
3970 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3971 | |
3972 * timezone.el (timezone-parse-date): Corrected regexp for | |
3973 style (5) date format so that tenths of seconds are optional. | |
3974 | |
3975 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3976 | |
3977 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3978 of dos-codepage-setup. | |
3979 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3980 codepages for which there's no need to set up cpNNN coding | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3981 systems. |
25837 | 3982 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
3983 | |
3984 1999-04-05 Richard Stallman <rms@gnu.org> | |
3985 | |
3986 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3987 | |
3988 1999-04-02 Richard Stallman <rms@gnu.org> | |
3989 | |
3990 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3991 if (car status) doesn't end in a newline. | |
3992 | |
3993 1999-04-01 Dave Love <fx@gnu.org> | |
3994 | |
3995 * progmodes/sql.el (SQL): Add defgroup :version. | |
3996 | |
3997 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3998 | |
3999 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
4000 buffer-file-coding-system. If the coding system used is raw-text, | |
4001 etc., make the *Compiler Input* buffer unibyte. | |
4002 | |
4003 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
4004 | |
4005 * loadup.el: Don't write the fns-...el file if not dumping. | |
4006 | |
4007 1999-03-31 Dave Love <fx@gnu.org> | |
4008 | |
4009 * snmp-mode.el (snmp): Fix defgroup :version. | |
4010 | |
4011 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
4012 | |
4013 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
4014 | |
4015 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
4016 the gnus-save-hidden-threads macro. | |
4017 | |
4018 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
4019 | |
4020 * faces.el (face-set-after-frame-default): Obey the | |
4021 `customized-face' for new faces. | |
4022 | |
4023 1999-03-30 Dave Love <fx@gnu.org> | |
4024 | |
4025 * international/mule-cmds.el (current-language-environment): Doc fix. | |
4026 * abbrev.el (abbrev-mode): Doc fix. | |
4027 * autoinsert.el (auto-insert-mode): Doc fix. | |
4028 * complete.el (partial-completion-mode): Doc fix. | |
4029 * avoid.el (mouse-avoidance-mode): Doc fix. | |
4030 * delsel.el (delete-selection-mode): Doc fix. | |
4031 * font-lock.el (global-font-lock-mode): Doc fix. | |
4032 * help.el (temp-buffer-resize-mode): Doc fix. | |
4033 * hscroll.el (hscroll-global-mode): Doc fix. | |
4034 * icomplete.el (icomplete-mode): Doc fix. | |
4035 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
4036 * paren.el (show-paren-mode): Doc fix. | |
4037 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
4038 * time.el (display-time-mode): Doc fix. | |
4039 * type-break.el (type-break-mode): Doc fix. | |
4040 * which-func.el (which-func-mode-global): Doc fix. | |
4041 * winner.el (winner-mode): Doc fix. | |
4042 | |
4043 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
4044 | |
4045 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
4046 than an ordinary error. | |
4047 | |
4048 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
4049 | |
4050 * repeat.el: Don't require advice. | |
4051 (repeat): Do function-indirection in check for kbd macro. | |
4052 In self-insert case, use the *last* char in INSERTION. | |
4053 | |
4054 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
4055 | |
4056 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
4057 | |
4058 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
4059 | |
4060 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
4061 comint-input-filter-functions. Make variables related to shell | |
4062 directory tracking local. | |
4063 | |
4064 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
4065 | |
4066 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
4067 | |
4068 * simple.el (shell-command-on-region): Cope with exit-status being | |
4069 nil, which happens if call-process-region was interrupted. | |
4070 | |
4071 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
4072 | |
4073 * simple.el (indent-new-comment-line): Handle use at a point | |
4074 after a comment-end. Handle multiple comments. | |
4075 | |
4076 * mail/rmail.el (rmail-decode-babyl-format): | |
4077 To prevent locking, bind buffer-file-name to nil. | |
4078 | |
4079 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
4080 | |
4081 * mail-hist.el (mail-hist-current-header-name): Don't make | |
4082 off-by-one-error when determining if in message body. | |
4083 | |
4084 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
4085 | |
4086 * w32-fns.el (set-default-process-coding-system): Copied from | |
4087 dos-w32.el, but modified to use Unix line endings for process | |
4088 input, and to add a suitable entry to process-coding-system-alist | |
4089 for DOS shells. | |
4090 | |
4091 * dos-fns.el (set-default-process-coding-system): Copied from | |
4092 dos-w32.el. | |
4093 | |
4094 * dos-w32.el (set-default-process-coding-system): Move function to | |
4095 dos-fns.el; a different version is used in w32-fns.el. | |
4096 | |
4097 1999-03-24 Dave Love <fx@gnu.org> | |
4098 | |
4099 * info.el (Info-directory-list): Revert change to re-writing | |
4100 Info-default-directory-list, but put `alternative' first. | |
4101 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
4102 | |
4103 1999-03-23 Simon Marshall <simon@gnu.org> | |
4104 | |
4105 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
4106 on the line by itself. | |
4107 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4108 it is not in a declarative context. | |
4109 | |
4110 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4111 | |
4112 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4113 autoloaded symbols. | |
4114 | |
4115 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4116 | |
4117 * simple.el (what-cursor-position): Don't cause error when point | |
4118 is at invalid multibyte sequence. | |
4119 | |
4120 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4121 | |
4122 * complete.el (partial-completion-mode): Doc fix. | |
4123 | |
4124 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4125 | |
4126 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4127 | |
4128 * progmodes/c-mode.el (old-c): Remove :group. | |
4129 | |
4130 1999-03-18 Simon Marshall <simon@gnu.org> | |
4131 | |
4132 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4133 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4134 | |
4135 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4136 | |
4137 * w32-fns.el (set-w32-system-coding-system) New function. | |
4138 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4139 | |
4140 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4141 | |
4142 * international/mule-cmds.el (set-language-environment): Fix | |
4143 previous change: don't use dos-codepage when unbound. | |
4144 | |
4145 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4146 | |
4147 * calendar/appt.el (appt-make-list): Fix previous change. | |
4148 | |
4149 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4150 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4151 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4152 Don't try to redisplay with the cursor at the end |
4153 on its own line--that would force a scroll and spoil things. | |
4154 | |
4155 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4156 | |
4157 * international/mule-cmds.el (set-language-environment): Don't use | |
4158 cpNNN-nonascii-translation-table if it is unbound. | |
4159 | |
4160 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4161 syntax table and bind unibyte-display-via-language-environment | |
4162 here, rather than at top level, so that resetting to unibyte in | |
4163 .emacs works as expected. | |
4164 | |
4165 1999-03-15 Simon Marshall <simon@gnu.org> | |
4166 | |
4167 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4168 | |
4169 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4170 | |
4171 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4172 | |
4173 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4174 | |
4175 * international/mule-util.el (detect-coding-with-priority): | |
4176 Restore the internal database. | |
4177 | |
4178 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4179 | |
4180 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4181 if mail-from-style has invalid value. | |
4182 | |
4183 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4184 | |
4185 * vc.el (vc-delete-logbuf-window): New var. | |
4186 (vc-finish-logentry): Use it. | |
4187 | |
4188 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4189 | |
4190 * startup.el (command-line-1): Improve startup msg. | |
4191 | |
4192 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4193 | |
4194 * speedbar.el: Added commentary about stealthy functions. | |
4195 (speedbar-message) new function. | |
4196 (speedbar-y-or-n-p): New function | |
4197 (speedbar-with-attached-buffer) Moved macro before reference. | |
4198 Now uses `save-selected-window'. | |
4199 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4200 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4201 speedbar-item-delete, speedbar-insert-generic-list, |
4202 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4203 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4204 speedbar-buffers-item-info) Use speedbar-message. | |
4205 (speedbar-item-info) Limit `message-log-max'. | |
4206 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4207 speedbar-item-delete, speedbar-item-object-delete, | |
4208 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4209 | |
4210 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4211 | |
4212 * server.el (server-start): Set coding system for the server | |
4213 process to raw-text. | |
4214 (server-process-filter): Decode file names if necessary. | |
4215 | |
4216 1999-03-12 Dave Love <fx@gnu.org> | |
4217 | |
4218 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4219 | |
4220 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4221 | |
4222 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4223 | |
4224 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4225 | |
4226 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4227 | |
4228 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4229 (ispell-dictionary-alist-2): Likewise. | |
4230 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4231 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4232 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4233 | |
4234 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4235 | |
4236 * enriched.el (enriched-mode): Make var permanent-local. | |
4237 | |
4238 1999-03-09 Dave Love <fx@gnu.org> | |
4239 | |
4240 * textmodes/sgml-mode.el (html-mode): Use | |
4241 sentence-end-double-space when setting sentence-end. | |
4242 | |
4243 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4244 | |
4245 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4246 | |
4247 1999-03-08 Felix Lee <flee@cygnus.com> | |
4248 | |
4249 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4250 | |
4251 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4252 | |
4253 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4254 | |
4255 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4256 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4257 | |
4258 * dired.el (dired-do-copy-regexp): Doc fix. | |
4259 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4260 | |
4261 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4262 | |
4263 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4264 | |
4265 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4266 | |
4267 * international/codepage.el (cp1250-decode-table) | |
4268 (cp1251-decode-table, cp1253-decode-table) | |
4269 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4270 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4271 | |
4272 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4273 | |
4274 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4275 | |
4276 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4277 | |
4278 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4279 | |
4280 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4281 | |
4282 1999-03-06 Dave Love <fx@gnu.org> | |
4283 | |
4284 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4285 buffer-invisibility-spec. | |
4286 | |
4287 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4288 | |
4289 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4290 | |
4291 1999-03-05 Felix Lee <flee@cygnus.com> | |
4292 | |
4293 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4294 | |
4295 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4296 | |
4297 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4298 | |
4299 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4300 | |
4301 * w32-fns.el (convert-standard-filename): Convert directory | |
4302 separators to Windows format. | |
4303 | |
4304 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4305 | |
4306 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4307 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4308 (batch-skkdic-convert): Doc fix. | |
4309 | |
4310 1999-03-04 Dave Love <fx@gnu.org> | |
4311 | |
4312 * custom.el (custom-set-variables): Protect against setter errors. | |
4313 | |
4314 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4315 | |
4316 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4317 the file sizes from overflowing. | |
4318 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4319 Under -s, print the size in blocks with %4.0f, in case they have | |
4320 a *really* huge file. | |
4321 | |
4322 1999-03-03 Dave Love <fx@gnu.org> | |
4323 | |
4324 * options.el (edit-options): Doc fix. | |
4325 (list-options): Don't lose with unbound symbols. Maintain | |
4326 Edit-options-mode. | |
4327 | |
4328 1999-03-01 Dave Love <fx@gnu.org> | |
4329 | |
4330 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4331 | |
4332 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4333 | |
4334 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4335 (ispell-dictionary-alist): Don't setq it, | |
4336 if ispell-dictionary-alist-override is set. | |
4337 | |
4338 * simple.el (shell-command-default-error-buffer): Renamed from | |
4339 shell-command-on-region-default-error-buffer. | |
4340 (shell-command-on-region): Mention in echo area when there | |
4341 is some error output. Mention success or failure, too. | |
4342 Accumulate multiple error outputs | |
4343 going forward, with formfeed in between. Display the error buffer | |
4344 when we have put something in it. | |
4345 (shell-command): Add the ERROR-BUFFER argument feature. | |
4346 | |
4347 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4348 | |
4349 * mail/mh-utils.el (mh-lib): Doc fix. | |
4350 (mh-lib-progs, mh-nmh-p): New vars. | |
4351 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4352 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4353 of mh-file-command-p. | |
4354 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4355 | |
4356 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4357 (mh-smail-batch): Don't ignore all arguments. | |
4358 (mh-reply): Do the right thing when using nmh. | |
4359 | |
4360 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4361 | |
4362 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4363 to show a buffer being decoded. | |
4364 | |
4365 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4366 | |
4367 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4368 '("/usr/local/share/emacs/fonts/bdf"). | |
4369 | |
4370 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4371 | |
4372 * ps-print.el: PostScript programming fix. | |
4373 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4374 setpagedevice operator). | |
4375 | |
4376 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4377 | |
4378 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4379 sizes. | |
4380 (ps-print-version): New version number (4.1.4). | |
4381 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4382 Specifies landscape and portrait sizes. | |
4383 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4384 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4385 fix. | |
4386 (ps-get-font-size): New fun. | |
4387 (ps-font-size-internal, ps-header-font-size-internal) | |
4388 (ps-header-title-font-size-internal): New vars. | |
4389 | |
4390 * ps-mule.el: Change of ps-print font size variable name. | |
4391 (ps-mule-generate-font): Fun fix. | |
4392 (ps-mule-begin-job): Programming uniformization. | |
4393 | |
4394 1999-02-25 Dave Love <fx@gnu.org> | |
4395 | |
4396 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4397 (help-make-xrefs): Do Info case first. | |
4398 | |
4399 * repeat.el: Don't require advice. | |
4400 (repeat-last-kill-command): Variable deleted. | |
4401 | |
4402 1999-02-25 Richard Stallman <rms@gnu.org> | |
4403 | |
4404 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4405 case just because the current buffer is the output buffer. | |
4406 | |
4407 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4408 | |
4409 * simple.el (what-cursor-position): To show the character's | |
4410 encoding, use encoded-string-description instead of information | |
4411 of chaset-origin-alist. | |
4412 | |
4413 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4414 (encoded-code-description): New function. | |
4415 (encoded-string-description): New function. | |
4416 (encode-coding-char): New function. | |
4417 | |
4418 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4419 | |
4420 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4421 checking for .emacs[.el[c]]. | |
4422 | |
4423 1999-02-24 Richard Stallman <rms@gnu.org> | |
4424 | |
4425 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4426 | |
4427 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4428 | |
4429 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4430 inputting ?\240. | |
4431 | |
4432 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4433 | |
4434 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4435 | |
4436 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4437 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4438 | |
4439 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4440 | |
4441 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4442 | |
4443 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4444 | |
4445 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4446 | |
4447 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4448 excursion while calling set-auto-coding-function. |
25837 | 4449 |
4450 * play/handwrite.el (handwrite): Require ps-print, and use | |
4451 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4452 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4453 | |
4454 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4455 | |
4456 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4457 charset-origin-alist property to a coding system for the codepage. | |
4458 | |
4459 * international/mule.el: Modify comment for charset-origin-alist | |
4460 property of a coding system. | |
4461 | |
4462 * simple.el (what-cursor-position): charset-origin-alist property | |
4463 of a coding system may be a translation table or a symbol of which | |
4464 `translation-table' property is a translation table. | |
4465 | |
4466 1999-02-21 Richard Stallman <rms@gnu.org> | |
4467 | |
4468 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4469 to the "html" template. | |
4470 | |
4471 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4472 | |
4473 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4474 | |
4475 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4476 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4477 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 4478 instead of the buffer. |
4479 | |
4480 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4481 | |
4482 * sql.el: Set version to 1.4.1. Changed mail address to | |
4483 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4484 (sql-input-ring-separator): Doc fix. | |
4485 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4486 ". 56" instead of ". 12b" for XEmacs. | |
4487 (sql-stop, sql-interactive-mode): Doc fixes. | |
4488 (sql-postgres): Queries for database and server, not just one. | |
4489 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4490 | |
4491 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4492 changed. This is needed for master.el to work. | |
4493 (sql-set-sqli-buffer): Use the new hook. | |
4494 | |
4495 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4496 sql-alternate-buffer-name. | |
4497 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4498 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4499 (sql-rename-buffer): New command. | |
4500 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4501 | |
4502 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4503 and sql-input-ring-file-name are used to temporarily set | |
4504 comint-input-ring-file-name and comint-input-ring-separator when | |
4505 reading and writing input history files. | |
4506 | |
4507 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4508 (sql-input-ring-file-name): New variable with customization. | |
4509 (sql-input-ring-separator): New variable with customization. | |
4510 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4511 Callers changed. | |
4512 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4513 now includes the name of the current buffer. | |
4514 | |
4515 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4516 sql-send-paragraph sends the entire SQL statements, even if it | |
4517 contains indented lines. | |
4518 | |
4519 1999-02-18 Dave Love <fx@gnu.org> | |
4520 | |
4521 * format.el (format-encode-run-method, format-decode-run-method): | |
4522 Fix previous change. | |
4523 | |
4524 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4525 | |
4526 * international/mule.el (coding-system-list): Moved here from | |
4527 mule-util.el to avoid autoloading mule-util by the call of | |
4528 select-safe-coding-system. | |
4529 | |
4530 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4531 | |
4532 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4533 `text-mode-hook'. | |
4534 | |
4535 1999-02-17 Richard Stallman <rms@gnu.org> | |
4536 | |
4537 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4538 Don't crash if (current-local-map) is nil. | |
4539 | |
4540 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4541 | |
4542 * filecache.el (file-cache-filter-regexps): Added .class. | |
4543 | |
4544 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4545 | |
4546 * international/mule-util.el (decompose-region): Use | |
4547 insert-buffer-substring instead of insert-buffer to avoid putting | |
4548 mark. | |
4549 | |
4550 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4551 | |
4552 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4553 displayed-month and displayed-year here, let generate-calendar do | |
4554 it, after range checking. | |
4555 | |
4556 1999-02-17 Simon Marshall <simon@gnu.org> | |
4557 | |
4558 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4559 | |
4560 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4561 correctly between an object declared via a constructor and a method. | |
4562 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4563 (java-font-lock-keywords-1): Fontify package names individually. | |
4564 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4565 (java-font-lock-keywords-2): Simplify type fontification. | |
4566 (java-font-lock-keywords-3): Likewise. | |
4567 | |
4568 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4569 | |
4570 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4571 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4572 | |
4573 1999-02-16 Dave Love <fx@gnu.org> | |
4574 | |
4575 * help.el (describe-function-1): Accept non-symbols. | |
4576 | |
4577 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4578 | |
4579 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4580 find the last match if there are multiple matches. | |
4581 | |
4582 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4583 | |
4584 * tex-mode.el (tex-run-command, latex-run-command) | |
4585 (slitex-run-command, tex-command): Doc changes. | |
4586 (tex-start-options-string): Autoload it. Doc change. Provide | |
4587 a menu for customization. Allow nil. Quote backslashes only once. | |
4588 (tex-start-tex): Handle nil value of tex-start-options-string | |
4589 and apply shell-quote-argument to it. | |
4590 | |
4591 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4592 | |
4593 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4594 the size in blocks, since it can be a float. | |
4595 (ls-lisp-format): Likewise | |
4596 | |
4597 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4598 | |
4599 * language/japanese.el (japanese-shift-jis): Add | |
4600 charset-origin-alist property. | |
4601 | |
4602 1999-02-15 Richard Stallman <rms@gnu.org> | |
4603 | |
4604 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4605 | |
4606 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4607 | |
4608 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4609 | |
4610 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4611 | |
4612 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4613 Summary-line in its header, get past one more line before looking | |
4614 for the X-Coding-System header. | |
4615 | |
4616 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4617 | |
4618 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4619 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4620 | |
4621 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4622 | |
4623 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4624 instead of `eq'. | |
4625 | |
4626 1999-02-14 Richard Stallman <rms@gnu.org> | |
4627 | |
4628 * international/iso-transl.el: | |
4629 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4630 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4631 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4632 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4633 (iso-transl-char-map): Related changes. | |
4634 | |
4635 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4636 | |
4637 1999-02-13 Richard Stallman <rms@gnu.org> | |
4638 | |
4639 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4640 (texinfo-fold-nodename-case): Add defvar. | |
4641 (texinfo-format-node): Do case folding if specified. | |
4642 | |
4643 * ffap.el (ffap-file-at-point): Test local file names | |
4644 immediately. Strip off line numbers. | |
4645 | |
4646 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4647 | |
4648 * sql.el: Set version to 1.3.2 | |
4649 (sql-solid-program): Added support for solid. | |
4650 (sql-help): Doc mentions sql-solid. | |
4651 (sql-solid): Entry function for Solid. | |
4652 (sql-buffer): Doc explains the use of the variable and how to | |
4653 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4654 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 4655 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
4656 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4657 is new. | |
4658 (sql-show-sqli-buffer): New function to display the value of | |
4659 sql-buffer. | |
4660 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4661 (sql-mode): Doc explains how to change sql-buffer. | |
4662 (sql-send-paragraph): New function to send a paragraph. | |
4663 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4664 (sql-mysql): Doc corrected. | |
4665 (sql-ms): Doc corrected. | |
4666 | |
4667 * sql.el (sql-server): Doc fix. | |
4668 (sql-mysql): Added the use of sql-server to specify the host, | |
4669 sql-database now specifies database instead of host. | |
4670 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4671 is non-nil. | |
4672 (sql-help): Changed tag of entry functions a bit. | |
4673 | |
4674 * sql.el: Added keywords from `finder-by-keyword'. | |
4675 (sql-mode): Made sql-buffer a local variable, changed the | |
4676 documentation: removed instructions to add *.sql files to | |
4677 auto-mode-alist, added documentation for having mutliple SQL | |
4678 buffers sending their stuff to different SQLi buffers, each | |
4679 running a different process. | |
4680 (sql-postgres): Quoted *SQL* in doc string. | |
4681 (sql-ms): Likewise. | |
4682 (sql-ingres): Likewise. | |
4683 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4684 sql-user and sql-password used during login. | |
4685 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4686 (sql-oracle): Likewise. | |
4687 (sql-interactive-mode): Added extensive documentation for having | |
4688 mutliple SQL buffers sending their stuff to different SQLi | |
4689 buffers, each running a different process. | |
4690 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4691 (sql-get-login): Doc fix. | |
4692 | |
4693 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4694 | |
4695 * international/mule-conf.el (undecided): Set ascii in | |
4696 safe-charsets property. | |
4697 | |
4698 1999-02-12 Richard Stallman <rms@gnu.org> | |
4699 | |
4700 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4701 | |
4702 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4703 | |
4704 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4705 value to ps-mule-font-info-database-latin. | |
4706 | |
4707 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4708 | |
4709 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4710 (ps-mule-font-info-database-default): New variable. | |
4711 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4712 ps-mule-font-info-database-default. | |
4713 | |
4714 1999-02-12 Dave Love <fx@gnu.org> | |
4715 | |
4716 * timezone.el (timezone-make-date-sortable) | |
4717 (timezone-make-date-arpa-standard): Doc fix. | |
4718 | |
4719 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4720 | |
4721 * international/quail.el (quail-show-kbd-layout): Bind | |
4722 blink-matching-paren to nil. | |
4723 | |
4724 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4725 for ASCII and Latin-1. | |
4726 | |
4727 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4728 | |
4729 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4730 | |
4731 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4732 | |
4733 * international/mule-cmds.el (language-info-alist): Remove | |
4734 description about charset-origin-alist. | |
4735 | |
4736 * international/mule.el: Comment added for a new coding system | |
4737 property `charset-origin-alit'. | |
4738 (make-translation-table): This variable deleted. | |
4739 | |
4740 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4741 property. | |
4742 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4743 | |
4744 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4745 property. | |
4746 (cyrillic-alternativnyj): Likewise. | |
4747 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4748 ("Cyrillic-ALT"): Likewise. | |
4749 | |
4750 * language/vietnamese.el (vietnamese-viqr): Add | |
4751 charset-origin-alist property. | |
4752 ("Vietnamese"): Remove charset-origin-alist property. | |
4753 | |
4754 * simple.el (what-cursor-position): Don't use the varialbe | |
4755 charset-origin-alist, but use charset-origin-alist property of | |
4756 buffer-file-coding-system to decide external character set code. | |
4757 | |
4758 1999-02-10 Richard Stallman <rms@gnu.org> | |
4759 | |
4760 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4761 | |
4762 1999-02-09 Richard Stallman <rms@gnu.org> | |
4763 | |
4764 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4765 | |
4766 * add-log.el (add-log-file-name-function): New variable. | |
4767 (add-change-log-entry): Call that function, if non-nil. | |
4768 | |
4769 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4770 | |
4771 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4772 | |
4773 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4774 | |
4775 * progmodes/compile.el (compilation-setup): Set value of | |
4776 compilation-directory-stack as in compilation-forget-errors. | |
4777 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4778 deactivate-mark. | |
4779 (compilation-forget-errors): Likewise. | |
4780 | |
4781 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4782 | |
4783 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4784 def... constructs. | |
4785 | |
4786 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4787 Remove calls to sleep-for. | |
4788 | |
4789 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4790 | |
4791 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4792 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4793 supported by the codepage. | |
4794 (cp-make-coding-systems-for-codepage): Likewise. | |
4795 | |
4796 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4797 | |
4798 * international/mule-util.el (coding-system-list): Don't sort | |
4799 coding-system-list here. | |
4800 | |
4801 * international/mule.el (coding-system-lessp): Moved here from | |
4802 mule-util.el | |
4803 (add-to-coding-system-list): New function. | |
4804 (make-subsidiary-coding-system, make-coding-system, | |
4805 define-coding-system-alias): Use it instead of setting | |
4806 coding-system-list directly. | |
4807 | |
4808 1999-02-07 Dave Love <fx@gnu.org> | |
4809 | |
4810 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4811 onto message. | |
4812 | |
4813 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4814 | |
4815 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4816 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4817 | |
4818 1999-02-06 Richard Stallman <rms@gnu.org> | |
4819 | |
4820 * language/european.el (setup-slovenian-environment): New function. | |
4821 ("Slovenian"): New language environment. | |
4822 | |
4823 * progmodes/sql.el (sql-help): Doc fix. | |
4824 (sql-mysql): Doc fix. | |
4825 | |
4826 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4827 | |
4828 * tex-mode.el: When compiling, require compare-w and skeleton | |
4829 to pacify the byte-compiler. Move the def's of the tex-commands | |
4830 together. Add a comment on kill-process vs. quit-process. | |
4831 | |
4832 1999-02-05 Dave Love <fx@gnu.org> | |
4833 | |
4834 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4835 null markers. | |
4836 (compile-goto-error): Likewise. | |
4837 | |
4838 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4839 | |
4840 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4841 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4842 (time-stamp): don't re-write the time stamp if it didn't change. | |
4843 | |
4844 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4845 | |
4846 * progmodes/sql.el: Changed version to 1.2.1. | |
4847 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4848 (sql-mysql-program): Added MySQL support. | |
4849 (sql-prompt-length): Made prompt-length configurable. | |
4850 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4851 (sql-help): Added MySQL support, changed documentation. | |
4852 (sql-send-region): A message is displayed if something is sent. | |
4853 (sql-mode): Added buffer-local comment-start. | |
4854 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4855 (sql-interactive-mode): Added buffer-local comment-start. | |
4856 (sql-oracle): Set sql-prompt-length. | |
4857 (sql-sybase): Set sql-prompt-length. | |
4858 (sql-mysql): Added MySQL support. | |
4859 (sql-ingres): Set sql-prompt-length. | |
4860 (sql-ms): Set sql-prompt-length. | |
4861 (sql-postgres): Set sql-prompt-length. | |
4862 | |
4863 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4864 | |
4865 * term/internal.el (dos-codepage-setup): Set selection coding | |
4866 system to cpNNN-dos. | |
4867 | |
4868 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4869 | |
4870 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4871 | |
4872 1999-02-02 Dave Love <fx@gnu.org> | |
4873 | |
4874 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4875 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4876 | |
4877 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4878 | |
4879 * terminal.el (terminal-emulator): Doc fix. | |
4880 | |
4881 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4882 | |
4883 * international/mule-util.el (compose-chars): Doc-string | |
4884 modified. Correctly handle a composition character in ARGS. | |
4885 | |
4886 1999-02-01 Richard Stallman <rms@gnu.org> | |
4887 | |
4888 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4889 (makefile-menu-index-function): Function deleted. | |
4890 (makefile-mode): Use makefile-imenu-generic-expression. | |
4891 | |
4892 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4893 | |
4894 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4895 change, invoke from before-init-hook. | |
4896 | |
4897 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4898 | |
4899 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4900 buffer-invisibility-spec is t. | |
4901 | |
4902 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4903 | |
4904 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4905 appt-add and appt-delete. | |
4906 | |
4907 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4908 | |
4909 * term/pc-win.el (msdos-approximate-color): New function. | |
4910 (msdos-color-translate): Call it to find a DOS color that best | |
4911 approximates an X-style "#NNNNNN" color specification. | |
4912 | |
4913 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4914 | |
4915 * international/mule-util.el (compose-chars-component): Add | |
4916 autoload cookie. | |
4917 | |
4918 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4919 | |
4920 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4921 function, replace cdr of MAP by the return value of the function | |
4922 unconditionally. | |
4923 | |
4924 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4925 | |
4926 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4927 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4928 | |
4929 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4930 | |
4931 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4932 and NLs before "charset", and allow the charset name be in double | |
4933 quotes. | |
4934 | |
4935 1999-01-31 Richard Stallman <rms@gnu.org> | |
4936 | |
4937 * imenu.el (imenu-sort-function): Fix custom type. | |
4938 | |
4939 1999-01-30 Richard Stallman <rms@gnu.org> | |
4940 | |
4941 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4942 (speedbar-line-token): Likewise. | |
4943 | |
4944 * play/gametree.el (gametree-default-score): Use defcustom. | |
4945 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4946 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4947 | |
4948 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4949 | |
4950 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4951 decoding. | |
4952 | |
4953 1999-01-29 Markus Rost <rost@gnu.org> | |
4954 | |
4955 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4956 tex-validate-buffer. | |
4957 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4958 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4959 now with recent occur-mode. | |
4960 (tex-validate-region): Really walk through all Sexps. | |
4961 (tex-region): Bind shell-dirtrack-verbose. | |
4962 (tex-file, tex-bibtex-file): Likewise. | |
4963 | |
4964 1999-01-29 Dave Love <fx@gnu.org> | |
4965 | |
4966 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4967 appending .el to file name. | |
4968 (finder-find-library, finder-commentary): Doc fixes. | |
4969 | |
4970 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4971 | |
4972 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4973 where the userid contains directory separators. | |
4974 | |
4975 1999-01-29 Dave Love <fx@gnu.org> | |
4976 | |
4977 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4978 (lm-commentary): Doc fix. | |
4979 | |
4980 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4981 | |
4982 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4983 wildcard match. Fix regexp that tests if dirpart contains | |
4984 wildcard characters. | |
4985 | |
4986 1999-01-28 Richard Stallman <rms@gnu.org> | |
4987 | |
4988 * font-lock.el (font-lock-default-unfontify-region): | |
4989 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4990 | |
4991 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4992 | |
4993 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4994 from FAMILY field. | |
4995 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4996 (mouse-set-font): Document. Automatically create and use fontsets. | |
4997 | |
4998 * dos-w32.el (direct-print-region-helper): Check for printer | |
4999 being t as well as a string. | |
5000 | |
5001 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
5002 | |
5003 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
5004 (rmail-mime-charset-pattern): New variable. | |
5005 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
5006 rmail-decode-mime-charset is non-nil. | |
5007 | |
5008 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
5009 | |
5010 * international/characters.el: Set category `q' for all characters | |
5011 in tibetan and tibetan-1-column. | |
5012 | |
5013 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
5014 | |
5015 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
5016 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
5017 | |
5018 1999-01-27 Dave Love <fx@gnu.org> | |
5019 | |
5020 * international/mule-cmds.el (current-language-environment): | |
5021 Provide :link, :type (choices) and appropriate :get. | |
5022 | |
5023 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
5024 | |
5025 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
5026 display end-of-line format in mode line. | |
5027 | |
5028 * cus-start.el (all): Add eol-mnemonic-* variables. | |
5029 | |
5030 1999-01-26 Dave Love <fx@gnu.org> | |
5031 | |
5032 * startup.el (command-line-1): Up-date copyright. | |
5033 | |
5034 * paths.el (Info-default-directory-list): Use configdir twice. | |
5035 | |
5036 * info.el (Info-directory-list): Don't set path-separator now | |
5037 we're not shipped with Texinfo. Simplify path definition. | |
5038 Substitute all occurrences of instdir in Info-default-directory-list. | |
5039 | |
5040 1999-01-25 Richard Stallman <rms@gnu.org> | |
5041 | |
5042 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5043 Record the inode numbers of the dirs processed, to avoid loop. | |
5044 | |
5045 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
5046 | |
5047 1999-01-25 Dave Love <fx@gnu.org> | |
5048 | |
5049 * browse-url.el (browse-url-netscape-program): Doc addition. | |
5050 | |
5051 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
5052 prefix. | |
5053 | |
5054 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
5055 auto-mode-alist. | |
5056 | |
5057 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5058 | |
5059 * calendar/diary-lib.el (mark-diary-entries): Use | |
5060 assoc-ignore-case and do not capitalize when matching month and | |
5061 day names. | |
5062 | |
5063 * calendar/calendar.el (calendar-read-date): Ditto. | |
5064 | |
5065 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
5066 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
5067 | |
5068 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
5069 | |
5070 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
5071 | |
5072 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
5073 (mark-islamic-diary-entries): Ditto. | |
5074 | |
5075 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
5076 | |
5077 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
5078 (calendar-read-mayan-tzolkin-date): Ditto. | |
5079 | |
5080 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
5081 | |
5082 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
5083 | |
5084 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
5085 | |
5086 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
5087 | |
5088 * faces.el (list-faces-display): Multiline case of previous fix. | |
5089 | |
5090 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
5091 | |
5092 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
5093 | |
5094 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
5095 | |
5096 * files.el (find-file): If find-file-noselect returns a list, | |
5097 do switch-to-buffer on each element. | |
5098 (find-file-other-window): Likewise for all but the first element. | |
5099 (find-file-other-frame): Same. | |
5100 (find-file-noselect): When we expand a wildcard, return a list | |
5101 of buffers. | |
5102 | |
5103 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
5104 | |
5105 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
5106 to set the appropriate cpNNN-dos coding system as the | |
5107 highest-priority coding system. | |
5108 | |
5109 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5110 | |
5111 * international/fontset.el (generate-fontset-menu): Return a | |
5112 sorted list by plain names of fontsets. | |
5113 | |
5114 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5115 plain names. | |
5116 | |
5117 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5118 FIRST is a composite character, decompose it at first. | |
5119 | |
5120 1999-01-23 Dave Love <fx@gnu.org> | |
5121 | |
5122 * format.el: Doc fixes. | |
5123 (format-encode-run-method): Have things happen in the right buffer. | |
5124 Deal with errors from method. Set coding-system-for-write. | |
5125 (format-decode-run-method): Have things happen in the right buffer. | |
5126 Deal with errors from method. Set coding-system-for-read. | |
5127 (format-alist): Use nil instead of unmatchable regexps. | |
5128 | |
5129 * simple.el (shell-command-on-region): Return command's exit status. | |
5130 | |
5131 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5132 | |
5133 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5134 of the file whose info we want to display. | |
5135 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5136 (speedbar-add-mode-functions-list) Improve doc. | |
5137 (speedbar-line-token) New function. | |
5138 (speedbar-dired) Fix order of directories in -shown-directories. | |
5139 (speedbar-line-path): Default return is default-directory | |
5140 (speedbar-buffers-line-path): Return is dir name only. | |
5141 (speedbar-mode-functions-list): New variable. | |
5142 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5143 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5144 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5145 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5146 New functions. | |
5147 (speedbar-line-file): Broke out part that fetches file from a line. | |
5148 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5149 (speedbar-line-path): Converted into a replaceable function. | |
5150 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5151 | |
5152 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5153 | |
5154 * international/fontset.el (create-fontset-from-x-resource): Make | |
5155 style variants. | |
5156 | |
5157 1999-01-22 Dave Love <fx@gnu.org> | |
5158 | |
5159 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5160 | |
5161 1999-01-22 Sam Steingold <sds@goems.com> | |
5162 | |
5163 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5164 a process associated with it. | |
5165 | |
5166 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5167 | |
5168 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5169 | |
5170 1999-01-22 Felix Lee <flee@cygnus.com> | |
5171 | |
5172 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5173 major-mode. | |
5174 (vc-annotate-mode): Delete variable. | |
5175 | |
5176 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5177 | |
5178 * startup.el (command-line): [windows-nt]: Check for existence of | |
5179 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5180 in preference to _emacs. | |
5181 | |
5182 1999-01-22 Dave Love <fx@gnu.org> | |
5183 | |
5184 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5185 | |
5186 1999-01-20 Richard Stallman <rms@gnu.org> | |
5187 | |
5188 * files.el (find-file-noselect): Do wildcard processing only | |
5189 if new arg WILDCARDS is non-nil. | |
5190 (find-file, find-file-other-window): New arg WILDCARDS. | |
5191 Default it to non-nil if interactive. | |
5192 (find-file-other-frame): Likewise. | |
5193 (find-file-read-only): Likewise. | |
5194 (find-file-read-only-other-window): Likewise. | |
5195 (find-file-read-only-other-frame): Likewise. | |
5196 | |
5197 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5198 (widget-plist-convert-option): Delete spurious comma. | |
5199 | |
5200 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5201 | |
5202 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5203 iso8859-5 to koi8-r. Add iso8859-9. | |
5204 | |
5205 1999-01-19 Dave Love <fx@gnu.org> | |
5206 | |
5207 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5208 its uses. | |
5209 | |
5210 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5211 is active. | |
5212 (fortran-indent-subprogram): Likewise. | |
5213 | |
5214 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5215 | |
5216 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5217 | |
5218 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5219 | |
5220 * wid-edit.el (alist): Use sexp as default key-type. | |
5221 | |
5222 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5223 | |
5224 * textmodes/tex-mode.el (tex-define-common-keys): | |
5225 Remove key binding of tex-feed-input. | |
5226 (tex-mode-map): Bind tex-feed-input here. | |
5227 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5228 comint-input-filter-functions before running tex-shell-hook. | |
5229 (tex-start-tex): Forget compilation errors. | |
5230 (tex-compilation-parse-errors): Rewritten to work also with | |
5231 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5232 change in tex-region. | |
5233 (tex-region): For the temp file use file-name without directory. | |
5234 (tex-file): Expand file name of tex-print-file. | |
5235 | |
5236 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5237 | |
5238 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5239 | |
5240 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5241 | |
5242 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5243 beginning could cause Emacs to hang. Fixed. | |
5244 | |
5245 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5246 | |
5247 * international/ccl.el (ccl-compile-translate-character): Handle | |
5248 the case that a tranlation table is CCL register correctly. | |
5249 | |
5250 * international/mule-cmds.el (select-safe-coding-system): | |
5251 Hightlight at most 256 characters. | |
5252 | |
5253 1999-01-18 Dave Love <fx@gnu.org> | |
5254 | |
5255 * startup.el (command-line): If the init file changes operation to | |
5256 unibyte, make all buffers unibyte and re-set language environment. | |
5257 | |
5258 * disp-table.el (standard-display-european): Make all existing | |
5259 buffers unibyte. Fix doc. | |
5260 | |
5261 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5262 | |
5263 * wid-edit.el (coding-system): Define this unconditionally. | |
5264 | |
5265 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5266 (shell-command-on-region): Use that variable as interactive | |
5267 value of ERROR-BUFFER argument. | |
5268 | |
5269 1999-01-17 Sam Steingold <sds@goems.com> | |
5270 | |
5271 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5272 | |
5273 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5274 | |
5275 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5276 compilation buffer's window, keep it in that window. | |
5277 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5278 (compile-goto-error): Don't play with windows. | |
5279 | |
5280 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5281 (tex-command): Doc fix. | |
5282 (tex-compilation-parse-errors): Doc fix. | |
5283 (tex-generate-zap-file-name): Don't start the name with -. | |
5284 (tex-expand-files): Works now also with strings ending with ":". | |
5285 | |
5286 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5287 | |
5288 Patch failed to install: | |
5289 * gametree.el: Document scoring functionality. | |
5290 (gametree-score-regexp): Add optional plus sign. | |
5291 (gametree-score-opener): Replace `:' with `=' as the former | |
5292 conflicts with gametree-half-ply-regexp. | |
5293 (gametree-transpose-following-leaves): Add. | |
5294 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5295 only buffers. | |
5296 (gametree-break-line-here): Add a call to | |
5297 `gametree-transpose-following-leaves'. This maintains the | |
5298 necessary invariant that on each level all leaf children precede | |
5299 all nonleaf children. This has always been implied, but left to | |
5300 the user, and, unfortunately, undocumented. | |
5301 | |
5302 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5303 | |
5304 * wid-edit.el (plist, alist): New widget types. | |
5305 | |
5306 1999-01-17 Dave Love <fx@gnu.org> | |
5307 | |
5308 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5309 fix scope of condition-case therein. | |
5310 | |
5311 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5312 | |
5313 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5314 default-buffer-file-coding-system when file doesn't exist (and | |
5315 isn't covered by a special case) instead of forcing undecided-dos | |
5316 against the user's wishes. | |
5317 | |
5318 * dos-w32.el (direct-print-region-helper): New function based on | |
5319 direct-print-region-function; sends data to specified printer port | |
5320 without further translation. Recognize and handle specially the | |
5321 standard `print' and `nprint' programs, as well as `lpr' and | |
5322 similar programs. Only write directly to the printer port if no | |
5323 print program is specified. Work around a bug in Windows 9x | |
5324 affecting Win32 version of Emacs by invoking command.com to write | |
5325 to the printer port instead of writing directly. | |
5326 (direct-print-region-function): Use direct-print-region-helper to | |
5327 do most of the work. | |
5328 (direct-ps-print-region-function): New function; analogue of | |
5329 direct-print-region-function for ps-print. | |
5330 (ps-lpr-command): Comment out setq; leave as example usage. | |
5331 (ps-lpr-switches): Ditto. | |
5332 | |
5333 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5334 and MS-Windows. | |
5335 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5336 DOS and Windows platforms, to indicate direct printing. Update | |
5337 the docstring accordingly. | |
5338 | |
5339 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5340 MS-DOS and MS-Windows. | |
5341 (ps-lpr-command): Update docstring as for lpr-command. | |
5342 (ps-print-region-function): New variable. | |
5343 (ps-do-despool): Use it. | |
5344 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5345 DOS/Windows. | |
5346 | |
5347 * subr.el (subst-char-in-string): New function. | |
5348 | |
5349 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5350 | |
5351 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5352 | |
5353 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5354 (bdf-find-font-info): New function, looks for the first readable | |
5355 file from a list of alternatives. | |
5356 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5357 instead of bdf-get-font-info. | |
5358 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5359 to ps-mule-generate-bitmap-glyph. | |
5360 | |
5361 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5362 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5363 now be a list of alternative names. | |
5364 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5365 (ps-mule-prepare-font): Likewise. | |
5366 | |
5367 * international/codepage.el (cp855-decode-table, | |
5368 cp850-decode-table): Fill some nil entries. | |
5369 | |
5370 1999-01-16 Dave Love <fx@gnu.org> | |
5371 | |
5372 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5373 last change. | |
5374 | |
5375 1999-01-15 Dave Love <fx@gnu.org> | |
5376 | |
5377 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5378 and change regexp for command names. | |
5379 (help-xref-go-back, function-called-at-point, symbol-file) | |
5380 (where-is): Doc fixes. | |
5381 (help-xref-go-back): Remove interactive spec. | |
5382 (describe-function-1): Fix message for alias. Buttomize alias | |
5383 name. | |
5384 | |
5385 * simple.el (join-line): New alias. | |
5386 | |
5387 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5388 | |
5389 * forms.el: (forms--show-record): Convert integers to string | |
5390 expicitly since concat will no longer accept integers. | |
5391 (forms-print): Use local `total-nb-records' since | |
5392 `forms--total-records' will be inaccessible after buffer switching. | |
5393 | |
5394 1998-01-14 Felix Lee <flee@cygnus.com> | |
5395 | |
5396 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5397 | |
5398 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5399 | |
5400 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5401 | |
5402 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5403 | |
5404 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5405 | |
5406 1999-01-14 Simon Marshall <simon@gnu.org> | |
5407 | |
5408 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5409 (shell-dirstack-message): Use it. | |
5410 | |
5411 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5412 | |
5413 * international/mule-conf.el: Coding system alias `dos' for | |
5414 `undecided-dos', `mac' for `undecided-mac'. | |
5415 | |
5416 * international/mule-cmds.el (describe-language-environment): | |
5417 Don't alter input-method-alist. | |
5418 | |
5419 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5420 | |
5421 * international/codepage.el (cp850-decode-table): Replace nil | |
5422 entries with codes of similary looking glyphs. (Suggested by | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5423 Jason Rumney <jasonr@altavista.net>.) |
25837 | 5424 |
5425 1999-01-13 Dave Love <fx@gnu.org> | |
5426 | |
5427 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5428 | |
5429 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5430 | |
5431 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5432 | |
5433 * files.el (auto-save-hook): Defvar this. | |
5434 | |
5435 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5436 | |
5437 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5438 faces, eliminating the need to load font-lock before loading sql. | |
5439 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5440 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5441 | |
5442 1999-01-11 Dave Love <fx@gnu.org> | |
5443 | |
5444 * cus-start.el: Add inhibit-eol-conversion. | |
5445 | |
5446 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5447 the values round. | |
5448 | |
5449 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5450 | |
5451 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5452 Don't switch to Help mode here. | |
5453 (temp-buffer-setup-hook): Use help-mode-finish. | |
5454 (help-mode-setup): New function. | |
5455 (temp-buffer-setup-hook): Use help-mode-setup. | |
5456 | |
5457 * progmodes/sql.el: New file. | |
5458 | |
5459 * files.el (auto-mode-alist): Add sql-mode. | |
5460 | |
5461 * faces.el (list-faces-display): Improve the formatting | |
5462 by computing the maximum length required for any face-name. | |
5463 | |
5464 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5465 | |
5466 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5467 | |
5468 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5469 | |
5470 * term.el (term_send_home): Change the string to | |
5471 be the same as the one emitted by xterm and consistent with the | |
5472 ones emitted by prior and next. | |
5473 (term_send_end): Likewise. | |
5474 | |
5475 1999-01-10 Dave Love <fx@gnu.org> | |
5476 | |
5477 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5478 bindings. | |
5479 | |
5480 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5481 | |
5482 * international/codepage.el (codepage-setup): Doc fix. | |
5483 (cp-decoding-vector-for-codepage): Likewise. | |
5484 | |
5485 1999-01-10 Markus Rost <rost@gnu.org> | |
5486 | |
5487 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5488 | |
5489 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5490 | |
5491 * international/iso-transl.el: Define a "function name" for | |
5492 each translation that isn't ASCII. Use these function names | |
5493 in iso-transl-char-map. | |
5494 | |
5495 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5496 | |
5497 * international/mule-util.el (decompose-region): Do decomposition | |
5498 on temporary unibyte buffer. | |
5499 | |
5500 * international/mule.el (make-char): Doc-string modified. | |
5501 | |
5502 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5503 | |
5504 * simple.el (comment-region): Delete spaces only if we | |
5505 deleted a comment starter. | |
5506 | |
5507 1999-01-07 Dave Love <fx@gnu.org> | |
5508 | |
5509 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5510 | |
5511 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5512 like eval-defun does. | |
5513 | |
5514 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5515 | |
5516 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5517 constructions. Doc fixes. | |
5518 (generic-create-generic-function): Use defalias, not fset. | |
5519 | |
5520 * find-func.el: More doc fixes. | |
5521 | |
5522 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5523 | |
5524 * files.el (save-buffers-kill-emacs): Show the list of current | |
5525 processes before prompting to kill them and exit. | |
5526 | |
5527 1999-01-06 Dave Love <fx@gnu.org> | |
5528 | |
5529 * emacs-lisp/find-func.el: Doc fixes. | |
5530 (find-function-regexp): Extend for define-generic-mode, | |
5531 define-derived-mode, easy-mmode-define-minor-mode. | |
5532 | |
5533 1999-01-06 Dave Love <fx@gnu.org> | |
5534 | |
5535 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5536 bar width. | |
5537 | |
5538 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5539 (browse-url-maybe-new-window): Make it a macro and revert last | |
5540 change to callers. | |
5541 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5542 | |
5543 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5544 | |
5545 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5546 argument. | |
5547 | |
5548 1999-01-06 Simon Marshall <simon@gnu.org> | |
5549 | |
5550 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5551 | |
5552 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5553 with-temp-message, use nil rather than current-message. | |
5554 | |
5555 * lazy-lock.el (lazy-lock-unstall): | |
5556 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5557 rather than current-message. | |
5558 | |
5559 * fast-lock.el (fast-lock-save-cache-1): | |
5560 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5561 than current-message. | |
5562 | |
5563 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5564 | |
5565 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5566 the valid-codes property. | |
5567 | |
5568 * international/mule-cmds.el (prefer-coding-system): Call | |
5569 set-coding-priority, so that the internal array of priorities is | |
5570 also updated. | |
5571 | |
5572 * international/mule-util.el: | |
5573 (coding-system-change-eol-conversion, | |
5574 coding-system-change-text-conversion): Don't define here. | |
5575 | |
5576 * international/mule-cmds.el: Define them here. Remove the | |
5577 autoload cookies. | |
5578 | |
5579 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5580 | |
5581 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5582 if it was enabled before. | |
5583 | |
5584 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5585 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5586 | |
5587 * files.el (recover-session): Preserve point when inserting | |
5588 explanation. | |
5589 | |
5590 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5591 | |
5592 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5593 and comments before the sexp that is replaced. | |
5594 | |
5595 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5596 | |
5597 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5598 | |
5599 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5600 | |
5601 * vc.el (vc-dired-hook): Use the original value of | |
5602 dired-move-to-filename-regexp on lines that have not been | |
5603 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5604 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 5605 file lines have already been reformatted. |
5606 | |
5607 1999-01-05 Dave Love <fx@gnu.org> | |
5608 | |
5609 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5610 buffer-local. | |
5611 | |
5612 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5613 | |
5614 * progmodes/f90.el: Change of regular expressions for type to | |
5615 correct highlighting and identation. Some small fixes for | |
5616 compatibility with XEmacs. | |
5617 | |
5618 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5619 | |
5620 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5621 value based on rmail-spool-directory if $MAIL is not defined. | |
5622 | |
5623 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5624 | |
5625 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5626 (reftex-section-info): Handle negative section levels. | |
5627 (reftex-view-crossref-extra): New option. | |
5628 (reftex-view-crossref): Generalized to work in more places. | |
5629 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5630 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5631 (reftex-view-cite-locations-from-bibtex): New command. | |
5632 (reftex-view-regexp-match, reftex-global-search, | |
5633 reftex-global-search-continue): New functions. | |
5634 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5635 file, just a message. | |
5636 (reftex-extract-bib-entries): Better error handling. | |
5637 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5638 help and force it on current frame. | |
5639 (reftex-default-bibliography): New function. | |
5640 (reftex-access-parse-file): Check consistency after loading a | |
5641 parse file. When inconsistent, enfore rescan. | |
5642 (reftex-check-parse-consistency): New function. | |
5643 (easy-menu-define): Options section drastically shortened. | |
5644 | |
5645 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5646 | |
5647 * language/thai-util.el (thai-compose-string): New function. | |
5648 | |
5649 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5650 | |
5651 * easymenu.el (easy-menu-define): Doc fix. | |
5652 (easy-menu-create-menu): New keyword :included. | |
5653 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5654 be an expression, not only a string. Simulate style `button'. | |
5655 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5656 (easy-menu-define-key-intern): New function. | |
5657 (easy-menu-add-item): Understand value returned from | |
5658 easy-menu-item-present-p and easy-menu-remove-item. | |
5659 (easy-menu-return-item): New function. | |
5660 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5661 | |
5662 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5663 | |
5664 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5665 Use rmail-output-read-rmail-file-name to read the file name. | |
5666 Always call rmail-output-to-rmail-file noninteractively. | |
5667 When count > 1, do the loop here. | |
5668 Handle rmail-delete-after-output here. | |
5669 (rmail-summary-output): Similar changes. | |
5670 | |
5671 * mail/rmailout.el: Provide `rmailout'. | |
5672 (rmail-output-read-rmail-file-name): New function. | |
5673 (rmail-output-to-rmail-file): Use that. | |
5674 (rmail-output-read-file-name): New function. | |
5675 (rmail-output): Use that. | |
5676 | |
5677 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5678 Error if wildcard matches no files. | |
5679 | |
5680 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5681 | |
5682 * menu-bar.el (clipboard-yank): Doc fix. | |
5683 | |
5684 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5685 | |
5686 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5687 | |
5688 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5689 | |
5690 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5691 | |
5692 * rmail.el (rmail-encode-string): Make sure mask value is | |
5693 positive; (emacs-pid) returns a negative number on Windows 9x | |
5694 which causes odd behaviour. | |
5695 | |
5696 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5697 | |
5698 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5699 and about w32-* variables unless on Windows/NT. | |
5700 | |
5701 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5702 | |
5703 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5704 if buffer is modified; ask about all modified buffers. | |
5705 | |
5706 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5707 | |
5708 * simple.el (what-cursor-position): Fix previous change. | |
5709 | |
5710 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5711 | |
5712 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5713 from paragraph-start. | |
5714 | |
5715 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5716 | |
5717 * international/mule-cmds.el (prefer-coding-system): If the | |
5718 argument requires specific EOL conversion type, make the default | |
5719 coding systems use that. | |
5720 | |
5721 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5722 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5723 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 5724 Use shell-command-on-region. |
5725 (m4-start-m4, m4-end-m4): Functions deleted. | |
5726 | |
5727 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5728 | |
5729 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5730 | |
5731 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5732 | |
5733 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5734 to compose-mail in the correct places and as a list. | |
5735 | |
5736 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5737 | |
5738 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5739 (pages-directory-map): Bind mouse-2 | |
5740 (pages-copy-header-and-position): Put text property. | |
5741 (pages-directory-goto-with-mouse): New function. | |
5742 | |
5743 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5744 | |
5745 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5746 Doc fix. | |
5747 (cp-coding-system-for-codepage-1): Likewise. | |
5748 | |
5749 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5750 | |
5751 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5752 composition sequence correctly here instead of calling | |
5753 thai-compose-region. | |
5754 | |
5755 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5756 newline in multibyte buffer, if previous or next character is a | |
5757 composite char, check the first component of the composite char. | |
5758 | |
5759 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5760 | |
5761 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5762 and track-mouse. | |
5763 | |
5764 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5765 | |
5766 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5767 after insertion. | |
5768 (mail-yank-region): Barf if no mark is set in the message | |
5769 being replied to. | |
5770 | |
5771 * help.el (function-called-at-point): First look for function at point. | |
5772 | |
5773 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5774 | |
5775 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5776 | |
5777 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5778 | |
5779 * simple.el (what-cursor-position): Print character encoding also. | |
5780 | |
5781 1998-12-26 Dave Love <fx@gnu.org> | |
5782 | |
5783 * textmodes/flyspell.el: If local-maps work, don't put | |
5784 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5785 in flyspell-mouse-map (only). | |
5786 (flyspell-use-local-map): New variable. | |
5787 Use a different mouse-2 binding in that case, | |
5788 and don't add to minor-mode-map-alist. | |
5789 (make-flyspell-overlay, flyspell-correct-word): | |
5790 Test flyspell-use-local-map. | |
5791 | |
5792 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5793 | |
5794 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5795 Be careful about whether to return a relative file name, | |
5796 and if so, relative to what directory. | |
5797 | |
5798 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5799 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5800 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 5801 Change global map only if this menu exists in the global map already, |
5802 and not in the local map. | |
5803 (easy-menu-do-add-item): Fix error message. | |
5804 | |
5805 * foldout.el (foldout-inhibit-key-bindings): | |
5806 Avoid concatenating onto outline-minor-mode-prefix. | |
5807 Make a new keymap for that prefix, if it does not already have one. | |
5808 | |
5809 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5810 | |
5811 * cperl-mode.el: | |
5812 Can use linear algorithm for indentation if Emacs supports it. | |
5813 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5814 (cperl-after-block-p): Likewise. | |
5815 (cperl-after-block-and-statement-beg): Likewise. | |
5816 (cperl-after-block-p): After END/BEGIN we are a block. | |
5817 (cperl-after-expr-p): Skip labels when checking | |
5818 (cperl-indent-region): Make a marker for END - text added/removed. | |
5819 Disable hooks during the call (how to call them later?). | |
5820 Now indents 820-line-long function in 6.5 sec (including | |
5821 syntaxification) the first time (when buffer has few | |
5822 properties), 7.1 sec the second time. | |
5823 (cperl-indent-region): Do not indent whitespace lines | |
5824 (cperl-style-alist) | |
5825 Include `cperl-merge-trailing-else' where the value is clear. | |
5826 (cperl-styles-entries): Likewise. | |
5827 (cperl-problems): Improvements to docs. | |
5828 (cperl-tips): Likewise. | |
5829 (cperl-non-problems): Likewise. | |
5830 (cperl-mode): Make lazy syntaxification possible. | |
5831 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5832 `font-lock-unfontify-region-function' was set to a wrong function. | |
5833 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5834 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 5835 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
5836 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5837 but 1<<6 was considered as HERE-doc. | |
5838 <file/glob> made into a string. | |
5839 Postpone addition of faces after syntactic step. | |
5840 Recognition of <FH> was wrong. | |
5841 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5842 Knows that split// is null-RE. | |
5843 Highlights separators in 3-parts expressions as labels. | |
5844 <> was considered as a glob. | |
5845 Would err if the last line is `=head1'. | |
5846 $a-1 ? foo : bar; was a considered a regexp. | |
5847 `<< (' was considered a start of HERE-doc. | |
5848 mark qq[]-etc sections as syntax-type=string | |
5849 Was not processing sub protos after a comment ine. | |
5850 Was treating $a++ <= 5 as a glob. | |
5851 Tolerate unfinished REx at end-of-buffer. | |
5852 `unwind-protect' was left commented. | |
5853 / and ? after : start a REx. | |
5854 | |
5855 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5856 Better default, customizes to `message' too, off in text-mode. | |
5857 | |
5858 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5859 `defface'd. | |
5860 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5861 `defface'd. | |
5862 (cperl-emacs-can-parse): New state variable. | |
5863 (cperl-indent-line): Corrected to use global state. | |
5864 (cperl-calculate-indent): Likewise. | |
5865 (cperl-fix-line-spacing): Likewise (not used yet). | |
5866 (cperl-calculate-indent): Did not consider `,' as | |
5867 continuation mark for statements. | |
5868 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5869 Remove another parse-data optimization at toplevel: would | |
5870 indent correctly. | |
5871 Correct for labels when calculating indentation of continuations. | |
5872 Docstring updated. | |
5873 (cperl-choose-color): Converted to a function (to be | |
5874 compilable in text-mode). | |
5875 (cperl-dark-background): Disable without window-system. | |
5876 Do `defface' only if window-system. | |
5877 (cperl-fix-line-spacing): sped up to bail out early. | |
5878 (x-color-defined-p): was not compiling on XEmacs | |
5879 Was defmacro'ed with a tick. Remove another def. | |
5880 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5881 (cperl-unwind-to-safe): New function. | |
5882 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5883 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 5884 long strings (not very successful). |
5885 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5886 Highlight the starting // in s//foo/ as function-name. | |
5887 Emit a meaningful error instead of a cryptic one for an | |
5888 uncomplete REx near end-of-buffer. | |
5889 | |
5890 (cperl-electric-keyword): `qr' recognized. | |
5891 (cperl-electric-else): Likewise | |
5892 (cperl-to-comment-or-eol): Likewise | |
5893 (cperl-make-regexp-x): Likewise | |
5894 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5895 Corrected to use new macros; | |
5896 `if' for copying `reference-face' to `constant-face' was backward. | |
5897 remove init `font-lock-other-emphasized-face', | |
5898 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5899 Interpolate `cperl-invalid-face'. | |
5900 (cperl-make-regexp-x): Misprint in a message. | |
5901 (cperl-syntaxify-unwind): New configuration variable | |
5902 (cperl-fontify-m-as-s): New configuration variable | |
5903 (cperl-electric-pod): check for after-expr was performed | |
5904 inside of POD too. | |
5905 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5906 (cperl-clobber-mode-lists): New configuration variable. | |
5907 (cperl-not-bad-style-regexp): Updated. | |
5908 Init: `cperl-is-face' was busted. | |
5909 (cperl-make-face): New macros. | |
5910 (cperl-force-face): New macros. | |
5911 (font-lock-other-type-face): Done via `defface' too. | |
5912 (cperl-nonoverridable-face): New face. Renamed from | |
5913 `font-lock-other-type-face'. | |
5914 (cperl-init-faces-weak): use `cperl-force-face'. | |
5915 (cperl-comment-indent): Commenting __END__ was not working. | |
5916 (cperl-indent-for-comment): Likewise. | |
5917 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5918 When removing old TAGS info was not relativizing filename. | |
5919 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5920 Another try to work around XEmacs problems. Better progress messages. | |
5921 (toplevel): require custom unprotected => failure on 19.28. | |
5922 (cperl-xemacs-p): defined when compile too | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5923 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 5924 pos off by 1 and not at beg-of-line. |
5925 (cperl-etags-snarf-tag): New macro | |
5926 (cperl-etags-goto-tag-location): New macro | |
5927 (cperl-version): New variable. New menu entry | |
5928 random docstrings: References to "future" 20.3 removed. | |
5929 Menu was described as `CPerl' instead of `Perl' | |
5930 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5931 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5932 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5933 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5934 `font-lock-reference-face', `font-lock-keyword-face'. | |
5935 Use `eval-after-load'. | |
5936 Remove not-CPerl-related faces. | |
5937 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5938 (cperl-indent-exp): Was not processing else-blocks. | |
5939 (cperl-get-state): NOP line removed. | |
5940 (cperl-ps-print): New function and menu entry. | |
5941 (cperl-ps-print-face-properties): New configuration variable. | |
5942 (cperl-invalid-face): New configuration variable. | |
5943 (perl-font-lock-keywords): Highlight trailing whitespace | |
5944 (cperl-contract-levels): Documentation corrected. | |
5945 (cperl-contract-level): Likewise. | |
5946 (cperl-ps-extend-face-list): New macro. | |
5947 (cperl-invalid-face): Change to ''underline. | |
5948 | |
5949 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5950 | |
5951 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5952 for read-file-name. |
25837 | 5953 (rmail-output-to-rmail-file): Likewise. |
5954 | |
5955 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5956 | |
5957 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5958 If MENU is nil, use global menu-bar map. | |
5959 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5960 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5961 | |
5962 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5963 | |
5964 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5965 | |
5966 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5967 | |
5968 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5969 | |
5970 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5971 | |
5972 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5973 define-prefix-key when defining MULE menu items. | |
5974 | |
5975 * info.el (Info-node-at-bob-matching): New function. | |
5976 (Info-find-node, Info-build-node-completions): Call it. | |
5977 | |
5978 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5979 | |
5980 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5981 when this is an autoloaded keymap. | |
5982 | |
5983 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5984 | |
5985 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5986 Create separate encoders and decoders, for DOS and Unix. Make the | |
5987 usual family of 3 coding systems, so that automatic detection of | |
5988 EOL type works. | |
5989 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5990 Unix-specific symbols here, and don't call | |
5991 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5992 Handa <handa@etl.go.jp>.) | |
5993 | |
5994 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5995 | |
5996 * term/internal.el (IT-character-translations): New variable, an | |
5997 alist used to display characters for which there's no glyphs in | |
5998 the current codepage. | |
5999 (IT-display-table-setup): New function, sets up the DOS terminal | |
6000 for a given codepage. | |
6001 (dos-codepage-setup): New function, sets up the MULE environment | |
6002 for the current value of dos-codepage. | |
6003 (top-level if): In the multibyte mode, turn on | |
6004 unibyte-display-via-language-environment. In the unibyte mode, | |
6005 set up the special syntax tables to map lower- to upper case and | |
6006 back. | |
6007 | |
6008 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
6009 | |
6010 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
6011 (speedbar-frame-plist) Remove useless comments. | |
6012 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
6013 Use default y position w/out changing it. | |
6014 If default x position is a list, keep, calculate the non-list X | |
6015 value when devining an initial position. | |
6016 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
6017 (speedbar-tag-group-name-minimum-length): New variable. | |
6018 (speedbar-frame-parameter): New compatibility function. | |
6019 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
6020 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
6021 groups to keep things in the right order, and to help with some | |
6022 naming conventions. | |
6023 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
6024 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
6025 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
6026 the case, derive it from the cursor location in speedbar. | |
6027 | |
6028 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6029 | |
6030 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
6031 terminals, install DOS-specific nonascii-translation-table if the | |
6032 language info doesn't specify one. Pass the default eol-type to | |
6033 set-language-environment-coding-systems. | |
6034 (set-default-coding-systems): Copy the eol-type property for the | |
6035 new default values of {buffer-file,process}-coding-system from the | |
6036 old defaults. | |
6037 (set-language-environment-coding-systems): Accept an optional | |
6038 argument EOL-TYPE, and set the eol-type property of the default | |
6039 coding systems accordingly. | |
6040 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
6041 (set-keyboard-coding-system): Likewise. | |
6042 (set-default-coding-systems): Don't set | |
6043 default-terminal-coding-system on MS-DOS to anything but nil. | |
6044 (prefer-coding-system): Describe in the doc string that | |
6045 default-terminal-coding-system is not changed on MS-DOS. | |
6046 (set-language-environment): For MS-DOS, set standard syntax table | |
6047 and display table for all characters with code above 127. | |
6048 (standard-display-european-internal): For MS-DOS, pass all | |
6049 characters with code above 127 directly to the terminal, and don't | |
6050 remap characters 160 and 146 in the unibyte case. | |
6051 | |
6052 * international/codepage.el: New file. | |
6053 | |
6054 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6055 | |
6056 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
6057 comments. | |
6058 | |
6059 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
6060 | |
6061 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
6062 | |
6063 * subr.el (read-passwd): Likewise. | |
6064 | |
6065 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6066 | |
6067 * info.el (Info-find-node): Add 1 to the position read from the | |
6068 tag table. Don't fail if the node delimiter ^_ is the first | |
6069 character in the file. | |
6070 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
6071 first character in the file. | |
6072 (Info-read-subfile): Likewise. | |
6073 (Info-select-node): Likewise. | |
6074 (Info-build-node-completions): Likewise. | |
6075 | |
6076 1998-12-16 Richard Stallman <rms@gnu.org> | |
6077 | |
6078 * term/x-win.el (x-cut-buffer-or-selection-value): | |
6079 If clipboard is enabled, try it before PRIMARY selection. | |
6080 | |
6081 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6082 | |
6083 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
6084 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
6085 | |
6086 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
6087 | |
6088 * language/hebrew.el: Don't use sublists in the flags argument | |
6089 passed to make-coding-system. | |
6090 | |
6091 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6092 | |
6093 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
6094 list of character sets found by find-charset-region. | |
6095 | |
6096 * ps-mule.el: Always require ps-print. Move some function | |
6097 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
6098 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
6099 | |
6100 * ps-print.el: Define several functions for Emacs 20.2 and the | |
6101 earlier version. | |
6102 (ps-printer-name): Check if printer-name is bound. | |
6103 | |
6104 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6105 | |
6106 * ps-mule.el: Programming uniformization and little code improvement. | |
6107 (ps-mule-prepare-font): Programming uniformization. | |
6108 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6109 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6110 |
6111 * ps-bdf.el: Programming uniformization and little code improvement. | |
6112 (bdf-search-and-read): New fun. | |
6113 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6114 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6115 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6116 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6117 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6118 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6119 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6120 improvement. | |
6121 | |
6122 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6123 | |
6124 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6125 and mule related code extraction. Autoload ps-mule funs. | |
6126 | |
6127 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6128 (ps-mule-prologue-generated): New fun. | |
6129 (ps-mule-plot-string): Add autoload cookie. | |
6130 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6131 | |
6132 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6133 | |
6134 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6135 (bdf-directory-list): Add autoload cookie. | |
6136 | |
6137 * ps-mule.el: New file. Mule related code extracted from | |
6138 ps-print.el. Require ps-print, provide ps-mule. | |
6139 (ps-multibyte-buffer): Add autoload cookie. | |
6140 (ps-mule-prepare-ascii-font): New fun. | |
6141 (ps-mule-set-ascii-font): New fun. | |
6142 (ps-mule-skip-same-charset): Fun deleted. | |
6143 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6144 (ps-mule-initialize): Add autload cookie. Don't set | |
6145 ps-mule-font-info-database here. | |
6146 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6147 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6148 (ps-mule-begin-page): New fun. | |
6149 | |
6150 * ps-print.el: Mule related code moved to ps-mule.el. | |
6151 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6152 check ps-mule-charset-list. | |
6153 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6154 ps-mule-begin-page. | |
6155 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6156 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6157 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6158 instead skip same charsets by itself. | |
6159 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6160 non-nil. Call ps-mule-begin-job. | |
6161 | |
6162 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6163 | |
6164 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6165 instead of bdf. | |
6166 | |
6167 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6168 (ps-mule-external-libraries): New element FEATURE. | |
6169 (ps-mule-init-external-library): Ajusted for the above change. | |
6170 (ps-mule-generate-font): Likewise. | |
6171 (ps-mule-generate-glyphs): Likewise. | |
6172 (ps-mule-prepare-font): Likewise. | |
6173 (ps-mule-initialize): Likewise. | |
6174 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6175 | |
6176 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6177 | |
6178 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6179 doesn't have any wild cards, return a vector made from a name that | |
6180 is found by x-resolve-font-name found. Comments added. | |
6181 | |
6182 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6183 Handle the case of unknown charset. | |
6184 (find-multibyte-characters): If invalid multibyte characters are | |
6185 found, return the corresponding strings instead of character | |
6186 codes. | |
6187 (find-multibyte-characters): Adjusted for the above change. | |
6188 (select-safe-coding-system): For a unibyte buffer, always returns | |
6189 DEFAULT-CODING-SYSTEM. | |
6190 (get-charset-property): Fix previous change. Make it a function. | |
6191 (put-charset-property): Make it a function. | |
6192 | |
6193 * international/mule.el (make-coding-system): Set mime-charset | |
6194 property of *-with-esc coding system to nil. | |
6195 | |
6196 * international/quail.el (quail-point-in-conversion-region): New | |
6197 function. | |
6198 (quail-conversion-backward-delete-char): When a key sequence is | |
6199 being translated, call quail-delete-last-char. | |
6200 | |
6201 * language/devan-util.el | |
6202 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6203 handle devanagari-decomposition-rules. | |
6204 | |
6205 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6206 | |
6207 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6208 tex-start-options-string to empty string. | |
6209 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6210 | |
6211 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6212 | |
6213 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6214 5xx responses are already handled properly). | |
6215 | |
6216 1998-12-13 Richard Stallman <rms@gnu.org> | |
6217 | |
6218 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6219 on a non-digit in the file name. | |
6220 | |
6221 * simple.el (comment-region): Handle comment-padding | |
6222 separately for insertion and for deletion, in the right way for each. | |
6223 | |
6224 1998-12-13 Felix Lee <flee@cygnus.com> | |
6225 | |
6226 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6227 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6228 | |
6229 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6230 | |
6231 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6232 | |
6233 1998-12-11 Dave Love <fx@gnu.org> | |
6234 | |
6235 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6236 forward-sexp in condition-case. | |
6237 | |
6238 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6239 Remove unnecessary test on `library' for explicit file name. | |
6240 Widen scope of save-match-data. | |
6241 | |
6242 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6243 | |
6244 * international/mule.el (load-with-code-conversion): If the loaded | |
6245 file was inserted with no-conversion or raw-text coding system, | |
6246 make the buffer unibyte. | |
6247 | |
6248 1998-12-09 Richard Stallman <rms@gnu.org> | |
6249 | |
6250 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6251 Get rid of nested loops. | |
6252 | |
6253 * mouse.el (mouse-drag-vertical-line): | |
6254 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6255 | |
6256 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6257 | |
6258 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6259 and defvar moved from loadhist.el. | |
6260 (symbol-file): Renamed from describe-function-find-file. | |
6261 Load fns-VERSION.el here. | |
6262 (describe-variable, describe-function-1): Use symbol-file. | |
6263 | |
6264 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6265 Don't start the name with #. | |
6266 | |
6267 * ispell.el: Take out the eval-when's. | |
6268 | |
6269 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6270 | |
6271 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6272 (dirtrack): Run it. Make debug message more verbose. | |
6273 | |
6274 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6275 | |
6276 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6277 name of the abbrev table, and provide support for XEmacs. | |
6278 (octave-xemacs-p): New variable. | |
6279 | |
6280 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6281 | |
6282 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6283 exit, when mail-interactive is nil. | |
6284 | |
6285 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6286 | |
6287 * files.el (after-find-file): Message fix. | |
6288 | |
6289 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6290 | |
6291 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6292 | |
6293 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6294 | |
6295 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6296 filenames using backslashes. | |
6297 | |
6298 1998-12-09 Dave Love <fx@gnu.org> | |
6299 | |
6300 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6301 with correct number of args. | |
6302 (browse-url-maybe-new-window): New arg. Callers changed. | |
6303 | |
6304 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6305 comment. | |
6306 | |
6307 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6308 | |
6309 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6310 | |
6311 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6312 | |
6313 * vc.el (vc-rcs-release): Fix Type. | |
6314 (vc-sccs-release): Fix Type. | |
6315 (vc-cvs-release): Fix Type. | |
6316 | |
6317 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6318 arg work right. | |
6319 | |
6320 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6321 output of last undeleted message. | |
6322 | |
6323 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6324 | |
6325 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6326 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6327 | |
6328 1998-12-07 Simon Marshall <simon@gnu.org> | |
6329 | |
6330 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6331 | |
6332 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6333 | |
6334 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6335 | |
6336 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6337 | |
6338 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6339 | |
6340 * info.el (Info-menu): Don't return error if point is between menu | |
6341 header and first menu item. | |
6342 | |
6343 1998-12-04 Dave Love <fx@gnu.org> | |
6344 | |
6345 * help.el (describe-function-1): Fix description for alias. | |
6346 | |
6347 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6348 | |
6349 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6350 specifications from summary line. | |
6351 | |
6352 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6353 (close-rectangle): Define alias only once in loaddefs.el. | |
6354 | |
6355 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6356 | |
6357 * term/internal.el: Remove code which sets up a special syntax | |
6358 table for non-ASCII characters. | |
6359 | |
6360 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6361 | |
6362 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6363 printer-name is expanded to a file name on a local drive; | |
6364 sometimes printing a file loaded from a network volume fails. | |
6365 (direct-print-region-function): Add a function to | |
6366 write-region-annotate-functions to append a formfeed character to | |
6367 the region being printed, if the region doesn't end with a | |
6368 formfeed already. This avoids creating a second print job | |
6369 containing a blank page when print spooling is enabled on Windows. | |
6370 | |
6371 1998-12-02 Dave Love <fx@gnu.org> | |
6372 | |
6373 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6374 `Info-goto-node'. | |
6375 | |
6376 1998-12-02 Richard Stallman <rms@gnu.org> | |
6377 | |
6378 * help.el (temp-buffer-resize-mode): Doc fix. | |
6379 | |
6380 * cus-edit.el (custom-save-delete): Save point before | |
6381 reading a sexp, rather than backing up. | |
6382 | |
6383 * international/iso-transl.el: Fix previous change. | |
6384 | |
6385 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6386 | |
6387 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6388 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6389 Added defvars to suppress compilation warnings. | |
6390 | |
6391 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6392 | |
6393 * ispell.el: Improved and fixed customize for variables: | |
6394 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6395 ispell-dictionary-alist, ispell-skip-sgml. | |
6396 Improved and fixed comments in variables and messages for | |
6397 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6398 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6399 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6400 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6401 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 6402 ispell-message-text-end, ispell-add-per-file-word-list. |
6403 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6404 system is now required for all languages. Casechars improved for | |
6405 castellano, castellano8, and norsk dictionaries. Dictionary | |
6406 norsk7-tex added. Dictionary polish added. | |
6407 (ispell-dictionary-alist): Redefined at load-time to support | |
6408 dictionary changes. | |
6409 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6410 (ispell-check-version): New alias for `check-ispell-version'. | |
6411 (ispell-parse-output): Fixed matching for ispell error messages. | |
6412 Correctly returns spelling suggestions in order generated by ispell | |
6413 process. | |
6414 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6415 redefined. | |
6416 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6417 redefined. Fix bug that didn't respect case of word being completed. | |
6418 (ispell-init-process): Set process coding system to be compatible | |
6419 with emacs processes and the ispell process. | |
6420 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6421 starting new process. This can otherwise confuse process filters | |
6422 and hang the ispell process. | |
6423 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6424 skipping support for sgml. | |
6425 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6426 which could cause `ispell-complete-word' to hang. | |
6427 (ispell-message): Improved message reference matching. Ensure | |
6428 `case-fold-search' doesn't get redefined. | |
6429 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6430 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6431 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6432 get redefined. | |
6433 | |
6434 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6435 | |
6436 * textmodes/flyspell.el (flyspell-check-word-p): | |
6437 Don't delay inside a kbd macro. | |
6438 | |
6439 * subr.el (make-local-hook): Return the hook variable. | |
6440 | |
6441 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6442 | |
6443 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6444 Use a timer instead of post-command-hook. | |
6445 (hscroll-timer): New variable. | |
6446 | |
6447 1998-11-30 Dave Love <fx@gnu.org> | |
6448 | |
6449 * help.el (help-xref-button): Do nothing if text already has the | |
6450 help-xref property. | |
6451 (describe-variable): Revert previous change to hyperlink to source. | |
6452 | |
6453 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6454 | |
6455 * bindings.el (features): Add `base64' to this list. | |
6456 | |
6457 * loadhist.el (symbol-file): Doc fix. | |
6458 | |
6459 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6460 | |
6461 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6462 | |
6463 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6464 | |
6465 * help.el (describe-mode): Put major mode first. | |
6466 | |
6467 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6468 to support special-display and same-window features. | |
6469 | |
6470 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6471 | |
6472 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6473 bound in one function and used in the other. | |
6474 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6475 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6476 | |
6477 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6478 | |
6479 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6480 | |
6481 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6482 | |
6483 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6484 Give format correct control string. | |
6485 | |
6486 * international/mule.el (define-translation-table): Fix bug of | |
6487 setting incorrect translation-table-id. If the first element of | |
6488 ARGS is a translation table, just register it. | |
6489 | |
6490 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6491 property. | |
6492 | |
6493 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6494 | |
6495 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6496 syntax table to determine what is whitespace. | |
6497 | |
6498 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6499 | |
6500 * frame.el (frame-parameter): Doc fix. | |
6501 | |
6502 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6503 (tex-define-common-keys): Add binding for C-c C-m. | |
6504 | |
6505 1998-11-23 Dave Love <fx@gnu.org> | |
6506 | |
6507 * progmodes/fortran.el: Various minor doc fixes. | |
6508 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6509 (fortran-with-subprogram-narrowing): New macro. | |
6510 (fortran-check-for-matching-do): Use it. | |
6511 (fortran-end-do): Use fortran-check-end-prog-re. | |
6512 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6513 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6514 | |
6515 1998-11-23 Simon Marshall <simon@gnu.org> | |
6516 | |
6517 * font-lock.el (font-lock-defaults): Doc fix. | |
6518 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6519 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6520 | |
6521 * lazy-lock.el (lazy-lock-unstall): | |
6522 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6523 | |
6524 * fast-lock.el (fast-lock-save-cache-1): | |
6525 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6526 | |
6527 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6528 | |
6529 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6530 messages that have been added with DOS line endings and convert | |
6531 the line endings for such messages. | |
6532 | |
6533 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6534 | |
6535 * help.el: Add resizing of temporary buffers. | |
6536 (temp-buffer-resize-mode): New command and variable. | |
6537 (temp-buffer-max-height): New variable. | |
6538 (resize-temp-buffer-window): New function. | |
6539 | |
6540 * window.el (window-buffer-height): New function, split from | |
6541 shrink-window-if-larger-than-buffer. | |
6542 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6543 | |
6544 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6545 | |
6546 * frame.el (initial-frame-alist): Add defcustom. | |
6547 | |
6548 * shell.el (shell-prompt-pattern): Add defcustom. | |
6549 | |
6550 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6551 | |
6552 * message.el (message-ignored-supersedes-headers): Remove | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6553 NNTP-Posting-Date. |
25837 | 6554 |
6555 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6556 | |
6557 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6558 value of INDICATOR. | |
6559 | |
6560 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6561 | |
6562 * help.el (describe-variable): Allow any variable with a defcustom, | |
6563 even if it is not a user variable. | |
6564 | |
6565 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6566 | |
6567 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6568 | |
6569 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6570 requesting a new group. | |
6571 | |
6572 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6573 | |
6574 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6575 | |
6576 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6577 | |
6578 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6579 | |
6580 1998-11-19 Simon Marshall <simon@gnu.org> | |
6581 | |
6582 * subr.el (with-temp-message): New macro. | |
6583 | |
6584 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6585 Add lisp-indent-function property. | |
6586 | |
6587 1998-11-18 Dave Love <fx@gnu.org> | |
6588 | |
6589 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6590 | |
6591 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6592 | |
6593 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6594 This is not obsolete. | |
6595 | |
6596 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6597 | |
6598 * textmodes/picture.el: Make a new map by make-keymap. | |
6599 (picture-desired-column): New variable. | |
6600 (picture-update-desired-column): New function. | |
6601 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6602 (picture-end-of-line): Set picture-desired-column to the current | |
6603 column. | |
6604 (picture-forward-column): Pay attention to multi-column character. | |
6605 (picture-backward-column): Likewise. | |
6606 (picture-move-down): Likewise. | |
6607 (picture-move-up): Likewise. | |
6608 (picture-movement-nw): With prefix arg, move twice columns. | |
6609 (picture-movement-ne): Likewise. | |
6610 (picture-movement-sw): Likewise. | |
6611 (picture-movement-se): Likewise. | |
6612 (picture-set-motion): Handle two-column movements. | |
6613 (picture-move): Call picture-move-down or picture-forward-column | |
6614 only when necessary. | |
6615 (picture-insert): Pay attention to picture-desired-column. | |
6616 (picture-self-insert): Likewise. | |
6617 (picture-clear-column): Pay attention to multi-column character. | |
6618 (picture-mode): Modify doc-string for two-column movement. | |
6619 | |
6620 * rect.el (move-to-column-force): New function. | |
6621 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6622 move-to-column-force instead of move-to-column. | |
6623 (insert-rectangle): Call move-to-column-force instead of | |
6624 move-to-column. | |
6625 (open-rectangle-line): If begextra is not zero, call | |
6626 move-to-column-force. | |
6627 | |
6628 | |
6629 1998-11-16 Dave Love <fx@gnu.org> | |
6630 | |
6631 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6632 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6633 (v2): Defvar free variable. | |
6634 | |
6635 1998-11-16 Sam Steingold <sds@goems.com> | |
6636 | |
6637 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6638 macro, not ELisp one. | |
6639 | |
6640 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6641 | |
6642 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6643 characters to symbol. | |
6644 | |
6645 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6646 arg KATAKANA-ONLY. | |
6647 | |
6648 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6649 | |
6650 * international/mule.el | |
6651 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6652 is changed to unibyte, return inserted bytes. | |
6653 | |
6654 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6655 and link names if necessary. | |
6656 (tar-header-block-summarize): Handle the case that file or link | |
6657 names are multibyte. | |
6658 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6659 then if there are multibyte file names, change it to multibyte. | |
6660 (tar-mode): Get char position from tar-header-offset. | |
6661 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6662 insert-buffer-subsring by setting both buffers unibyte | |
6663 temporarily. | |
6664 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6665 without code conversion. | |
6666 (tar-expunge): Set the buffer unibyte while doing a work. | |
6667 (tar-alter-one-field): Likewise. | |
6668 (tar-clear-modification-flags): Compare byte position with | |
6669 tar-header-offset. | |
6670 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6671 insert-buffer-subsring by setting both buffers unibyte | |
6672 temporarily. Pay attention to multibyteness while updating the | |
6673 descriptor-line. | |
6674 (tar-mode-write-file): Write without code conversion. | |
6675 | |
6676 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6677 | |
6678 * nngateway.el: Require cl. | |
6679 | |
6680 1998-11-15 Dave Love <fx@gnu.org> | |
6681 | |
6682 * progmodes/fortran.el: Fix previous change: | |
6683 (fortran-end-prog-re1): Changed. | |
6684 (fortran-check-end-prog-re): New function. | |
6685 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6686 | |
6687 1998-11-13 Tom Breton <tob@world.std.com> | |
6688 | |
6689 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6690 GNU Emacs. | |
6691 | |
6692 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6693 | |
6694 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6695 fixed. | |
6696 (reftex-toc-toggle-file-boundary, | |
6697 reftex-toc-toggle-labels, | |
6698 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6699 (reftex-toc-include-labels, reftex-toc-include-context, | |
6700 reftex-toc-include-file-boundaries, | |
6701 reftex-toc-keep-other-windows): New options. | |
6702 (reftex-use-text-after-label-as-context): Option removed. | |
6703 (reftex-extract-bib-entries): Protect use in non-latex | |
6704 buffers. | |
6705 (reftex-toc-visit-location): Renamed from | |
6706 `reftex-toc-visit-line'. | |
6707 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6708 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6709 (reftex-get-offset): Made more general. | |
6710 (reftex-show-label-location): Renamed from | |
6711 `reftex-select-label-callback'. | |
6712 (reftex-pop-to-label): Function removed (using | |
6713 `reftex-show-label-location' instead. | |
6714 (reftex-insert-docstruct): Renamed from | |
6715 `reftex-make-and-insert-label-list'. Function args changed. | |
6716 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6717 `reftex-find-start-point'. | |
6718 (reftex-select-item): Use `reftex-find-start-point'. | |
6719 (reftex-toc-visit-line): Can display labels and file | |
6720 boundaries. | |
6721 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6722 | |
6723 1998-11-12 Sam Steingold <sds@goems.com> | |
6724 | |
6725 * browse-url.el (browse-url): Handle the case when | |
6726 `browse-url-browser-function' is a lambda list. | |
6727 | |
6728 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6729 | |
6730 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6731 version string. | |
6732 * loadhist.el (symbol-file): Likewise | |
6733 | |
6734 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6735 | |
6736 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6737 | |
6738 1998-11-11 Sam Steingold <sds@goems.com> | |
6739 | |
6740 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6741 `run-lisp' instead of signalling an error. | |
6742 | |
6743 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6744 | |
6745 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6746 | |
6747 1998-11-11 Richard Stallman <rms@gnu.org> | |
6748 | |
6749 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6750 | |
6751 1998-11-11 Per Starback <starback@update.uu.se> | |
6752 | |
6753 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6754 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6755 for it. | |
6756 | |
6757 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6758 | |
6759 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6760 handling if setpagedevice is not available. | |
6761 (ps-begin-file): Fix typo. | |
6762 | |
6763 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6764 | |
6765 * international/mule-util.el (compose-chars-component): Signal | |
6766 error if CH is a rule-based composition character. | |
6767 (compose-chars): Signal error if an already compsed character is | |
6768 going to be composed by rule-base. | |
6769 | |
6770 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6771 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6772 that font name. | |
6773 | |
6774 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6775 | |
6776 * dos-w32.el (set-default-process-coding-system): Use function on | |
6777 before-init-hook to set default-process-coding-system based on | |
6778 enable-multibyte-characters. | |
6779 | |
6780 * term/w32-win.el ([language-change]): For now ignore | |
6781 keyboard language-change events. | |
6782 | |
6783 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6784 | |
6785 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6786 convert-standard-file-name, but leave the results of | |
6787 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6788 characters if the original name already exists, or has a special | |
6789 handler. | |
6790 | |
6791 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6792 | |
6793 * international/iso-insert.el: Delete autoload cookies. | |
6794 | |
6795 * international/iso-transl.el: Add autoload cookies. | |
6796 | |
6797 1998-11-10 Richard Stallman <rms@gnu.org> | |
6798 | |
6799 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6800 (ispell-process-line): Don't treat multibyte | |
6801 | |
6802 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6803 | |
6804 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6805 setpagedevice to specify the page size if setpagedevice is | |
6806 available. This is necessary to select the correct paper tray on | |
6807 Level 2 printers with multiple paper sizes available. | |
6808 | |
6809 (ps-begin-file): Cope with font names that contain spaces, and | |
6810 call BeginDoc in a BeginSetup/EndSetup block. | |
6811 | |
6812 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6813 | |
6814 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6815 convert-standard-filename. | |
6816 | |
6817 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6818 convert-standard-filename. | |
6819 | |
6820 1998-11-06 Richard Stallman <rms@gnu.org> | |
6821 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6822 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 6823 Detect the case of two @-commands in a row; process just the first. |
6824 (texinfo-append-refill): If line has a @c, insert the @refill | |
6825 before it. | |
6826 (texinfo-format-refill): Return with point where the @refill was. | |
6827 | |
6828 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6829 (hack-local-variables-prop-line): Likewise. | |
6830 (set-auto-mode): Don't test local-enable-local-variables here. | |
6831 (enable-local-variables): Doc fix. | |
6832 (local-enable-local-variables): Doc fix. | |
6833 (normal-mode): Doc fix. | |
6834 | |
6835 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6836 | |
6837 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6838 | |
6839 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6840 | |
6841 * simple.el (line-number-mode): Doc fix. | |
6842 | |
6843 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6844 | |
6845 * international/fontset.el (create-fontset-from-fontset-spec): | |
6846 Give correct arg to `error'. | |
6847 | |
6848 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6849 | |
6850 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6851 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6852 | |
6853 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6854 | |
6855 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6856 | |
6857 1998-11-05 Richard Stallman <rms@gnu.org> | |
6858 | |
6859 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6860 | |
6861 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6862 (close-rectangle): Define as alias. | |
6863 | |
6864 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6865 | |
6866 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6867 | |
6868 1998-11-05 Dave Love <fx@gnu.org> | |
6869 | |
6870 * help.el (describe-variable): Don't quote link to source. | |
6871 | |
6872 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6873 | |
6874 * gud.el (gud-common-init): Use pop-to-buffer. | |
6875 (same-window-regexps): Add an element that matches all gud buffers. | |
6876 | |
6877 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6878 | |
6879 * term/w32-win.el (x-get-selection-value): Alias to | |
6880 x-cut-buffer-or-selection-value. | |
6881 (w32-standard-fontset-spec): New variable. | |
6882 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6883 new-fontset is available. | |
6884 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6885 | |
6886 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6887 | |
6888 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6889 | |
6890 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6891 | |
6892 * international/quail.el (quail-show-guidance-buf): Call | |
6893 set-minibuffer-window to set minibuffer window of the current | |
6894 frame correctly. | |
6895 | |
6896 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6897 | |
6898 * term/w32-win.el: Require fontset. | |
6899 | |
6900 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6901 | |
6902 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6903 (set-face-font-auto): Ditto. | |
6904 | |
6905 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6906 | |
6907 * mouse.el (mouse-drag-region): Fix typo. | |
6908 | |
6909 1998-11-02 Dave Love <fx@gnu.org> | |
6910 | |
6911 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6912 (fortran-fontify-string): New function. | |
6913 (fortran-font-lock-keywords-1): Use it. | |
6914 | |
6915 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6916 | |
6917 * comint.el (comint-file-name-quote-list): Doc fix. | |
6918 | |
6919 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6920 | |
6921 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6922 build directory, not source directory. | |
6923 | |
6924 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6925 if we did not get one for the final move. | |
6926 | |
6927 1998-11-01 Dave Love <fx@gnu.org> | |
6928 | |
6929 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6930 Don't funcall browse-url-browser-function. | |
6931 | |
6932 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6933 Don't funcall browse-url-browser-function. | |
6934 | |
6935 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6936 | |
6937 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6938 | |
6939 * files.el (revert-buffer): Doc fix. | |
6940 | |
6941 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6942 | |
6943 * textmodes/tex-mode.el (tex-start-options-string): | |
6944 Quote the backslashes with more backslashes. | |
6945 | |
6946 1998-10-31 Dave Love <fx@gnu.org> | |
6947 | |
6948 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6949 (webjump): Don't funcall browse-url-browser-function. | |
6950 | |
6951 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6952 | |
6953 * international/quail.el (quail-start-translation): Handle | |
6954 switching of the frame in read-key-sequence. | |
6955 (quail-start-conversion): Likewise. | |
6956 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6957 windows before setting an appropriate window for it. | |
6958 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6959 quail-guidance-win to nil. | |
6960 (quail-update-guidance): If quail-guidance-buf is not in the | |
6961 selected frame, call quail-show-guidance-buf again. | |
6962 | |
6963 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6964 | |
6965 * progmodes/pascal.el (pascal-mode): | |
6966 `blink-matching-paren-dont-ignore-comments' set to t. | |
6967 | |
6968 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6969 | |
6970 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6971 | |
6972 1998-10-30 Dave Love <fx@gnu.org> | |
6973 | |
6974 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6975 | |
6976 * help.el (describe-variable): Hyperlink the definition. | |
6977 | |
6978 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6979 | |
6980 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6981 (sh-set-shell): Likewise. | |
6982 | |
6983 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6984 | |
6985 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6986 (edebug-on-error): Fix customize type to match that of | |
6987 debug-on-error. | |
6988 | |
6989 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6990 | |
6991 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6992 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6993 | |
6994 * international/mule-cmds.el (select-message-coding-system): Doc | |
6995 fix. | |
6996 | |
6997 * international/mule-diag.el (describe-coding-system): Describe | |
6998 all flags. | |
6999 | |
7000 * mail/sendmail.el (sendmail-coding-system, | |
7001 default-sendmail-coding-system): Doc fix. | |
7002 | |
7003 * simple.el (shell-command-on-region): Doc fix. | |
7004 | |
7005 * loadup.el: Write fns-*.el in current directory instead of | |
7006 data-directory since no installation directory exists yet. Mark | |
7007 buffer unmodified afterwards. | |
7008 | |
7009 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
7010 instead of data-directory since it is architecture dependent. | |
7011 (load-history-loaded): Update doc string. | |
7012 | |
7013 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
7014 | |
7015 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
7016 path as a default directory when canonicalizing names. | |
7017 | |
7018 * w32-fns.el: Remove a dangling reference to a directory on the | |
7019 build machine. | |
7020 | |
7021 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7022 | |
7023 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
7024 namespace related keywords such as `class', `body', `private', | |
7025 `variable', `namespace eval', etc. | |
7026 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
7027 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
7028 imenu and font-lock so that searches for \sw would find words | |
7029 containing colons. | |
7030 | |
7031 * progmodes/etags.el (initialize-new-tags-table): | |
7032 Do not alter find-tag-marker-ring and tags-location-ring. | |
7033 | |
7034 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
7035 | |
7036 * term/w32-win.el: Require fontset. | |
7037 (w32-init-fontsets): New function (code from x-win.el). | |
7038 | |
7039 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7040 | |
7041 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
7042 calendar-and-diary-frame-parameters): Add title parameter. | |
7043 | |
7044 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7045 | |
7046 * completion.el (dynamic-completion-mode): New function to enable | |
7047 the mode. (Just loading the file now does not change anything.) | |
7048 | |
7049 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7050 | |
7051 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
7052 (ps-multibyte-buffer): New user option. | |
7053 (ps-setup): Print new user option. | |
7054 (ps-print-quote): New fun. | |
7055 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
7056 (ps-default-color, ps-mule-font-info-database) | |
7057 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
7058 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
7059 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
7060 Little code improvement. | |
7061 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
7062 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
7063 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
7064 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
7065 (ps-mule-external-libraries, ps-mule-init-external-library) | |
7066 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
7067 Doc fix. | |
7068 (ps-print-version): New version number (4.1.1) and doc fix. | |
7069 (ps-print-prologue-header): New user option. | |
7070 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
7071 Conditional compilation for GNU Emacs and emacsens. | |
7072 (ps-generate-postscript-with-faces): Skip invisible text better. | |
7073 (ps-setup): Print new user option. | |
7074 (ps-print-preprint): Check if input file name exists and is unwritable. | |
7075 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
7076 and insert user PostScript prologue header comments. | |
7077 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
7078 New funs. | |
7079 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
7080 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
7081 PostScript programming normalization. | |
7082 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
7083 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
7084 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
7085 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
7086 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
7087 Programming style normalization. | |
7088 | |
7089 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
7090 | |
7091 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7092 version, check the value of mule-version. | |
7093 | |
7094 * international/mule-util.el (compose-region): Insert then delete | |
7095 to preserve markers. | |
7096 (decompose-region): Use search-forward for efficiency. | |
7097 | |
7098 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
7099 change, use generate-new-buffer instead of get-buffer-create. | |
7100 * language/devan-util.el | |
7101 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7102 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7103 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7104 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7105 | |
7106 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7107 | |
7108 * mail/rmailsum.el (rmail-message-subject-p): | |
7109 Handle message whose header has not been reformatted. | |
7110 | |
7111 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7112 | |
7113 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7114 | |
7115 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7116 New variables. | |
7117 (mouse-set-font): Use font menus instead of dialog according to | |
7118 w32-use-w32-font-dialog. | |
7119 | |
7120 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7121 | |
7122 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7123 correctly! |
25837 | 7124 (calendar-month-name-array): Add doc string correctly! |
7125 | |
7126 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7127 | |
7128 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7129 | |
7130 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7131 | |
7132 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7133 | |
7134 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7135 | |
7136 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7137 | |
7138 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7139 | |
7140 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7141 | |
7142 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7143 | |
7144 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7145 | |
7146 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7147 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7148 (profile-filter, profile-reset-timer): Functions deleted. | |
7149 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7150 (profile-find-function, profile-quit): Likewise. | |
7151 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7152 (profile-time-list, profile-init-list): Doc fix. | |
7153 (profile-functions): Simplify. | |
7154 (profile-print): Use float. Make output include space separators. | |
7155 (profile-add-time): New helper function. | |
7156 (profile-function-prolog): Renamed from profile-start-function. | |
7157 Handle profile-distinct. | |
7158 (profile-function-epilog): Renamed from profile-update-function. | |
7159 Handle profile-distinct. | |
7160 (profile-a-function): If the function to be profiled is an | |
7161 autoload form, load it. If it's lazy-loaded, fetch it. | |
7162 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7163 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7164 documented, rather than a one-element list. | |
7165 (profile-finish): Call profile-restore-fun properly. | |
7166 | |
7167 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7168 | |
7169 * international/characters.el: Setup charset property | |
7170 nospace-between-words. | |
7171 | |
7172 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7173 composition, return nil. | |
7174 (put-charset-property): If CHARSET is composition, do nothing. | |
7175 | |
7176 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7177 * language/devan-util.el | |
7178 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7179 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7180 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7181 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7182 | |
7183 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7184 (canonically-space-region): Pay attention to | |
7185 sentence-end-without-period. | |
7186 (fill-find-break-point): The first argument CHARSET deleted. | |
7187 Caller changed. | |
7188 (fill-region-as-paragraph): Pay attention to charset property | |
7189 nospace-between-words and text property nospace-between-words. | |
7190 | |
7191 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7192 | |
7193 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7194 an unrecognized shell. | |
7195 | |
7196 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7197 | |
7198 * desktop.el (desktop-save): Include minor modes symbolically. | |
7199 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7200 | |
7201 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7202 | |
7203 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7204 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7205 (sh-ancestor-alist): Handle rpm. | |
7206 | |
7207 * files.el (auto-mode-alist): Recognize .rpm files. | |
7208 Also .spec and .mspec files. | |
7209 | |
7210 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7211 | |
7212 * faces.el (frame-set-background-mode): Enable the function for | |
7213 MSDOS frames. | |
7214 | |
7215 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7216 | |
7217 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7218 (calendar-month-name-array): Add doc string. | |
7219 | |
7220 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7221 | |
7222 * simple.el (kill-ring-max): Increased to 60. | |
7223 | |
7224 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7225 | |
7226 * international/characters.el: Setup auto-fill-chars. | |
7227 | |
7228 * international/kinsoku.el (kinsoku): Check the variable | |
7229 enable-kinsoku. | |
7230 | |
7231 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7232 Don't call kinsoku directly, intead call fill-find-break-point. | |
7233 | |
7234 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7235 property to character sets which require `kinsoku' processing for | |
7236 filling. | |
7237 (fill-find-break-point): New function. | |
7238 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7239 Don't call kinsoku directly, intead call fill-find-break-point. | |
7240 | |
7241 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7242 | |
7243 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7244 (modify-face): Don't get error if (nil) is the argument. | |
7245 (face-try-color-list): Don't check whether nil is a valid color. | |
7246 | |
7247 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7248 | |
7249 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7250 Print message about each directory, even in batch mode. | |
7251 | |
7252 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7253 | |
7254 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7255 (ps-mule-string-char): No need to use sref. | |
7256 (ps-mule-next-index): No need to use sref. | |
7257 | |
7258 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7259 | |
7260 * files.el (revert-buffer-internal-hook): Add defvar. | |
7261 | |
7262 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7263 | |
7264 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7265 | |
7266 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7267 | |
7268 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7269 | |
7270 * net-utils.el (whois-server-list): Fix customization type. | |
7271 | |
7272 * shell.el (shell-input-autoexpand): Fix customization group. | |
7273 | |
7274 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7275 | |
7276 * repeat.el (repeat): Handle keyboard macros properly. | |
7277 Handle new prefix arg after self-insert command. | |
7278 | |
7279 * repeat.el: Don't include cl even at compile time. | |
7280 (repeat): Avoid using `loop'. | |
7281 | |
7282 * simple.el (shell-command-on-region): Doc fix. | |
7283 (next-history-element): Special error message if no default. | |
7284 | |
7285 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7286 | |
7287 * ps-print.el (ps-print-buffer): Doc fix. | |
7288 (ps-despool): Likewise. | |
7289 | |
7290 * arc-mode.el (arc-mode): Provide arc-mode. | |
7291 | |
7292 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7293 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7294 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7295 |
7296 1998-10-14 Dave Love <fx@gnu.org> | |
7297 | |
7298 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7299 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7300 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7301 | |
7302 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7303 Continuation Line" to "Join Line". | |
7304 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7305 | |
7306 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7307 | |
7308 * progmodes/fortran.el (fortran-join-line): Use | |
7309 `delete-indentation' instead of issuing an error message if not on | |
7310 a continuation line. Provide for joining several lines using | |
7311 prefix arg. | |
7312 | |
7313 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7314 | |
7315 * term/pc-win.el (msdos-color-values): New variable. | |
7316 (x-color-values): New function, emulates its namesake from | |
7317 src/xfns.c. | |
7318 (msdos-bg-mode): Add all dark colors to those which return | |
7319 "dark". | |
7320 | |
7321 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7322 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7323 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7324 Don't ignore case if arg has upper case letters. |
7325 | |
7326 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7327 | |
7328 * progmodes/vhdl-mode.el | |
7329 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7330 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7331 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7332 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7333 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7334 (vhdl-when): Fix indentation problem. | |
7335 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7336 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7337 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7338 | |
7339 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7340 | |
7341 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7342 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7343 (insert-directory): New function. | |
7344 | |
7345 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7346 | |
7347 * simple.el (completion-fixup-function): Variable deleted. | |
7348 (completion-setup-function): Delete code for completion-fixup-function. | |
7349 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7350 Don't bind completion-fixup-function. | |
7351 | |
7352 * files.el (find-file-wildcards): New option. | |
7353 (find-file-noselect): Handle wild cards, if enabled. | |
7354 (file-expand-wildcards): New function. | |
7355 | |
7356 * simple.el (set-fill-column): Doc fix. | |
7357 | |
7358 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7359 | |
7360 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7361 | |
7362 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7363 | |
7364 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7365 Move declaration before first use. | |
7366 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7367 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7368 hif-token-list. | |
7369 (hif-token, hif-token-list): Declare them. | |
7370 (hif-find-ifdef-block): Return cons of top and bottom point | |
7371 instead of setting dynamically bound variables. | |
7372 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7373 hif-find-ifdef-block. | |
7374 | |
7375 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7376 | |
7377 * subr.el (read-passwd): Use clear-this-command-keys. | |
7378 | |
7379 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7380 | |
7381 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7382 and ...-for-write. | |
7383 | |
7384 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7385 | |
7386 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7387 responses to GROUP command, since this may be called from a timer | |
7388 with quit inhibited. | |
7389 | |
7390 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7391 | |
7392 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7393 set unconditional-jump to nil. | |
7394 (ccl-compile-read-multibyte-character): Return nil. | |
7395 (ccl-compile-write-multibyte-character): Likewise. | |
7396 (ccl-compile-translate-character): Likewise | |
7397 (ccl-compile-map-multiple): Likewise. | |
7398 (ccl-compile-map-single): Likewise. | |
7399 | |
7400 * international/kinsoku.el: Add coding tag. | |
7401 (kinsoku-bol): Remove superfluous TAB in a string. | |
7402 | |
7403 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7404 Delete `composition' (if any) from CHARSETS. | |
7405 | |
7406 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7407 | |
7408 * international/mule-cmds.el (setup-specified-language-environment): | |
7409 Add apropos-inhibit property. | |
7410 (describe-specified-language-support): Likewise. | |
7411 | |
7412 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7413 | |
7414 * international/mule.el (make-coding-system): Create -with-esc | |
7415 variant coding system. | |
7416 | |
7417 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7418 | |
7419 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7420 (next-file): Optionally offer to revert a file's buffer, | |
7421 if it has an existing buffer but the file has changed. | |
7422 | |
7423 * info.el (Info-insert-dir): Detect and report problems | |
7424 in input files, such as "No Top node". Return with point | |
7425 at the beginning of the text. | |
7426 (Info-find-node): Reinsert the code to handle files | |
7427 with no tags table; it was deleted by mistake. | |
7428 | |
7429 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7430 | |
7431 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7432 texinfo-find-higher-level-node repeatedly find the same node. | |
7433 (texinfo-find-higher-level-node): Doc fix. | |
7434 | |
7435 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7436 | |
7437 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7438 (smtpmail-address-buffer): Add defvar. | |
7439 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7440 | |
7441 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7442 | |
7443 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7444 | |
7445 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7446 | |
7447 * faces.el (frame-set-background-mode): | |
7448 Don't do anythung for text-only or MSDOS frame. | |
7449 | |
7450 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7451 | |
7452 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7453 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7454 | |
7455 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7456 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7457 * gnus/pop3.el (pop3-open-server): |
25837 | 7458 Set process-coding-system-alist around open-network-stream. |
7459 | |
7460 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7461 | |
7462 * files.el (save-buffer): Doc fix. | |
7463 | |
7464 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7465 | |
7466 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7467 return DEF unchanged, not nil. Simplify. | |
7468 | |
7469 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7470 | |
7471 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7472 | |
7473 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7474 | |
7475 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7476 | |
7477 * net-utils.el (ftp, nslookup): Require comint. | |
7478 (network-service-connection): Likewise. | |
7479 (whois-server-name): Defaults to whois.arin.net | |
7480 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7481 (whois): Tries to guess the appropriate top-level domain server. | |
7482 (whois-get-tld): New function. | |
7483 | |
7484 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7485 (dirtrack-debug-toggle): Added this function. | |
7486 | |
7487 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7488 | |
7489 * files.el (find-file-noselect): Switch to the correct buffer | |
7490 before checking find-file-literally, and allow non-nil non-t | |
7491 rawfile params. | |
7492 | |
7493 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7494 | |
7495 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7496 | |
7497 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7498 no-autosave. | |
7499 * tar-mode.el (tar-mode-revert): Likewise. | |
7500 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7501 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7502 * gnus/message.el (message-auto-save-directory): Renamed from | |
7503 message-autosave-directory. All references changed. | |
7504 | |
7505 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7506 | |
7507 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7508 string. Expose mime stuff while searching. | |
7509 | |
7510 1998-10-06 Richard Stallman <rms@gnu.org> | |
7511 | |
7512 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7513 | |
7514 * replace.el (perform-replace): Position point properly | |
7515 before and after the recursive edit of C-r. | |
7516 | |
7517 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7518 find the markers in the old rings that are being discarded. | |
7519 | |
7520 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7521 | |
7522 * apropos.el (apropos-print): control invalid characters. | |
7523 | |
7524 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7525 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7526 confusing customize. | |
7527 | |
7528 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7529 | |
7530 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7531 built-in commands. Add more built-in commands and fix face names. | |
7532 | |
7533 1998-10-05 Simon Marshall <simon@gnu.org> | |
7534 | |
7535 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7536 | |
7537 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7538 | |
7539 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7540 customization since it is not useful in this case. | |
7541 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7542 sure it gets evalled to a number. Also verify that set-frame-name | |
7543 fn exists before calling it. | |
7544 | |
7545 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7546 Protect a `forward-sexp' call which could fail, and improved regex | |
7547 for ie, and eg abbreviations. | |
7548 | |
7549 1998-10-02 Noah Friedman <friedman@splode.com> | |
7550 | |
7551 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7552 send-string. | |
7553 (rlogin-send-Ctrl-D): Here also. | |
7554 (rlogin-send-Ctrl-Z): Here also. | |
7555 (rlogin-send-Ctrl-backslash): Here also. | |
7556 | |
7557 1998-10-02 Dave Love <fx@gnu.org> | |
7558 | |
7559 * outline.el (hide-region-body): Bind | |
7560 outline-view-change-hook to nil while making repeated calls to | |
7561 outline-flag-region. Run it once at the end. | |
7562 (hide-other, hide-sublevels, show-children): Likewise. | |
7563 | |
7564 * info-look.el: Remove duplicate scheme-mode entry. | |
7565 (info-lookup-make-completions): When looking for entries, check | |
7566 that `item' isn't null or "Menu". | |
7567 | |
7568 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7569 | |
7570 * net-utils.el: Don't require ffap. | |
7571 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7572 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7573 | |
7574 1998-09-30 Richard Stallman <rms@gnu.org> | |
7575 | |
7576 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7577 | |
7578 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7579 (imenu--sort-by-position): New function. | |
7580 | |
7581 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7582 (customize group): Fix info node name. | |
7583 | |
7584 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7585 a newline in the alias name. Don't define an alias | |
7586 if the definition would be empty. | |
7587 | |
7588 * which-func.el (which-func-mode-global): Make :set function | |
7589 more reliable. | |
7590 | |
7591 * custom.el (custom-set-variables): Load the requests first, | |
7592 then check the symbol's `set' function. | |
7593 | |
7594 * ffap.el: Doc fixes. | |
7595 | |
7596 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7597 | |
7598 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7599 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7600 * gnus-score.el (gnus-orphan-score): Fix type. | |
7601 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7602 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7603 (gnus-saved-headers): Fix type. | |
7604 | |
7605 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7606 Avoid nil value of `two-lines-citation-part'. | |
7607 | |
7608 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7609 | |
7610 * which-func.el (which-function): Handle case when | |
7611 (car imenu--index-alist) is nil. | |
7612 | |
7613 1998-09-29 Dave Love <fx@gnu.org> | |
7614 | |
7615 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7616 bzip2 args. | |
7617 | |
7618 1998-09-29 Simon Marshall <simon@gnu.org> | |
7619 | |
7620 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7621 comint-exec-hook. | |
7622 | |
7623 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7624 | |
7625 * info-look.el: Add support for Octave. | |
7626 | |
7627 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7628 | |
7629 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7630 (reftex-texpath-environment-variables, | |
7631 reftex-use-external-file-finders, reftex-external-file-finders, | |
7632 reftex-search-unrecursed-path-first): New options. | |
7633 (reftex-process-string, reftex-find-file-externally): New | |
7634 functions. | |
7635 (reftex-access-search-path): Execute shell commands to find the | |
7636 search path. | |
7637 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7638 `reftex-auto-view-crossref' becomes non-nil. | |
7639 (reftex-abbrev-regexp): Constant removed. | |
7640 (reftex-convert-string): Abbrev regexp calculated locally. | |
7641 | |
7642 1998-09-28 Dave Love <fx@gnu.org> | |
7643 | |
7644 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7645 font-lock patterns with keywords that aren't all literal. | |
7646 | |
7647 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7648 | |
7649 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7650 the form `octave.bin:1>' which come from using precopiled binary | |
7651 versions. | |
7652 | |
7653 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7654 | |
7655 * help.el (help-for-help): Use %THIS-KEY%. | |
7656 (help-quit): Add doc. | |
7657 | |
7658 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7659 in a separate function definition, not in the help command FNAME. | |
7660 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7661 | |
7662 1998-09-25 Richard Stallman <rms@gnu.org> | |
7663 | |
7664 * textmodes/texinfo.el (texinfo-show-structure): | |
7665 Bind inhibit-read-only. | |
7666 | |
7667 * isearch.el (isearch-search-and-update): Properly | |
7668 handle upper case letters in the reverse-search special case. | |
7669 | |
7670 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7671 | |
7672 * gnus.el: Extend the list of autoloaded functions. | |
7673 | |
7674 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7675 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7676 1998-08-20 Per Starback <starback@update.uu.se>) | |
7677 | |
7678 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7679 `rmail-output-to-rmail-file'. | |
7680 | |
7681 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7682 | |
7683 * hexl.el (hexl-mode-map): More of previous change. | |
7684 | |
7685 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7686 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7687 Quote file name in star case as well as in non-star. | |
7688 Add blank and quoting of option string here. | |
7689 (tex-start-options-string): Not here. | |
7690 | |
7691 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7692 | |
7693 * term.el (term-delimiter-argument-list): Doc fix. | |
7694 (term-emulate-terminal): Escape literal semicolon. | |
7695 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7696 (asm-comment-char): Escape literal semicolon. | |
7697 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7698 | |
7699 1998-09-23 Richard Stallman <rms@gnu.org> | |
7700 | |
7701 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7702 only those that normally modify the buffer. | |
7703 | |
7704 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7705 over again. | |
7706 | |
7707 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7708 | |
7709 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7710 when let-binding of case-fold-search ends. | |
7711 | |
7712 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7713 | |
7714 * ps-print.el: Skip invisible overlay. | |
7715 Test for set-buffer-multibyte rather than using mule-version. | |
7716 (ps-print-version): New version number (4.1) and doc fix. | |
7717 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7718 | |
7719 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7720 | |
7721 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7722 | |
7723 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7724 | |
7725 * international/quail.el (quail-update-guidance): Check for the | |
7726 return value of (quail-guidance) fixed. | |
7727 (quail-update-translation): Bind quail-current-str locally when it | |
7728 calls quail-update-guidance. | |
7729 (quail-update-translation): If input-method-exit-on-first-char is | |
7730 non-nil, terminate translation only when the current input method | |
7731 is simple. | |
7732 | |
7733 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7734 | |
7735 * startup.el (locale-translation-file-name): Prefer X-related names | |
7736 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7737 (command-line): Use locale-translation-file-name if it is not nil, | |
7738 instead of testing for its existence again. | |
7739 regexp-quote the ctype before using it in a regexp. | |
7740 Allow a colon to appear after the ctype in the aliases file, | |
7741 as is done in X11R6.4. | |
7742 | |
7743 1998-09-21 Richard Stallman <rms@gnu.org> | |
7744 | |
7745 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7746 | |
7747 * calendar/appt.el (appt-interval): Variable deleted. | |
7748 (appt-check): For minutes in between appt-display-interval times, | |
7749 do check, but don't display anything except an updated mode line. | |
7750 Count against appt-display-interval based on minutes since | |
7751 first display of this appointment, not based on time of day. | |
7752 If appt-display-mode-line, force mode line redisplay | |
7753 whenever appt-mode-string has changed. | |
7754 (appt-add, appt-delete): Add autoload cookies. | |
7755 (appt-check): Catch errors from calling `diary'. | |
7756 (appt-max-time): Renamed from max-time. | |
7757 (appt-now-displayed, appt-display-count): New variables. | |
7758 (appt-timer): Don't create one if we already have one. | |
7759 | |
7760 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7761 More general code to use the source buffer instead of the zap file. | |
7762 | |
7763 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7764 compare-with-file. | |
7765 | |
7766 * loadhist.el (load-history-loaded): New variable. | |
7767 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7768 | |
7769 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7770 | |
7771 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7772 Fix error messages. | |
7773 | |
7774 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7775 | |
7776 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7777 Emacs frame. | |
7778 | |
7779 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7780 | |
7781 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7782 `undecided' and `undecided-unix'. | |
7783 | |
7784 1998-09-21 Dave Love <fx@gnu.org> | |
7785 | |
7786 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7787 | |
7788 * subr.el (remove-hook): Check list values to avoid errors. | |
7789 | |
7790 1998-09-18 Noah Friedman <friedman@splode.com> | |
7791 | |
7792 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7793 store string in eldoc-last-message without consing a new string. | |
7794 Rearrange logic from nested if's into cond's. | |
7795 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7796 Do not print message; just return string. | |
7797 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7798 Do not print message; just return string. | |
7799 Cache that string in eldoc-last-data. | |
7800 (eldoc-last-data): Make into a vector. | |
7801 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7802 (eldoc-get-var-docstring): Here also. | |
7803 (eldoc-last-data-store): New function. | |
7804 (eldoc-get-fnsym-args-string): Use it. | |
7805 (eldoc-get-var-docstring): Here also. | |
7806 (eldoc-docstring-first-line): Minimize interim string consing. | |
7807 Call substitute-command-keys on the result. | |
7808 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7809 eldoc-docstring-message): Functions removed. | |
7810 (eldoc-docstring-format-sym-doc): New function, functionality | |
7811 ripped out of eldoc-docstring-message. | |
7812 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7813 | |
7814 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7815 | |
7816 * international/mule.el (make-coding-system): Doc-string modified. | |
7817 | |
7818 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7819 | |
7820 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7821 | |
7822 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7823 customize type. | |
7824 | |
7825 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7826 type. | |
7827 | |
7828 * progmodes/compile.el (compilation-error-screen-columns): New | |
7829 variable. | |
7830 (compilation-next-error-locus): Use it to decide whether to use | |
7831 forward-char or move-to-column. | |
7832 | |
7833 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7834 | |
7835 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7836 feedmail-fiddle-plex-user-list, | |
7837 feedmail-spray-address-fiddle-plex-list, | |
7838 feedmail-prompt-before-queue-user-alist, | |
7839 feedmail-prompt-before-queue-help-supplement, | |
7840 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7841 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7842 type. | |
7843 | |
7844 * startup.el (site-run-file): Fix customize type. | |
7845 | |
7846 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7847 customize type. | |
7848 | |
7849 * shell.el (shell-input-autoexpand): Fix customize type. | |
7850 | |
7851 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7852 Improve layout of customize type. | |
7853 | |
7854 * net-utils.el (traceroute-program-options, ping-program-options, | |
7855 ipconfig-program-options, netstat-program-options, | |
7856 arp-program-options, route-program-options, | |
7857 nslookup-program-options, ftp-program-options): Fix customize | |
7858 type. | |
7859 | |
7860 * midnight.el (clean-buffer-list-kill-regexps, | |
7861 clean-buffer-list-kill-buffer-names, | |
7862 clean-buffer-list-kill-never-buffer-names, | |
7863 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7864 | |
7865 * man.el (Man-init-defvars): Avoid trailing nil on | |
7866 Man-filter-list. | |
7867 | |
7868 * lpr.el (printer-name): Fix customize type. | |
7869 | |
7870 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7871 | |
7872 * international/mule-cmds.el (reset-language-environment): Call | |
7873 update-coding-systems-internal. | |
7874 | |
7875 * international/mule-conf.el: Call update-coding-systems-internal | |
7876 at the tail. | |
7877 | |
7878 1998-09-14 Dave Love <fx@gnu.org> | |
7879 | |
7880 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7881 use the menu-enable properties, pending doing it correctly and | |
7882 acceptably fast. | |
7883 | |
7884 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7885 | |
7886 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7887 | |
7888 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7889 comment-{start,end} non-nil as well as bound. Report an error if | |
7890 we can't grok the mode. | |
7891 | |
7892 1998-09-13 Richard Stallman <rms@gnu.org> | |
7893 | |
7894 * simple.el (blink-matching-open): Don't log paren matching | |
7895 messages in *Messages*. | |
7896 | |
7897 1998-09-12 Richard Stallman <rms@gnu.org> | |
7898 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7899 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 7900 Set point-before-scroll at end even if there was an error. |
7901 | |
7902 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7903 Use binary mode for dumb-unix hosts as for unix hosts. | |
7904 (ange-ftp-copy-file-internal): Likewise. | |
7905 | |
7906 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7907 | |
7908 * emacs-lisp/pp.el: Doc fixes. | |
7909 | |
7910 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7911 (widget-choose): Don't use single-char shortcuts if # items | |
7912 exceeds that many. Use minibuffer instead. | |
7913 | |
7914 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7915 | |
7916 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7917 | |
7918 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7919 | |
7920 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7921 in terminal mode. | |
7922 | |
7923 1998-09-10 Noah Friedman <friedman@splode.com> | |
7924 | |
7925 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7926 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7927 and older versions of Emacs, which share this code. | |
7928 | |
7929 * type-break.el (type-break-mode): Here also. | |
7930 | |
7931 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7932 `t' to add-hook also to modify the new local value. | |
7933 | |
7934 1998-09-10 Dave Love <fx@gnu.org> | |
7935 | |
7936 * vc.el (vc-insert-headers): Doc fix. | |
7937 | |
7938 1998-09-10 Richard Stallman <rms@gnu.org> | |
7939 | |
7940 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7941 ispell-... variables permanent locals. | |
7942 (flyspell-mode-off): Add autoload cookie. | |
7943 | |
7944 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7945 do use binary mode, just as for `unix'. | |
7946 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7947 | |
7948 * dired.el (dired-mark-files-containing-regexp): | |
7949 Don't scan directories. Ignore non-readable files. | |
7950 | |
7951 * progmodes/compile.el (compilation-error-regexp-alist): | |
7952 Fix previous change: allow . and _ in command name. | |
7953 | |
7954 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7955 | |
7956 * uncompress.el (uncompress-while-visiting): | |
7957 Use just the car of what find-operation-coding-system returns. | |
7958 | |
7959 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7960 | |
7961 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7962 | |
7963 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7964 | |
7965 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7966 to make killing of ispell process work even if | |
7967 kill-all-local-variables has been run. | |
7968 | |
7969 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7970 | |
7971 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7972 loop when sexp entry ends at end of file with no newline. | |
7973 | |
7974 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7975 | |
7976 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7977 (Custom-reset-standard): Fix menu inconsistency. | |
7978 | |
7979 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7980 (feedmail-message-id-suffix): Allow nil. | |
7981 | |
7982 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7983 Simplify. Make prefix arg work right. | |
7984 | |
7985 1998-09-09 Dave Love <fx@gnu.org> | |
7986 | |
7987 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7988 | |
7989 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7990 | |
7991 1998-09-08 Dave Love <fx@gnu.org> | |
7992 | |
7993 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7994 stuff only after file names or at start of line. Allow parens | |
7995 around e-mail, as well as angles. | |
7996 | |
7997 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7998 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7999 time for nicer failure if it's not available. | |
8000 | |
8001 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
8002 | |
8003 * comint.el (comint-arguments): Ignore backslashes when using | |
8004 w32 shells that expect backslashes as the directory separator. | |
8005 | |
8006 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
8007 | |
8008 * international/fontset.el (resolved-ascii-font): New variable. | |
8009 (x-complement-fontset-spec): By side effect, set | |
8010 `resolved-ascii-font' to the resolved name of ASCII font." | |
8011 (create-fontset-from-fontset-spec): Don't get a value for | |
8012 resolved-ascii-font from the list full-fontlist. It is set by | |
8013 x-complement-fontset-spec now. | |
8014 | |
8015 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8016 version, check the value of mule-version. | |
8017 | |
8018 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
8019 | |
8020 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
8021 several functions. No longer moves to find a macro. | |
8022 (reftex-view-cr-cite, reftex-view-cr-ref, | |
8023 reftex-end-of-bib-entry): New functions. | |
8024 (reftex-auto-view-crossref): New value `window' allowed. | |
8025 (reftex-view-crossref-when-idle): Process new `window' option in | |
8026 (reftex-translate-to-ascii-function): New default. | |
8027 (reftex-label-illegal-re): Default changed, removed Latin1. | |
8028 (reftex-latin1-to-ascii): New function. | |
8029 (reftex-what-environment): Check for section regexp before use. | |
8030 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
8031 absolute path names. | |
8032 (reftex-TeX-master-file): Changed sequence of file checks. | |
8033 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
8034 | |
8035 1998-09-06 Richard Stallman <rms@gnu.org> | |
8036 | |
8037 * progmodes/compile.el (compilation-error-regexp-alist): | |
8038 In first pattern (GNU utilities and other things), | |
8039 allow a space after the optional program name at the beginning. | |
8040 | |
8041 * mail/mail-hist.el (mail-hist-current-header-contents): | |
8042 Fix previous change: use mail-header-end. | |
8043 | |
8044 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
8045 | |
8046 * international/ccl.el: Doc fixes. | |
8047 * international/encoded-kb.el: Doc fixes. | |
8048 * international/fontset.el: Doc fixes. | |
8049 * international/kinsoku.el: Doc fixes. | |
8050 * international/kkc.el: Doc fixes. | |
8051 * international/mule-cmds.el: Doc fixes. | |
8052 * international/mule-conf.el: Doc fixes. | |
8053 * international/mule-util.el: Doc fixes. | |
8054 * international/mule.el: Doc fixes. | |
8055 | |
8056 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
8057 | |
8058 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
8059 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
8060 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
8061 punctuation for first line sentence breaking. | |
8062 (checkdoc-this-string-valid): When converting a comment into a doc | |
8063 string, make sure " chars are \". | |
8064 (checkdoc-sentencespace-region-engine): Only do double space check | |
8065 if based on the variable `sentence-end-double-space' | |
8066 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
8067 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
8068 | |
8069 1998-09-04 Richard Stallman <rms@gnu.org> | |
8070 | |
8071 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
8072 Recognize define-skeleton as a function definer. | |
8073 | |
8074 * cus-edit.el (customize-option): Refuse to customize | |
8075 a variable that has no defcustom. But if variable is autoloaded, | |
8076 first try to load the library that defines it. | |
8077 | |
8078 * international/iso-insert.el: Use `string' before calling `insert' | |
8079 so that in multibyte buffers we insert multibyte chars. | |
8080 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8081 * dired.el (dired-mark-files-containing-regexp): |
25837 | 8082 Don't use find-file; instead, insert the file in a temp buffer. |
8083 | |
8084 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
8085 (tex-start-tex): Use that variable. | |
8086 | |
8087 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
8088 value in the `repeat' alternative a list. | |
8089 | |
8090 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
8091 the inserted newline, verify that one was really inserted. | |
8092 | |
8093 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
8094 remains on or remains off. | |
8095 (flyspell-multi-language-p): Default changed to nil. | |
8096 | |
8097 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
8098 In "found in comment" case, don't beginning-of-line after forward-line. | |
8099 | |
8100 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
8101 If the function definition is not a lambda, return original FORM | |
8102 with no error. | |
8103 | |
8104 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
8105 | |
8106 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
8107 so that by default netstat shows all network connections. | |
8108 | |
8109 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8110 | |
8111 * international/quail.el: Doc fixes. | |
8112 | |
8113 * info.el (info): Don't add parens if FILE already has them. | |
8114 | |
8115 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8116 | |
8117 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8118 on extension lines. | |
8119 | |
8120 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8121 | |
8122 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8123 | |
8124 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8125 | |
8126 * international/quail.el (quail-choose-completion-string): Store | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8127 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8128 |
8129 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8130 | |
8131 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8132 argument to ps-mule-generate-bitmap-font. | |
8133 | |
8134 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8135 entry and change Latin-1 entry in the default value. | |
8136 (ps-mule-font-info-database-ps-bdf): New variable. | |
8137 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8138 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8139 registerd in FONT-SPEC. | |
8140 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8141 charcter width of bitmap fonts. | |
8142 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8143 procedure NF. | |
8144 (ps-begin-file): Output PostScript code for setting | |
8145 SpaceWidthRatio. | |
8146 (ps-plot-region): Use line-beginning-position to get a position of | |
8147 the beginning of the current line. | |
8148 | |
8149 * international/mule-cmds.el (register-input-method): Doc-string | |
8150 modified. | |
8151 | |
8152 1998-09-01 Dave Love <fx@gnu.org> | |
8153 | |
8154 * international/mule-cmds.el (current-language-environment): Fix | |
8155 setter function. | |
8156 | |
8157 1998-09-01 Simon Marshall <simon@gnu.org> | |
8158 | |
8159 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8160 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8161 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8162 names with font-lock-type-face. Fontify type specs, etc., with | |
8163 font-lock-keyword-face. | |
8164 | |
8165 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8166 | |
8167 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8168 font is specified in FONTLIST, don't substitute it for the | |
8169 resolved name. | |
8170 | |
8171 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8172 | |
8173 * international/mule.el (charset-description): Doc fix. | |
8174 | |
8175 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8176 language/devanagari.el, language/ethiopic.el, | |
8177 language/european.el, language/hebrew.el, language/indian.el, | |
8178 language/japanese.el, language/korean.el, language/lao.el, | |
8179 language/slovak.el, language/thai.el, language/tibetan.el, | |
8180 language/vietnamese.el: | |
8181 Add coding: local variable, to avoid bootstrapping problem | |
8182 if you need to recompile all the Lisp files using interpreted code. | |
8183 | |
8184 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8185 | |
8186 * cal-china.el (chinese-year-cache): Change range of years from | |
8187 1989-2000 to 1990-2010. | |
8188 | |
8189 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8190 | |
8191 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8192 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8193 | |
8194 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8195 | |
8196 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8197 (ps-output-string-prim): Comment format changed. | |
8198 (ps-do-despool): Indentation of source code changed. | |
8199 | |
8200 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8201 | |
8202 * subr.el (sref): Make it an alias of aref. Make the | |
8203 byte-compiler warn that it is obsolete. | |
8204 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8205 | |
8206 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8207 Calculate the total bytes using position-bytes instead of | |
8208 char-bytes. | |
8209 | |
8210 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8211 | |
8212 * snmp-mode.el: New file. | |
8213 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8214 | |
8215 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8216 | |
8217 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8218 | |
8219 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8220 | |
8221 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8222 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8223 | |
8224 1998-08-27 Richard Stallman <rms@gnu.org> | |
8225 | |
8226 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8227 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8228 Clear appt-mode-string if we don't put something in it. | |
8229 | |
8230 1998-08-27 Dave Love <fx@gnu.org> | |
8231 | |
8232 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8233 dired-local-variables-file for dired-x. | |
8234 | |
8235 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8236 for compressed library files too. | |
8237 | |
8238 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8239 | |
8240 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8241 ("Latin-2"): Likewise. | |
8242 | |
8243 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8244 | |
8245 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8246 | |
8247 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8248 | |
8249 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8250 (mail-hist-current-header-contents): Use mail-text-start. | |
8251 | |
8252 1998-08-26 Richard Stallman <rms@gnu.org> | |
8253 | |
8254 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8255 (customize-changed-options-previous-release): New variable. | |
8256 (customize-changed-options): Use that variable as default arg. | |
8257 | |
8258 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8259 | |
8260 * midnight.el: Require `timer' not only when compiling. | |
8261 | |
8262 1998-08-26 Per Starback <starback@update.uu.se> | |
8263 | |
8264 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8265 buffer before creating help group. | |
8266 | |
8267 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8268 | |
8269 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8270 coding-system-for-write before saving. | |
8271 | |
8272 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8273 | |
8274 * isearch.el (isearch-forward): Doc fix. | |
8275 | |
8276 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8277 | |
8278 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8279 value, not a float. | |
8280 | |
8281 * cus-dep.el: Fix typo in output. | |
8282 | |
8283 1998-08-25 Dave Love <fx@gnu.org> | |
8284 | |
8285 * repeat.el (repeat): Doc fix. | |
8286 [From rms:] | |
8287 (repeat-previous-repeated-command): New variable. | |
8288 (repeat): Check for real-last-command being null or repeat. Set | |
8289 repeat-previous-repeated-command. | |
8290 | |
8291 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8292 | |
8293 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8294 | |
8295 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8296 coding-system-for-write by the return value of | |
8297 select-message-coding-system. | |
8298 (message-send-mail-with-qmail): Likewise. | |
8299 | |
8300 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8301 | |
8302 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8303 define-derived-mode. | |
8304 | |
8305 * files.el (file-name-invalid-regexp): | |
8306 Fix regex for ms-dos without long file names. | |
8307 | |
8308 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8309 | |
8310 * ps-print.el: Multi-byte buffer handling. | |
8311 (ps-print-version): New version number (4.0) and doc fix. | |
8312 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8313 compilation for GNU Emacs and emacsens. | |
8314 (ps-generate-postscript-with-faces): Force invisible text to be | |
8315 visible. | |
8316 (dos-ps-printer): New var to avoid compilation gripes. | |
8317 | |
8318 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8319 | |
8320 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8321 that no more characters can't be printed in the current line. | |
8322 | |
8323 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8324 | |
8325 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8326 greater than TO. | |
8327 | |
8328 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8329 | |
8330 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8331 20.2 and the earlier version. | |
8332 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8333 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8334 (ps-mule-find-wrappoint): Likewise. | |
8335 (ps-mule-generate-font): Change `X' to `x' in format | |
8336 control-string. | |
8337 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8338 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8339 `restore' form procedures `BC' and `EC'. | |
8340 | |
8341 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8342 | |
8343 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8344 is an executable procedure. Make LineThickness, Xshadow, and | |
8345 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8346 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8347 ps-mule-font-info-database-bdf): New vars. | |
8348 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8349 (ccl-encode-ethio-unicode): New CCL program. | |
8350 (ps-mule-encode-ethiopic): New fun. | |
8351 (ps-mule-current-charset): New var. | |
8352 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8353 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8354 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8355 (ps-mule-external-libraries): New var. | |
8356 (ps-mule-init-external-library): New fun. | |
8357 (ps-mule-font-cache): New var. | |
8358 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8359 (ps-last-font): New var. | |
8360 (ps-mule-prepare-font): New fun. | |
8361 (ps-mule-charset-list): New var. | |
8362 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8363 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8364 ps-mule-plot-string): New funs. | |
8365 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8366 New vars. | |
8367 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8368 ps-mule-prepare-cmpchar-font): New funs. | |
8369 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8370 vars. | |
8371 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8372 ps-mule-generate-bitmap-glyph): New funs. | |
8373 (ps-mule-initialize, ps-mule-begin): New funs. | |
8374 (ps-output-string-prim): Insert string as unibyte. | |
8375 (ps-output-prologue): New fun. | |
8376 (ps-flush-output): Handle the case of 'prologue. | |
8377 (ps-begin-file): Call ps-mule-initialize. | |
8378 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8379 printing multibyte characters. | |
8380 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8381 (ps-basic-plot-string): Handle the case of printing ASCII | |
8382 characters by external libraries (e.g. BDF). | |
8383 (ps-set-font): Set ps-last-font. | |
8384 (ps-plot-region): Handle multibyte characters, use | |
8385 ps-mule-plot-string for them. | |
8386 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8387 | |
8388 * bdf.el: New file. | |
8389 | |
8390 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8391 | |
8392 * international/mule-cmds.el (select-message-coding-system): New | |
8393 function. | |
8394 (set-language-environment-coding-systems): Set | |
8395 default-sendmail-coding-system. | |
8396 | |
8397 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8398 (default-sendmail-coding-system): New variable. | |
8399 (sendmail-send-it): Encode the message by a coding system | |
8400 select-message-coding-system returns. | |
8401 | |
8402 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8403 | |
8404 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8405 (speedbar-mode): Set buffer to read only. | |
8406 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8407 with arguments. | |
8408 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8409 | |
8410 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8411 | |
8412 * speedbar.el (speedbar-key-map): Fix typo. | |
8413 | |
8414 See ChangeLog.7 for earlier changes. |