Mercurial > emacs
annotate lisp/ChangeLog @ 26416:1384b7926bb1
Better ELisp Reference instructions.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Nov 1999 12:19:11 +0000 |
parents | 3fd026f721c0 |
children | 9991cb6f664a |
rev | line source |
---|---|
26409 | 1 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
2 | |
26411 | 3 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
4 | |
26409 | 5 * isearch.el: Add lazy-highlighting feature. |
6 | |
26406 | 7 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
8 | |
9 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
10 constant. | |
11 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
12 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
13 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
|
14 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
15 * 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
|
16 |
26394 | 17 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
18 | |
26406 | 19 * startup.el (initial-scratch-message): Add ";;" to the front of |
20 lines in the message. | |
21 | |
26396 | 22 * files.el (file-local-copy): Remove optional BUFFER argument |
23 because that's not used by anything. | |
24 | |
26394 | 25 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
26 to-address. | |
27 | |
26387 | 28 1999-11-08 Markus Rost <rost@ias.edu> |
29 | |
30 * wid-edit.el (widget-button-click): Wrap with save-excursion | |
31 to restore track-mouse in the correct buffer. | |
32 | |
33 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
34 | |
35 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
36 | |
37 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
38 | |
39 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
40 lpr-command to "lp" for some system-types. (copied from lpr.el | |
41 Emacs version 20.2.1). | |
42 | |
26362 | 43 1999-11-04 Markus Rost <rost@ias.edu> |
44 | |
45 * simple.el (comment-region): Strip off white space at end of | |
46 comment-start. | |
47 | |
26354 | 48 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
49 | |
50 * faces.el (secondary-selection): Fix wrong color name. | |
51 | |
26352 | 52 1999-11-04 John Tobey <jtobey@epsilondev.com> |
53 | |
54 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
55 the default when invoking perldb in a non-Perl buffer, and other | |
56 cases involving -e or --. | |
57 | |
26342 | 58 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
59 | |
26352 | 60 * simple.el (previous-matching-history-element) |
61 (next-history-element): Use delete-field instead of erase-field. | |
62 | |
63 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
64 Use delete-field instead of erase-field. | |
65 | |
26344 | 66 * faces.el (secondary-selection): Change background to yellow. |
67 | |
26342 | 68 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
69 find the start of the text. Use field-string to read the user | |
70 input. | |
71 | |
26333 | 72 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
73 | |
26338 | 74 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
75 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
76 for compatibility with old face implementation. | |
77 | |
26336 | 78 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
79 Use erase-field instead of erase-buffer. | |
80 | |
26333 | 81 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
82 internal-show-cursor with new interface. | |
83 (blink-cursor-timer-function): New. | |
84 (blink-cursor-start): Use blink-cursor-timer-function. | |
85 | |
26331 | 86 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
87 | |
88 * calendar.el (redraw-calendar): Move to nearest date before | |
89 redrawing. | |
90 | |
91 * diary-lib.el (simple-diary-display): Reset modeline even if | |
92 there are no diary entries since the diary buffer may be displayed. | |
93 | |
26326 | 94 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
95 | |
96 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
97 backtrace using `message', then exit Emacs. | |
98 (debugger-batch-max-lines): New variable. | |
99 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
100 Change the messages put at the start, to say that the debugger | |
101 was entered. | |
102 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
103 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
|
104 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
105 * 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
|
106 |
26295 | 107 1999-11-01 John Tobey <jtobey@epsilondev.com> |
108 | |
109 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
110 presence of perl switches other than "-e". | |
111 | |
26287 | 112 1999-11-01 Markus Rost <rost@ias.edu> |
113 | |
114 * dired-x.el (dired-smart-shell-command): Use | |
115 shell-command-history as in shell-command. | |
116 | |
26282 | 117 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
118 | |
119 * userlock.el (ask-user-about-lock): Doc fix. | |
120 | |
26285 | 121 * frame.el: Doc fixes. |
122 | |
26271 | 123 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
124 | |
26279 | 125 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
126 of show-cursor. | |
127 (blink-cursor-start, blink-cursor-end): Ditto. | |
128 | |
26271 | 129 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
130 | |
26269 | 131 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
132 | |
133 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
134 start on that frame. Use save-selected-window. | |
135 | |
26266 | 136 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
137 | |
138 * simple.el (end-of-buffer): Use window-end to find the window end | |
139 instead of vertical-motion because this handles variable-height | |
140 lines correctly. | |
141 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
142 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
143 |
26266 | 144 * 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
|
145 |
26266 | 146 * 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
|
147 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
|
148 windows. |
26266 | 149 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
150 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
151 (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
|
152 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
153 |
26266 | 154 * 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
|
155 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
156 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 157 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
158 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
159 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
160 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 161 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
|
162 |
26271 | 163 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 164 (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
|
165 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
166 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 167 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
|
168 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
169 |
26271 | 170 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
171 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
172 |
26266 | 173 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
174 (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
|
175 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 176 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
177 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 178 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
|
179 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
180 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
181 * viper-ex.el (ex-read,ex-edit): |
26266 | 182 Fixes for correct interpretation of #,%. |
183 (viper-ex): Now works correctly when called from other functions. | |
184 (viper-glob-function): New variable. | |
185 (viper-ex): Save excursion before doing :global. | |
186 | |
187 * 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
|
188 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
189 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
190 viper-insert-state-post-command-sentinel, |
26266 | 191 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
|
192 cursor colors. |
26267 | 193 |
194 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
195 |
26260 | 196 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
197 | |
198 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
199 that the modeline display was updated *only* when | |
200 `whitespace-display-in-modeline' was set, not otherwise. | |
201 | |
26248 | 202 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
203 | |
26251 | 204 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
205 "frac12". | |
206 | |
26248 | 207 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
208 ad-activate. | |
209 | |
26246 | 210 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
211 | |
26254 | 212 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
213 using fboundp instead of assuming that these are not present in | |
214 particular flavors of emacs. | |
215 (whitespace-version): Update to 2.8 | |
216 (whitespace-display-in-modeline): Add custom variable to control | |
217 displaying the whitespace errors on the modeline based on | |
218 suggestion from <klaus.berndl@sdm.de> | |
219 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
220 clean, to enable using as a hook function, as suggested by Puneet | |
221 Goel <puneet@computer.org> | |
222 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
223 quiet was not set, even with whitespace-auto-cleanup set. | |
224 (whitespace-mode-line): Now uses less modeline real estate and | |
225 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
226 which is present in the file, and <y> is any type of whitespace | |
227 whose check has been suppressed by setting | |
26246 | 228 `whitespace-check-<whitespace-type>' to nil. |
26254 | 229 (whitespace-unchecked-whitespaces): New function to return the |
230 list of whitespaces for whom checks have been suppressed. | |
231 (whitespace-display-unchecked-whitespaces): Renamed to | |
232 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 233 |
26244 | 234 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
235 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
236 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 237 Undo previous change. |
238 | |
26232 | 239 1999-10-28 Dave Love <fx@gnu.org> |
240 | |
241 * help.el (help-follow): Make arg optional again and really | |
242 default to point. | |
243 | |
26228 | 244 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
245 | |
26234 | 246 * 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
|
247 |
26228 | 248 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
249 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
250 comment fixes. | |
251 | |
26231 | 252 * 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
|
253 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
|
254 |
26223 | 255 1999-10-27 Dave Love <fx@gnu.org> |
256 | |
257 * progmodes/compile.el: Checkdoc-inspired fixes. | |
258 | |
26220 | 259 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
260 | |
261 * lpr.el (print-buffer): Doc-string fix. | |
262 | |
26218 | 263 1999-10-27 Dave Love <fx@gnu.org> |
264 | |
265 * emacs-lisp/advice.el: Doc fixes. | |
266 (ad-lemacs-p): Removed. | |
267 (advice): Add :link to defgroup. | |
268 | |
26209 | 269 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
270 | |
271 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
272 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
273 | |
26207 | 274 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
275 | |
276 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
277 ad-activate. All callers changed, including those in data.c. | |
278 (ad-activate-internal-off): Renamed from ad-activate-off. | |
279 All uses changed. | |
280 (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
|
281 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 282 Alter the definition of ad-activate-internal, not ad-activate. |
283 | |
26196 | 284 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
285 | |
286 * startup.el (command-line-1): Add support for command line | |
287 arguments `file' and `execute'. Fix handling of `visit'. | |
288 | |
26191 | 289 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
290 | |
291 * international/mule-cmds.el (read-input-method-name): Handle the | |
292 case that the arg DEFAULT is symbol. | |
293 | |
294 * international/mule-diag.el (mule-diag): Handle the case that | |
295 default-input-method is symbol. | |
296 | |
26187 | 297 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
298 | |
299 * textmodes/tildify.el: New file. | |
300 | |
26184 | 301 1999-10-25 Sam Steingold <sds@ksp.com> |
302 | |
303 * Makefile (compile-files): Fixed the "tr" strings. | |
304 (EMACS): Set to ../src/emacs. | |
305 | |
26173 | 306 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
307 | |
308 * info.el (Info-build-node-completions): Add '("*") to the | |
309 completion list. | |
310 | |
26167 | 311 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
312 | |
313 * frame.el (auto-raise-mode): When enabling the mode, | |
314 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
|
315 |
26170 | 316 * indent.el (indent-region): Doc fix. |
317 | |
26175 | 318 * comint.el (comint-output-filter): Make the Comint buffer current |
319 for the comint-preoutput-filter-functions. | |
320 | |
26177 | 321 * mail/reporter.el: Doc fix. |
322 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
323 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
324 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
325 * 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
|
326 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
327 (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
|
328 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
329 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
330 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
331 |
26151 | 332 1999-10-23 Dave Love <fx@gnu.org> |
333 | |
334 * elide-head.el: New file. | |
335 | |
26148 | 336 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
337 | |
338 * Makefile (compile-files, backup-compiled-files): New targets. | |
339 (bootstrap, bootstrap-clean): Ditto. | |
340 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
341 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
|
342 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
343 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
344 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
|
345 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
|
346 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
347 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
348 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
|
349 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
350 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
|
351 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
|
352 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
353 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
|
354 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
355 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
356 (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
|
357 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
|
358 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
359 |
26132 | 360 1999-10-22 Dave Love <fx@gnu.org> |
361 | |
26137 | 362 * make-mode.el: Minor doc fixes. |
363 | |
26132 | 364 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
365 | |
26129 | 366 1999-10-21 Dave Love <fx@gnu.org> |
367 | |
368 * loadup.el: Add latin-8, latin-9. | |
369 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
370 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
|
371 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
372 * 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
|
373 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
|
374 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
|
375 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
|
376 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
|
377 |
26121 | 378 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
379 | |
380 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
381 that were split so that part of the comment appeared as Lisp code. | |
382 | |
26117 | 383 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
384 | |
385 * ps-bdf.el: Doc fix. | |
386 | |
387 * ps-print-def.el: New file: common definitions for all parts of | |
388 ps-print. | |
389 (ps-multibyte-buffer): Moved from ps-mule. | |
390 | |
391 * ps-mule.el: File dependence fix. | |
392 (ps-multibyte-buffer): Moved to ps-print-def. | |
393 | |
394 * ps-print.el: Doc fix, better customization. | |
395 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
396 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
397 (ps-end-file): Doc fix. | |
398 (ps-setup, ps-begin-file): Fun fix. | |
399 (postscript): New group. | |
400 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
401 (ps-print-prologue-1): Adjust PostScript programming. | |
402 (ps-print): Adjust group hierarchy. | |
403 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
404 ps-print-printer) | |
405 (ps-print-page): New subgroups. | |
406 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
407 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
408 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
409 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
410 (ps-zebra-stripe-height, ps-print-background-image) | |
411 (ps-print-background-text, ps-spool-config): Adjust customization. | |
412 (dos-ps-printer): Definition eliminated. | |
413 | |
414 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
415 | |
416 * ps-mule.el: Doc fix, define functions properly if mule package is | |
417 loaded or not. | |
418 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
419 mule package is loaded or not. | |
420 | |
421 * ps-print.el: Doc fix, n-up printing. | |
422 (ps-print-version): New version number (5.0). | |
423 (ps-page-dimensions-database): Added document media. | |
424 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
425 (ps-page-order, ps-printing-region-p): New vars. | |
426 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
427 funs. | |
428 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
429 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
430 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
431 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
432 (ps-print-begin-sheet-hook): New hook. | |
433 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
434 const. | |
435 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
436 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
437 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
438 (ps-count-lines): Changed to defun. | |
439 (ps-header-page): Changed to defsubst, fix fun. | |
440 (ps-printing-region): Doc fix, adjust programming code. | |
441 (ps-output-boolean, ps-background-pages, ps-background-text) | |
442 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
443 programming code. | |
444 | |
445 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
446 | |
447 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
448 (ps-print-version): New version number (4.2). | |
449 (ps-spool-config, ps-spool-tumble): New vars. | |
450 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
451 programming, new PostScript procedure to handle errors. | |
452 (ps-print-prologue-2): Changed to defconst. | |
453 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
454 (ps-setup, ps-begin-file): Fix funs. | |
455 (ps-boolean-capitalized): New fun. | |
456 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
457 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
458 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
459 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
460 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
461 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
462 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
463 (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
|
464 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
465 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
466 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
467 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
468 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
469 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
470 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
471 |
26102 | 472 1999-10-19 Dave Love <fx@gnu.org> |
473 | |
474 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
475 | |
26100 | 476 1999-10-19 Sam Steingold <sds@ksp.com> |
477 | |
478 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
479 comply with the comment. | |
480 | |
26098 | 481 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
482 | |
483 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
484 permanent-local. | |
485 | |
26094 | 486 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
|
487 |
26094 | 488 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
489 value: \"lpr\" changed to "lpr" | |
490 (ps-mode-version): New constant | |
491 (ps-mode-show-version): New function, added key in ps-mode-map | |
492 (ps-run-messages): Removed | |
493 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
494 ps-run-messages. These keywords now include the value of | |
495 ps-run-prompt, making its fontification customizable. | |
496 (ps-run-init): Removed \\n from docstring, it is now added when | |
497 the value is used | |
498 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
499 ps-run-prompt | |
500 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 501 customizable variables in doc-string (its equivalent |
26094 | 502 ps-run-messages was missing in previous version of the doc-string) |
503 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
504 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
505 |
26091 | 506 1999-10-19 Alex Schroeder <alex@gnu.org> |
507 | |
508 * ansi-color.el: Complete rewrite. | |
509 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
510 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
511 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
512 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
513 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
|
514 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
515 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
516 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
517 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
|
518 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
519 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
520 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
521 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
522 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
523 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
524 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
525 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
526 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
527 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
528 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
529 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
530 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
531 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
532 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
533 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
534 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
535 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
536 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
|
537 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
538 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
539 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
540 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
541 |
26080 | 542 1999-10-18 Dave Love <fx@gnu.org> |
543 | |
544 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
545 (expand-region-abbrevs): Remove properties from buffer text. | |
546 | |
26064 | 547 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
548 | |
26066 | 549 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
550 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
|
551 |
26064 | 552 * simple.el (minibuffer-prompt-end): Return the position |
553 after the prompt, not the position of that last character | |
554 of the prompt. | |
555 | |
26061 | 556 1999-10-17 Miles Bader <miles@gnu.org> |
557 | |
558 * simple.el: Doc fixes. | |
559 | |
560 1999-10-17 Miles Bader <miles@gnu.org> | |
561 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
562 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 563 Change to work correctly even if the point is in the prompt. |
564 (choose-completion-string): Likewise. | |
565 (minibuffer-prompt-width): New function (compatibility with old subr). | |
566 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
567 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 568 When constraining the final position to the current field, |
569 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
570 | |
571 1999-10-17 Miles Bader <miles@gnu.org> | |
572 | |
573 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
574 constrain-to-field. | |
575 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
576 | |
577 1999-10-17 Miles Bader <miles@gnu.org> | |
578 | |
579 * simple.el (line-move): Use constrain-to-field to avoid | |
580 moving into a prompt. | |
581 (previous-complete-history-element): Clarify doc string. | |
582 (next-complete-history-element): Likewise. | |
583 Use field-beginning instead of point-min. | |
584 (next-matching-history-element): Use field-beginning and | |
585 erase-field instead of point-min and erase-buffer. | |
586 * textmodes/paragraphs.el | |
587 (forward-paragraph, forward-sentence): Likewise. | |
588 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
589 constrain the kill to an field, as the movement commands now | |
590 do this. | |
591 | |
592 1999-10-17 Miles Bader <miles@gnu.org> | |
593 | |
594 * simple.el (previous-matching-history-element): Get the | |
595 minibuffer input with field-string instead of buffer-string. | |
596 (choose-completion-string): Likewise. | |
597 (next-history-element): Likewise. | |
598 Erase the minibuffer input with erase-field, not erase-buffer. | |
599 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
|
600 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 601 Remove minibuffer-prompt hack. |
602 Constrain to any input field. | |
603 | |
26053 | 604 1999-10-17 Sam Steingold <sds@ksp.com> |
605 | |
606 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
607 for CMUCL on sparc and ".ufsl" for LispWorks. | |
608 (bound-and-true-p): Bugfix: free variable `v'. | |
609 | |
26050 | 610 1999-10-16 Dave Love <d.love@dl.ac.uk> |
611 | |
612 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
613 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
614 avoiding elisp-eval. | |
615 | |
26048 | 616 1999-10-16 Sam Steingold <sds@ksp.com> |
617 | |
618 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
619 instead of `eql'. | |
620 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
621 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
622 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
623 * 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
|
624 * 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
|
625 (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
|
626 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
627 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
628 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
629 * 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
|
630 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
631 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
632 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
633 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
634 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
635 |
26029 | 636 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
637 | |
638 * smtpmail.el (smtpmail-via-smtp): Add support for | |
639 automatically appending a domain to RCPT TO: addresses. | |
640 | |
26027 | 641 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
642 | |
643 * dired.el (dired-insert-directory): Insert the amount of | |
644 free space after the total size. | |
645 (dired-free-space-program, dired-free-space-args): New variables. | |
646 | |
26023 | 647 1999-10-14 Karl Heuer <kwzh@gnu.org> |
648 | |
649 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
650 | |
26017 | 651 1999-10-14 Dave Love <fx@gnu.org> |
652 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
653 * international/characters.el: |
26017 | 654 * international/fontset.el: |
655 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
656 | |
657 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
658 strings. | |
659 | |
660 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
661 (command-line): Detect Latin-[89] locales. | |
662 | |
26011 | 663 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
664 | |
665 * international/mule-cmds.el (select-safe-coding-system) | |
666 (leim-list-header): avoid the use of strings that start with backslash | |
667 newline since lread.c:read1 has a hack to turn those strings into | |
668 integer 0 during the loadup.el process. | |
669 | |
670 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
671 | |
26008 | 672 1999-10-13 Dave Love <fx@gnu.org> |
673 | |
674 * image.el (insert-image): Copy the image spec and add an | |
675 intangible property. | |
676 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
677 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
|
678 |
26008 | 679 * help.el (help-xref-interned): Make it also work on variable-only |
680 and function-only symbols. | |
681 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
682 (help-follow): If the point under mouse is not highlighted, try | |
683 `help-xref-interned' on the pointed-to symbol anyway. | |
684 | |
685 * info.el (Info-on-current-buffer): New entry point. | |
686 (Info-find-node): Split into two for Info-on-current-buffer to | |
687 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
688 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 689 Info-current-file can now be t. |
690 (Info-clone-buffer-hook): function for `clone-buffer'. | |
691 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
692 `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
|
693 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
694 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
|
695 |
26008 | 696 * simple.el (shell-command, shell-command-on-region): Use |
697 make-temp-file. | |
698 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
699 | |
700 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
701 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
702 |
26008 | 703 * loadup.el (load-path): Add subdirs for bootstrapping. |
704 (docstrings): Ignore errors during bootstrapping. | |
705 (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
|
706 |
26001 | 707 1999-10-12 Emmanuel Briot <briot@gnat.com> |
708 | |
709 * ada-stmt.el: Doc-string fixes. | |
710 | |
25991 | 711 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
712 | |
25998 | 713 * recentf.el: New file. |
714 | |
25991 | 715 * ps-mode.el: New file. |
716 | |
717 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
718 case insensitive. | |
719 | |
25985 | 720 1999-10-12 Richard Sharman <rsharman@pobox.com> |
721 | |
722 * sh-script.el: Added support for indenting existing scripts. | |
723 (sh-mode-map): Added new bindings. | |
724 (sh-mode): Updated mode doc-string for new commands, added | |
725 make-local-variable calls, initialize mode-specific variables. | |
726 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
727 is now a different function. | |
728 (sh-header-marker): Changed docstring. | |
729 (sh-set-shell): Initialize mode-specific variables. | |
730 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
731 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
732 Changed these define-skeleton calls to work with user-specified | |
733 indentation settings. | |
734 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
735 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
736 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
737 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
738 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
739 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
740 (sh-guess-basic-offset, sh-handle-after-case-label) | |
741 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
742 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
743 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
744 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
745 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
746 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
747 (sh-handle-this-then, sh-help-string-for-variable) | |
748 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
749 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
750 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
751 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
752 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
753 (sh-remove-our-text-properties, sh-rescan-buffer) | |
754 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
755 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
756 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
757 (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
|
758 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 759 functions. |
760 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
761 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
762 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
763 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
764 (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
|
765 |
25983 | 766 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
767 | |
25999 | 768 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
769 a value one line to high if the cursor wasn't at the start of a | |
770 line. A `beginning-of-line' is now performed before making the | |
771 call to `count-lines'. | |
25983 | 772 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
773 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
|
774 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
775 * 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
|
776 |
25960 | 777 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
778 | |
25962 | 779 * Makefile (setwins): abstract out the command to find subdirectories |
780 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 781 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
782 (autoloads-with-other-emacs): use it. | |
25962 | 783 |
25960 | 784 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
785 | |
25942 | 786 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
787 | |
788 * Makefile (bootstrap-compile): New target. Compile Lisp | |
789 files with ../src/temacs. | |
790 | |
25939 | 791 1999-10-08 Simon Marshall <simon@gnu.org> |
792 | |
793 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
794 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
795 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
|
796 |
25937 | 797 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
798 | |
799 * Makefile (compile): Compile files one by one. Set load-path to | |
800 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
|
801 |
25918 | 802 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
803 | |
804 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
805 (emacs): Use it everywhere instead of EMACS. | |
806 (compile): New target. Compile all Lisp files from scratch. | |
807 (recompile): New target. Recompile lisp directory. | |
808 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
809 an Emacs executable not built in the current directory tree. | |
810 | |
25908 | 811 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
812 | |
813 * filecache.el (file-cache-completion-ignore-case): New variable, | |
814 defaulting to the value of completion-ignore-case. | |
815 (file-cache-minibuffer-complete): Use it. | |
816 (file-cache-files-matching, file-cache-files-matching-internal): | |
817 New functions. | |
818 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
819 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
|
820 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
821 * 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
|
822 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
823 * 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
|
824 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
825 * 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
|
826 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
827 * 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
|
828 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
829 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
830 * 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
|
831 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
|
832 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
833 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
834 * 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
|
835 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
836 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
837 * 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
|
838 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
839 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
840 * 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
|
841 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
|
842 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
843 |
25900 | 844 1999-10-07 Dave Love <fx@gnu.org> |
845 | |
846 * bindings.el (bound-and-true-p): New macro. | |
847 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
848 | |
25886 | 849 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
850 | |
851 * custom.el (defface): Extend documentation for new values of | |
852 `type'. | |
853 | |
854 * faces.el (face-spec-set-match-display): Recognize `type' of | |
855 `motif', `lucid', `x-toolkit'. | |
856 (menu): New face. | |
857 | |
25870 | 858 1999-10-05 Dave Love <fx@gnu.org> |
859 | |
860 * files.el: Recognize temporary crontab files. | |
861 | |
25873 | 862 * info.el: Require jka-compr when compiling. |
863 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
864 | |
25866 | 865 1999-10-04 Dave Love <fx@gnu.org> |
866 | |
867 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
868 scroll-up-aggressively, scroll-down-aggressively. | |
869 | |
870 * 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
|
871 |
25867 | 872 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 873 |
874 * help-macro.el (three-step-help): Customize. | |
875 | |
25926 | 876 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
877 | |
878 * hexl.el (hexlify-buffer): Move point in proper range | |
879 if it is too large. | |
880 (hexl-after-revert-hook): Update hexl-max-address. | |
881 (hexl-address-to-marker): Doc fix. | |
882 | |
25865 | 883 1999-10-03 Dave Love <fx@gnu.org> |
884 | |
885 * image.el (defimage): Remove redundant code. Substitute file in | |
886 image plist. | |
887 | |
888 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
889 | |
890 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
891 when doing with-temp-file. | |
892 | |
893 1999-10-01 Dave Love <fx@gnu.org> | |
894 | |
895 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
896 | |
897 * help.el: Require view when compiling. | |
898 (view-emacs-FAQ): Use Info version. | |
899 | |
25837 | 900 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
901 | |
902 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
903 (normat->normal). Use correct font names for Korean | |
904 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
905 | |
906 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
907 | |
908 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
909 code not used by KOI8 to the same 8-bit code instead of mapping to | |
910 SPC. | |
911 (cyrillic-alternativnyj-decode-table): Likewise. | |
912 | |
913 1999-09-29 Alex Schroeder <alex@gnu.org> | |
914 | |
915 * sql.el (sql-imenu-generic-expression): new, used to set | |
916 imenu-generic-expression. | |
917 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
918 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
919 imenu-case-fold-search, and imenu-syntax-alist. | |
920 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
921 setting font-lock-defaults' SYNTAX-ALIST. | |
922 | |
26025 | 923 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
924 | |
925 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
926 macro, try again. | |
927 | |
25837 | 928 1999-09-28 Dave Love <fx@gnu.org> |
929 | |
930 * cus-edit.el (custom-comment): Change widget definition. | |
931 (custom-comment-create, custom-comment-show) | |
932 (custom-comment-invisible-p): Don't use :comment-overlay. | |
933 (custom-comment-hide): New function. | |
934 (custom-variable-set, custom-variable-save) | |
935 (custom-variable-reset-standard, custom-face-set) | |
936 (custom-face-save): Use it. | |
937 | |
25946 | 938 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
939 | |
25949 | 940 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
941 | |
942 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
943 | |
25946 | 944 * faces.el (region): Doc fix. |
945 | |
25837 | 946 1999-09-27 Dave Love <fx@gnu.org> |
947 | |
948 * isearch.el (isearch): Add :links in defgroup. | |
949 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
950 (isearch-switch-frame-handler): Comment out (unused). | |
951 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
952 (isearch-ring-retreat-edit): Doc fix. | |
953 (isearch-mouse-yank): New command. | |
954 (isearch-last-command-char): Removed. Callers changed to use | |
955 last-command-char. | |
956 (isearch-char-to-string): Removed. Callers changed to use | |
957 char-to-string. | |
958 | |
25944 | 959 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
960 | |
961 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
962 option for Russian. | |
963 | |
25837 | 964 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
965 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
966 * faces.el (face-differs-from-default-p): Compare face |
25837 | 967 attributes individually. |
968 | |
969 * image.el (put-image, insert-image): Add string argument. | |
970 | |
971 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
972 | |
973 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
974 LANG=de_DE.iso88591 on HPUX 11.0. | |
975 | |
976 * dired.el (dired-move-to-filename-regexp): Make it work | |
977 for LANG=de_DE.iso88591 on HPUX 11.0. | |
978 | |
26171 | 979 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
980 | |
981 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
982 if we know for some other reason it should not be used. | |
983 | |
26179 | 984 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
985 New variable. | |
986 (edebug-recursive-edit): Save current-prefix-arg there, | |
987 bind it, and set it back at the end. | |
988 (edebug-outside-excursion): Restore and update the outside | |
989 value of current-prefix-arg. | |
990 (edebug-emacs-version-specific): Delete support for Epoch. | |
991 | |
26180 | 992 1999-09-24 Howard Melman <howard@silverstream.com> |
993 | |
994 * imenu.el (imenu-after-jump-hook): New variable. | |
995 (imenu): Run menu-after-jump-hook. | |
996 (imenu-name-lookup-function): New variable. | |
997 * 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
|
998 |
25837 | 999 1999-09-24 Carsten Dominik <cd@gnu.org> |
1000 | |
1001 * 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
|
1002 multiple thebibliography environments. |
25837 | 1003 |
1004 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
1005 with recentering window. | |
1006 (reftex-extract-bib-entries-from-thebibliography, | |
1007 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
1008 with multiple thebibliography environments. | |
1009 | |
1010 * textmodes/reftex-vars.el | |
1011 (reftex-section-levels): Function allowed as cdr. | |
1012 (reftex-max-section-depth) New option. | |
1013 | |
1014 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
1015 with multiple thebibliography environments. | |
1016 | |
1017 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
1018 | |
1019 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
1020 instead of point-min in call to delete-region. | |
1021 | |
1022 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1023 | |
1024 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
1025 out into arbitrary file names. | |
1026 | |
1027 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
1028 | |
1029 * language/european.el ("Turkish"): New language environment. | |
1030 | |
1031 1999-09-19 Dave Love <fx@gnu.org> | |
1032 | |
1033 * delim-col.el: New file. | |
1034 | |
1035 1999-09-17 Richard Stallman <rms@gnu.org> | |
1036 | |
1037 * files.el (after-find-file): When visiting a backup file, | |
1038 make it read-only. | |
1039 | |
1040 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
1041 (apropos-keybinding-face, apropos-label-face): Likewise. | |
1042 (apropos-property-face, apropos-match-face): Likewise. | |
1043 (apropos-label-properties): New variable. | |
1044 (apropos-print-doc): Use apropos-label-properties. | |
1045 (apropos-print): Set apropos-label-properties. | |
1046 | |
1047 1999-09-15 Richard Stallman <rms@gnu.org> | |
1048 | |
1049 * winner.el: Use aref instead of sref. | |
1050 | |
1051 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1052 | |
1053 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1054 | |
1055 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1056 | |
1057 1999-09-14 Richard Stallman <rms@gnu.org> | |
1058 | |
1059 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1060 cookie, even if followed by a letter. | |
1061 | |
1062 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1063 | |
1064 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1065 --no-line-editing are passed to Octave by including them here | |
1066 rather than storing them in inferior-octave-startup-args. | |
1067 | |
1068 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1069 | |
1070 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1071 command, option, env and sc. | |
1072 | |
1073 * subr.el (shell-quote-argument): Quote argument with double | |
1074 quotes for ms-dos. | |
1075 | |
1076 1999-09-14 Richard Stallman <rms@gnu.org> | |
1077 | |
1078 * simple.el (eval-expression-print-level): New variable. | |
1079 (eval-expression-print-length): New variable. | |
1080 (eval-expression-debug-on-error): New variable. | |
1081 (eval-expression): Bind print-level, print-length and | |
1082 debug-on-error from those vars. | |
1083 | |
1084 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1085 Bind print-level, print-length and debug-on-error. | |
1086 | |
1087 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1088 | |
1089 * dired.el (dired-recursive-deletes): New custom variable. | |
1090 (dired-re-no-dot): New variable. | |
1091 (dired-delete-file): New function deletes files and directories | |
1092 recursively. | |
1093 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1094 | |
1095 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1096 (dired-handle-overwrite): Broke a long line. | |
1097 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1098 `copy-file'. | |
1099 (dired-copy-file-recursive): New function. Copy directories | |
1100 recursively. | |
1101 (dired-do-create-files): Added support for generalized directory | |
1102 target. How-to function may now return a function. New fluid | |
1103 variable `dired-one-file'. | |
1104 (dired-copy-how-to-fn): New variable. | |
1105 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1106 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1107 (dired-do-copy-regexp): No recursive copies. | |
1108 | |
1109 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1110 | |
1111 * whitespace.el (whitespace-version): Update version to 2.4 | |
1112 | |
1113 * whitespace.el: Add customization variables to conditionally test | |
1114 any of the five whitespaces, per request from Rune Kleveland | |
1115 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1116 | |
1117 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1118 | |
1119 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1120 list of modes to be checked for bogus whitespaces. | |
1121 | |
1122 * whitespace.el (whitespace-rescan-timer-time): Update | |
1123 documentation. | |
1124 | |
1125 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1126 new function to update modeline with untested whitespaces. | |
1127 | |
1128 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1129 checking is turned on, and update modeline using the newly created | |
1130 `whitespace-display-unchecked-whitespaces'. | |
1131 | |
1132 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1133 whose checking is turned on, and update modeline using the newly | |
1134 created `whitespace-display-unchecked-whitespaces'. | |
1135 | |
1136 * whitespace.el (whitespace-describe): Update documentation. | |
1137 | |
1138 * whitespace.el (whitespace-tickle-timer): Test if | |
1139 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1140 | |
1141 1999-09-13 Dave Love <fx@gnu.org> | |
1142 | |
1143 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1144 | |
1145 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1146 for temp buffer. | |
1147 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1148 | |
1149 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1150 | |
1151 * rsz-mini.el: Remove code, keep the interface. | |
1152 | |
1153 1999-09-13 Dave Love <fx@gnu.org> | |
1154 | |
1155 * help.el (help-highlight-p): Doc fix. | |
1156 | |
1157 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1158 (highlight, secondary-selection): Add :group. | |
1159 (trailing-whitespace): Add :group, :version. | |
1160 | |
1161 * wid-edit.el: Remove some compatibility code and checks. | |
1162 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1163 properties. | |
1164 (widget-overlay-inactive): Change error message. | |
1165 (widget-button-pressed-face): New variable. | |
1166 (widget-button-click): Use it. | |
1167 (widget-documentation-link-add): Specify mouse and button faces. | |
1168 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1169 removed now the functionality is built in. | |
1170 | |
1171 * cus-edit.el: Don't define-widget-keywords. | |
1172 (multimedia): New group. | |
1173 (custom-last): Function removed. | |
1174 (custom-quote): Add vectorp case, comment out characterp case. | |
1175 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1176 (Custom-buffer-done): New function. | |
1177 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1178 Custom-buffer-done. | |
1179 (custom-button-face): Make it `released-button'. | |
1180 (custom-button-pressed-face): Make it `pressed-button' | |
1181 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1182 (custom-mode): Deal with raised/pressed buttons. | |
1183 | |
1184 Changes from Didier Verna: | |
1185 (custom-prompt-variable): Optional third arg makes prompt for a | |
1186 comment string. | |
1187 (customize-set-value, customize-set-variable, | |
1188 customize-save-variable): Optional prefix makes function handle | |
1189 variable comments. | |
1190 (customize-customized, customize-saved, custom-variable-state-set) | |
1191 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1192 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1193 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1194 (custom-face-reset-standard, customize-save-customized): Handle | |
1195 custom comments. | |
1196 (custom-comment-face, custom-comment-tag-face): New face. | |
1197 (custom-comment): New widget. | |
1198 (custom-comment-create, custom-comment-delete) | |
1199 (custom-comment-value-set, custom-comment-show) | |
1200 ()custom-comment-invisible-p): New functions. | |
1201 (custom-variable-value-create, custom-face-value-create): Create a | |
1202 comment field widget. | |
1203 (custom-variable-menu, custom-face-menu): New entry for custom | |
1204 comment. | |
1205 (custom-face-value-create): Remove compatibility code. | |
1206 (custom-save-variables, custom-save-faces): Possibly save custom | |
1207 comments. | |
1208 | |
1209 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1210 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1211 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1212 |
25837 | 1213 Change from Didier Verna: |
1214 (custom-set-faces): The arguments can now have a custom comment as | |
1215 fourth argument. | |
1216 | |
1217 * custom.el: Don't define-widget-keywords. | |
1218 Change from Didier Verna: | |
1219 (custom-set-variables): the arguments can now have a | |
1220 custom comment as fifth element. | |
1221 | |
1222 1999-09-13 Richard Stallman <rms@gnu.org> | |
1223 | |
1224 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1225 | |
1226 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1227 | |
1228 * 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
|
1229 of buffer-substring because buffer-string doesn't copy the |
25837 | 1230 prompt. |
1231 | |
1232 * faces.el (mode-line): Replaces `modeline'. | |
1233 (toplevel): Make `modeline' an alias for `mode-line'. | |
1234 | |
1235 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1236 | |
1237 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1238 | |
1239 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1240 | |
1241 * emulation/tpu-edt.el (tpu-version): New version. | |
1242 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1243 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1244 (tpu-lm-replace): Set tpu-replace-overlay. | |
1245 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1246 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1247 |
25837 | 1248 1999-09-11 Richard Stallman <rms@gnu.org> |
1249 | |
1250 * isearch.el (isearch-mode-map): Undo previous change. | |
1251 | |
1252 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1253 use all of that as the sexp. | |
1254 | |
1255 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1256 and use the initial argument as file name directly. | |
1257 Likewise if nothing matches. | |
1258 | |
1259 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1260 | |
1261 * winner.el: Major changes. Avoid changing point and mark. | |
1262 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
|
1263 |
25837 | 1264 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1265 | |
1266 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1267 Bind print-continuous-numbering and print-number-table. | |
1268 | |
1269 1999-09-10 Dave Love <fx@gnu.org> | |
1270 | |
1271 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1272 | |
1273 1999-09-09 Richard Stallman <rms@gnu.org> | |
1274 | |
1275 * whitespace.el: Finish making it fit Emacs conventions. | |
1276 Add autoloads. | |
1277 | |
1278 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1279 | |
1280 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1281 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1282 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1283 from the list of keywords. Add DO to the list of keywords. | |
1284 | |
1285 1999-09-09 Dave Love <fx@gnu.org> | |
1286 | |
1287 * byte-opt.el (byte-optimize-backward-char): | |
1288 (byte-optimize-backward-word): New optimizations. | |
1289 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1290 entries. | |
1291 | |
1292 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1293 | |
1294 * image.el (put-image): Remove optional buffer parameter. | |
1295 | |
1296 * faces.el (face-italic-p): Return t only for values `italic' | |
1297 and `oblique'. | |
1298 | |
1299 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1300 mouse-drag-mode-line that also drags the header line. | |
1301 (mouse-drag-mode-line): Call it. | |
1302 (mouse-drag-header-line): New. | |
1303 (toplevel): Bind down-mouse-1 on header lines to | |
1304 mouse-drage-header-line. | |
1305 | |
1306 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1307 | |
1308 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1309 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1310 `header-line'. | |
1311 | |
1312 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1313 | |
1314 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1315 | |
1316 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1317 Respect colon-double-space at end of line. | |
1318 | |
1319 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1320 | |
1321 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1322 (backup-buffer): Use it. | |
1323 | |
1324 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1325 | |
1326 * 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
|
1327 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 1328 etc-passwd-generic-mode. These are all defined for Unix by default. |
1329 (apache-generic-mode): Use an imenu-generic-expression to list | |
1330 Configuration keywords. | |
1331 (samba-generic-mode): Use both ; and # as comment characters. | |
1332 (samba-generic-mode): Font-lock expressions now highlight name | |
1333 value pairs. | |
1334 (bat-generic-mode): Keywords are now case-insensitive through | |
1335 font-lock-defaults setting. | |
1336 (java-properties-generic-mode): Supports both ! and # as comment | |
1337 characters. | |
1338 (java-properties-generic-mode): Added an imenu-generic-expression | |
1339 (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
|
1340 different ways to separate name and value (viz, '=', ':' and |
25837 | 1341 whitespace). |
1342 (show-tabs-generic-mode): Added this new generic-mode. | |
1343 | |
1344 1999-09-08 Richard Stallman <rms@gnu.org> | |
1345 | |
1346 * progmodes/inf-lisp.el: Moved from top directory. | |
1347 | |
1348 * tar-mode.el (tar-header-block-tokenize): | |
1349 Use `when' instead of `and'. Fix some clobbered text. | |
1350 | |
1351 * gud.el (gud-make-debug-menu): Make a child for the | |
1352 local menu, for its menu bar, and the debug menu. | |
1353 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1354 Use the history in the simple way. | |
1355 | |
1356 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1357 | |
1358 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1359 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1360 | |
1361 1999-09-07 Richard Stallman <rms@gnu.org> | |
1362 | |
1363 * subr.el (make-temp-file): New function. | |
1364 | |
1365 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1366 | |
1367 * font-lock.el (font-lock-multiline): New text property contains | |
1368 a boolean to indicate if the char is part of a multiline match. | |
1369 (font-lock-default-fontify-region): Extend the region appropriately | |
1370 for multiline keywords. | |
1371 (font-lock-default-unfontify-region): Also remove the new | |
1372 font-lock-multiline text property. | |
1373 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1374 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1375 | |
1376 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1377 | |
1378 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1379 have leading zeros. | |
1380 | |
1381 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1382 | |
1383 * faces.el (face-set-after-frame-default): Initialize some | |
1384 attributes of some faces from frame parameters. | |
1385 | |
1386 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1387 | |
1388 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1389 | |
1390 * faces.el (fringe): Replaces face `margin'. | |
1391 | |
1392 1999-09-07 Dave Love <fx@gnu.org> | |
1393 | |
1394 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1395 | |
1396 1999-09-07 Richard Stallman <rms@gnu.org> | |
1397 | |
1398 * subr.el (push): Doc fix. | |
1399 | |
1400 1999-09-06 Richard Stallman <rms@gnu.org> | |
1401 | |
1402 * 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
|
1403 to distinguish 20YY from 19YY. |
25837 | 1404 |
1405 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1406 to distinguish 20YY from 19YY. | |
1407 | |
1408 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1409 | |
1410 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1411 | |
1412 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1413 (quickurl-list-insert): Now works out the focused line using | |
1414 `count-lines' instead of using `quickurl-list-focused-line'. | |
1415 | |
1416 1999-09-06 Richard Stallman <rms@gnu.org> | |
1417 | |
1418 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1419 to beginning of message. | |
1420 | |
1421 1999-09-06 Dave Love <fx@gnu.org> | |
1422 | |
1423 * isearch.el (isearch-mode-map): Add mouse-2. | |
1424 | |
1425 * rmail.el (rmail-read-password): Deleted. | |
1426 (rmail-get-pop-password): Use read-password. | |
1427 | |
1428 * quickurl.el: Don't conditionally define caddr. | |
1429 (quickurl-url-comment): Use nth, not caddr in function and | |
1430 defsetf. | |
1431 | |
1432 1999-09-06 Richard Stallman <rms@gnu.org> | |
1433 | |
1434 * auto-show.el: Doc fixes. | |
1435 | |
1436 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1437 | |
1438 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1439 --no-line-editing so that TABs in source files are not interpreted | |
1440 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1441 |
25837 | 1442 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
|
1443 |
25837 | 1444 * hscroll.el, auto-show.el: Remove all code, keep the public |
1445 interface as no-ops. | |
1446 | |
1447 * faces.el (face-bold-p): Don't return t if face has lighter | |
1448 weight than normal. | |
1449 | |
1450 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1451 | |
1452 * startup.el (command-line): Make small-temporary-file-directory | |
1453 be nil except on ms-dos. | |
1454 | |
1455 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1456 | |
1457 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1458 is defined. | |
1459 | |
1460 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1461 letters with a colon after d or l. | |
1462 | |
1463 1999-09-06 Dave Love <fx@gnu.org> | |
1464 | |
1465 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1466 | |
1467 1999-09-05 Richard Stallman <rms@gnu.org> | |
1468 | |
1469 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1470 | |
1471 * textmodes/paragraphs.el (backward-kill-sentence): | |
1472 Don't test minibuffer-prompt-end here. | |
1473 (forward-sentence): Do handle it here. | |
1474 (backward-kill-paragraph): Don't test it here. | |
1475 (forward-paragraph): Handle it here. | |
1476 | |
1477 * mouse.el (font-menu-add-default): Simplify code. | |
1478 | |
1479 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1480 | |
1481 * faces.el (header-line): Renamed from `top-line'. | |
1482 | |
1483 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1484 | |
1485 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1486 | |
1487 1999-09-04 Richard Stallman <rms@gnu.org> | |
1488 | |
1489 * whitespace.el: New file. | |
1490 | |
1491 1999-09-04 Dave Love <fx@gnu.org> | |
1492 | |
1493 * paths.el: Make some doc strings obey the make-docfile convention. | |
1494 | |
1495 * bindings.el: Likewise. | |
1496 (debug-ignored-errors): Remove BBDB ones. | |
1497 | |
1498 1999-09-03 Richard Stallman <rms@gnu.org> | |
1499 | |
1500 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1501 not from the draft to forward. | |
1502 | |
1503 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1504 | |
1505 1999-09-03 Dave Love <fx@gnu.org> | |
1506 | |
1507 * double.el (double-mode): Customize the variable. | |
1508 | |
1509 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1510 | |
1511 * international/characters.el: Delete duplicated code. | |
1512 | |
1513 1999-09-02 Richard Stallman <rms@gnu.org> | |
1514 | |
1515 * indent.el (indent-relative): Doc fix. | |
1516 | |
1517 * quickurl.el (quickurl): Doc fix. | |
1518 | |
1519 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1520 | |
1521 * faces.el (margin): Change background to "gray" for mono (this is | |
1522 drawn with a stipple pattern). | |
1523 | |
1524 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1525 | |
1526 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1527 again. Remove test for minibuffer-prompt-in-buffer. | |
1528 | |
1529 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1530 | |
1531 * files.el (small-temporary-file-directory): New variable. | |
1532 | |
1533 * startup.el (command-line): Compute the value of | |
1534 small-temporary-file-directory. | |
1535 | |
1536 * ediff-init.el (ediff-temp-file-prefix): Use | |
1537 small-temporary-file-directory if non-nil. | |
1538 | |
1539 * vc.el (vc-update-change-log): Likewise. | |
1540 | |
1541 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1542 | |
1543 * simple.el (shell-command, shell-command-on-region): Use | |
1544 make-temp-name properly. Use small-temporary-file-directory if | |
1545 non-nil, otherwise temporary-file-directory, to generate temporary | |
1546 files. | |
1547 | |
1548 * dos-w32.el (direct-print-region-helper): Use | |
1549 temporary-file-directory. (From Stefan Monnier.) | |
1550 | |
1551 1999-09-02 Richard Stallman <rms@gnu.org> | |
1552 | |
1553 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1554 from asm-comment-char. | |
1555 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1556 | |
1557 1999-09-01 Richard Stallman <rms@gnu.org> | |
1558 | |
1559 * play/fortune.el: New file. | |
1560 | |
1561 1999-08-31 Dave Love <fx@gnu.org> | |
1562 | |
1563 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1564 after key table. | |
1565 | |
1566 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1567 variables. | |
1568 | |
1569 * subr.el (push): Fix typo. | |
1570 | |
1571 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1572 | |
1573 * emacs-lisp/ring.el: Many doc fixes. | |
1574 (ring-size, ring-copy): New functions. | |
1575 | |
1576 1999-08-29 Richard Stallman <rms@gnu.org> | |
1577 | |
1578 * progmodes/etags.el (tags-loop-continue): | |
1579 After tags-loop-operate returns, force skip to next file. | |
1580 | |
1581 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1582 (mail-extr-first-letters, mail-extr-last-letters): | |
1583 Use character classes [:alpha:] and [:alnum:]. | |
1584 | |
1585 * subr.el (push, pop): New macros. | |
1586 | |
1587 * progmodes/compile.el (compilation-error-regexp-alist): | |
1588 New item for SGI IRIX MipsPro compilers. | |
1589 | |
1590 * speedbar.el (speedbar-directory-buttons): Recognize | |
1591 device names when checking for file names. | |
1592 | |
1593 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1594 | |
1595 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1596 and specially handle defvar inside their expansions. | |
1597 (eval-defun-1): New subroutine. | |
1598 | |
1599 * progmodes/compile.el (compilation-error-regexp-alist): | |
1600 Fix the Perl -w entry to allow period after line number. | |
1601 Don't allow newlines in file name, but allow them after line number | |
1602 for Perl debugging traces. | |
1603 | |
1604 * which-func.el (which-func-cleanup-function): New variable. | |
1605 (which-function): Call that function. | |
1606 | |
1607 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1608 to end a function name. | |
1609 | |
1610 * informat.el (Info-tagify): Don't insert more than one newline | |
1611 before the tag table. | |
1612 | |
1613 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1614 | |
1615 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1616 than make-temp-name, use match-string-no-properties, and eliminate | |
1617 a quadratic behavior when building bibtex-strings. | |
1618 | |
1619 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1620 | |
1621 * comint.el (comint-input-ring-separator): New variable. | |
1622 (comint-read-input-ring): Doc change; use | |
1623 comint-input-ring-separator when reading file. | |
1624 (comint-write-input-ring): Use | |
1625 comint-input-ring-separator when writing file. | |
1626 | |
1627 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1628 | |
1629 * informat.el (Info-tagify): Start by widening. | |
1630 Match node headers that don't list the file name, | |
1631 and more kinds of page separations. | |
1632 Strip properties during tagification. | |
1633 Use start of node header line as tag's position. | |
1634 Fix the "done" message. | |
1635 | |
1636 (Info-validate): Save and restore match data around narrowing down. | |
1637 | |
1638 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1639 | |
1640 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1641 On repeated call, override previous values put into | |
1642 minor-mode-map-alist and minor-mode-alist. | |
1643 | |
1644 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1645 | |
1646 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1647 | |
1648 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1649 | |
1650 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1651 from cvs update. | |
1652 | |
1653 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1654 | |
1655 * calendar/calendar.el (calendar-move-hook): New hook. | |
1656 | |
1657 * calendar/cal-move.el: Call the new hook in every movement function. | |
1658 | |
1659 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1660 the right function name. | |
1661 | |
1662 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1663 | |
1664 * time-stamp.el: Put quote-backquote around all symbol names | |
1665 in doc strings, for mousing. | |
1666 (time-stamp): support multi-line patterns. | |
1667 (time-stamp-inserts-lines): new variable. | |
1668 (time-stamp-count): new variable. | |
1669 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1670 "Thu" instead of "%a". | |
1671 | |
1672 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1673 | |
1674 * simple.el (kill-word): Undo previous change. | |
1675 | |
1676 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1677 | |
1678 * 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
|
1679 to the beginning of the line containing the range start and |
25837 | 1680 the beginning of the line following the range end. |
1681 | |
1682 1999-08-24 Dave Love <fx@gnu.org> | |
1683 | |
1684 * timezone.el: Move provide to end. | |
1685 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1686 <70 are 2000+. | |
1687 (timezone-parse-time): Simplify somewhat. | |
1688 | |
1689 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1690 | |
1691 * faces.el (margin): Renamed from bitmap-area. | |
1692 | |
1693 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1694 | |
1695 * sql.el: Doc changes. | |
1696 (sql-sybase): use sql-server instead of sql-database. | |
1697 | |
1698 1999-08-23 Dave Love <fx@gnu.org> | |
1699 | |
1700 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1701 interactive specs. | |
1702 | |
1703 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1704 | |
1705 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1706 Don't unwind-protect font-lock-fontify-region. | |
1707 | |
1708 * paragraphs.el (backward-kill-paragraph): Don't move | |
1709 point into mini-buffer prompt. | |
1710 (backward-kill-sentence): Ditto. | |
1711 | |
1712 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1713 Remove test for minibuffer-prompt-in-buffer. | |
1714 (kill-word): Don't move point into mini-buffer prompt. | |
1715 | |
1716 1999-08-21 Dave Love <fx@gnu.org> | |
1717 | |
1718 * Makefile: Exclude CVS dirs like RCS. | |
1719 | |
1720 1999-08-19 Dave Love <fx@gnu.org> | |
1721 | |
1722 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1723 (tooltip-active): Option deleted. | |
1724 | |
1725 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1726 | |
1727 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1728 | |
1729 * term.el: Avoid ange-ftp related compilation warnings. | |
1730 | |
1731 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1732 | |
1733 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1734 the default so that beginners can benefit from it without | |
1735 searching in manuals. | |
1736 | |
1737 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1738 | |
1739 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1740 indent them better. Make auto-indent on newline optional. | |
1741 | |
1742 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1743 | |
1744 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1745 C-q. If it's bound call that binding, otherwise call | |
1746 toggle-read-only. | |
1747 | |
1748 1999-08-17 Dave Love <fx@gnu.org> | |
1749 | |
1750 * info.el (info): Doc fix. | |
1751 | |
1752 * finder.el (finder-known-keywords): Add `multimedia'. | |
1753 | |
1754 * apropos.el: Don't capitalize custom group name. | |
1755 | |
1756 * info-look.el: Remove compatibility code. | |
1757 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1758 (info-complete): Don't lose with point not at end of symbol. | |
1759 | |
1760 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1761 | |
1762 * term.el (toplevel): Make face `term-default' an empty face. | |
1763 The code relied on the fact that Emacs ignored invalid faces in | |
1764 face text properties in 20.4. | |
1765 | |
1766 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1767 | |
1768 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1769 | |
1770 * simple.el: Functions reordered. | |
1771 | |
1772 * rect.el (delete-rectangle-line): Use line-end-position. | |
1773 | |
1774 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1775 | |
1776 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1777 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
|
1778 |
25837 | 1779 1999-08-16 Dave Love <fx@gnu.org> |
1780 | |
1781 * mouse.el: Provide `mldrag' for compatibility. | |
1782 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1783 marked obsolete. | |
1784 | |
1785 * mldrag.el: Removed since the features are in mouse.el. | |
1786 | |
1787 * jka-compr.el (auto-compression-mode): New variable for | |
1788 customization. | |
1789 | |
1790 * bindings.el (mode-line-mule-info): Doc fix. | |
1791 | |
1792 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1793 name comparisons. | |
1794 | |
1795 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1796 (find-file): Doc fix. | |
1797 | |
1798 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1799 | |
1800 * textmodes/reftex.el: Most of the code moved to other files. | |
1801 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1802 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1803 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1804 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1805 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1806 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1807 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1808 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1809 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1810 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1811 | |
1812 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1813 | |
1814 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1815 conflict with pop-up-frames. | |
1816 (reftex-special-environment-parsers): New constant. | |
1817 (reftex-label-alist): car of an entry can also be a function. | |
1818 (reftex-what-special-env): new function. | |
1819 (reftex-label-location): Call `reftex-what-special-env'. | |
1820 (reftex-compile-variables): Check for symbol in | |
1821 `reftex-label-alist'. | |
1822 (reftex-what-environment): fixed bug with stacked environments of | |
1823 same kind (e.g. enumerate). | |
1824 (reftex-process-string): Preserve default directory. | |
1825 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1826 footnote. Also the magic words. | |
1827 (reftex-reference): Interprete new option | |
1828 `reftex-fref-is-default'. | |
1829 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1830 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1831 (reftex-everything-regexp): New function. | |
1832 (reftex-nearest-match): Made better. | |
1833 (reftex-toc-find-section): Use new version of | |
1834 `reftex-nearest-match'. | |
1835 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1836 (reftex-parse-from-file): Find index entries as well. | |
1837 (reftex-toc-toggle-index): New function | |
1838 (reftex-toc-map): `i' is now used to togle the index, File | |
1839 boundaries has been moved to `F'. | |
1840 (reftex-select-label-map): Toggling display of file boundaries is | |
1841 now on the `F' key, for consistency with `reftex-toc-map'. | |
1842 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1843 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1844 buffers. | |
1845 (reftex-viewing-cross-references): Customization group renamed | |
1846 from reftex-viewing-cross-references-and-citations. | |
1847 (reftex-index-macro-regexp, | |
1848 reftex-find-index-entry-regexp-format): New variables | |
1849 (reftex-macros-with-index): New variable | |
1850 (reftex-add-index-macros): New function | |
1851 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1852 multiple labels in a single ref command. | |
1853 (reftex-index-support): New customization group | |
1854 (reftex-support-index, reftex-index-special-chars, | |
1855 reftex-index-macros, reftex-index-default-macro, | |
1856 reftex-index-default-tag, reftex-index-math-format, | |
1857 reftex-index-section-letters, reftex-index-include-context, | |
1858 reftex-index-follow-mode, reftex-index-header-face, | |
1859 reftex-index-section-face, reftex-index-tag-face, | |
1860 reftex-index-face): New options | |
1861 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1862 reftex-index-tag, reftex-index-return-marker, | |
1863 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1864 reftex-index-macro-regexp, reftex-index-level-re, | |
1865 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1866 reftex-everything-regexp-no-index, reftex-index-re, | |
1867 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1868 (reftex-index-help, reftex-index-macros-builtin, | |
1869 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1870 reftex-query-index-macro-help): New constants | |
1871 (reftex-index-selection-or-word, reftex-index, | |
1872 reftex-default-index, reftex-update-default-index, | |
1873 reftex-index-complete-tag, reftex-index-select-tag, | |
1874 reftex-index-complete-key, reftex-index-update-taglist, | |
1875 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1876 reftex-display-index, reftex-insert-index, | |
1877 reftex-index-insert-new-letter, reftex-get-restriction, | |
1878 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1879 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1880 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1881 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1882 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1883 reftex-index-quit, reftex-index-quit-and-kill, | |
1884 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1885 reftex-index-revert, reftex-index-switch-index-tag, | |
1886 reftex-index-restrict-to-section, reftex-index-widen, | |
1887 reftex-index-restriction-forward, | |
1888 reftex-index-restriction-backward, reftex-index-visit-location, | |
1889 reftex-index-analyze-entry, reftex-index-globalize, | |
1890 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1891 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1892 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1893 reftex-index-edit-part, reftex-index-level-down, | |
1894 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1895 reftex-index-change-entry, reftex-index-goto-letter, | |
1896 reftex-add-index-macros, reftex-ensure-index-support, | |
1897 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
|
1898 |
25837 | 1899 |
1900 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1901 | |
1902 * paren.el (show-paren-mode): Support making show-paren-mode | |
1903 a buffer-local variable. Don't check for a window system. | |
1904 (show-paren-function): Check whether show-paren-function is | |
1905 enabled in current buffer; do the right thing if not. | |
1906 Don't check for a window system. | |
1907 (show-paren-mode): Make it a user variable. | |
1908 | |
1909 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1910 Handle `enum' like `struct'. | |
1911 | |
1912 * server.el (server-process-filter): If a client visits no buffers, | |
1913 close it immediately before recording it. | |
1914 | |
1915 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1916 Optimize by calling concat just once. Handle =\n sequence. | |
1917 (mail-unquote-printable-region): New command. | |
1918 (mail-quote-printable): Make it autoload. | |
1919 | |
1920 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1921 | |
1922 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1923 | |
1924 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1925 | |
1926 * lisp/texinfmt.el: Handle @ifnottex. | |
1927 | |
1928 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1929 | |
1930 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1931 ms-dos. | |
1932 | |
1933 * faces.el (face-valid-attribute-values): Look in | |
1934 x-bitmap-file-path only for x and w32 window systems. | |
1935 | |
1936 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1937 Do that if width is nil as well. | |
1938 (x-display-mm-height, x-display-mm-width): Update values. | |
1939 (x-colors): Compute the list from msdos-color-values. | |
1940 (x-select-enable-clipboard): Doc fix. | |
1941 (x-frob-font-weight, x-font-family-list): New functions. | |
1942 | |
1943 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
1944 | |
1945 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
1946 back up from beginning of buffer. | |
1947 | |
1948 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
1949 | |
1950 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
1951 | |
1952 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
1953 | |
1954 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
1955 doomsday clock, speed control is added and changes are made to | |
1956 allow large numbers of rings: rings now show the whole ring | |
1957 number, not just the last digit; consecutive rings are allowed to | |
1958 be the same size when necessary to fit all the rings in the | |
1959 window; and poles can be oriented horizontally. Face support is | |
1960 thrown in gratuitously. | |
1961 (hanoi): Changed default number of rings back to 3. | |
1962 (hanoi-unix, hanoi-unix-64): New commands | |
1963 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
1964 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
1965 hanoi-odd-ring-face): New variables. | |
1966 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
1967 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
1968 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
1969 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
1970 (hanoi-topos, hanoi-draw-ring): Removed. | |
1971 | |
1972 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
1973 | |
1974 * faces.el (face-valid-attribute-values): Return an alist for | |
1975 families on ttys. | |
1976 (face-read-integer): Handle unspecified face attributes. Add | |
1977 completion for `unspecified'. | |
1978 (read-face-attribute): Handle unspecified font attributes. | |
1979 (face-valid-attribute-values): Add `unspecified' to lists so that | |
1980 it can be chosen via completion. | |
1981 (face-read-string): Don't recognize "none" as input. | |
1982 | |
1983 1999-08-10 Dave Love <fx@gnu.org> | |
1984 | |
1985 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
1986 string. | |
1987 | |
1988 * sun-curs.el: Require sun-fns. | |
1989 | |
1990 1999-08-10 Dave Love <fx@gnu.org> | |
1991 | |
1992 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
1993 | |
1994 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
1995 hscroll. | |
1996 | |
1997 * simple.el (hscroll-step, hscroll-point-visible) | |
1998 (hscroll-window-column): Remove now we have the mentioned real | |
1999 horizontal autoscrolling. | |
2000 | |
2001 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
2002 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2003 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 2004 control use of -f option. |
2005 (mail-specify-envelope-from): New variable. | |
2006 (mail-from-style): Doc fix. | |
2007 | |
2008 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
2009 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
2010 between local and global maps. | |
2011 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
2012 (easy-menu-change): Doc fix. | |
2013 | |
2014 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
2015 (info-lookup-guess-default): Simplified and cleaned up. | |
2016 (info-lookup-guess-default*): Preserve point. | |
2017 | |
2018 * view.el (view-mode-disable): If buffer-read-only is nil, | |
2019 don't change it. | |
2020 | |
2021 * files.el (after-find-file): Disable View mode if buffer is no | |
2022 longer read-only. | |
2023 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2024 * view.el (view-mode-enable, view-mode-disable): |
25837 | 2025 Call force-mode-line-update. |
2026 | |
2027 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
2028 | |
2029 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
2030 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
2031 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
2032 | |
2033 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
2034 | |
2035 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
2036 to prevent m-eating-bug. | |
2037 | |
2038 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
2039 | |
2040 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
2041 frame-set-background-mode instead. All callers changed. | |
2042 (msdos-face-setup): Don't force color display parameter, it is set | |
2043 by frame-set-background-mode. | |
2044 (make-msdos-frame): Call x-handle-reverse-video and | |
2045 face-set-after-frame-default. Delete frame if creation failed. | |
2046 | |
2047 * faces.el (face-set-after-frame-default): Don't call | |
2048 make-face-x-resource-internal for the pc window-system. | |
2049 | |
2050 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2051 | |
2052 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2053 case with no docstring specially. | |
2054 | |
2055 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2056 | |
2057 * complete.el (PC-do-completion): If completing on file name, | |
2058 reproduce str by concatenating its directory and basename parts. | |
2059 | |
2060 1999-08-07 Dave Love <fx@gnu.org> | |
2061 | |
2062 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2063 unibyte to multibyte conversion of search-forward (from Handa), | |
2064 but avoid the replacement if the language is Latin-N. | |
2065 | |
2066 1999-08-06 Richard Stallman <rms@gnu.org> | |
2067 | |
2068 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2069 of eval-buffer. | |
2070 | |
2071 * international/mule.el (load-with-code-conversion): | |
2072 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2073 | |
2074 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2075 | |
2076 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2077 of filenames and attributes. | |
2078 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2079 for speed. | |
2080 | |
2081 1999-08-05 Dave Love <fx@gnu.org> | |
2082 | |
2083 * auto-show.el (auto-show-mode): Fix :set. | |
2084 | |
2085 * widget.el (define-widget-keywords): Make dummy definition and | |
2086 comment-out its use. | |
2087 | |
2088 1999-08-04 Richard Stallman <rms@gnu.org> | |
2089 | |
2090 * progmodes/tcl.el: Customized. | |
2091 | |
2092 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2093 whether this is Emacs 20 before calling comint-accumulate, | |
2094 test whether comint-accumulate is defined. | |
2095 | |
2096 1999-08-04 Dave Love <fx@gnu.org> | |
2097 | |
2098 * sgml-mode.el: Require outline when compiling. | |
2099 (sgml-mode-hook, html-mode-hook): Customize. | |
2100 (sgml-validate-command): Fix :version. | |
2101 (html-autoview-mode): Doc fix. | |
2102 | |
2103 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2104 nothing in Latin-N environment. | |
2105 | |
2106 * info.el (Info-find-node): Call info-initialize here. | |
2107 (info): Not here. | |
2108 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2109 | |
2110 1999-08-04 Richard Stallman <rms@gnu.org> | |
2111 | |
2112 * ansi-color.el: New file. | |
2113 | |
2114 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2115 | |
2116 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2117 found with global search. | |
2118 | |
2119 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2120 * terminal.el (te-terminfo-directory): | |
2121 * mail/mailpost.el (post-mail-send-it): | |
2122 * mail/metamail.el (metamail-region): | |
2123 * progmodes/ada-mode.el (ada-tmp-directory): | |
2124 Use temporary-file-directory. | |
2125 | |
2126 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2127 (compilation-filter, compilation-forget-errors) | |
2128 (compilation-parse-errors): Use a marker instead of an integer for | |
2129 `compilation-parsing-end'. | |
2130 | |
2131 * progmodes/diff.el (diff-parse-differences): | |
2132 Use a marker instead of an integer for `compilation-parsing-end'. | |
2133 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2134 Use a marker instead of an integer for `compilation-parsing-end'. | |
2135 | |
2136 1999-08-03 Richard Stallman <rms@gnu.org> | |
2137 | |
2138 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2139 (Buffer-menu-mode): Doc fix. | |
2140 (Buffer-menu-view): New command. | |
2141 (Buffer-menu-view-other-window): New command. | |
2142 | |
2143 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2144 | |
2145 * replace.el (query-replace-regexp-eval) | |
2146 (replace-eval-replacement, replace-loop-through-replacements) | |
2147 (replace-match-string-symbols): New functions. | |
2148 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2149 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
|
2150 |
25837 | 2151 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2152 | |
2153 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2154 (5x5): Doc fix. | |
2155 | |
2156 1999-08-03 Dave Love <fx@gnu.org> | |
2157 | |
2158 * fortran.el (fortran-indent-new-line): Make it an alias | |
2159 for reindent-then-newline-and-indent. | |
2160 | |
2161 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2162 | |
2163 * rect.el: All functions rewritten, except when noted above | |
2164 their declaration. Below is a list of interface changes. | |
2165 (apply-on-rectangle): New function, mostly replaces | |
2166 `operate-on-rectangle'. All callers changed. | |
2167 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2168 (kill-rectangle): Added optional prefix arg to fill lines. | |
2169 (delete-rectangle): Ditto. | |
2170 (delete-whitespace-rectangle): Ditto. | |
2171 (delete-extract-rectangle): Ditto. | |
2172 (open-rectangle): Ditto. | |
2173 (clear-rectangle): Ditto. | |
2174 (delete-whitespace-rectangle-line): New function. | |
2175 (delete-rectangle-line): Added third arg FILL. | |
2176 (delete-extract-rectangle-line): Ditto. | |
2177 (open-rectangle-line): Ditto. | |
2178 (clear-rectangle-line): Ditto. | |
2179 | |
2180 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2181 | |
2182 * progmodes/delphi.el: New file. | |
2183 | |
2184 1999-08-02 Richard Stallman <rms@gnu.org> | |
2185 | |
2186 * textmodes/outline.el (outline-previous-heading): New function. | |
2187 (outline-up-heading-all): Use outline-previous-heading. | |
2188 (outline-next-heading): Delete definition inserted yesterday. | |
2189 | |
2190 1999-08-01 Richard Stallman <rms@gnu.org> | |
2191 | |
2192 * textmodes/outline.el (outline-next-heading): New function. | |
2193 (outline-up-heading-all): New function. | |
2194 (outline-font-lock-level): Using outline-up-heading-all. | |
2195 Tell outline-back-to-heading to accept invisible headings. | |
2196 | |
2197 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2198 | |
2199 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2200 (mh-find-path): Test and set that. | |
2201 Set mail-user-agent only the first time this function is run. | |
2202 (mail-user-agent): Defvar deleted. | |
2203 | |
2204 * info.el (info-initialize): New function. | |
2205 (info): Call info-initialize. | |
2206 (Info-directory-list): Initialize to nil, | |
2207 so info-initialize will set it up for real. | |
2208 | |
2209 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2210 | |
2211 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2212 does not interpret a time as the year in a day-month entry. | |
2213 | |
2214 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2215 the diary as part of the european-date-diary-pattern fix. | |
2216 | |
2217 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2218 | |
2219 * international/mule.el (set-auto-coding): Allow whitespace before | |
2220 and after the "variable: value" pair. | |
2221 | |
2222 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2223 | |
2224 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2225 (default-sendmail-coding-system): Doc-string fixed. | |
2226 | |
2227 1999-07-30 Dave Love <fx@gnu.org> | |
2228 | |
2229 * subr.el (assoc-delete-all): New function, renamed from | |
2230 frame-delete-all. | |
2231 | |
2232 * frame.el: Change comments to doc strings and other doc fixes. | |
2233 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2234 Callers changed. | |
2235 (set-background-color, set-foreground-color, set-cursor-color) | |
2236 (set-mouse-color, set-border-color): Offer completion of colours. | |
2237 (cursor): Add :version to defgroup. | |
2238 | |
2239 * facemenu.el (list-colors-display): Make it work on ttys. | |
2240 (facemenu-read-color): Likewise. | |
2241 | |
2242 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2243 | |
2244 * frame.el (frame-notice-user-settings): If background | |
2245 color has been changed, update background-mode from it, | |
2246 then update faces. | |
2247 | |
2248 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2249 | |
2250 * net-utils.el (finger): Don't do indirect fingering. | |
2251 | |
2252 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2253 | |
2254 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2255 rules. Add separator at end of holidays. | |
2256 (cal-tex-rules): New customizable variable. | |
2257 (cal-tex-latexify-list): Add optional parameter to put separator | |
2258 at end. | |
2259 | |
2260 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2261 | |
2262 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2263 fill prefix on each line while looping to the end of paragraph. | |
2264 End paragraph if it's longer than the existing fill prefix. | |
2265 | |
2266 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2267 | |
2268 1999-07-30 Dave Love <fx@gnu.org> | |
2269 | |
2270 * font-lock.el (jit-lock): Fix :load, add :version. | |
2271 | |
2272 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2273 | |
2274 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2275 Vface_tty_color_alist. | |
2276 (face-color-supported-p, face_color_gray_p): New functions. | |
2277 | |
2278 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2279 is bound. | |
2280 | |
2281 * startup.el (command-line): Don't register default colors for | |
2282 MSDOS window-system. | |
2283 | |
2284 1999-07-29 Dave Love <fx@gnu.org> | |
2285 | |
2286 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2287 charquote. | |
2288 | |
2289 * lisp-mode.el (eval-defun): Re-written to avoid | |
2290 capturing variables. | |
2291 | |
2292 * picture.el (picture-beginning-of-line): Don't call | |
2293 hscroll-point-visible now we have real autoscrolling. | |
2294 (picture-end-of-line, picture-newline, picture-open-line): | |
2295 Likewise. | |
2296 | |
2297 * international/latin-8.el: New file. | |
2298 * international/latin-9.el: New file. | |
2299 | |
2300 1999-07-28 Dave Love <fx@gnu.org> | |
2301 | |
2302 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2303 | |
2304 * msb.el: Require cl only when compiling. | |
2305 (msb--home-dir): Deleted. | |
2306 (msb--format-title): Use abbreviate-file-name. | |
2307 (msb--choose-file-menu): Simplify string comparison. | |
2308 | |
2309 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2310 | |
2311 * faces.el (toolbar): Add face definition for mono displays. | |
2312 | |
2313 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2314 | |
2315 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2316 | |
2317 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2318 force copying of default-frame-alist. | |
2319 | |
2320 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2321 | |
2322 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2323 | |
2324 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2325 | |
2326 * frame.el (set-mouse-color): If new color is nil, | |
2327 really respecify the current color. | |
2328 | |
2329 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2330 | |
2331 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2332 to white for mono displays. | |
2333 | |
2334 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2335 | |
2336 * international/ccl.el (ccl-embed-symbol): New function. | |
2337 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2338 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2339 (ccl-compile-translate-character): Likewise. | |
2340 (ccl-compile-map-single): Likewise. | |
2341 (ccl-compile-multiple-map-function): Likewise. | |
2342 (declare-ccl-program): Doc-string modified. | |
2343 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2344 | |
2345 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2346 | |
2347 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2348 | |
2349 1999-07-25 Markus Rost <rost@gnu.org> | |
2350 | |
2351 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2352 the entries to make custom-file more readable. | |
2353 | |
2354 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2355 | |
2356 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2357 | |
2358 * emacs-lisp/edebug.el: Delete compatibility code. | |
2359 (edebug-next-token-class): If . is followed by a digit, | |
2360 return `symbol' for the token class. | |
2361 | |
2362 * startup.el (command-line): If we don't find the user's init file, | |
2363 set user-init-file to nil. | |
2364 | |
2365 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2366 | |
2367 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2368 argument query for new choice of help mode. | |
2369 (info-lookup-symbol): Use it. | |
2370 (info-lookup-file): Ditto. | |
2371 (info-lookup): Don't switch to other window, if already in Info | |
2372 buffer. | |
2373 | |
2374 1999-07-23 Dave Love <fx@gnu.org> | |
2375 | |
2376 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2377 syntax. | |
2378 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2379 (fortran-font-lock-syntactic-keywords): New variable. | |
2380 (fortran-mode): Use it. | |
2381 (fortran-font-lock-keywords-1): Don't do comments. | |
2382 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2383 match data. | |
2384 | |
2385 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2386 | |
2387 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2388 menu-bar-update-buffers. | |
2389 (msb-custom-set, msb--toggle-menu-type): Call | |
2390 msb-menu-bar-update-buffers. | |
2391 (msb-mode): Revise the hook setting. | |
2392 | |
2393 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2394 | |
2395 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2396 | |
25956 | 2397 * font-lock.el, help.el, simple.el: Re-integrate previously |
2398 described changes that were lost due to errors while checking them | |
2399 in. | |
25837 | 2400 |
2401 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2402 | |
2403 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2404 | |
2405 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2406 | |
2407 * international/encoded-kb.el | |
2408 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2409 but push it to unread-command-events. | |
2410 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2411 (encoded-kbd-self-insert-sjis): Likewise. | |
2412 (encoded-kbd-self-insert-big5): Likewise. | |
2413 | |
2414 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2415 before left margin and fill-prefix by fill-find-break-point. | |
2416 | |
2417 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2418 | |
2419 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2420 info-lookup-make-completions returns an error. | |
2421 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2422 name latex, not latex2e. | |
2423 | |
2424 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2425 | |
2426 * replace.el (perform-replace): Turn off case-fold-search | |
2427 if FROM-STRING argument has uppercase in it. | |
2428 | |
2429 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2430 | |
2431 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2432 mode is on. Don't use end of changed text. | |
2433 | |
2434 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2435 | |
2436 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2437 (cl-hash-table-p): Renamed from hash-table-p. | |
2438 (cl-hash-table-count): Renamed from hash-table-count. | |
2439 (maphash): Alias to cl-maphash removed. | |
2440 (gethash): Likewise. | |
2441 (puthash): Likewise. | |
2442 (remhash): Likewise. | |
2443 (clrhash): Likewise. | |
2444 | |
2445 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2446 | |
2447 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2448 third arg non-nil. See comment there why this isn't a good idea. | |
2449 | |
2450 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2451 | |
2452 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2453 | |
2454 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2455 sit-for with 3rd arg non-nil to prevent redisplay. | |
2456 | |
2457 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2458 | |
2459 * image.el (image-type-from-file-header): If file doesn't | |
2460 have a directory part, add data-directory. | |
2461 | |
2462 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2463 | |
2464 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2465 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2466 motion handling when tooltip-gud-tips-p is nil. | |
2467 | |
2468 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2469 | |
2470 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2471 (tooltip-active): Use initial value of nil. | |
2472 | |
2473 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2474 | |
2475 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2476 | |
2477 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2478 definitions for `top-line'. | |
2479 | |
2480 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2481 | |
2482 * faces.el (top-line): New face. | |
2483 | |
2484 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2485 | |
2486 * image.el (image-type-regexps): Add regexp for PS files. | |
2487 | |
2488 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2489 | |
2490 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2491 begin equal to t. | |
2492 | |
2493 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2494 | |
2495 * image.el (image-type-regexps): Add PNG format. | |
2496 | |
2497 1999-07-21 Dave Love <fx@gnu.org> | |
2498 | |
2499 * bindings.el (mode-line-modified): New variable. | |
2500 (mode-line-mode-menu-1): Switch to appropriate window before | |
2501 showing menu. | |
2502 | |
2503 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2504 | |
2505 * faces.el (face-underline): Removed. | |
2506 (face-underline-color): Ditto. | |
2507 | |
2508 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2509 | |
2510 * faces.el (face-x-resources): Fix typo. | |
2511 | |
2512 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2513 | |
2514 * faces.el: Remove handling of `:relief', extend handling of | |
2515 `:box'. | |
2516 (frame-set-background-mode): Choose new defface specs after | |
2517 frame parameters have changed. | |
2518 | |
2519 * cus-face.el: Ditto. | |
2520 | |
2521 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2522 | |
2523 * custom.el (defface): Extend documentation to include new | |
2524 face attributes. | |
2525 | |
2526 * cus-face.el (custom-face-attributes): Add overline, | |
2527 strike-through, box. | |
2528 | |
2529 * faces.el (face-valid-attribute-values): Handle overline, | |
2530 strike-through, box. | |
2531 (face-attribute-name-alist): Add pairs for new face attributes. | |
2532 (describe-face): Handle new face attributes. | |
2533 | |
2534 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2535 | |
2536 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2537 | |
2538 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2539 | |
2540 * enriched.el (enriched-translations): Add `display' and | |
2541 "x-display". | |
2542 (enriched-handle-display-prop): New. | |
2543 (enriched-decode-display-prop): New. | |
2544 | |
2545 * format.el (top-level): Give `display' property | |
2546 `format-list-atomic-p. | |
2547 (format-annotate-single-property-change): Test that property. | |
2548 If present, treat list property values like atoms. | |
2549 | |
2550 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2551 | |
2552 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2553 so that "*" can be entered. | |
2554 | |
2555 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2556 | |
2557 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2558 | |
2559 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2560 | |
2561 * cus-face.el (custom-face-attributes): Return underline | |
2562 face attribute directly from the second lambda of underline. | |
2563 | |
2564 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2565 | |
2566 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2567 | |
2568 * frame.el (after-setting-font-hooks): New variable. | |
2569 (set-frame-font): Run those hooks. | |
2570 | |
2571 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2572 | |
2573 * faces.el (set-face-attribute): Fix doc string. | |
2574 | |
2575 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2576 | |
2577 * cus-face.el (custom-face-attributes): Accept color name. | |
2578 | |
2579 * faces.el (face-underline-p): Accept unspecified underlining. | |
2580 (face-underline): Ditto. Fix doc string. | |
2581 | |
2582 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2583 | |
2584 * faces.el (face-underline-color): New function. | |
2585 | |
2586 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2587 | |
2588 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2589 Added slot to choose a color. | |
2590 | |
2591 * faces.el (face-underline): New function. | |
2592 (face-underline-p): Support underline coloring. | |
2593 Return nil only if the underline attribute is 'normal. | |
2594 (set-face-underline): New function. | |
2595 (face-valid-attribute-values): Support underline coloring. | |
2596 | |
2597 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2598 | |
2599 * image.el (insert-image): Use `display' instead of `glyph' | |
2600 as text property name. | |
2601 (put-image): Ditto. | |
2602 (image-type-from-file-header): Use insert-file-contents-literally. | |
2603 | |
2604 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2605 | |
2606 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2607 string to indicate separators. | |
2608 | |
2609 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2610 | |
2611 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2612 instead of message-log. | |
2613 | |
2614 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2615 | |
2616 * faces.el (bitmap-area): New face. | |
2617 | |
2618 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2619 | |
2620 * image.el (insert-image): New. | |
2621 | |
2622 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2623 | |
2624 * frame.el (blink-cursor): Set the symbol's value. | |
2625 (show-trailing-whitespace): Change group to font-lock. | |
2626 | |
2627 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2628 | |
2629 * jit-lock.el: New. | |
2630 * font-lock.el: Add jit-mode as new support mode. | |
2631 | |
2632 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2633 reaching end instead of letting re-search-forward signal an error. | |
2634 (demand-lock-mode): New. | |
2635 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2636 (font-lock-turn-off-thing-lock): Ditto. | |
2637 (font-lock-after-fontify-buffer): Ditto. | |
2638 (font-lock-after-unfontify-buffer): Ditto. | |
2639 | |
2640 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2641 | |
2642 * gs.el: New file. | |
2643 | |
2644 * startup.el (command-line-1): Activate tooltip mode if | |
2645 interactive. | |
2646 | |
2647 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2648 | |
2649 * faces.el (toolbar): Grey default background. | |
2650 (modeline): Ditto. | |
2651 | |
2652 * image.el (image-type-regexps): New. | |
2653 (image-type-from-file-header): New. | |
2654 (create-image): Call it. | |
2655 | |
2656 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2657 | |
2658 * image.el: New file. | |
2659 | |
2660 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2661 | |
2662 * bindings.el (mode-line-format): Replace `mode-name' with | |
2663 `(:eval mode-line-mode-name)'. | |
2664 (mode-line-mode-name): New. | |
2665 (make-mode-line-mouse-sensitive): Don't change default value | |
2666 of `mode-name'. | |
2667 | |
2668 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2669 | |
2670 * tooltip.el: New file. | |
2671 | |
2672 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2673 | |
2674 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2675 instead of mouse-3 to pop up menus. | |
2676 (mode-line-kill-buffer): Removed. | |
2677 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2678 buffer name. | |
2679 (mode-line-buffer-menu-1): Removed. | |
2680 | |
2681 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2682 | |
2683 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2684 (mode-line-buffer-menu-keymap): New. | |
2685 (mode-line-mode-menu-keymap): New. | |
2686 (mode-line-unbury-buffer): New. | |
2687 (mode-line-other-buffer): New. | |
2688 (mode-line-kill-buffer): New. | |
2689 (mode-line-buffer-menu-1): New. | |
2690 (mode-line-mode-menu-1): New. | |
2691 (make-mode-line-mouse-sensitive): New. | |
2692 | |
2693 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2694 | |
2695 * help.el (describe-key-briefly): Handle mode line strings | |
2696 with local-map properties. | |
2697 (describe-key): Ditto. | |
2698 (mode-line-key-binding): New. | |
2699 | |
2700 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2701 | |
2702 * scroll-bar.el (scroll-bar-timer): New. | |
2703 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2704 | |
2705 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2706 | |
2707 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2708 and `bottom'. | |
2709 | |
2710 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2711 | |
2712 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2713 (global): Use different key bindings if using tookit scroll bars. | |
2714 | |
2715 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2716 | |
2717 * faces.el (modeline): Define mode line face with relief for | |
2718 class color, only. | |
2719 (toolbar): New face. | |
2720 | |
2721 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2722 | |
2723 * frame.el (frame-initialize): Set frame-creation-function to | |
2724 tty-create-frame-with-faces. | |
2725 | |
2726 * faces.el (frame-set-background-mode): Make it work for | |
2727 window-system nil. | |
2728 | |
2729 * faces.el (tty-create-frame-with-faces): New. | |
2730 (face-set-after-frame-default): Make it work for TTY frames. | |
2731 | |
2732 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2733 | |
2734 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2735 Return a list of one font family for TTYs. Don't return bitmap | |
2736 file paths for TTY frames. | |
2737 | |
2738 * faces.el: Add face specs for tty displays to basic faces. | |
2739 | |
2740 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2741 (font-lock-string-face): Ditto. | |
2742 (font-lock-keyword-face): Ditto. | |
2743 (font-lock-builtin-face): Ditto. | |
2744 (font-lock-function-name-face): Ditto. | |
2745 (font-lock-variable-name-face): Ditto. | |
2746 (font-lock-type-face): Ditto. | |
2747 (font-lock-constant-face): Ditto. | |
2748 (font-lock-warning-face): Ditto. | |
2749 | |
2750 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2751 | |
2752 * startup.el (command-line): Register default tty colors. | |
2753 | |
2754 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2755 | |
2756 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2757 | |
2758 * faces.el (modeline): For X frames, use a modeline with relief. | |
2759 | |
2760 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2761 | |
2762 * faces.el (frame-update-faces): Copied from 20.2. | |
2763 (frame-update-face-colors): Ditto. Code removed that isn't | |
2764 applicable in the new face implementation. | |
2765 | |
2766 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2767 | |
2768 * frame.el (show-trailing-whitespace): New. | |
2769 | |
2770 * faces.el (trailing-whitespace): New basic face. | |
2771 | |
2772 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2773 | |
2774 * cus-face.el (custom-facep): Always define as alias for facep. | |
2775 | |
2776 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2777 Remove :bold and :italic. | |
2778 | |
2779 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2780 | |
2781 * faces.el (face-charset-registries): Removed since fontset.el | |
2782 is no always loaded. | |
2783 | |
2784 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2785 | |
2786 * faces.el (internal-get-face): Added as obsolete function for | |
2787 compatibility. | |
2788 | |
2789 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2790 | |
2791 * frame.el (blink-cursor-end): Call show-cursor. | |
2792 (blink-cursor-mode): Ditto. | |
2793 | |
2794 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2795 | |
2796 * faces.el (face-spec-reset-face): Reset all attributes to | |
2797 `unspecified'. | |
2798 (face-spec-set): Use it. | |
2799 | |
2800 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2801 | |
2802 * faces.el (read-all-face-attributes): Bug fix. | |
2803 (face-read-integer): Allow nil default value. | |
2804 (face-valid-attribute-values): Use symbol names of attribute | |
2805 values for completion list. | |
2806 | |
2807 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2808 | |
2809 * faces.el (internal-find-face): Define for compatibility with | |
2810 20.2. | |
2811 (face-id): Likewise. | |
2812 | |
2813 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2814 | |
2815 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2816 (x-complement-fontset-spec): Use face-charset-registries. | |
2817 | |
2818 * faces.el (face-font-selection-order): Set font selection order | |
2819 from Lisp. | |
2820 (face-alternative-font-family-alist): Set alternative font | |
2821 families from Lisp. | |
2822 | |
2823 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2824 | |
2825 * faces.el (set-face-charset-registries): Set symbol value. | |
2826 | |
2827 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2828 | |
2829 * faces.el (face-set-after-frame-default): Call function | |
2830 internal-merge-in-global-face. | |
2831 | |
2832 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2833 | |
2834 * faces.el (face-list): Return symbols from face-global-alist. | |
2835 | |
2836 * faces.el (face-list): Return a copy of the face name list so | |
2837 that it cannot be modified from outside (facemenu.el uses | |
2838 nreverse, for example). | |
2839 | |
2840 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2841 for compatibility with old code. | |
2842 | |
2843 * faces.el (set-face-attributes-from-resources): Additional | |
2844 frame parameter. | |
2845 (make-face-x-resource-internal): Set attributes from resources | |
2846 for a given frame or all frames. | |
2847 | |
2848 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2849 | |
2850 * faces.el (all-faces): Removed. | |
2851 | |
2852 * custom.el (defface): Add new face attributes to function | |
2853 comment. | |
2854 | |
2855 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2856 names. | |
2857 (font-lock-string-face): Ditto. | |
2858 (font-lock-keyword-face): Ditto. | |
2859 (font-lock-builtin-face): Ditto. | |
2860 (font-lock-function-name-face): Ditto. | |
2861 (font-lock-variable-name-face): Ditto. | |
2862 (font-lock-type-face): Ditto. | |
2863 (font-lock-reference-face): Ditto. | |
2864 (font-lock-warning-face): Ditto. | |
2865 ((boundp 'font-lock-face-attributes)): Ditto. | |
2866 | |
2867 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2868 | |
2869 * faces.el (set-face-attribute-from-resource): Initialize | |
2870 from resources only for X and W32. | |
2871 | |
2872 * cus-face.el (custom-declare-face): Don't make frame-local | |
2873 faces. | |
2874 | |
2875 * faces.el (describe-face): Use princ instead of insert. | |
2876 | |
2877 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2878 because fontset.el uses them. | |
2879 (face-set-after-frame-default): Add empty definition. | |
2880 | |
2881 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2882 | |
2883 * faces.el (make-face): Correct typo. | |
2884 (set-face-attribute-from-resource): Use let*. | |
2885 (face-underline-p): Correct typo. | |
2886 (face-inverse-video-p): Ditto. | |
2887 (set-face-stipple): Ditto. | |
2888 (face-read-string): Make completion-list optional parameter. | |
2889 | |
2890 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2891 | |
2892 * faces.el (face-charset-registries): Alist mapping charset | |
2893 symbols to registries and encoding. | |
2894 | |
2895 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2896 | |
2897 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2898 | |
2899 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2900 | |
2901 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2902 mode. The cursor of selected_window blinks if the mode is enabled. | |
2903 | |
2904 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2905 | |
2906 * simple.el (next-history-element): Set point to the end of the | |
2907 prompt if minibuffer-prompt-in-buffer. | |
2908 | |
2909 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2910 | |
2911 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2912 several font name components. | |
2913 | |
2914 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2915 | |
2916 * faces.el (set-face-relief): Use index 12 for relief. | |
2917 (face-fill-in): Set relief from data. | |
2918 (internal-make-face): Init relief to zero. | |
2919 | |
2920 * faces.el (face-spec-set): call modify-face with additional | |
2921 parameters for relief and fixed-p. | |
2922 | |
2923 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2924 | |
2925 * cus-face.el: ':fixed and ':relief added. | |
2926 | |
2927 * faces.el (describe-face): Add fixed font attribute and relief. | |
2928 (face-attr-match-p): Ditto. | |
2929 (face-attr-construct): Ditto. | |
2930 (face-spec-set): Ditto. | |
2931 | |
2932 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2933 | |
2934 * faces.el (internal-make-face): Function to create a Lisp vector | |
2935 suitable for representing a face. | |
2936 (make-face): Use it instead of make-vector. | |
2937 (x-create-frame-with-faces): Use it instead of vector. | |
2938 (internal-facep): Increase vector size to 14. | |
2939 (internal-make-face): Ditto. | |
2940 (face-relief): Access relief thickness. | |
2941 (face-fixed-p): Access fixed font attribute. | |
2942 (set-face-fixed-p): Set fixed font attribute. | |
2943 (set-face-relief): Set relief attribute. | |
2944 (internal-face-interactive-int): Read int attribute of face. | |
2945 (modify-face): Add fixed-p and relief parameters. | |
2946 (copy-face): Handle fixed-p and relief. | |
2947 (face-equal): Compare fixed-p and relief. | |
2948 (face-differs-from-default-p): Ditto. | |
2949 (face-nontrivial-p): Add fixed-p and relief. | |
2950 | |
2951 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2952 | |
2953 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
2954 (internal-facep): Increase vector size. | |
2955 (make-face): Ditto. | |
2956 (face-shadow-thickness): Added. | |
2957 (set-face-shadow-thickness): Added. | |
2958 (modify-face): Add optional shadow-thickness parameter. | |
2959 (make-face-x-resource-internal): Add shadows. | |
2960 (copy-face): Ditto. | |
2961 (face-equal): Ditto. | |
2962 (face-differs-from-default-p): Ditto. | |
2963 (face-nontrivial-p): Ditto. | |
2964 (face-attr-match-p): Ditto. | |
2965 (face-attr-construct): Ditto. | |
2966 (face-spec-set): Ditto. | |
2967 (face-fill-in): Ditto. | |
2968 | |
2969 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2970 | |
2971 * bench.el (bench-mark-split-window): New bench mark. | |
2972 | |
2973 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2974 | |
2975 * faces.el (set-face-font): Don't pass default font to | |
2976 x-resolve-font so that font will not have to be of the same | |
2977 size. | |
2978 | |
2979 1999-07-20 Dave Love <fx@gnu.org> | |
2980 | |
2981 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
2982 unconditionally t. | |
2983 | |
2984 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
2985 | |
2986 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
2987 | |
2988 1999-07-20 Dave Love <fx@gnu.org> | |
2989 | |
2990 * help.el (describe-variable): Fix test for customizability. | |
2991 | |
2992 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
2993 Check for readonly buffer in interactive spec. | |
2994 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
2995 (backward-kill-word): Add * to interactive spec. | |
2996 | |
2997 * underline.el (underline-region, ununderline-region): Add * to | |
2998 interactive spec. | |
2999 | |
3000 * fill.el (canonically-space-region, justify-current-line): Add * | |
3001 to interactive spec. | |
3002 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
3003 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
3004 readonly buffer in interactive spec. | |
3005 | |
3006 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
3007 (backward-kill-sentence, kill-sentence): Add * to interactive | |
3008 spec. | |
3009 | |
3010 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
3011 | |
3012 * dired-aux.el (dired-do-shell-command): Doc fix. | |
3013 | |
3014 * shell.el (shell-unquote-argument): New function. | |
3015 (shell-directory-tracker): Use shell-unquote-argument. | |
3016 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
3017 | |
3018 1999-07-19 John Wiegley <jwiegley@borland.com> | |
3019 | |
3020 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
3021 color codes 39 and 49, which by the way lynx uses them seem to | |
3022 mean "foreground reset" and "background reset". | |
3023 | |
3024 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
3025 | |
3026 * font-lock.el (c++-keywords): Add "typeid". | |
3027 | |
3028 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
3029 selects no font, treat that as zero selections, not one. | |
3030 | |
3031 1999-07-19 Dave Love <fx@gnu.org> | |
3032 | |
3033 * info.el (Info-search): Don't lose with empty regexp. | |
3034 | |
3035 * version.el: Cater for (free) `ident' program, not `which'. | |
3036 | |
3037 * hl-line.el: New file. | |
3038 | |
3039 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
3040 for modes which don't define menus. | |
3041 | |
3042 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
3043 | |
3044 * webjump.el (webjump-sample-sites): Update some URLs. | |
3045 | |
3046 1999-07-14 Richard Stallman <rms@gnu.org> | |
3047 | |
3048 * Version 20.4 released. | |
3049 | |
3050 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3051 | |
3052 * compare-w.el (compare-windows): Try to find the next window in | |
3053 the current frame before looking at the other frames. | |
3054 | |
3055 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3056 | |
3057 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3058 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
|
3059 |
25837 | 3060 1999-07-12 Richard Stallman <rms@gnu.org> |
3061 | |
3062 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3063 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3064 | |
3065 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3066 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3067 | |
3068 * textmodes/flyspell.el (flyspell-get-word): | |
3069 Add special handling for when ispell-otherchars is empty. | |
3070 | |
3071 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3072 | |
3073 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3074 when having nested functons. | |
3075 (pascal-indent-nested-functions) (pascal-indent-line) | |
3076 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3077 indenting nested functions. | |
3078 | |
3079 1999-07-09 Richard Stallman <rms@gnu.org> | |
3080 | |
3081 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3082 | |
3083 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3084 | |
3085 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3086 the `end' keyword was in the very beginning of the buffer. | |
3087 | |
3088 1999-07-08 Richard Stallman <rms@gnu.org> | |
3089 | |
3090 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3091 | |
3092 * term.el (term-emulate-terminal): Avoid infinite loop | |
3093 in strange case where minibuffer window is selected but not active. | |
3094 | |
3095 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3096 | |
3097 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3098 Change regexp so that it doesn't match commands beginning with `cd'. | |
3099 | |
3100 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3101 | |
3102 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3103 | |
3104 1999-07-06 Richard Stallman <rms@gnu.org> | |
3105 | |
3106 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3107 (hscroll-global-mode): Add and remove that hook. | |
3108 Set hscroll-old-truncate-was-global's default value. | |
3109 | |
3110 1999-07-05 Richard Stallman <rms@gnu.org> | |
3111 | |
3112 * files.el (revert-buffer): Don't preserve point here. | |
3113 (revert-buffer-insert-file-contents-function): Doc fix. | |
3114 | |
3115 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3116 | |
3117 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3118 doing a `stat' when it isn't necessary because that can cause | |
3119 trouble when an NFS server is down. | |
3120 | |
3121 1999-07-04 Richard Stallman <rms@gnu.org> | |
3122 | |
3123 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3124 | |
3125 1999-07-03 Richard Stallman <rms@gnu.org> | |
3126 | |
3127 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3128 for \200...\240 also. | |
3129 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3130 | |
3131 1999-07-02 Richard Stallman <rms@gnu.org> | |
3132 | |
3133 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3134 (pop-up-frame-alist): Likewise. | |
3135 (initial-frame-alist): Specify * in the doc string. | |
3136 | |
3137 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3138 (hscroll-mode): Don't cancel the timer | |
3139 if HScroll mode is enabled in some other buffer. | |
3140 | |
3141 * isearch.el (isearch-done): If search ends in middle of intangible | |
3142 text (due to text property), move on to the limit of that text. | |
3143 | |
3144 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3145 | |
3146 * man.el (Man-build-man-command): Use value of null-device, | |
3147 instead of hard-coding "/dev/null". | |
3148 | |
3149 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3150 ange-ftp file names, which might force ange-ftp to prompt for a | |
3151 password. | |
3152 | |
3153 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3154 to prevent references to temp files. | |
3155 | |
3156 1999-06-30 Richard Stallman <rms@gnu.org> | |
3157 | |
3158 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3159 about the given shell, use the values for `sh'. | |
3160 | |
3161 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3162 | |
3163 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3164 to make it non-recursive. | |
3165 | |
3166 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3167 | |
3168 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3169 | |
3170 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3171 | |
3172 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3173 | |
3174 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3175 table, default to the standard one. | |
3176 | |
3177 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3178 | |
3179 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3180 | |
3181 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3182 | |
3183 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3184 a frame when `return' is requested (even if pop-up-frames = t) | |
3185 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3186 should only be set for the bibtex buffer. | |
3187 | |
3188 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3189 | |
3190 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3191 being buffer-local. | |
3192 | |
3193 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3194 | |
3195 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3196 | |
3197 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3198 | |
3199 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3200 * calendar.el (calendar): Call it if requested. | |
3201 | |
3202 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3203 | |
3204 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3205 | |
3206 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3207 | |
3208 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3209 | |
3210 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3211 | |
3212 * files.el (auto-mode-alist): Add pike-mode. | |
3213 | |
3214 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3215 | |
3216 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3217 last byte of a numeric field is a space or a NUL. Parse it as | |
3218 potentially part of the number. This is used by GNU tar | |
3219 1.12.64012 to handle larger values. | |
3220 | |
3221 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3222 | |
3223 * custom.el (custom-handle-keyword): Fix error message. | |
3224 | |
3225 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3226 | |
3227 * mail/smtpmail.el (smtpmail-send-it): Use | |
3228 convert-standard-filename to make file names for queued mail safe | |
3229 on Windows (`:' is invalid in file names on Windows). | |
3230 | |
3231 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3232 | |
3233 * international/mule-cmds.el (describe-current-input-method): | |
3234 Current-input-method is string. | |
3235 (toggle-input-method): Docstring fixed. | |
3236 | |
3237 * international/mule-diag.el | |
3238 (describe-current-coding-system-briefly): Fix format string. | |
3239 | |
3240 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3241 Docstring modified. Return a string. | |
3242 | |
3243 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3244 | |
3245 * sql.el (sql-input-ring-file-name): Doc fix. | |
3246 | |
3247 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3248 | |
3249 * calendar/cal-x.el (special-display-buffer-names): | |
3250 Don't put (get-file-buffer diary-file) on this list. | |
3251 | |
3252 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3253 | |
3254 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3255 Don't penalize player for certain impossible guesses. | |
3256 | |
3257 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3258 | |
3259 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3260 return the string "Unk 0 0000" so at least it appears to be a | |
3261 valid timestamp to `dired-move-to-filename-regexp'. | |
3262 | |
3263 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3264 | |
3265 * ps-print.el (ps-control-character): Fix previous change. | |
3266 | |
3267 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3268 | |
3269 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3270 multiple output of the last message. | |
3271 | |
3272 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3273 | |
3274 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3275 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3276 there. | |
3277 | |
3278 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3279 | |
3280 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3281 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3282 (exit-ethiopic-environment): Likewize. | |
3283 | |
3284 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3285 | |
3286 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3287 | |
3288 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3289 | |
3290 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3291 custom-initialize-default to avoid infinite loop. | |
3292 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3293 loading the file. Run crisp-mode-hook here, and run | |
3294 crisp-load-hook when loading the file. | |
3295 | |
3296 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3297 rmail-summary buffer, search for pattern in rmail-file. | |
3298 | |
3299 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3300 | |
3301 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3302 | |
3303 * ps-print.el (ps-printer-name): Fix custom type. | |
3304 | |
3305 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3306 | |
3307 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3308 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3309 (vhdl-port-paste-port-map): Fix indentation bug. | |
3310 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3311 | |
3312 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3313 | |
3314 * files.el (write-file): When buffer is not already visiting a file, | |
3315 don't put buffer name in the minibuffer, just make it the default. | |
3316 Also handle just directory as arg usefully in that case. | |
3317 | |
3318 * simple.el (sendmail-user-agent-compose): | |
3319 Ignore case when inserting the rest of the "other" headers. | |
3320 | |
3321 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3322 | |
3323 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3324 (info-lookup-interactive-arguments): Never insert the default | |
3325 into the minibuffer automatically. | |
3326 | |
3327 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3328 | |
3329 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3330 | |
3331 * simple.el (shell-command): Avoid printing "mark set" message. | |
3332 | |
3333 1999-06-09 Dave Love <fx@gnu.org> | |
3334 | |
3335 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3336 digits in program name in first pattern. | |
3337 | |
3338 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3339 | |
3340 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3341 dired-move-to-filename-regexp. | |
3342 | |
3343 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3344 | |
3345 * international/quail.el (quail-define-rules): Fix typo in | |
3346 docstring. | |
3347 | |
3348 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3349 | |
3350 * iswitchb.el (iswitchb-default-keybindings): Add | |
3351 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3352 than when package is loaded. | |
3353 | |
3354 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3355 | |
3356 * startup.el (command-line): Don't set user-init-file directly; | |
3357 tell `load' to set it. | |
3358 | |
3359 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3360 | |
3361 * simple.el (next-history-element): | |
3362 Handle minibuffer-text-before-history properly when reading sexps. | |
3363 | |
3364 * disp-table.el (standard-display-european): | |
3365 For an interactive call by the user, | |
3366 don't set enable-multibyte-characters, | |
3367 and don't set the terminal coding system. | |
3368 | |
3369 * textmodes/refbib.el: Don't print any messages or display | |
3370 a buffer when loading the library. | |
3371 (r2b-help): Doc fix. | |
3372 (r2b-help-message): Update the documentation. | |
3373 (r2b-load-quietly): Variable deleted. | |
3374 (r2b-convert-buffer): Doc fix. | |
3375 | |
3376 1999-06-04 Dave Love <fx@gnu.org> | |
3377 | |
3378 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3379 | |
3380 * auto-show.el: Don't change hooks on loading. | |
3381 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3382 (auto-show-mode): Add to hooks here. | |
3383 | |
3384 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3385 | |
3386 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3387 recursion on bogus input. | |
3388 | |
3389 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3390 | |
3391 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3392 does not select a buffer from the buffers menu, then the attached | |
3393 frame is not switched to anything. | |
3394 | |
3395 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3396 | |
3397 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3398 (viet-viscii-...->viet-vscii...). | |
3399 | |
3400 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3401 | |
3402 1999-06-01 Dave Love <fx@gnu.org> | |
3403 | |
3404 * progmodes/fortran.el: Add :link to defgroup. | |
3405 (fortran-blink-matching-if): Match ELSE statements too. | |
3406 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3407 that filling is always done. | |
3408 | |
3409 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3410 | |
3411 * simple.el (append-next-kill): Use an arg to distinguish | |
3412 interactive calls from Lisp calls, rather than (interactive-p). | |
3413 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3414 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 3415 Interchange n and N. |
3416 | |
3417 1999-05-31 Dave Love <fx@gnu.org> | |
3418 | |
3419 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3420 and keymap munging on load. | |
3421 (msb-mode): New option. | |
3422 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3423 Doc fix. | |
3424 (msb-mode-map): New variable. | |
3425 (msb-mode): New command. | |
3426 | |
3427 1999-05-31 Dave Love <fx@gnu.org> | |
3428 | |
3429 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3430 (ispell-complete-word-dict): Likewise. | |
3431 | |
3432 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3433 | |
3434 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3435 force the data buffer to be saved, even if the data didn't | |
3436 change, in case the write filter was modified. Restore the | |
3437 current record after read-file-filter finishes. | |
3438 | |
3439 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3440 | |
3441 * ispell4.el: Obsolete; file deleted. | |
3442 | |
3443 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3444 | |
3445 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3446 VALUE is a syntax table. | |
3447 | |
3448 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3449 | |
3450 * simple.el (zap-to-char): Doc fix. | |
3451 | |
3452 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3453 | |
3454 * isearch.el (isearch-quote-char): Don't assume character codes | |
3455 0200 - 0237 stand for characters in some single-byte character | |
3456 charset. | |
3457 | |
3458 1999-05-27 Dave Love <fx@gnu.org> | |
3459 | |
3460 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3461 | |
3462 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3463 | |
3464 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3465 headerline does not exist already. | |
3466 | |
3467 1999-05-26 Richard Stallman <rms@gnu.org> | |
3468 | |
3469 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3470 Avoid nested null-loops. | |
3471 | |
3472 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3473 | |
3474 * international/characters.el: Typo fixed; prefered->preferred. | |
3475 | |
3476 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3477 Typo fixed; prefered->preferred. | |
3478 | |
3479 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3480 method in read-event. | |
3481 | |
3482 * international/mule.el (charset-info): Doc-string fixed. | |
3483 | |
3484 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3485 | |
3486 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3487 smtpmail-code-conv-from properly. | |
3488 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3489 by smtpmail-code-conv-from. | |
3490 | |
3491 1999-05-24 Richard Stallman <rms@gnu.org> | |
3492 | |
3493 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3494 Binding deleted also. | |
3495 | |
3496 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3497 | |
3498 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3499 | |
3500 1999-05-23 Dave Love <fx@gnu.org> | |
3501 | |
3502 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3503 Enter it on minor-mode-map-alist. | |
3504 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3505 Autoload. Add custom setter. | |
3506 (crisp-mark-line): Doc fix. | |
3507 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3508 (crisp-mode-hook): Define. | |
3509 | |
3510 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3511 | |
3512 * files.el (recover-file): Recover buffer-file-coding-system. | |
3513 | |
3514 1999-05-22 Richard Stallman <rms@gnu.org> | |
3515 | |
3516 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3517 regexp match the date, to avoid treating date as file size. | |
3518 Add YYYY S option to WESTERN/ | |
3519 | |
3520 * bookmark.el: Delete some XEmacs compatibility code. | |
3521 (bookmark-jump-noselect): Check vc-backend. | |
3522 | |
3523 * subr.el (add-to-list): Doc fix. | |
3524 | |
3525 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3526 | |
3527 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3528 | |
3529 1999-05-18 Richard Stallman <rms@gnu.org> | |
3530 | |
3531 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3532 non-space after the @anchor command. | |
3533 (texinfo-format-var): Handle other nested constructs, using | |
3534 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3535 texinfo-parse-arg-discard. | |
3536 | |
3537 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3538 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3539 Bind inhibit-redisplay to nil. | |
3540 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3541 | |
3542 1999-05-17 Dave Love <fx@gnu.org> | |
3543 | |
3544 * help.el (describe-function-1): Extra arg, interactive-p. | |
3545 (describe-key, describe-function): Use it. | |
3546 | |
3547 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3548 | |
3549 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3550 | |
3551 1999-05-16 Dave Love <fx@gnu.org> | |
3552 | |
3553 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3554 scroll-preserve-screen-position, scroll-conservatively. | |
3555 | |
3556 1999-05-16 Dave Love <fx@gnu.org> | |
3557 | |
3558 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3559 | |
3560 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3561 | |
3562 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3563 | |
3564 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3565 | |
3566 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3567 magic number and is not associated with a file. | |
3568 | |
3569 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3570 | |
3571 * files.el (find-file-noselect-1): Fix previous change. | |
3572 | |
3573 1999-05-14 Simon Marshall <simon@gnu.org> | |
3574 | |
3575 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3576 | |
3577 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3578 | |
3579 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3580 docstring. | |
3581 | |
3582 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3583 and menus. | |
3584 | |
3585 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3586 | |
3587 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3588 to correctly reflect the value of BaseLineOffset in | |
3589 RelativeCompose. Now the value of RelativeCompose is an array of | |
3590 low and high positions. | |
3591 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3592 RLC for the above change. | |
3593 | |
3594 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3595 | |
3596 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3597 output of ksu and ssh-add. | |
3598 | |
3599 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3600 | |
3601 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3602 Adjusted for the change of input method handling in isearch.el. | |
3603 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3604 (isearch-hangul-switch-hanja): Likewise. | |
3605 | |
3606 1999-05-10 Dave Love <fx@gnu.org> | |
3607 | |
3608 * help.el (help-make-xrefs): Fix typo. | |
3609 | |
3610 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3611 | |
3612 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3613 unibyte-display-via-language-environment. | |
3614 | |
3615 * help.el (help-make-xrefs): Handle more cases when looking for | |
3616 commands in a keymap description. | |
3617 | |
3618 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3619 | |
3620 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3621 | |
3622 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3623 | |
3624 * ps-print.el (ps-control-character): Call | |
3625 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3626 | |
3627 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3628 ps-multibyte-buffer is nil, use | |
3629 ps-mule-font-info-database-default." | |
3630 | |
3631 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3632 | |
3633 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3634 customizing local dictionaries not accessable by everyone. | |
3635 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3636 (ispell-required-version): Changed format `(major minor | |
3637 revision)' to support general pattern matching. | |
3638 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3639 skip region commented out due to incorrect skip potential in std latex. | |
3640 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3641 cursor point on small words for calls from `ispell-minor-mode'. | |
3642 (check-ispell-version): Tests and accepts versions major.minor | |
3643 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3644 (ispell-get-line): No longer skips ispell process special characters. | |
3645 (ispell-comments-and-strings): Removed `when' macro call. | |
3646 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3647 (ispell-buffer-local-parsing): Supports checking comments only. | |
3648 | |
3649 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3650 | |
3651 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3652 more specific. | |
3653 | |
3654 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3655 | |
3656 * subr.el (with-temp-message): Fix the other call to message | |
3657 to use %s. | |
3658 | |
3659 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3660 | |
3661 * gud.el (gud-format-command): "%F" means file sans extension. | |
3662 (jdb): use %F, not %f, for gud-break. | |
3663 | |
3664 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3665 | |
3666 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3667 matches the output of kinit. | |
3668 | |
3669 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3670 | |
3671 * timezone.el (timezone-parse-date): Recognize new format used in | |
3672 internet cookies. | |
3673 | |
3674 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3675 | |
3676 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3677 | |
3678 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3679 | |
3680 * time.el (display-time-update): Allow for wrap-around when | |
3681 checking against display-time-server-down-time. | |
3682 | |
3683 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3684 | |
3685 * international/mule-diag.el (describe-coding-system): Fix English | |
3686 message. | |
3687 | |
3688 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3689 | |
3690 * term/w32-win.el: Change the x-charset-registry property for the | |
3691 Japanese charsets that are supported by Japanese Windows fonts. | |
3692 | |
3693 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3694 | |
3695 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3696 diary-block diary entries for which the reminders and the diary | |
3697 entries can overlap. | |
3698 | |
3699 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3700 | |
3701 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3702 matches the font selected in the dialog. | |
3703 | |
3704 1999-05-02 Dave Love <fx@gnu.org> | |
3705 | |
3706 * browse-url.el (browse-url-browser-function): Add :version. | |
3707 | |
3708 * international/mule.el (auto-coding-alist): Add .tgz. | |
3709 | |
3710 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3711 | |
3712 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3713 Make the magnification parameter for the -dos encoder be 2. | |
3714 | |
3715 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3716 | |
3717 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3718 it is dropped, rather than current window. | |
3719 | |
3720 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3721 after switching buffer, as case-fold-search is a buffer local | |
3722 variable. | |
3723 | |
3724 * w32-fns.el (convert-standard-filename): Only convert directory | |
3725 separators to backslash if the interactive shell is one of the | |
3726 standard Windows shells that has DOS semantics. | |
3727 | |
3728 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3729 format-time-string, and return a suitable string to indicate the | |
3730 timestamp was invalid. | |
3731 | |
3732 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3733 expanding hexl-program in case exec-directory contains a space. | |
3734 (dehexlify-command): Ditto. | |
3735 | |
3736 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3737 file extension regexps which aren't necessarily binary files. | |
3738 (direct-print-region-helper): Use subst-char-in-string instead of | |
3739 binding directory-sep-char to convert filenames to DOS syntax. | |
3740 (direct-print-region-use-command-dot-com): New variable. | |
3741 (direct-print-region-helper): Use it to control whether to invoked | |
3742 command.com to print on Windows 9x. | |
3743 | |
3744 * browse-url.el (browse-url-browser-function): Default to | |
3745 browse-url-default-windows-browser on windows-nt. | |
3746 (browse-url-default-windows-browser): New function. | |
3747 | |
3748 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3749 | |
3750 * forms.el (forms-mode): Don't call forms-first-record or | |
3751 forms-last-record if the data file has zero records. | |
3752 | |
3753 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3754 | |
3755 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3756 after find-file-not-found-hooks runs, recompute the truename. | |
3757 And don't use FILENAME after that point. | |
3758 | |
3759 1999-04-27 Dave Love <fx@gnu.org> | |
3760 | |
3761 * paren.el (show-paren-mode) | |
3762 * which-func.el (which-func-mode-global) | |
3763 * type-break.el (type-break-mode) | |
3764 * time.el (display-time-mode) | |
3765 * rsz-mini.el (resize-minibuffer-mode) | |
3766 * mouse-sel.el (mouse-sel-mode) | |
3767 * icomplete.el (icomplete-mode) | |
3768 * hscroll.el (hscroll-global-mode) | |
3769 * help.el (temp-buffer-resize-mode) | |
3770 * font-lock.el (global-font-lock-mode) | |
3771 * delsel.el (delete-selection-mode) | |
3772 * avoid.el (mouse-avoidance-mode) | |
3773 * autoinsert.el (auto-insert-mode) | |
3774 * winner.el (winner-mode): Doc fix. | |
3775 | |
3776 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3777 | |
3778 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3779 the same whitespace that was ignored in choosing the subject string. | |
3780 | |
3781 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3782 | |
3783 * info.el (Info-find-node): Position properly after finding anchor. | |
3784 | |
3785 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3786 | |
3787 * simple.el (indent-new-comment-line): Fix previous change. | |
3788 | |
3789 * complete.el: Delete the wildcard expansion feature | |
3790 since that is now standard in find-file. | |
3791 (PC-try-load-many-files): Function deleted. | |
3792 (PC-after-load-many-files): Function deleted. | |
3793 (PC-many-files-list): Variable deleted. | |
3794 (PC-disable-wildcards): Variable deleted. | |
3795 (partial-completion-mode): Don't enable the wildcard feature. | |
3796 | |
3797 * complete.el (PC-look-for-include-file): Don't set global variables | |
3798 `error', `buf' and `filename' here. | |
3799 | |
3800 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3801 | |
3802 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3803 | |
3804 * textmodes/outline.el (outline-regexp): Doc fix. | |
3805 | |
3806 1999-04-26 John Wiegley <johnw@borland.com> | |
3807 | |
3808 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3809 C++Builder 4.0 error message syntax. | |
3810 | |
3811 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3812 | |
3813 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3814 supported, use find -exec. | |
3815 | |
3816 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3817 | |
3818 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3819 coding-system-for-write, to avoid hanging when non-interactive. | |
3820 | |
3821 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3822 | |
3823 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3824 start with a newline. | |
3825 | |
3826 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3827 | |
3828 * international/mule-conf.el (x-ctext): New coding system. | |
3829 | |
3830 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3831 | |
3832 * international/mule-cmds.el (input-method-function): | |
3833 Add permanent-local property. | |
3834 | |
3835 1999-04-12 Dave Love <fx@gnu.org> | |
3836 | |
3837 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3838 change to use jka-compr-byte-compiler-base-file-name. | |
3839 | |
3840 * supercite.el (sc-scan-info-alist): Revert last change. | |
3841 (sc-attrib-selection-list): Fix :type here instead. | |
3842 | |
3843 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3844 | |
3845 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3846 in the list of case-insensitive filesystems. | |
3847 | |
3848 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3849 | |
3850 * international/fontset.el (create-fontset-from-fontset-spec): | |
3851 Don't register duplicated alias fontset names. | |
3852 | |
3853 1999-04-08 Richard Stallman <rms@gnu.org> | |
3854 | |
3855 * international/mule.el (auto-coding-alist-lookup): New function. | |
3856 (set-auto-coding): Use auto-coding-alist-lookup. | |
3857 | |
3858 * jka-compr.el (jka-compr-insert-file-contents): | |
3859 Use auto-coding-alist-lookup to check for files that | |
3860 should not have eol conversion, in the unibyte case. | |
3861 | |
3862 1999-04-07 Dave Love <fx@gnu.org> | |
3863 | |
3864 * help.el (describe-variable): Check custom-loads property as well | |
3865 as custom-type. | |
3866 | |
3867 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3868 | |
3869 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3870 | |
3871 * vc.el (vc-backend-revert): For CVS files that were made | |
3872 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3873 | |
3874 1999-04-08 Dave Love <fx@gnu.org> | |
3875 | |
3876 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3877 more. | |
3878 (sc-emacs-features): Recognize Emacs 20. | |
3879 (sc-read-string): Use history arg. | |
3880 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3881 | |
3882 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3883 | |
3884 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3885 coding system to encode the message by | |
3886 select-message-coding-system. | |
3887 | |
3888 1999-04-07 Richard Stallman <rms@gnu.org> | |
3889 | |
3890 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3891 | |
3892 * winner.el: Reorder definitions. | |
3893 | |
3894 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3895 | |
3896 * mail/rmail.el (rmail-decode-babyl-format): | |
3897 Undo previous change. | |
3898 | |
3899 1999-04-06 Richard Stallman <rms@gnu.org> | |
3900 | |
3901 * info.el (Info-find-node): Check for an anchor at the | |
3902 proper place, before reading an indirect file. | |
3903 | |
3904 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3905 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3906 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 3907 Use raw-text-unix when we want no conversion. |
3908 | |
3909 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3910 | |
3911 * timezone.el (timezone-parse-date): Corrected regexp for | |
3912 style (5) date format so that tenths of seconds are optional. | |
3913 | |
3914 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3915 | |
3916 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3917 of dos-codepage-setup. | |
3918 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3919 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
|
3920 systems. |
25837 | 3921 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
3922 | |
3923 1999-04-05 Richard Stallman <rms@gnu.org> | |
3924 | |
3925 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3926 | |
3927 1999-04-02 Richard Stallman <rms@gnu.org> | |
3928 | |
3929 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3930 if (car status) doesn't end in a newline. | |
3931 | |
3932 1999-04-01 Dave Love <fx@gnu.org> | |
3933 | |
3934 * progmodes/sql.el (SQL): Add defgroup :version. | |
3935 | |
3936 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3937 | |
3938 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
3939 buffer-file-coding-system. If the coding system used is raw-text, | |
3940 etc., make the *Compiler Input* buffer unibyte. | |
3941 | |
3942 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
3943 | |
3944 * loadup.el: Don't write the fns-...el file if not dumping. | |
3945 | |
3946 1999-03-31 Dave Love <fx@gnu.org> | |
3947 | |
3948 * snmp-mode.el (snmp): Fix defgroup :version. | |
3949 | |
3950 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
3951 | |
3952 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
3953 | |
3954 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
3955 the gnus-save-hidden-threads macro. | |
3956 | |
3957 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
3958 | |
3959 * faces.el (face-set-after-frame-default): Obey the | |
3960 `customized-face' for new faces. | |
3961 | |
3962 1999-03-30 Dave Love <fx@gnu.org> | |
3963 | |
3964 * international/mule-cmds.el (current-language-environment): Doc fix. | |
3965 * abbrev.el (abbrev-mode): Doc fix. | |
3966 * autoinsert.el (auto-insert-mode): Doc fix. | |
3967 * complete.el (partial-completion-mode): Doc fix. | |
3968 * avoid.el (mouse-avoidance-mode): Doc fix. | |
3969 * delsel.el (delete-selection-mode): Doc fix. | |
3970 * font-lock.el (global-font-lock-mode): Doc fix. | |
3971 * help.el (temp-buffer-resize-mode): Doc fix. | |
3972 * hscroll.el (hscroll-global-mode): Doc fix. | |
3973 * icomplete.el (icomplete-mode): Doc fix. | |
3974 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
3975 * paren.el (show-paren-mode): Doc fix. | |
3976 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
3977 * time.el (display-time-mode): Doc fix. | |
3978 * type-break.el (type-break-mode): Doc fix. | |
3979 * which-func.el (which-func-mode-global): Doc fix. | |
3980 * winner.el (winner-mode): Doc fix. | |
3981 | |
3982 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
3983 | |
3984 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
3985 than an ordinary error. | |
3986 | |
3987 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
3988 | |
3989 * repeat.el: Don't require advice. | |
3990 (repeat): Do function-indirection in check for kbd macro. | |
3991 In self-insert case, use the *last* char in INSERTION. | |
3992 | |
3993 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
3994 | |
3995 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
3996 | |
3997 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
3998 | |
3999 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
4000 comint-input-filter-functions. Make variables related to shell | |
4001 directory tracking local. | |
4002 | |
4003 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
4004 | |
4005 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
4006 | |
4007 * simple.el (shell-command-on-region): Cope with exit-status being | |
4008 nil, which happens if call-process-region was interrupted. | |
4009 | |
4010 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
4011 | |
4012 * simple.el (indent-new-comment-line): Handle use at a point | |
4013 after a comment-end. Handle multiple comments. | |
4014 | |
4015 * mail/rmail.el (rmail-decode-babyl-format): | |
4016 To prevent locking, bind buffer-file-name to nil. | |
4017 | |
4018 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
4019 | |
4020 * mail-hist.el (mail-hist-current-header-name): Don't make | |
4021 off-by-one-error when determining if in message body. | |
4022 | |
4023 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
4024 | |
4025 * w32-fns.el (set-default-process-coding-system): Copied from | |
4026 dos-w32.el, but modified to use Unix line endings for process | |
4027 input, and to add a suitable entry to process-coding-system-alist | |
4028 for DOS shells. | |
4029 | |
4030 * dos-fns.el (set-default-process-coding-system): Copied from | |
4031 dos-w32.el. | |
4032 | |
4033 * dos-w32.el (set-default-process-coding-system): Move function to | |
4034 dos-fns.el; a different version is used in w32-fns.el. | |
4035 | |
4036 1999-03-24 Dave Love <fx@gnu.org> | |
4037 | |
4038 * info.el (Info-directory-list): Revert change to re-writing | |
4039 Info-default-directory-list, but put `alternative' first. | |
4040 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
4041 | |
4042 1999-03-23 Simon Marshall <simon@gnu.org> | |
4043 | |
4044 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
4045 on the line by itself. | |
4046 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4047 it is not in a declarative context. | |
4048 | |
4049 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4050 | |
4051 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4052 autoloaded symbols. | |
4053 | |
4054 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4055 | |
4056 * simple.el (what-cursor-position): Don't cause error when point | |
4057 is at invalid multibyte sequence. | |
4058 | |
4059 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4060 | |
4061 * complete.el (partial-completion-mode): Doc fix. | |
4062 | |
4063 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4064 | |
4065 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4066 | |
4067 * progmodes/c-mode.el (old-c): Remove :group. | |
4068 | |
4069 1999-03-18 Simon Marshall <simon@gnu.org> | |
4070 | |
4071 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4072 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4073 | |
4074 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4075 | |
4076 * w32-fns.el (set-w32-system-coding-system) New function. | |
4077 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4078 | |
4079 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4080 | |
4081 * international/mule-cmds.el (set-language-environment): Fix | |
4082 previous change: don't use dos-codepage when unbound. | |
4083 | |
4084 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4085 | |
4086 * calendar/appt.el (appt-make-list): Fix previous change. | |
4087 | |
4088 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4089 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4090 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4091 Don't try to redisplay with the cursor at the end |
4092 on its own line--that would force a scroll and spoil things. | |
4093 | |
4094 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4095 | |
4096 * international/mule-cmds.el (set-language-environment): Don't use | |
4097 cpNNN-nonascii-translation-table if it is unbound. | |
4098 | |
4099 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4100 syntax table and bind unibyte-display-via-language-environment | |
4101 here, rather than at top level, so that resetting to unibyte in | |
4102 .emacs works as expected. | |
4103 | |
4104 1999-03-15 Simon Marshall <simon@gnu.org> | |
4105 | |
4106 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4107 | |
4108 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4109 | |
4110 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4111 | |
4112 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4113 | |
4114 * international/mule-util.el (detect-coding-with-priority): | |
4115 Restore the internal database. | |
4116 | |
4117 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4118 | |
4119 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4120 if mail-from-style has invalid value. | |
4121 | |
4122 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4123 | |
4124 * vc.el (vc-delete-logbuf-window): New var. | |
4125 (vc-finish-logentry): Use it. | |
4126 | |
4127 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4128 | |
4129 * startup.el (command-line-1): Improve startup msg. | |
4130 | |
4131 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4132 | |
4133 * speedbar.el: Added commentary about stealthy functions. | |
4134 (speedbar-message) new function. | |
4135 (speedbar-y-or-n-p): New function | |
4136 (speedbar-with-attached-buffer) Moved macro before reference. | |
4137 Now uses `save-selected-window'. | |
4138 (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
|
4139 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4140 speedbar-item-delete, speedbar-insert-generic-list, |
4141 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4142 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4143 speedbar-buffers-item-info) Use speedbar-message. | |
4144 (speedbar-item-info) Limit `message-log-max'. | |
4145 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4146 speedbar-item-delete, speedbar-item-object-delete, | |
4147 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4148 | |
4149 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4150 | |
4151 * server.el (server-start): Set coding system for the server | |
4152 process to raw-text. | |
4153 (server-process-filter): Decode file names if necessary. | |
4154 | |
4155 1999-03-12 Dave Love <fx@gnu.org> | |
4156 | |
4157 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4158 | |
4159 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4160 | |
4161 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4162 | |
4163 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4164 | |
4165 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4166 | |
4167 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4168 (ispell-dictionary-alist-2): Likewise. | |
4169 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4170 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4171 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4172 | |
4173 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4174 | |
4175 * enriched.el (enriched-mode): Make var permanent-local. | |
4176 | |
4177 1999-03-09 Dave Love <fx@gnu.org> | |
4178 | |
4179 * textmodes/sgml-mode.el (html-mode): Use | |
4180 sentence-end-double-space when setting sentence-end. | |
4181 | |
4182 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4183 | |
4184 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4185 | |
4186 1999-03-08 Felix Lee <flee@cygnus.com> | |
4187 | |
4188 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4189 | |
4190 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4191 | |
4192 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4193 | |
4194 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4195 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4196 | |
4197 * dired.el (dired-do-copy-regexp): Doc fix. | |
4198 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4199 | |
4200 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4201 | |
4202 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4203 | |
4204 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4205 | |
4206 * international/codepage.el (cp1250-decode-table) | |
4207 (cp1251-decode-table, cp1253-decode-table) | |
4208 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4209 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4210 | |
4211 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4212 | |
4213 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4214 | |
4215 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4216 | |
4217 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4218 | |
4219 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4220 | |
4221 1999-03-06 Dave Love <fx@gnu.org> | |
4222 | |
4223 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4224 buffer-invisibility-spec. | |
4225 | |
4226 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4227 | |
4228 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4229 | |
4230 1999-03-05 Felix Lee <flee@cygnus.com> | |
4231 | |
4232 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4233 | |
4234 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4235 | |
4236 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4237 | |
4238 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4239 | |
4240 * w32-fns.el (convert-standard-filename): Convert directory | |
4241 separators to Windows format. | |
4242 | |
4243 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4244 | |
4245 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4246 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4247 (batch-skkdic-convert): Doc fix. | |
4248 | |
4249 1999-03-04 Dave Love <fx@gnu.org> | |
4250 | |
4251 * custom.el (custom-set-variables): Protect against setter errors. | |
4252 | |
4253 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4254 | |
4255 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4256 the file sizes from overflowing. | |
4257 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4258 Under -s, print the size in blocks with %4.0f, in case they have | |
4259 a *really* huge file. | |
4260 | |
4261 1999-03-03 Dave Love <fx@gnu.org> | |
4262 | |
4263 * options.el (edit-options): Doc fix. | |
4264 (list-options): Don't lose with unbound symbols. Maintain | |
4265 Edit-options-mode. | |
4266 | |
4267 1999-03-01 Dave Love <fx@gnu.org> | |
4268 | |
4269 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4270 | |
4271 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4272 | |
4273 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4274 (ispell-dictionary-alist): Don't setq it, | |
4275 if ispell-dictionary-alist-override is set. | |
4276 | |
4277 * simple.el (shell-command-default-error-buffer): Renamed from | |
4278 shell-command-on-region-default-error-buffer. | |
4279 (shell-command-on-region): Mention in echo area when there | |
4280 is some error output. Mention success or failure, too. | |
4281 Accumulate multiple error outputs | |
4282 going forward, with formfeed in between. Display the error buffer | |
4283 when we have put something in it. | |
4284 (shell-command): Add the ERROR-BUFFER argument feature. | |
4285 | |
4286 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4287 | |
4288 * mail/mh-utils.el (mh-lib): Doc fix. | |
4289 (mh-lib-progs, mh-nmh-p): New vars. | |
4290 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4291 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4292 of mh-file-command-p. | |
4293 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4294 | |
4295 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4296 (mh-smail-batch): Don't ignore all arguments. | |
4297 (mh-reply): Do the right thing when using nmh. | |
4298 | |
4299 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4300 | |
4301 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4302 to show a buffer being decoded. | |
4303 | |
4304 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4305 | |
4306 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4307 '("/usr/local/share/emacs/fonts/bdf"). | |
4308 | |
4309 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4310 | |
4311 * ps-print.el: PostScript programming fix. | |
4312 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4313 setpagedevice operator). | |
4314 | |
4315 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4316 | |
4317 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4318 sizes. | |
4319 (ps-print-version): New version number (4.1.4). | |
4320 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4321 Specifies landscape and portrait sizes. | |
4322 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4323 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4324 fix. | |
4325 (ps-get-font-size): New fun. | |
4326 (ps-font-size-internal, ps-header-font-size-internal) | |
4327 (ps-header-title-font-size-internal): New vars. | |
4328 | |
4329 * ps-mule.el: Change of ps-print font size variable name. | |
4330 (ps-mule-generate-font): Fun fix. | |
4331 (ps-mule-begin-job): Programming uniformization. | |
4332 | |
4333 1999-02-25 Dave Love <fx@gnu.org> | |
4334 | |
4335 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4336 (help-make-xrefs): Do Info case first. | |
4337 | |
4338 * repeat.el: Don't require advice. | |
4339 (repeat-last-kill-command): Variable deleted. | |
4340 | |
4341 1999-02-25 Richard Stallman <rms@gnu.org> | |
4342 | |
4343 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4344 case just because the current buffer is the output buffer. | |
4345 | |
4346 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4347 | |
4348 * simple.el (what-cursor-position): To show the character's | |
4349 encoding, use encoded-string-description instead of information | |
4350 of chaset-origin-alist. | |
4351 | |
4352 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4353 (encoded-code-description): New function. | |
4354 (encoded-string-description): New function. | |
4355 (encode-coding-char): New function. | |
4356 | |
4357 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4358 | |
4359 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4360 checking for .emacs[.el[c]]. | |
4361 | |
4362 1999-02-24 Richard Stallman <rms@gnu.org> | |
4363 | |
4364 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4365 | |
4366 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4367 | |
4368 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4369 inputting ?\240. | |
4370 | |
4371 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4372 | |
4373 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4374 | |
4375 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4376 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4377 | |
4378 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4379 | |
4380 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4381 | |
4382 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4383 | |
4384 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4385 | |
4386 * 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
|
4387 excursion while calling set-auto-coding-function. |
25837 | 4388 |
4389 * play/handwrite.el (handwrite): Require ps-print, and use | |
4390 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4391 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4392 | |
4393 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4394 | |
4395 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4396 charset-origin-alist property to a coding system for the codepage. | |
4397 | |
4398 * international/mule.el: Modify comment for charset-origin-alist | |
4399 property of a coding system. | |
4400 | |
4401 * simple.el (what-cursor-position): charset-origin-alist property | |
4402 of a coding system may be a translation table or a symbol of which | |
4403 `translation-table' property is a translation table. | |
4404 | |
4405 1999-02-21 Richard Stallman <rms@gnu.org> | |
4406 | |
4407 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4408 to the "html" template. | |
4409 | |
4410 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4411 | |
4412 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4413 | |
4414 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4415 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4416 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 4417 instead of the buffer. |
4418 | |
4419 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4420 | |
4421 * sql.el: Set version to 1.4.1. Changed mail address to | |
4422 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4423 (sql-input-ring-separator): Doc fix. | |
4424 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4425 ". 56" instead of ". 12b" for XEmacs. | |
4426 (sql-stop, sql-interactive-mode): Doc fixes. | |
4427 (sql-postgres): Queries for database and server, not just one. | |
4428 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4429 | |
4430 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4431 changed. This is needed for master.el to work. | |
4432 (sql-set-sqli-buffer): Use the new hook. | |
4433 | |
4434 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4435 sql-alternate-buffer-name. | |
4436 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4437 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4438 (sql-rename-buffer): New command. | |
4439 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4440 | |
4441 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4442 and sql-input-ring-file-name are used to temporarily set | |
4443 comint-input-ring-file-name and comint-input-ring-separator when | |
4444 reading and writing input history files. | |
4445 | |
4446 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4447 (sql-input-ring-file-name): New variable with customization. | |
4448 (sql-input-ring-separator): New variable with customization. | |
4449 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4450 Callers changed. | |
4451 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4452 now includes the name of the current buffer. | |
4453 | |
4454 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4455 sql-send-paragraph sends the entire SQL statements, even if it | |
4456 contains indented lines. | |
4457 | |
4458 1999-02-18 Dave Love <fx@gnu.org> | |
4459 | |
4460 * format.el (format-encode-run-method, format-decode-run-method): | |
4461 Fix previous change. | |
4462 | |
4463 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4464 | |
4465 * international/mule.el (coding-system-list): Moved here from | |
4466 mule-util.el to avoid autoloading mule-util by the call of | |
4467 select-safe-coding-system. | |
4468 | |
4469 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4470 | |
4471 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4472 `text-mode-hook'. | |
4473 | |
4474 1999-02-17 Richard Stallman <rms@gnu.org> | |
4475 | |
4476 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4477 Don't crash if (current-local-map) is nil. | |
4478 | |
4479 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4480 | |
4481 * filecache.el (file-cache-filter-regexps): Added .class. | |
4482 | |
4483 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4484 | |
4485 * international/mule-util.el (decompose-region): Use | |
4486 insert-buffer-substring instead of insert-buffer to avoid putting | |
4487 mark. | |
4488 | |
4489 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4490 | |
4491 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4492 displayed-month and displayed-year here, let generate-calendar do | |
4493 it, after range checking. | |
4494 | |
4495 1999-02-17 Simon Marshall <simon@gnu.org> | |
4496 | |
4497 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4498 | |
4499 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4500 correctly between an object declared via a constructor and a method. | |
4501 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4502 (java-font-lock-keywords-1): Fontify package names individually. | |
4503 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4504 (java-font-lock-keywords-2): Simplify type fontification. | |
4505 (java-font-lock-keywords-3): Likewise. | |
4506 | |
4507 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4508 | |
4509 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4510 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4511 | |
4512 1999-02-16 Dave Love <fx@gnu.org> | |
4513 | |
4514 * help.el (describe-function-1): Accept non-symbols. | |
4515 | |
4516 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4517 | |
4518 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4519 find the last match if there are multiple matches. | |
4520 | |
4521 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4522 | |
4523 * tex-mode.el (tex-run-command, latex-run-command) | |
4524 (slitex-run-command, tex-command): Doc changes. | |
4525 (tex-start-options-string): Autoload it. Doc change. Provide | |
4526 a menu for customization. Allow nil. Quote backslashes only once. | |
4527 (tex-start-tex): Handle nil value of tex-start-options-string | |
4528 and apply shell-quote-argument to it. | |
4529 | |
4530 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4531 | |
4532 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4533 the size in blocks, since it can be a float. | |
4534 (ls-lisp-format): Likewise | |
4535 | |
4536 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4537 | |
4538 * language/japanese.el (japanese-shift-jis): Add | |
4539 charset-origin-alist property. | |
4540 | |
4541 1999-02-15 Richard Stallman <rms@gnu.org> | |
4542 | |
4543 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4544 | |
4545 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4546 | |
4547 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4548 | |
4549 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4550 | |
4551 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4552 Summary-line in its header, get past one more line before looking | |
4553 for the X-Coding-System header. | |
4554 | |
4555 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4556 | |
4557 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4558 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4559 | |
4560 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4561 | |
4562 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4563 instead of `eq'. | |
4564 | |
4565 1999-02-14 Richard Stallman <rms@gnu.org> | |
4566 | |
4567 * international/iso-transl.el: | |
4568 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4569 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4570 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4571 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4572 (iso-transl-char-map): Related changes. | |
4573 | |
4574 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4575 | |
4576 1999-02-13 Richard Stallman <rms@gnu.org> | |
4577 | |
4578 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4579 (texinfo-fold-nodename-case): Add defvar. | |
4580 (texinfo-format-node): Do case folding if specified. | |
4581 | |
4582 * ffap.el (ffap-file-at-point): Test local file names | |
4583 immediately. Strip off line numbers. | |
4584 | |
4585 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4586 | |
4587 * sql.el: Set version to 1.3.2 | |
4588 (sql-solid-program): Added support for solid. | |
4589 (sql-help): Doc mentions sql-solid. | |
4590 (sql-solid): Entry function for Solid. | |
4591 (sql-buffer): Doc explains the use of the variable and how to | |
4592 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4593 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 4594 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
4595 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4596 is new. | |
4597 (sql-show-sqli-buffer): New function to display the value of | |
4598 sql-buffer. | |
4599 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4600 (sql-mode): Doc explains how to change sql-buffer. | |
4601 (sql-send-paragraph): New function to send a paragraph. | |
4602 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4603 (sql-mysql): Doc corrected. | |
4604 (sql-ms): Doc corrected. | |
4605 | |
4606 * sql.el (sql-server): Doc fix. | |
4607 (sql-mysql): Added the use of sql-server to specify the host, | |
4608 sql-database now specifies database instead of host. | |
4609 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4610 is non-nil. | |
4611 (sql-help): Changed tag of entry functions a bit. | |
4612 | |
4613 * sql.el: Added keywords from `finder-by-keyword'. | |
4614 (sql-mode): Made sql-buffer a local variable, changed the | |
4615 documentation: removed instructions to add *.sql files to | |
4616 auto-mode-alist, added documentation for having mutliple SQL | |
4617 buffers sending their stuff to different SQLi buffers, each | |
4618 running a different process. | |
4619 (sql-postgres): Quoted *SQL* in doc string. | |
4620 (sql-ms): Likewise. | |
4621 (sql-ingres): Likewise. | |
4622 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4623 sql-user and sql-password used during login. | |
4624 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4625 (sql-oracle): Likewise. | |
4626 (sql-interactive-mode): Added extensive documentation for having | |
4627 mutliple SQL buffers sending their stuff to different SQLi | |
4628 buffers, each running a different process. | |
4629 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4630 (sql-get-login): Doc fix. | |
4631 | |
4632 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4633 | |
4634 * international/mule-conf.el (undecided): Set ascii in | |
4635 safe-charsets property. | |
4636 | |
4637 1999-02-12 Richard Stallman <rms@gnu.org> | |
4638 | |
4639 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4640 | |
4641 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4642 | |
4643 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4644 value to ps-mule-font-info-database-latin. | |
4645 | |
4646 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4647 | |
4648 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4649 (ps-mule-font-info-database-default): New variable. | |
4650 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4651 ps-mule-font-info-database-default. | |
4652 | |
4653 1999-02-12 Dave Love <fx@gnu.org> | |
4654 | |
4655 * timezone.el (timezone-make-date-sortable) | |
4656 (timezone-make-date-arpa-standard): Doc fix. | |
4657 | |
4658 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4659 | |
4660 * international/quail.el (quail-show-kbd-layout): Bind | |
4661 blink-matching-paren to nil. | |
4662 | |
4663 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4664 for ASCII and Latin-1. | |
4665 | |
4666 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4667 | |
4668 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4669 | |
4670 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4671 | |
4672 * international/mule-cmds.el (language-info-alist): Remove | |
4673 description about charset-origin-alist. | |
4674 | |
4675 * international/mule.el: Comment added for a new coding system | |
4676 property `charset-origin-alit'. | |
4677 (make-translation-table): This variable deleted. | |
4678 | |
4679 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4680 property. | |
4681 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4682 | |
4683 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4684 property. | |
4685 (cyrillic-alternativnyj): Likewise. | |
4686 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4687 ("Cyrillic-ALT"): Likewise. | |
4688 | |
4689 * language/vietnamese.el (vietnamese-viqr): Add | |
4690 charset-origin-alist property. | |
4691 ("Vietnamese"): Remove charset-origin-alist property. | |
4692 | |
4693 * simple.el (what-cursor-position): Don't use the varialbe | |
4694 charset-origin-alist, but use charset-origin-alist property of | |
4695 buffer-file-coding-system to decide external character set code. | |
4696 | |
4697 1999-02-10 Richard Stallman <rms@gnu.org> | |
4698 | |
4699 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4700 | |
4701 1999-02-09 Richard Stallman <rms@gnu.org> | |
4702 | |
4703 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4704 | |
4705 * add-log.el (add-log-file-name-function): New variable. | |
4706 (add-change-log-entry): Call that function, if non-nil. | |
4707 | |
4708 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4709 | |
4710 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4711 | |
4712 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4713 | |
4714 * progmodes/compile.el (compilation-setup): Set value of | |
4715 compilation-directory-stack as in compilation-forget-errors. | |
4716 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4717 deactivate-mark. | |
4718 (compilation-forget-errors): Likewise. | |
4719 | |
4720 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4721 | |
4722 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4723 def... constructs. | |
4724 | |
4725 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4726 Remove calls to sleep-for. | |
4727 | |
4728 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4729 | |
4730 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4731 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4732 supported by the codepage. | |
4733 (cp-make-coding-systems-for-codepage): Likewise. | |
4734 | |
4735 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4736 | |
4737 * international/mule-util.el (coding-system-list): Don't sort | |
4738 coding-system-list here. | |
4739 | |
4740 * international/mule.el (coding-system-lessp): Moved here from | |
4741 mule-util.el | |
4742 (add-to-coding-system-list): New function. | |
4743 (make-subsidiary-coding-system, make-coding-system, | |
4744 define-coding-system-alias): Use it instead of setting | |
4745 coding-system-list directly. | |
4746 | |
4747 1999-02-07 Dave Love <fx@gnu.org> | |
4748 | |
4749 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4750 onto message. | |
4751 | |
4752 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4753 | |
4754 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4755 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4756 | |
4757 1999-02-06 Richard Stallman <rms@gnu.org> | |
4758 | |
4759 * language/european.el (setup-slovenian-environment): New function. | |
4760 ("Slovenian"): New language environment. | |
4761 | |
4762 * progmodes/sql.el (sql-help): Doc fix. | |
4763 (sql-mysql): Doc fix. | |
4764 | |
4765 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4766 | |
4767 * tex-mode.el: When compiling, require compare-w and skeleton | |
4768 to pacify the byte-compiler. Move the def's of the tex-commands | |
4769 together. Add a comment on kill-process vs. quit-process. | |
4770 | |
4771 1999-02-05 Dave Love <fx@gnu.org> | |
4772 | |
4773 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4774 null markers. | |
4775 (compile-goto-error): Likewise. | |
4776 | |
4777 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4778 | |
4779 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4780 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4781 (time-stamp): don't re-write the time stamp if it didn't change. | |
4782 | |
4783 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4784 | |
4785 * progmodes/sql.el: Changed version to 1.2.1. | |
4786 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4787 (sql-mysql-program): Added MySQL support. | |
4788 (sql-prompt-length): Made prompt-length configurable. | |
4789 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4790 (sql-help): Added MySQL support, changed documentation. | |
4791 (sql-send-region): A message is displayed if something is sent. | |
4792 (sql-mode): Added buffer-local comment-start. | |
4793 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4794 (sql-interactive-mode): Added buffer-local comment-start. | |
4795 (sql-oracle): Set sql-prompt-length. | |
4796 (sql-sybase): Set sql-prompt-length. | |
4797 (sql-mysql): Added MySQL support. | |
4798 (sql-ingres): Set sql-prompt-length. | |
4799 (sql-ms): Set sql-prompt-length. | |
4800 (sql-postgres): Set sql-prompt-length. | |
4801 | |
4802 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4803 | |
4804 * term/internal.el (dos-codepage-setup): Set selection coding | |
4805 system to cpNNN-dos. | |
4806 | |
4807 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4808 | |
4809 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4810 | |
4811 1999-02-02 Dave Love <fx@gnu.org> | |
4812 | |
4813 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4814 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4815 | |
4816 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4817 | |
4818 * terminal.el (terminal-emulator): Doc fix. | |
4819 | |
4820 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4821 | |
4822 * international/mule-util.el (compose-chars): Doc-string | |
4823 modified. Correctly handle a composition character in ARGS. | |
4824 | |
4825 1999-02-01 Richard Stallman <rms@gnu.org> | |
4826 | |
4827 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4828 (makefile-menu-index-function): Function deleted. | |
4829 (makefile-mode): Use makefile-imenu-generic-expression. | |
4830 | |
4831 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4832 | |
4833 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4834 change, invoke from before-init-hook. | |
4835 | |
4836 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4837 | |
4838 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4839 buffer-invisibility-spec is t. | |
4840 | |
4841 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4842 | |
4843 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4844 appt-add and appt-delete. | |
4845 | |
4846 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4847 | |
4848 * term/pc-win.el (msdos-approximate-color): New function. | |
4849 (msdos-color-translate): Call it to find a DOS color that best | |
4850 approximates an X-style "#NNNNNN" color specification. | |
4851 | |
4852 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4853 | |
4854 * international/mule-util.el (compose-chars-component): Add | |
4855 autoload cookie. | |
4856 | |
4857 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4858 | |
4859 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4860 function, replace cdr of MAP by the return value of the function | |
4861 unconditionally. | |
4862 | |
4863 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4864 | |
4865 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4866 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4867 | |
4868 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4869 | |
4870 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4871 and NLs before "charset", and allow the charset name be in double | |
4872 quotes. | |
4873 | |
4874 1999-01-31 Richard Stallman <rms@gnu.org> | |
4875 | |
4876 * imenu.el (imenu-sort-function): Fix custom type. | |
4877 | |
4878 1999-01-30 Richard Stallman <rms@gnu.org> | |
4879 | |
4880 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4881 (speedbar-line-token): Likewise. | |
4882 | |
4883 * play/gametree.el (gametree-default-score): Use defcustom. | |
4884 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4885 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4886 | |
4887 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4888 | |
4889 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4890 decoding. | |
4891 | |
4892 1999-01-29 Markus Rost <rost@gnu.org> | |
4893 | |
4894 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4895 tex-validate-buffer. | |
4896 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4897 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4898 now with recent occur-mode. | |
4899 (tex-validate-region): Really walk through all Sexps. | |
4900 (tex-region): Bind shell-dirtrack-verbose. | |
4901 (tex-file, tex-bibtex-file): Likewise. | |
4902 | |
4903 1999-01-29 Dave Love <fx@gnu.org> | |
4904 | |
4905 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4906 appending .el to file name. | |
4907 (finder-find-library, finder-commentary): Doc fixes. | |
4908 | |
4909 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4910 | |
4911 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4912 where the userid contains directory separators. | |
4913 | |
4914 1999-01-29 Dave Love <fx@gnu.org> | |
4915 | |
4916 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4917 (lm-commentary): Doc fix. | |
4918 | |
4919 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4920 | |
4921 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4922 wildcard match. Fix regexp that tests if dirpart contains | |
4923 wildcard characters. | |
4924 | |
4925 1999-01-28 Richard Stallman <rms@gnu.org> | |
4926 | |
4927 * font-lock.el (font-lock-default-unfontify-region): | |
4928 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4929 | |
4930 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4931 | |
4932 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4933 from FAMILY field. | |
4934 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4935 (mouse-set-font): Document. Automatically create and use fontsets. | |
4936 | |
4937 * dos-w32.el (direct-print-region-helper): Check for printer | |
4938 being t as well as a string. | |
4939 | |
4940 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
4941 | |
4942 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
4943 (rmail-mime-charset-pattern): New variable. | |
4944 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
4945 rmail-decode-mime-charset is non-nil. | |
4946 | |
4947 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
4948 | |
4949 * international/characters.el: Set category `q' for all characters | |
4950 in tibetan and tibetan-1-column. | |
4951 | |
4952 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
4953 | |
4954 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
4955 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
4956 | |
4957 1999-01-27 Dave Love <fx@gnu.org> | |
4958 | |
4959 * international/mule-cmds.el (current-language-environment): | |
4960 Provide :link, :type (choices) and appropriate :get. | |
4961 | |
4962 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
4963 | |
4964 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
4965 display end-of-line format in mode line. | |
4966 | |
4967 * cus-start.el (all): Add eol-mnemonic-* variables. | |
4968 | |
4969 1999-01-26 Dave Love <fx@gnu.org> | |
4970 | |
4971 * startup.el (command-line-1): Up-date copyright. | |
4972 | |
4973 * paths.el (Info-default-directory-list): Use configdir twice. | |
4974 | |
4975 * info.el (Info-directory-list): Don't set path-separator now | |
4976 we're not shipped with Texinfo. Simplify path definition. | |
4977 Substitute all occurrences of instdir in Info-default-directory-list. | |
4978 | |
4979 1999-01-25 Richard Stallman <rms@gnu.org> | |
4980 | |
4981 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
4982 Record the inode numbers of the dirs processed, to avoid loop. | |
4983 | |
4984 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
4985 | |
4986 1999-01-25 Dave Love <fx@gnu.org> | |
4987 | |
4988 * browse-url.el (browse-url-netscape-program): Doc addition. | |
4989 | |
4990 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
4991 prefix. | |
4992 | |
4993 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
4994 auto-mode-alist. | |
4995 | |
4996 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4997 | |
4998 * calendar/diary-lib.el (mark-diary-entries): Use | |
4999 assoc-ignore-case and do not capitalize when matching month and | |
5000 day names. | |
5001 | |
5002 * calendar/calendar.el (calendar-read-date): Ditto. | |
5003 | |
5004 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
5005 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
5006 | |
5007 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
5008 | |
5009 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
5010 | |
5011 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
5012 (mark-islamic-diary-entries): Ditto. | |
5013 | |
5014 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
5015 | |
5016 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
5017 (calendar-read-mayan-tzolkin-date): Ditto. | |
5018 | |
5019 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
5020 | |
5021 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
5022 | |
5023 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
5024 | |
5025 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
5026 | |
5027 * faces.el (list-faces-display): Multiline case of previous fix. | |
5028 | |
5029 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
5030 | |
5031 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
5032 | |
5033 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
5034 | |
5035 * files.el (find-file): If find-file-noselect returns a list, | |
5036 do switch-to-buffer on each element. | |
5037 (find-file-other-window): Likewise for all but the first element. | |
5038 (find-file-other-frame): Same. | |
5039 (find-file-noselect): When we expand a wildcard, return a list | |
5040 of buffers. | |
5041 | |
5042 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
5043 | |
5044 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
5045 to set the appropriate cpNNN-dos coding system as the | |
5046 highest-priority coding system. | |
5047 | |
5048 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5049 | |
5050 * international/fontset.el (generate-fontset-menu): Return a | |
5051 sorted list by plain names of fontsets. | |
5052 | |
5053 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5054 plain names. | |
5055 | |
5056 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5057 FIRST is a composite character, decompose it at first. | |
5058 | |
5059 1999-01-23 Dave Love <fx@gnu.org> | |
5060 | |
5061 * format.el: Doc fixes. | |
5062 (format-encode-run-method): Have things happen in the right buffer. | |
5063 Deal with errors from method. Set coding-system-for-write. | |
5064 (format-decode-run-method): Have things happen in the right buffer. | |
5065 Deal with errors from method. Set coding-system-for-read. | |
5066 (format-alist): Use nil instead of unmatchable regexps. | |
5067 | |
5068 * simple.el (shell-command-on-region): Return command's exit status. | |
5069 | |
5070 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5071 | |
5072 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5073 of the file whose info we want to display. | |
5074 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5075 (speedbar-add-mode-functions-list) Improve doc. | |
5076 (speedbar-line-token) New function. | |
5077 (speedbar-dired) Fix order of directories in -shown-directories. | |
5078 (speedbar-line-path): Default return is default-directory | |
5079 (speedbar-buffers-line-path): Return is dir name only. | |
5080 (speedbar-mode-functions-list): New variable. | |
5081 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5082 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5083 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5084 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5085 New functions. | |
5086 (speedbar-line-file): Broke out part that fetches file from a line. | |
5087 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5088 (speedbar-line-path): Converted into a replaceable function. | |
5089 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5090 | |
5091 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5092 | |
5093 * international/fontset.el (create-fontset-from-x-resource): Make | |
5094 style variants. | |
5095 | |
5096 1999-01-22 Dave Love <fx@gnu.org> | |
5097 | |
5098 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5099 | |
5100 1999-01-22 Sam Steingold <sds@goems.com> | |
5101 | |
5102 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5103 a process associated with it. | |
5104 | |
5105 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5106 | |
5107 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5108 | |
5109 1999-01-22 Felix Lee <flee@cygnus.com> | |
5110 | |
5111 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5112 major-mode. | |
5113 (vc-annotate-mode): Delete variable. | |
5114 | |
5115 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5116 | |
5117 * startup.el (command-line): [windows-nt]: Check for existence of | |
5118 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5119 in preference to _emacs. | |
5120 | |
5121 1999-01-22 Dave Love <fx@gnu.org> | |
5122 | |
5123 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5124 | |
5125 1999-01-20 Richard Stallman <rms@gnu.org> | |
5126 | |
5127 * files.el (find-file-noselect): Do wildcard processing only | |
5128 if new arg WILDCARDS is non-nil. | |
5129 (find-file, find-file-other-window): New arg WILDCARDS. | |
5130 Default it to non-nil if interactive. | |
5131 (find-file-other-frame): Likewise. | |
5132 (find-file-read-only): Likewise. | |
5133 (find-file-read-only-other-window): Likewise. | |
5134 (find-file-read-only-other-frame): Likewise. | |
5135 | |
5136 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5137 (widget-plist-convert-option): Delete spurious comma. | |
5138 | |
5139 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5140 | |
5141 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5142 iso8859-5 to koi8-r. Add iso8859-9. | |
5143 | |
5144 1999-01-19 Dave Love <fx@gnu.org> | |
5145 | |
5146 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5147 its uses. | |
5148 | |
5149 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5150 is active. | |
5151 (fortran-indent-subprogram): Likewise. | |
5152 | |
5153 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5154 | |
5155 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5156 | |
5157 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5158 | |
5159 * wid-edit.el (alist): Use sexp as default key-type. | |
5160 | |
5161 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5162 | |
5163 * textmodes/tex-mode.el (tex-define-common-keys): | |
5164 Remove key binding of tex-feed-input. | |
5165 (tex-mode-map): Bind tex-feed-input here. | |
5166 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5167 comint-input-filter-functions before running tex-shell-hook. | |
5168 (tex-start-tex): Forget compilation errors. | |
5169 (tex-compilation-parse-errors): Rewritten to work also with | |
5170 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5171 change in tex-region. | |
5172 (tex-region): For the temp file use file-name without directory. | |
5173 (tex-file): Expand file name of tex-print-file. | |
5174 | |
5175 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5176 | |
5177 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5178 | |
5179 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5180 | |
5181 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5182 beginning could cause Emacs to hang. Fixed. | |
5183 | |
5184 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5185 | |
5186 * international/ccl.el (ccl-compile-translate-character): Handle | |
5187 the case that a tranlation table is CCL register correctly. | |
5188 | |
5189 * international/mule-cmds.el (select-safe-coding-system): | |
5190 Hightlight at most 256 characters. | |
5191 | |
5192 1999-01-18 Dave Love <fx@gnu.org> | |
5193 | |
5194 * startup.el (command-line): If the init file changes operation to | |
5195 unibyte, make all buffers unibyte and re-set language environment. | |
5196 | |
5197 * disp-table.el (standard-display-european): Make all existing | |
5198 buffers unibyte. Fix doc. | |
5199 | |
5200 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5201 | |
5202 * wid-edit.el (coding-system): Define this unconditionally. | |
5203 | |
5204 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5205 (shell-command-on-region): Use that variable as interactive | |
5206 value of ERROR-BUFFER argument. | |
5207 | |
5208 1999-01-17 Sam Steingold <sds@goems.com> | |
5209 | |
5210 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5211 | |
5212 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5213 | |
5214 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5215 compilation buffer's window, keep it in that window. | |
5216 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5217 (compile-goto-error): Don't play with windows. | |
5218 | |
5219 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5220 (tex-command): Doc fix. | |
5221 (tex-compilation-parse-errors): Doc fix. | |
5222 (tex-generate-zap-file-name): Don't start the name with -. | |
5223 (tex-expand-files): Works now also with strings ending with ":". | |
5224 | |
5225 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5226 | |
5227 Patch failed to install: | |
5228 * gametree.el: Document scoring functionality. | |
5229 (gametree-score-regexp): Add optional plus sign. | |
5230 (gametree-score-opener): Replace `:' with `=' as the former | |
5231 conflicts with gametree-half-ply-regexp. | |
5232 (gametree-transpose-following-leaves): Add. | |
5233 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5234 only buffers. | |
5235 (gametree-break-line-here): Add a call to | |
5236 `gametree-transpose-following-leaves'. This maintains the | |
5237 necessary invariant that on each level all leaf children precede | |
5238 all nonleaf children. This has always been implied, but left to | |
5239 the user, and, unfortunately, undocumented. | |
5240 | |
5241 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5242 | |
5243 * wid-edit.el (plist, alist): New widget types. | |
5244 | |
5245 1999-01-17 Dave Love <fx@gnu.org> | |
5246 | |
5247 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5248 fix scope of condition-case therein. | |
5249 | |
5250 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5251 | |
5252 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5253 default-buffer-file-coding-system when file doesn't exist (and | |
5254 isn't covered by a special case) instead of forcing undecided-dos | |
5255 against the user's wishes. | |
5256 | |
5257 * dos-w32.el (direct-print-region-helper): New function based on | |
5258 direct-print-region-function; sends data to specified printer port | |
5259 without further translation. Recognize and handle specially the | |
5260 standard `print' and `nprint' programs, as well as `lpr' and | |
5261 similar programs. Only write directly to the printer port if no | |
5262 print program is specified. Work around a bug in Windows 9x | |
5263 affecting Win32 version of Emacs by invoking command.com to write | |
5264 to the printer port instead of writing directly. | |
5265 (direct-print-region-function): Use direct-print-region-helper to | |
5266 do most of the work. | |
5267 (direct-ps-print-region-function): New function; analogue of | |
5268 direct-print-region-function for ps-print. | |
5269 (ps-lpr-command): Comment out setq; leave as example usage. | |
5270 (ps-lpr-switches): Ditto. | |
5271 | |
5272 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5273 and MS-Windows. | |
5274 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5275 DOS and Windows platforms, to indicate direct printing. Update | |
5276 the docstring accordingly. | |
5277 | |
5278 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5279 MS-DOS and MS-Windows. | |
5280 (ps-lpr-command): Update docstring as for lpr-command. | |
5281 (ps-print-region-function): New variable. | |
5282 (ps-do-despool): Use it. | |
5283 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5284 DOS/Windows. | |
5285 | |
5286 * subr.el (subst-char-in-string): New function. | |
5287 | |
5288 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5289 | |
5290 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5291 | |
5292 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5293 (bdf-find-font-info): New function, looks for the first readable | |
5294 file from a list of alternatives. | |
5295 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5296 instead of bdf-get-font-info. | |
5297 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5298 to ps-mule-generate-bitmap-glyph. | |
5299 | |
5300 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5301 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5302 now be a list of alternative names. | |
5303 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5304 (ps-mule-prepare-font): Likewise. | |
5305 | |
5306 * international/codepage.el (cp855-decode-table, | |
5307 cp850-decode-table): Fill some nil entries. | |
5308 | |
5309 1999-01-16 Dave Love <fx@gnu.org> | |
5310 | |
5311 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5312 last change. | |
5313 | |
5314 1999-01-15 Dave Love <fx@gnu.org> | |
5315 | |
5316 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5317 and change regexp for command names. | |
5318 (help-xref-go-back, function-called-at-point, symbol-file) | |
5319 (where-is): Doc fixes. | |
5320 (help-xref-go-back): Remove interactive spec. | |
5321 (describe-function-1): Fix message for alias. Buttomize alias | |
5322 name. | |
5323 | |
5324 * simple.el (join-line): New alias. | |
5325 | |
5326 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5327 | |
5328 * forms.el: (forms--show-record): Convert integers to string | |
5329 expicitly since concat will no longer accept integers. | |
5330 (forms-print): Use local `total-nb-records' since | |
5331 `forms--total-records' will be inaccessible after buffer switching. | |
5332 | |
5333 1998-01-14 Felix Lee <flee@cygnus.com> | |
5334 | |
5335 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5336 | |
5337 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5338 | |
5339 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5340 | |
5341 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5342 | |
5343 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5344 | |
5345 1999-01-14 Simon Marshall <simon@gnu.org> | |
5346 | |
5347 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5348 (shell-dirstack-message): Use it. | |
5349 | |
5350 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5351 | |
5352 * international/mule-conf.el: Coding system alias `dos' for | |
5353 `undecided-dos', `mac' for `undecided-mac'. | |
5354 | |
5355 * international/mule-cmds.el (describe-language-environment): | |
5356 Don't alter input-method-alist. | |
5357 | |
5358 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5359 | |
5360 * international/codepage.el (cp850-decode-table): Replace nil | |
5361 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
|
5362 Jason Rumney <jasonr@altavista.net>.) |
25837 | 5363 |
5364 1999-01-13 Dave Love <fx@gnu.org> | |
5365 | |
5366 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5367 | |
5368 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5369 | |
5370 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5371 | |
5372 * files.el (auto-save-hook): Defvar this. | |
5373 | |
5374 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5375 | |
5376 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5377 faces, eliminating the need to load font-lock before loading sql. | |
5378 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5379 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5380 | |
5381 1999-01-11 Dave Love <fx@gnu.org> | |
5382 | |
5383 * cus-start.el: Add inhibit-eol-conversion. | |
5384 | |
5385 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5386 the values round. | |
5387 | |
5388 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5389 | |
5390 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5391 Don't switch to Help mode here. | |
5392 (temp-buffer-setup-hook): Use help-mode-finish. | |
5393 (help-mode-setup): New function. | |
5394 (temp-buffer-setup-hook): Use help-mode-setup. | |
5395 | |
5396 * progmodes/sql.el: New file. | |
5397 | |
5398 * files.el (auto-mode-alist): Add sql-mode. | |
5399 | |
5400 * faces.el (list-faces-display): Improve the formatting | |
5401 by computing the maximum length required for any face-name. | |
5402 | |
5403 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5404 | |
5405 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5406 | |
5407 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5408 | |
5409 * term.el (term_send_home): Change the string to | |
5410 be the same as the one emitted by xterm and consistent with the | |
5411 ones emitted by prior and next. | |
5412 (term_send_end): Likewise. | |
5413 | |
5414 1999-01-10 Dave Love <fx@gnu.org> | |
5415 | |
5416 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5417 bindings. | |
5418 | |
5419 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5420 | |
5421 * international/codepage.el (codepage-setup): Doc fix. | |
5422 (cp-decoding-vector-for-codepage): Likewise. | |
5423 | |
5424 1999-01-10 Markus Rost <rost@gnu.org> | |
5425 | |
5426 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5427 | |
5428 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5429 | |
5430 * international/iso-transl.el: Define a "function name" for | |
5431 each translation that isn't ASCII. Use these function names | |
5432 in iso-transl-char-map. | |
5433 | |
5434 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5435 | |
5436 * international/mule-util.el (decompose-region): Do decomposition | |
5437 on temporary unibyte buffer. | |
5438 | |
5439 * international/mule.el (make-char): Doc-string modified. | |
5440 | |
5441 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5442 | |
5443 * simple.el (comment-region): Delete spaces only if we | |
5444 deleted a comment starter. | |
5445 | |
5446 1999-01-07 Dave Love <fx@gnu.org> | |
5447 | |
5448 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5449 | |
5450 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5451 like eval-defun does. | |
5452 | |
5453 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5454 | |
5455 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5456 constructions. Doc fixes. | |
5457 (generic-create-generic-function): Use defalias, not fset. | |
5458 | |
5459 * find-func.el: More doc fixes. | |
5460 | |
5461 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5462 | |
5463 * files.el (save-buffers-kill-emacs): Show the list of current | |
5464 processes before prompting to kill them and exit. | |
5465 | |
5466 1999-01-06 Dave Love <fx@gnu.org> | |
5467 | |
5468 * emacs-lisp/find-func.el: Doc fixes. | |
5469 (find-function-regexp): Extend for define-generic-mode, | |
5470 define-derived-mode, easy-mmode-define-minor-mode. | |
5471 | |
5472 1999-01-06 Dave Love <fx@gnu.org> | |
5473 | |
5474 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5475 bar width. | |
5476 | |
5477 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5478 (browse-url-maybe-new-window): Make it a macro and revert last | |
5479 change to callers. | |
5480 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5481 | |
5482 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5483 | |
5484 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5485 argument. | |
5486 | |
5487 1999-01-06 Simon Marshall <simon@gnu.org> | |
5488 | |
5489 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5490 | |
5491 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5492 with-temp-message, use nil rather than current-message. | |
5493 | |
5494 * lazy-lock.el (lazy-lock-unstall): | |
5495 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5496 rather than current-message. | |
5497 | |
5498 * fast-lock.el (fast-lock-save-cache-1): | |
5499 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5500 than current-message. | |
5501 | |
5502 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5503 | |
5504 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5505 the valid-codes property. | |
5506 | |
5507 * international/mule-cmds.el (prefer-coding-system): Call | |
5508 set-coding-priority, so that the internal array of priorities is | |
5509 also updated. | |
5510 | |
5511 * international/mule-util.el: | |
5512 (coding-system-change-eol-conversion, | |
5513 coding-system-change-text-conversion): Don't define here. | |
5514 | |
5515 * international/mule-cmds.el: Define them here. Remove the | |
5516 autoload cookies. | |
5517 | |
5518 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5519 | |
5520 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5521 if it was enabled before. | |
5522 | |
5523 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5524 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5525 | |
5526 * files.el (recover-session): Preserve point when inserting | |
5527 explanation. | |
5528 | |
5529 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5530 | |
5531 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5532 and comments before the sexp that is replaced. | |
5533 | |
5534 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5535 | |
5536 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5537 | |
5538 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5539 | |
5540 * vc.el (vc-dired-hook): Use the original value of | |
5541 dired-move-to-filename-regexp on lines that have not been | |
5542 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5543 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 5544 file lines have already been reformatted. |
5545 | |
5546 1999-01-05 Dave Love <fx@gnu.org> | |
5547 | |
5548 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5549 buffer-local. | |
5550 | |
5551 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5552 | |
5553 * progmodes/f90.el: Change of regular expressions for type to | |
5554 correct highlighting and identation. Some small fixes for | |
5555 compatibility with XEmacs. | |
5556 | |
5557 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5558 | |
5559 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5560 value based on rmail-spool-directory if $MAIL is not defined. | |
5561 | |
5562 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5563 | |
5564 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5565 (reftex-section-info): Handle negative section levels. | |
5566 (reftex-view-crossref-extra): New option. | |
5567 (reftex-view-crossref): Generalized to work in more places. | |
5568 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5569 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5570 (reftex-view-cite-locations-from-bibtex): New command. | |
5571 (reftex-view-regexp-match, reftex-global-search, | |
5572 reftex-global-search-continue): New functions. | |
5573 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5574 file, just a message. | |
5575 (reftex-extract-bib-entries): Better error handling. | |
5576 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5577 help and force it on current frame. | |
5578 (reftex-default-bibliography): New function. | |
5579 (reftex-access-parse-file): Check consistency after loading a | |
5580 parse file. When inconsistent, enfore rescan. | |
5581 (reftex-check-parse-consistency): New function. | |
5582 (easy-menu-define): Options section drastically shortened. | |
5583 | |
5584 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5585 | |
5586 * language/thai-util.el (thai-compose-string): New function. | |
5587 | |
5588 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5589 | |
5590 * easymenu.el (easy-menu-define): Doc fix. | |
5591 (easy-menu-create-menu): New keyword :included. | |
5592 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5593 be an expression, not only a string. Simulate style `button'. | |
5594 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5595 (easy-menu-define-key-intern): New function. | |
5596 (easy-menu-add-item): Understand value returned from | |
5597 easy-menu-item-present-p and easy-menu-remove-item. | |
5598 (easy-menu-return-item): New function. | |
5599 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5600 | |
5601 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5602 | |
5603 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5604 Use rmail-output-read-rmail-file-name to read the file name. | |
5605 Always call rmail-output-to-rmail-file noninteractively. | |
5606 When count > 1, do the loop here. | |
5607 Handle rmail-delete-after-output here. | |
5608 (rmail-summary-output): Similar changes. | |
5609 | |
5610 * mail/rmailout.el: Provide `rmailout'. | |
5611 (rmail-output-read-rmail-file-name): New function. | |
5612 (rmail-output-to-rmail-file): Use that. | |
5613 (rmail-output-read-file-name): New function. | |
5614 (rmail-output): Use that. | |
5615 | |
5616 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5617 Error if wildcard matches no files. | |
5618 | |
5619 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5620 | |
5621 * menu-bar.el (clipboard-yank): Doc fix. | |
5622 | |
5623 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5624 | |
5625 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5626 | |
5627 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5628 | |
5629 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5630 | |
5631 * rmail.el (rmail-encode-string): Make sure mask value is | |
5632 positive; (emacs-pid) returns a negative number on Windows 9x | |
5633 which causes odd behaviour. | |
5634 | |
5635 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5636 | |
5637 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5638 and about w32-* variables unless on Windows/NT. | |
5639 | |
5640 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5641 | |
5642 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5643 if buffer is modified; ask about all modified buffers. | |
5644 | |
5645 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5646 | |
5647 * simple.el (what-cursor-position): Fix previous change. | |
5648 | |
5649 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5650 | |
5651 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5652 from paragraph-start. | |
5653 | |
5654 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5655 | |
5656 * international/mule-cmds.el (prefer-coding-system): If the | |
5657 argument requires specific EOL conversion type, make the default | |
5658 coding systems use that. | |
5659 | |
5660 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5661 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5662 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 5663 Use shell-command-on-region. |
5664 (m4-start-m4, m4-end-m4): Functions deleted. | |
5665 | |
5666 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5667 | |
5668 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5669 | |
5670 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5671 | |
5672 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5673 to compose-mail in the correct places and as a list. | |
5674 | |
5675 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5676 | |
5677 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5678 (pages-directory-map): Bind mouse-2 | |
5679 (pages-copy-header-and-position): Put text property. | |
5680 (pages-directory-goto-with-mouse): New function. | |
5681 | |
5682 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5683 | |
5684 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5685 Doc fix. | |
5686 (cp-coding-system-for-codepage-1): Likewise. | |
5687 | |
5688 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5689 | |
5690 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5691 composition sequence correctly here instead of calling | |
5692 thai-compose-region. | |
5693 | |
5694 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5695 newline in multibyte buffer, if previous or next character is a | |
5696 composite char, check the first component of the composite char. | |
5697 | |
5698 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5699 | |
5700 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5701 and track-mouse. | |
5702 | |
5703 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5704 | |
5705 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5706 after insertion. | |
5707 (mail-yank-region): Barf if no mark is set in the message | |
5708 being replied to. | |
5709 | |
5710 * help.el (function-called-at-point): First look for function at point. | |
5711 | |
5712 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5713 | |
5714 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5715 | |
5716 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5717 | |
5718 * simple.el (what-cursor-position): Print character encoding also. | |
5719 | |
5720 1998-12-26 Dave Love <fx@gnu.org> | |
5721 | |
5722 * textmodes/flyspell.el: If local-maps work, don't put | |
5723 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5724 in flyspell-mouse-map (only). | |
5725 (flyspell-use-local-map): New variable. | |
5726 Use a different mouse-2 binding in that case, | |
5727 and don't add to minor-mode-map-alist. | |
5728 (make-flyspell-overlay, flyspell-correct-word): | |
5729 Test flyspell-use-local-map. | |
5730 | |
5731 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5732 | |
5733 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5734 Be careful about whether to return a relative file name, | |
5735 and if so, relative to what directory. | |
5736 | |
5737 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5738 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5739 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 5740 Change global map only if this menu exists in the global map already, |
5741 and not in the local map. | |
5742 (easy-menu-do-add-item): Fix error message. | |
5743 | |
5744 * foldout.el (foldout-inhibit-key-bindings): | |
5745 Avoid concatenating onto outline-minor-mode-prefix. | |
5746 Make a new keymap for that prefix, if it does not already have one. | |
5747 | |
5748 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5749 | |
5750 * cperl-mode.el: | |
5751 Can use linear algorithm for indentation if Emacs supports it. | |
5752 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5753 (cperl-after-block-p): Likewise. | |
5754 (cperl-after-block-and-statement-beg): Likewise. | |
5755 (cperl-after-block-p): After END/BEGIN we are a block. | |
5756 (cperl-after-expr-p): Skip labels when checking | |
5757 (cperl-indent-region): Make a marker for END - text added/removed. | |
5758 Disable hooks during the call (how to call them later?). | |
5759 Now indents 820-line-long function in 6.5 sec (including | |
5760 syntaxification) the first time (when buffer has few | |
5761 properties), 7.1 sec the second time. | |
5762 (cperl-indent-region): Do not indent whitespace lines | |
5763 (cperl-style-alist) | |
5764 Include `cperl-merge-trailing-else' where the value is clear. | |
5765 (cperl-styles-entries): Likewise. | |
5766 (cperl-problems): Improvements to docs. | |
5767 (cperl-tips): Likewise. | |
5768 (cperl-non-problems): Likewise. | |
5769 (cperl-mode): Make lazy syntaxification possible. | |
5770 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5771 `font-lock-unfontify-region-function' was set to a wrong function. | |
5772 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5773 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 5774 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
5775 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5776 but 1<<6 was considered as HERE-doc. | |
5777 <file/glob> made into a string. | |
5778 Postpone addition of faces after syntactic step. | |
5779 Recognition of <FH> was wrong. | |
5780 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5781 Knows that split// is null-RE. | |
5782 Highlights separators in 3-parts expressions as labels. | |
5783 <> was considered as a glob. | |
5784 Would err if the last line is `=head1'. | |
5785 $a-1 ? foo : bar; was a considered a regexp. | |
5786 `<< (' was considered a start of HERE-doc. | |
5787 mark qq[]-etc sections as syntax-type=string | |
5788 Was not processing sub protos after a comment ine. | |
5789 Was treating $a++ <= 5 as a glob. | |
5790 Tolerate unfinished REx at end-of-buffer. | |
5791 `unwind-protect' was left commented. | |
5792 / and ? after : start a REx. | |
5793 | |
5794 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5795 Better default, customizes to `message' too, off in text-mode. | |
5796 | |
5797 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5798 `defface'd. | |
5799 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5800 `defface'd. | |
5801 (cperl-emacs-can-parse): New state variable. | |
5802 (cperl-indent-line): Corrected to use global state. | |
5803 (cperl-calculate-indent): Likewise. | |
5804 (cperl-fix-line-spacing): Likewise (not used yet). | |
5805 (cperl-calculate-indent): Did not consider `,' as | |
5806 continuation mark for statements. | |
5807 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5808 Remove another parse-data optimization at toplevel: would | |
5809 indent correctly. | |
5810 Correct for labels when calculating indentation of continuations. | |
5811 Docstring updated. | |
5812 (cperl-choose-color): Converted to a function (to be | |
5813 compilable in text-mode). | |
5814 (cperl-dark-background): Disable without window-system. | |
5815 Do `defface' only if window-system. | |
5816 (cperl-fix-line-spacing): sped up to bail out early. | |
5817 (x-color-defined-p): was not compiling on XEmacs | |
5818 Was defmacro'ed with a tick. Remove another def. | |
5819 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5820 (cperl-unwind-to-safe): New function. | |
5821 (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
|
5822 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 5823 long strings (not very successful). |
5824 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5825 Highlight the starting // in s//foo/ as function-name. | |
5826 Emit a meaningful error instead of a cryptic one for an | |
5827 uncomplete REx near end-of-buffer. | |
5828 | |
5829 (cperl-electric-keyword): `qr' recognized. | |
5830 (cperl-electric-else): Likewise | |
5831 (cperl-to-comment-or-eol): Likewise | |
5832 (cperl-make-regexp-x): Likewise | |
5833 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5834 Corrected to use new macros; | |
5835 `if' for copying `reference-face' to `constant-face' was backward. | |
5836 remove init `font-lock-other-emphasized-face', | |
5837 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5838 Interpolate `cperl-invalid-face'. | |
5839 (cperl-make-regexp-x): Misprint in a message. | |
5840 (cperl-syntaxify-unwind): New configuration variable | |
5841 (cperl-fontify-m-as-s): New configuration variable | |
5842 (cperl-electric-pod): check for after-expr was performed | |
5843 inside of POD too. | |
5844 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5845 (cperl-clobber-mode-lists): New configuration variable. | |
5846 (cperl-not-bad-style-regexp): Updated. | |
5847 Init: `cperl-is-face' was busted. | |
5848 (cperl-make-face): New macros. | |
5849 (cperl-force-face): New macros. | |
5850 (font-lock-other-type-face): Done via `defface' too. | |
5851 (cperl-nonoverridable-face): New face. Renamed from | |
5852 `font-lock-other-type-face'. | |
5853 (cperl-init-faces-weak): use `cperl-force-face'. | |
5854 (cperl-comment-indent): Commenting __END__ was not working. | |
5855 (cperl-indent-for-comment): Likewise. | |
5856 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5857 When removing old TAGS info was not relativizing filename. | |
5858 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5859 Another try to work around XEmacs problems. Better progress messages. | |
5860 (toplevel): require custom unprotected => failure on 19.28. | |
5861 (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
|
5862 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 5863 pos off by 1 and not at beg-of-line. |
5864 (cperl-etags-snarf-tag): New macro | |
5865 (cperl-etags-goto-tag-location): New macro | |
5866 (cperl-version): New variable. New menu entry | |
5867 random docstrings: References to "future" 20.3 removed. | |
5868 Menu was described as `CPerl' instead of `Perl' | |
5869 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5870 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5871 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5872 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5873 `font-lock-reference-face', `font-lock-keyword-face'. | |
5874 Use `eval-after-load'. | |
5875 Remove not-CPerl-related faces. | |
5876 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5877 (cperl-indent-exp): Was not processing else-blocks. | |
5878 (cperl-get-state): NOP line removed. | |
5879 (cperl-ps-print): New function and menu entry. | |
5880 (cperl-ps-print-face-properties): New configuration variable. | |
5881 (cperl-invalid-face): New configuration variable. | |
5882 (perl-font-lock-keywords): Highlight trailing whitespace | |
5883 (cperl-contract-levels): Documentation corrected. | |
5884 (cperl-contract-level): Likewise. | |
5885 (cperl-ps-extend-face-list): New macro. | |
5886 (cperl-invalid-face): Change to ''underline. | |
5887 | |
5888 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5889 | |
5890 * 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
|
5891 for read-file-name. |
25837 | 5892 (rmail-output-to-rmail-file): Likewise. |
5893 | |
5894 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5895 | |
5896 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5897 If MENU is nil, use global menu-bar map. | |
5898 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5899 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5900 | |
5901 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5902 | |
5903 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5904 | |
5905 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5906 | |
5907 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5908 | |
5909 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5910 | |
5911 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5912 define-prefix-key when defining MULE menu items. | |
5913 | |
5914 * info.el (Info-node-at-bob-matching): New function. | |
5915 (Info-find-node, Info-build-node-completions): Call it. | |
5916 | |
5917 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5918 | |
5919 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5920 when this is an autoloaded keymap. | |
5921 | |
5922 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5923 | |
5924 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5925 Create separate encoders and decoders, for DOS and Unix. Make the | |
5926 usual family of 3 coding systems, so that automatic detection of | |
5927 EOL type works. | |
5928 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5929 Unix-specific symbols here, and don't call | |
5930 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5931 Handa <handa@etl.go.jp>.) | |
5932 | |
5933 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5934 | |
5935 * term/internal.el (IT-character-translations): New variable, an | |
5936 alist used to display characters for which there's no glyphs in | |
5937 the current codepage. | |
5938 (IT-display-table-setup): New function, sets up the DOS terminal | |
5939 for a given codepage. | |
5940 (dos-codepage-setup): New function, sets up the MULE environment | |
5941 for the current value of dos-codepage. | |
5942 (top-level if): In the multibyte mode, turn on | |
5943 unibyte-display-via-language-environment. In the unibyte mode, | |
5944 set up the special syntax tables to map lower- to upper case and | |
5945 back. | |
5946 | |
5947 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
5948 | |
5949 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
5950 (speedbar-frame-plist) Remove useless comments. | |
5951 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
5952 Use default y position w/out changing it. | |
5953 If default x position is a list, keep, calculate the non-list X | |
5954 value when devining an initial position. | |
5955 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
5956 (speedbar-tag-group-name-minimum-length): New variable. | |
5957 (speedbar-frame-parameter): New compatibility function. | |
5958 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
5959 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
5960 groups to keep things in the right order, and to help with some | |
5961 naming conventions. | |
5962 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
5963 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
5964 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
5965 the case, derive it from the cursor location in speedbar. | |
5966 | |
5967 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5968 | |
5969 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
5970 terminals, install DOS-specific nonascii-translation-table if the | |
5971 language info doesn't specify one. Pass the default eol-type to | |
5972 set-language-environment-coding-systems. | |
5973 (set-default-coding-systems): Copy the eol-type property for the | |
5974 new default values of {buffer-file,process}-coding-system from the | |
5975 old defaults. | |
5976 (set-language-environment-coding-systems): Accept an optional | |
5977 argument EOL-TYPE, and set the eol-type property of the default | |
5978 coding systems accordingly. | |
5979 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
5980 (set-keyboard-coding-system): Likewise. | |
5981 (set-default-coding-systems): Don't set | |
5982 default-terminal-coding-system on MS-DOS to anything but nil. | |
5983 (prefer-coding-system): Describe in the doc string that | |
5984 default-terminal-coding-system is not changed on MS-DOS. | |
5985 (set-language-environment): For MS-DOS, set standard syntax table | |
5986 and display table for all characters with code above 127. | |
5987 (standard-display-european-internal): For MS-DOS, pass all | |
5988 characters with code above 127 directly to the terminal, and don't | |
5989 remap characters 160 and 146 in the unibyte case. | |
5990 | |
5991 * international/codepage.el: New file. | |
5992 | |
5993 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5994 | |
5995 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
5996 comments. | |
5997 | |
5998 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
5999 | |
6000 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
6001 | |
6002 * subr.el (read-passwd): Likewise. | |
6003 | |
6004 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6005 | |
6006 * info.el (Info-find-node): Add 1 to the position read from the | |
6007 tag table. Don't fail if the node delimiter ^_ is the first | |
6008 character in the file. | |
6009 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
6010 first character in the file. | |
6011 (Info-read-subfile): Likewise. | |
6012 (Info-select-node): Likewise. | |
6013 (Info-build-node-completions): Likewise. | |
6014 | |
6015 1998-12-16 Richard Stallman <rms@gnu.org> | |
6016 | |
6017 * term/x-win.el (x-cut-buffer-or-selection-value): | |
6018 If clipboard is enabled, try it before PRIMARY selection. | |
6019 | |
6020 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6021 | |
6022 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
6023 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
6024 | |
6025 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
6026 | |
6027 * language/hebrew.el: Don't use sublists in the flags argument | |
6028 passed to make-coding-system. | |
6029 | |
6030 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6031 | |
6032 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
6033 list of character sets found by find-charset-region. | |
6034 | |
6035 * ps-mule.el: Always require ps-print. Move some function | |
6036 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
6037 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
6038 | |
6039 * ps-print.el: Define several functions for Emacs 20.2 and the | |
6040 earlier version. | |
6041 (ps-printer-name): Check if printer-name is bound. | |
6042 | |
6043 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6044 | |
6045 * ps-mule.el: Programming uniformization and little code improvement. | |
6046 (ps-mule-prepare-font): Programming uniformization. | |
6047 (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
|
6048 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6049 |
6050 * ps-bdf.el: Programming uniformization and little code improvement. | |
6051 (bdf-search-and-read): New fun. | |
6052 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6053 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6054 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6055 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6056 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6057 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6058 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6059 improvement. | |
6060 | |
6061 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6062 | |
6063 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6064 and mule related code extraction. Autoload ps-mule funs. | |
6065 | |
6066 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6067 (ps-mule-prologue-generated): New fun. | |
6068 (ps-mule-plot-string): Add autoload cookie. | |
6069 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6070 | |
6071 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6072 | |
6073 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6074 (bdf-directory-list): Add autoload cookie. | |
6075 | |
6076 * ps-mule.el: New file. Mule related code extracted from | |
6077 ps-print.el. Require ps-print, provide ps-mule. | |
6078 (ps-multibyte-buffer): Add autoload cookie. | |
6079 (ps-mule-prepare-ascii-font): New fun. | |
6080 (ps-mule-set-ascii-font): New fun. | |
6081 (ps-mule-skip-same-charset): Fun deleted. | |
6082 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6083 (ps-mule-initialize): Add autload cookie. Don't set | |
6084 ps-mule-font-info-database here. | |
6085 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6086 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6087 (ps-mule-begin-page): New fun. | |
6088 | |
6089 * ps-print.el: Mule related code moved to ps-mule.el. | |
6090 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6091 check ps-mule-charset-list. | |
6092 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6093 ps-mule-begin-page. | |
6094 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6095 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6096 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6097 instead skip same charsets by itself. | |
6098 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6099 non-nil. Call ps-mule-begin-job. | |
6100 | |
6101 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6102 | |
6103 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6104 instead of bdf. | |
6105 | |
6106 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6107 (ps-mule-external-libraries): New element FEATURE. | |
6108 (ps-mule-init-external-library): Ajusted for the above change. | |
6109 (ps-mule-generate-font): Likewise. | |
6110 (ps-mule-generate-glyphs): Likewise. | |
6111 (ps-mule-prepare-font): Likewise. | |
6112 (ps-mule-initialize): Likewise. | |
6113 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6114 | |
6115 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6116 | |
6117 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6118 doesn't have any wild cards, return a vector made from a name that | |
6119 is found by x-resolve-font-name found. Comments added. | |
6120 | |
6121 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6122 Handle the case of unknown charset. | |
6123 (find-multibyte-characters): If invalid multibyte characters are | |
6124 found, return the corresponding strings instead of character | |
6125 codes. | |
6126 (find-multibyte-characters): Adjusted for the above change. | |
6127 (select-safe-coding-system): For a unibyte buffer, always returns | |
6128 DEFAULT-CODING-SYSTEM. | |
6129 (get-charset-property): Fix previous change. Make it a function. | |
6130 (put-charset-property): Make it a function. | |
6131 | |
6132 * international/mule.el (make-coding-system): Set mime-charset | |
6133 property of *-with-esc coding system to nil. | |
6134 | |
6135 * international/quail.el (quail-point-in-conversion-region): New | |
6136 function. | |
6137 (quail-conversion-backward-delete-char): When a key sequence is | |
6138 being translated, call quail-delete-last-char. | |
6139 | |
6140 * language/devan-util.el | |
6141 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6142 handle devanagari-decomposition-rules. | |
6143 | |
6144 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6145 | |
6146 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6147 tex-start-options-string to empty string. | |
6148 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6149 | |
6150 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6151 | |
6152 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6153 5xx responses are already handled properly). | |
6154 | |
6155 1998-12-13 Richard Stallman <rms@gnu.org> | |
6156 | |
6157 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6158 on a non-digit in the file name. | |
6159 | |
6160 * simple.el (comment-region): Handle comment-padding | |
6161 separately for insertion and for deletion, in the right way for each. | |
6162 | |
6163 1998-12-13 Felix Lee <flee@cygnus.com> | |
6164 | |
6165 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6166 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6167 | |
6168 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6169 | |
6170 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6171 | |
6172 1998-12-11 Dave Love <fx@gnu.org> | |
6173 | |
6174 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6175 forward-sexp in condition-case. | |
6176 | |
6177 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6178 Remove unnecessary test on `library' for explicit file name. | |
6179 Widen scope of save-match-data. | |
6180 | |
6181 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6182 | |
6183 * international/mule.el (load-with-code-conversion): If the loaded | |
6184 file was inserted with no-conversion or raw-text coding system, | |
6185 make the buffer unibyte. | |
6186 | |
6187 1998-12-09 Richard Stallman <rms@gnu.org> | |
6188 | |
6189 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6190 Get rid of nested loops. | |
6191 | |
6192 * mouse.el (mouse-drag-vertical-line): | |
6193 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6194 | |
6195 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6196 | |
6197 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6198 and defvar moved from loadhist.el. | |
6199 (symbol-file): Renamed from describe-function-find-file. | |
6200 Load fns-VERSION.el here. | |
6201 (describe-variable, describe-function-1): Use symbol-file. | |
6202 | |
6203 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6204 Don't start the name with #. | |
6205 | |
6206 * ispell.el: Take out the eval-when's. | |
6207 | |
6208 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6209 | |
6210 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6211 (dirtrack): Run it. Make debug message more verbose. | |
6212 | |
6213 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6214 | |
6215 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6216 name of the abbrev table, and provide support for XEmacs. | |
6217 (octave-xemacs-p): New variable. | |
6218 | |
6219 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6220 | |
6221 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6222 exit, when mail-interactive is nil. | |
6223 | |
6224 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6225 | |
6226 * files.el (after-find-file): Message fix. | |
6227 | |
6228 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6229 | |
6230 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6231 | |
6232 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6233 | |
6234 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6235 filenames using backslashes. | |
6236 | |
6237 1998-12-09 Dave Love <fx@gnu.org> | |
6238 | |
6239 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6240 with correct number of args. | |
6241 (browse-url-maybe-new-window): New arg. Callers changed. | |
6242 | |
6243 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6244 comment. | |
6245 | |
6246 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6247 | |
6248 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6249 | |
6250 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6251 | |
6252 * vc.el (vc-rcs-release): Fix Type. | |
6253 (vc-sccs-release): Fix Type. | |
6254 (vc-cvs-release): Fix Type. | |
6255 | |
6256 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6257 arg work right. | |
6258 | |
6259 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6260 output of last undeleted message. | |
6261 | |
6262 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6263 | |
6264 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6265 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6266 | |
6267 1998-12-07 Simon Marshall <simon@gnu.org> | |
6268 | |
6269 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6270 | |
6271 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6272 | |
6273 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6274 | |
6275 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6276 | |
6277 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6278 | |
6279 * info.el (Info-menu): Don't return error if point is between menu | |
6280 header and first menu item. | |
6281 | |
6282 1998-12-04 Dave Love <fx@gnu.org> | |
6283 | |
6284 * help.el (describe-function-1): Fix description for alias. | |
6285 | |
6286 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6287 | |
6288 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6289 specifications from summary line. | |
6290 | |
6291 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6292 (close-rectangle): Define alias only once in loaddefs.el. | |
6293 | |
6294 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6295 | |
6296 * term/internal.el: Remove code which sets up a special syntax | |
6297 table for non-ASCII characters. | |
6298 | |
6299 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6300 | |
6301 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6302 printer-name is expanded to a file name on a local drive; | |
6303 sometimes printing a file loaded from a network volume fails. | |
6304 (direct-print-region-function): Add a function to | |
6305 write-region-annotate-functions to append a formfeed character to | |
6306 the region being printed, if the region doesn't end with a | |
6307 formfeed already. This avoids creating a second print job | |
6308 containing a blank page when print spooling is enabled on Windows. | |
6309 | |
6310 1998-12-02 Dave Love <fx@gnu.org> | |
6311 | |
6312 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6313 `Info-goto-node'. | |
6314 | |
6315 1998-12-02 Richard Stallman <rms@gnu.org> | |
6316 | |
6317 * help.el (temp-buffer-resize-mode): Doc fix. | |
6318 | |
6319 * cus-edit.el (custom-save-delete): Save point before | |
6320 reading a sexp, rather than backing up. | |
6321 | |
6322 * international/iso-transl.el: Fix previous change. | |
6323 | |
6324 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6325 | |
6326 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6327 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6328 Added defvars to suppress compilation warnings. | |
6329 | |
6330 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6331 | |
6332 * ispell.el: Improved and fixed customize for variables: | |
6333 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6334 ispell-dictionary-alist, ispell-skip-sgml. | |
6335 Improved and fixed comments in variables and messages for | |
6336 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6337 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6338 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6339 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
|
6340 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 6341 ispell-message-text-end, ispell-add-per-file-word-list. |
6342 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6343 system is now required for all languages. Casechars improved for | |
6344 castellano, castellano8, and norsk dictionaries. Dictionary | |
6345 norsk7-tex added. Dictionary polish added. | |
6346 (ispell-dictionary-alist): Redefined at load-time to support | |
6347 dictionary changes. | |
6348 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6349 (ispell-check-version): New alias for `check-ispell-version'. | |
6350 (ispell-parse-output): Fixed matching for ispell error messages. | |
6351 Correctly returns spelling suggestions in order generated by ispell | |
6352 process. | |
6353 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6354 redefined. | |
6355 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6356 redefined. Fix bug that didn't respect case of word being completed. | |
6357 (ispell-init-process): Set process coding system to be compatible | |
6358 with emacs processes and the ispell process. | |
6359 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6360 starting new process. This can otherwise confuse process filters | |
6361 and hang the ispell process. | |
6362 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6363 skipping support for sgml. | |
6364 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6365 which could cause `ispell-complete-word' to hang. | |
6366 (ispell-message): Improved message reference matching. Ensure | |
6367 `case-fold-search' doesn't get redefined. | |
6368 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6369 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6370 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6371 get redefined. | |
6372 | |
6373 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6374 | |
6375 * textmodes/flyspell.el (flyspell-check-word-p): | |
6376 Don't delay inside a kbd macro. | |
6377 | |
6378 * subr.el (make-local-hook): Return the hook variable. | |
6379 | |
6380 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6381 | |
6382 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6383 Use a timer instead of post-command-hook. | |
6384 (hscroll-timer): New variable. | |
6385 | |
6386 1998-11-30 Dave Love <fx@gnu.org> | |
6387 | |
6388 * help.el (help-xref-button): Do nothing if text already has the | |
6389 help-xref property. | |
6390 (describe-variable): Revert previous change to hyperlink to source. | |
6391 | |
6392 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6393 | |
6394 * bindings.el (features): Add `base64' to this list. | |
6395 | |
6396 * loadhist.el (symbol-file): Doc fix. | |
6397 | |
6398 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6399 | |
6400 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6401 | |
6402 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6403 | |
6404 * help.el (describe-mode): Put major mode first. | |
6405 | |
6406 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6407 to support special-display and same-window features. | |
6408 | |
6409 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6410 | |
6411 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6412 bound in one function and used in the other. | |
6413 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6414 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6415 | |
6416 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6417 | |
6418 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6419 | |
6420 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6421 | |
6422 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6423 Give format correct control string. | |
6424 | |
6425 * international/mule.el (define-translation-table): Fix bug of | |
6426 setting incorrect translation-table-id. If the first element of | |
6427 ARGS is a translation table, just register it. | |
6428 | |
6429 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6430 property. | |
6431 | |
6432 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6433 | |
6434 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6435 syntax table to determine what is whitespace. | |
6436 | |
6437 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6438 | |
6439 * frame.el (frame-parameter): Doc fix. | |
6440 | |
6441 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6442 (tex-define-common-keys): Add binding for C-c C-m. | |
6443 | |
6444 1998-11-23 Dave Love <fx@gnu.org> | |
6445 | |
6446 * progmodes/fortran.el: Various minor doc fixes. | |
6447 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6448 (fortran-with-subprogram-narrowing): New macro. | |
6449 (fortran-check-for-matching-do): Use it. | |
6450 (fortran-end-do): Use fortran-check-end-prog-re. | |
6451 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6452 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6453 | |
6454 1998-11-23 Simon Marshall <simon@gnu.org> | |
6455 | |
6456 * font-lock.el (font-lock-defaults): Doc fix. | |
6457 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6458 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6459 | |
6460 * lazy-lock.el (lazy-lock-unstall): | |
6461 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6462 | |
6463 * fast-lock.el (fast-lock-save-cache-1): | |
6464 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6465 | |
6466 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6467 | |
6468 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6469 messages that have been added with DOS line endings and convert | |
6470 the line endings for such messages. | |
6471 | |
6472 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6473 | |
6474 * help.el: Add resizing of temporary buffers. | |
6475 (temp-buffer-resize-mode): New command and variable. | |
6476 (temp-buffer-max-height): New variable. | |
6477 (resize-temp-buffer-window): New function. | |
6478 | |
6479 * window.el (window-buffer-height): New function, split from | |
6480 shrink-window-if-larger-than-buffer. | |
6481 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6482 | |
6483 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6484 | |
6485 * frame.el (initial-frame-alist): Add defcustom. | |
6486 | |
6487 * shell.el (shell-prompt-pattern): Add defcustom. | |
6488 | |
6489 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6490 | |
6491 * 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
|
6492 NNTP-Posting-Date. |
25837 | 6493 |
6494 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6495 | |
6496 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6497 value of INDICATOR. | |
6498 | |
6499 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6500 | |
6501 * help.el (describe-variable): Allow any variable with a defcustom, | |
6502 even if it is not a user variable. | |
6503 | |
6504 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6505 | |
6506 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6507 | |
6508 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6509 requesting a new group. | |
6510 | |
6511 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6512 | |
6513 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6514 | |
6515 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6516 | |
6517 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6518 | |
6519 1998-11-19 Simon Marshall <simon@gnu.org> | |
6520 | |
6521 * subr.el (with-temp-message): New macro. | |
6522 | |
6523 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6524 Add lisp-indent-function property. | |
6525 | |
6526 1998-11-18 Dave Love <fx@gnu.org> | |
6527 | |
6528 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6529 | |
6530 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6531 | |
6532 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6533 This is not obsolete. | |
6534 | |
6535 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6536 | |
6537 * textmodes/picture.el: Make a new map by make-keymap. | |
6538 (picture-desired-column): New variable. | |
6539 (picture-update-desired-column): New function. | |
6540 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6541 (picture-end-of-line): Set picture-desired-column to the current | |
6542 column. | |
6543 (picture-forward-column): Pay attention to multi-column character. | |
6544 (picture-backward-column): Likewise. | |
6545 (picture-move-down): Likewise. | |
6546 (picture-move-up): Likewise. | |
6547 (picture-movement-nw): With prefix arg, move twice columns. | |
6548 (picture-movement-ne): Likewise. | |
6549 (picture-movement-sw): Likewise. | |
6550 (picture-movement-se): Likewise. | |
6551 (picture-set-motion): Handle two-column movements. | |
6552 (picture-move): Call picture-move-down or picture-forward-column | |
6553 only when necessary. | |
6554 (picture-insert): Pay attention to picture-desired-column. | |
6555 (picture-self-insert): Likewise. | |
6556 (picture-clear-column): Pay attention to multi-column character. | |
6557 (picture-mode): Modify doc-string for two-column movement. | |
6558 | |
6559 * rect.el (move-to-column-force): New function. | |
6560 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6561 move-to-column-force instead of move-to-column. | |
6562 (insert-rectangle): Call move-to-column-force instead of | |
6563 move-to-column. | |
6564 (open-rectangle-line): If begextra is not zero, call | |
6565 move-to-column-force. | |
6566 | |
6567 | |
6568 1998-11-16 Dave Love <fx@gnu.org> | |
6569 | |
6570 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6571 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6572 (v2): Defvar free variable. | |
6573 | |
6574 1998-11-16 Sam Steingold <sds@goems.com> | |
6575 | |
6576 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6577 macro, not ELisp one. | |
6578 | |
6579 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6580 | |
6581 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6582 characters to symbol. | |
6583 | |
6584 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6585 arg KATAKANA-ONLY. | |
6586 | |
6587 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6588 | |
6589 * international/mule.el | |
6590 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6591 is changed to unibyte, return inserted bytes. | |
6592 | |
6593 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6594 and link names if necessary. | |
6595 (tar-header-block-summarize): Handle the case that file or link | |
6596 names are multibyte. | |
6597 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6598 then if there are multibyte file names, change it to multibyte. | |
6599 (tar-mode): Get char position from tar-header-offset. | |
6600 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6601 insert-buffer-subsring by setting both buffers unibyte | |
6602 temporarily. | |
6603 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6604 without code conversion. | |
6605 (tar-expunge): Set the buffer unibyte while doing a work. | |
6606 (tar-alter-one-field): Likewise. | |
6607 (tar-clear-modification-flags): Compare byte position with | |
6608 tar-header-offset. | |
6609 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6610 insert-buffer-subsring by setting both buffers unibyte | |
6611 temporarily. Pay attention to multibyteness while updating the | |
6612 descriptor-line. | |
6613 (tar-mode-write-file): Write without code conversion. | |
6614 | |
6615 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6616 | |
6617 * nngateway.el: Require cl. | |
6618 | |
6619 1998-11-15 Dave Love <fx@gnu.org> | |
6620 | |
6621 * progmodes/fortran.el: Fix previous change: | |
6622 (fortran-end-prog-re1): Changed. | |
6623 (fortran-check-end-prog-re): New function. | |
6624 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6625 | |
6626 1998-11-13 Tom Breton <tob@world.std.com> | |
6627 | |
6628 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6629 GNU Emacs. | |
6630 | |
6631 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6632 | |
6633 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6634 fixed. | |
6635 (reftex-toc-toggle-file-boundary, | |
6636 reftex-toc-toggle-labels, | |
6637 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6638 (reftex-toc-include-labels, reftex-toc-include-context, | |
6639 reftex-toc-include-file-boundaries, | |
6640 reftex-toc-keep-other-windows): New options. | |
6641 (reftex-use-text-after-label-as-context): Option removed. | |
6642 (reftex-extract-bib-entries): Protect use in non-latex | |
6643 buffers. | |
6644 (reftex-toc-visit-location): Renamed from | |
6645 `reftex-toc-visit-line'. | |
6646 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6647 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6648 (reftex-get-offset): Made more general. | |
6649 (reftex-show-label-location): Renamed from | |
6650 `reftex-select-label-callback'. | |
6651 (reftex-pop-to-label): Function removed (using | |
6652 `reftex-show-label-location' instead. | |
6653 (reftex-insert-docstruct): Renamed from | |
6654 `reftex-make-and-insert-label-list'. Function args changed. | |
6655 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6656 `reftex-find-start-point'. | |
6657 (reftex-select-item): Use `reftex-find-start-point'. | |
6658 (reftex-toc-visit-line): Can display labels and file | |
6659 boundaries. | |
6660 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6661 | |
6662 1998-11-12 Sam Steingold <sds@goems.com> | |
6663 | |
6664 * browse-url.el (browse-url): Handle the case when | |
6665 `browse-url-browser-function' is a lambda list. | |
6666 | |
6667 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6668 | |
6669 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6670 version string. | |
6671 * loadhist.el (symbol-file): Likewise | |
6672 | |
6673 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6674 | |
6675 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6676 | |
6677 1998-11-11 Sam Steingold <sds@goems.com> | |
6678 | |
6679 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6680 `run-lisp' instead of signalling an error. | |
6681 | |
6682 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6683 | |
6684 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6685 | |
6686 1998-11-11 Richard Stallman <rms@gnu.org> | |
6687 | |
6688 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6689 | |
6690 1998-11-11 Per Starback <starback@update.uu.se> | |
6691 | |
6692 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6693 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6694 for it. | |
6695 | |
6696 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6697 | |
6698 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6699 handling if setpagedevice is not available. | |
6700 (ps-begin-file): Fix typo. | |
6701 | |
6702 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6703 | |
6704 * international/mule-util.el (compose-chars-component): Signal | |
6705 error if CH is a rule-based composition character. | |
6706 (compose-chars): Signal error if an already compsed character is | |
6707 going to be composed by rule-base. | |
6708 | |
6709 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6710 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6711 that font name. | |
6712 | |
6713 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6714 | |
6715 * dos-w32.el (set-default-process-coding-system): Use function on | |
6716 before-init-hook to set default-process-coding-system based on | |
6717 enable-multibyte-characters. | |
6718 | |
6719 * term/w32-win.el ([language-change]): For now ignore | |
6720 keyboard language-change events. | |
6721 | |
6722 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6723 | |
6724 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6725 convert-standard-file-name, but leave the results of | |
6726 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6727 characters if the original name already exists, or has a special | |
6728 handler. | |
6729 | |
6730 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6731 | |
6732 * international/iso-insert.el: Delete autoload cookies. | |
6733 | |
6734 * international/iso-transl.el: Add autoload cookies. | |
6735 | |
6736 1998-11-10 Richard Stallman <rms@gnu.org> | |
6737 | |
6738 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6739 (ispell-process-line): Don't treat multibyte | |
6740 | |
6741 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6742 | |
6743 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6744 setpagedevice to specify the page size if setpagedevice is | |
6745 available. This is necessary to select the correct paper tray on | |
6746 Level 2 printers with multiple paper sizes available. | |
6747 | |
6748 (ps-begin-file): Cope with font names that contain spaces, and | |
6749 call BeginDoc in a BeginSetup/EndSetup block. | |
6750 | |
6751 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6752 | |
6753 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6754 convert-standard-filename. | |
6755 | |
6756 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6757 convert-standard-filename. | |
6758 | |
6759 1998-11-06 Richard Stallman <rms@gnu.org> | |
6760 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6761 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 6762 Detect the case of two @-commands in a row; process just the first. |
6763 (texinfo-append-refill): If line has a @c, insert the @refill | |
6764 before it. | |
6765 (texinfo-format-refill): Return with point where the @refill was. | |
6766 | |
6767 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6768 (hack-local-variables-prop-line): Likewise. | |
6769 (set-auto-mode): Don't test local-enable-local-variables here. | |
6770 (enable-local-variables): Doc fix. | |
6771 (local-enable-local-variables): Doc fix. | |
6772 (normal-mode): Doc fix. | |
6773 | |
6774 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6775 | |
6776 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6777 | |
6778 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6779 | |
6780 * simple.el (line-number-mode): Doc fix. | |
6781 | |
6782 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6783 | |
6784 * international/fontset.el (create-fontset-from-fontset-spec): | |
6785 Give correct arg to `error'. | |
6786 | |
6787 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6788 | |
6789 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6790 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6791 | |
6792 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6793 | |
6794 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6795 | |
6796 1998-11-05 Richard Stallman <rms@gnu.org> | |
6797 | |
6798 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6799 | |
6800 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6801 (close-rectangle): Define as alias. | |
6802 | |
6803 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6804 | |
6805 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6806 | |
6807 1998-11-05 Dave Love <fx@gnu.org> | |
6808 | |
6809 * help.el (describe-variable): Don't quote link to source. | |
6810 | |
6811 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6812 | |
6813 * gud.el (gud-common-init): Use pop-to-buffer. | |
6814 (same-window-regexps): Add an element that matches all gud buffers. | |
6815 | |
6816 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6817 | |
6818 * term/w32-win.el (x-get-selection-value): Alias to | |
6819 x-cut-buffer-or-selection-value. | |
6820 (w32-standard-fontset-spec): New variable. | |
6821 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6822 new-fontset is available. | |
6823 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6824 | |
6825 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6826 | |
6827 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6828 | |
6829 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6830 | |
6831 * international/quail.el (quail-show-guidance-buf): Call | |
6832 set-minibuffer-window to set minibuffer window of the current | |
6833 frame correctly. | |
6834 | |
6835 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6836 | |
6837 * term/w32-win.el: Require fontset. | |
6838 | |
6839 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6840 | |
6841 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6842 (set-face-font-auto): Ditto. | |
6843 | |
6844 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6845 | |
6846 * mouse.el (mouse-drag-region): Fix typo. | |
6847 | |
6848 1998-11-02 Dave Love <fx@gnu.org> | |
6849 | |
6850 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6851 (fortran-fontify-string): New function. | |
6852 (fortran-font-lock-keywords-1): Use it. | |
6853 | |
6854 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6855 | |
6856 * comint.el (comint-file-name-quote-list): Doc fix. | |
6857 | |
6858 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6859 | |
6860 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6861 build directory, not source directory. | |
6862 | |
6863 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6864 if we did not get one for the final move. | |
6865 | |
6866 1998-11-01 Dave Love <fx@gnu.org> | |
6867 | |
6868 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6869 Don't funcall browse-url-browser-function. | |
6870 | |
6871 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6872 Don't funcall browse-url-browser-function. | |
6873 | |
6874 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6875 | |
6876 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6877 | |
6878 * files.el (revert-buffer): Doc fix. | |
6879 | |
6880 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6881 | |
6882 * textmodes/tex-mode.el (tex-start-options-string): | |
6883 Quote the backslashes with more backslashes. | |
6884 | |
6885 1998-10-31 Dave Love <fx@gnu.org> | |
6886 | |
6887 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6888 (webjump): Don't funcall browse-url-browser-function. | |
6889 | |
6890 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6891 | |
6892 * international/quail.el (quail-start-translation): Handle | |
6893 switching of the frame in read-key-sequence. | |
6894 (quail-start-conversion): Likewise. | |
6895 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6896 windows before setting an appropriate window for it. | |
6897 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6898 quail-guidance-win to nil. | |
6899 (quail-update-guidance): If quail-guidance-buf is not in the | |
6900 selected frame, call quail-show-guidance-buf again. | |
6901 | |
6902 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6903 | |
6904 * progmodes/pascal.el (pascal-mode): | |
6905 `blink-matching-paren-dont-ignore-comments' set to t. | |
6906 | |
6907 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6908 | |
6909 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6910 | |
6911 1998-10-30 Dave Love <fx@gnu.org> | |
6912 | |
6913 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6914 | |
6915 * help.el (describe-variable): Hyperlink the definition. | |
6916 | |
6917 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6918 | |
6919 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6920 (sh-set-shell): Likewise. | |
6921 | |
6922 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6923 | |
6924 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6925 (edebug-on-error): Fix customize type to match that of | |
6926 debug-on-error. | |
6927 | |
6928 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6929 | |
6930 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6931 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6932 | |
6933 * international/mule-cmds.el (select-message-coding-system): Doc | |
6934 fix. | |
6935 | |
6936 * international/mule-diag.el (describe-coding-system): Describe | |
6937 all flags. | |
6938 | |
6939 * mail/sendmail.el (sendmail-coding-system, | |
6940 default-sendmail-coding-system): Doc fix. | |
6941 | |
6942 * simple.el (shell-command-on-region): Doc fix. | |
6943 | |
6944 * loadup.el: Write fns-*.el in current directory instead of | |
6945 data-directory since no installation directory exists yet. Mark | |
6946 buffer unmodified afterwards. | |
6947 | |
6948 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
6949 instead of data-directory since it is architecture dependent. | |
6950 (load-history-loaded): Update doc string. | |
6951 | |
6952 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
6953 | |
6954 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
6955 path as a default directory when canonicalizing names. | |
6956 | |
6957 * w32-fns.el: Remove a dangling reference to a directory on the | |
6958 build machine. | |
6959 | |
6960 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6961 | |
6962 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
6963 namespace related keywords such as `class', `body', `private', | |
6964 `variable', `namespace eval', etc. | |
6965 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
6966 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
6967 imenu and font-lock so that searches for \sw would find words | |
6968 containing colons. | |
6969 | |
6970 * progmodes/etags.el (initialize-new-tags-table): | |
6971 Do not alter find-tag-marker-ring and tags-location-ring. | |
6972 | |
6973 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
6974 | |
6975 * term/w32-win.el: Require fontset. | |
6976 (w32-init-fontsets): New function (code from x-win.el). | |
6977 | |
6978 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6979 | |
6980 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
6981 calendar-and-diary-frame-parameters): Add title parameter. | |
6982 | |
6983 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6984 | |
6985 * completion.el (dynamic-completion-mode): New function to enable | |
6986 the mode. (Just loading the file now does not change anything.) | |
6987 | |
6988 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6989 | |
6990 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
6991 (ps-multibyte-buffer): New user option. | |
6992 (ps-setup): Print new user option. | |
6993 (ps-print-quote): New fun. | |
6994 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
6995 (ps-default-color, ps-mule-font-info-database) | |
6996 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
6997 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
6998 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
6999 Little code improvement. | |
7000 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
7001 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
7002 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
7003 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
7004 (ps-mule-external-libraries, ps-mule-init-external-library) | |
7005 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
7006 Doc fix. | |
7007 (ps-print-version): New version number (4.1.1) and doc fix. | |
7008 (ps-print-prologue-header): New user option. | |
7009 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
7010 Conditional compilation for GNU Emacs and emacsens. | |
7011 (ps-generate-postscript-with-faces): Skip invisible text better. | |
7012 (ps-setup): Print new user option. | |
7013 (ps-print-preprint): Check if input file name exists and is unwritable. | |
7014 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
7015 and insert user PostScript prologue header comments. | |
7016 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
7017 New funs. | |
7018 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
7019 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
7020 PostScript programming normalization. | |
7021 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
7022 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
7023 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
7024 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
7025 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
7026 Programming style normalization. | |
7027 | |
7028 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
7029 | |
7030 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7031 version, check the value of mule-version. | |
7032 | |
7033 * international/mule-util.el (compose-region): Insert then delete | |
7034 to preserve markers. | |
7035 (decompose-region): Use search-forward for efficiency. | |
7036 | |
7037 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
7038 change, use generate-new-buffer instead of get-buffer-create. | |
7039 * language/devan-util.el | |
7040 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7041 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7042 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7043 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7044 | |
7045 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7046 | |
7047 * mail/rmailsum.el (rmail-message-subject-p): | |
7048 Handle message whose header has not been reformatted. | |
7049 | |
7050 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7051 | |
7052 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7053 | |
7054 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7055 New variables. | |
7056 (mouse-set-font): Use font menus instead of dialog according to | |
7057 w32-use-w32-font-dialog. | |
7058 | |
7059 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7060 | |
7061 * 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
|
7062 correctly! |
25837 | 7063 (calendar-month-name-array): Add doc string correctly! |
7064 | |
7065 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7066 | |
7067 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7068 | |
7069 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7070 | |
7071 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7072 | |
7073 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7074 | |
7075 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7076 | |
7077 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7078 | |
7079 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7080 | |
7081 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7082 | |
7083 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7084 | |
7085 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7086 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7087 (profile-filter, profile-reset-timer): Functions deleted. | |
7088 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7089 (profile-find-function, profile-quit): Likewise. | |
7090 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7091 (profile-time-list, profile-init-list): Doc fix. | |
7092 (profile-functions): Simplify. | |
7093 (profile-print): Use float. Make output include space separators. | |
7094 (profile-add-time): New helper function. | |
7095 (profile-function-prolog): Renamed from profile-start-function. | |
7096 Handle profile-distinct. | |
7097 (profile-function-epilog): Renamed from profile-update-function. | |
7098 Handle profile-distinct. | |
7099 (profile-a-function): If the function to be profiled is an | |
7100 autoload form, load it. If it's lazy-loaded, fetch it. | |
7101 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7102 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7103 documented, rather than a one-element list. | |
7104 (profile-finish): Call profile-restore-fun properly. | |
7105 | |
7106 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7107 | |
7108 * international/characters.el: Setup charset property | |
7109 nospace-between-words. | |
7110 | |
7111 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7112 composition, return nil. | |
7113 (put-charset-property): If CHARSET is composition, do nothing. | |
7114 | |
7115 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7116 * language/devan-util.el | |
7117 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7118 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7119 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7120 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7121 | |
7122 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7123 (canonically-space-region): Pay attention to | |
7124 sentence-end-without-period. | |
7125 (fill-find-break-point): The first argument CHARSET deleted. | |
7126 Caller changed. | |
7127 (fill-region-as-paragraph): Pay attention to charset property | |
7128 nospace-between-words and text property nospace-between-words. | |
7129 | |
7130 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7131 | |
7132 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7133 an unrecognized shell. | |
7134 | |
7135 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7136 | |
7137 * desktop.el (desktop-save): Include minor modes symbolically. | |
7138 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7139 | |
7140 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7141 | |
7142 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7143 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7144 (sh-ancestor-alist): Handle rpm. | |
7145 | |
7146 * files.el (auto-mode-alist): Recognize .rpm files. | |
7147 Also .spec and .mspec files. | |
7148 | |
7149 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7150 | |
7151 * faces.el (frame-set-background-mode): Enable the function for | |
7152 MSDOS frames. | |
7153 | |
7154 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7155 | |
7156 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7157 (calendar-month-name-array): Add doc string. | |
7158 | |
7159 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7160 | |
7161 * simple.el (kill-ring-max): Increased to 60. | |
7162 | |
7163 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7164 | |
7165 * international/characters.el: Setup auto-fill-chars. | |
7166 | |
7167 * international/kinsoku.el (kinsoku): Check the variable | |
7168 enable-kinsoku. | |
7169 | |
7170 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7171 Don't call kinsoku directly, intead call fill-find-break-point. | |
7172 | |
7173 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7174 property to character sets which require `kinsoku' processing for | |
7175 filling. | |
7176 (fill-find-break-point): New function. | |
7177 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7178 Don't call kinsoku directly, intead call fill-find-break-point. | |
7179 | |
7180 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7181 | |
7182 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7183 (modify-face): Don't get error if (nil) is the argument. | |
7184 (face-try-color-list): Don't check whether nil is a valid color. | |
7185 | |
7186 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7187 | |
7188 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7189 Print message about each directory, even in batch mode. | |
7190 | |
7191 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7192 | |
7193 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7194 (ps-mule-string-char): No need to use sref. | |
7195 (ps-mule-next-index): No need to use sref. | |
7196 | |
7197 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7198 | |
7199 * files.el (revert-buffer-internal-hook): Add defvar. | |
7200 | |
7201 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7202 | |
7203 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7204 | |
7205 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7206 | |
7207 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7208 | |
7209 * net-utils.el (whois-server-list): Fix customization type. | |
7210 | |
7211 * shell.el (shell-input-autoexpand): Fix customization group. | |
7212 | |
7213 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7214 | |
7215 * repeat.el (repeat): Handle keyboard macros properly. | |
7216 Handle new prefix arg after self-insert command. | |
7217 | |
7218 * repeat.el: Don't include cl even at compile time. | |
7219 (repeat): Avoid using `loop'. | |
7220 | |
7221 * simple.el (shell-command-on-region): Doc fix. | |
7222 (next-history-element): Special error message if no default. | |
7223 | |
7224 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7225 | |
7226 * ps-print.el (ps-print-buffer): Doc fix. | |
7227 (ps-despool): Likewise. | |
7228 | |
7229 * arc-mode.el (arc-mode): Provide arc-mode. | |
7230 | |
7231 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7232 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7233 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7234 |
7235 1998-10-14 Dave Love <fx@gnu.org> | |
7236 | |
7237 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7238 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7239 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7240 | |
7241 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7242 Continuation Line" to "Join Line". | |
7243 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7244 | |
7245 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7246 | |
7247 * progmodes/fortran.el (fortran-join-line): Use | |
7248 `delete-indentation' instead of issuing an error message if not on | |
7249 a continuation line. Provide for joining several lines using | |
7250 prefix arg. | |
7251 | |
7252 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7253 | |
7254 * term/pc-win.el (msdos-color-values): New variable. | |
7255 (x-color-values): New function, emulates its namesake from | |
7256 src/xfns.c. | |
7257 (msdos-bg-mode): Add all dark colors to those which return | |
7258 "dark". | |
7259 | |
7260 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7261 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7262 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7263 Don't ignore case if arg has upper case letters. |
7264 | |
7265 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7266 | |
7267 * progmodes/vhdl-mode.el | |
7268 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7269 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7270 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7271 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7272 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7273 (vhdl-when): Fix indentation problem. | |
7274 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7275 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7276 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7277 | |
7278 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7279 | |
7280 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7281 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7282 (insert-directory): New function. | |
7283 | |
7284 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7285 | |
7286 * simple.el (completion-fixup-function): Variable deleted. | |
7287 (completion-setup-function): Delete code for completion-fixup-function. | |
7288 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7289 Don't bind completion-fixup-function. | |
7290 | |
7291 * files.el (find-file-wildcards): New option. | |
7292 (find-file-noselect): Handle wild cards, if enabled. | |
7293 (file-expand-wildcards): New function. | |
7294 | |
7295 * simple.el (set-fill-column): Doc fix. | |
7296 | |
7297 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7298 | |
7299 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7300 | |
7301 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7302 | |
7303 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7304 Move declaration before first use. | |
7305 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7306 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7307 hif-token-list. | |
7308 (hif-token, hif-token-list): Declare them. | |
7309 (hif-find-ifdef-block): Return cons of top and bottom point | |
7310 instead of setting dynamically bound variables. | |
7311 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7312 hif-find-ifdef-block. | |
7313 | |
7314 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7315 | |
7316 * subr.el (read-passwd): Use clear-this-command-keys. | |
7317 | |
7318 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7319 | |
7320 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7321 and ...-for-write. | |
7322 | |
7323 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7324 | |
7325 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7326 responses to GROUP command, since this may be called from a timer | |
7327 with quit inhibited. | |
7328 | |
7329 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7330 | |
7331 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7332 set unconditional-jump to nil. | |
7333 (ccl-compile-read-multibyte-character): Return nil. | |
7334 (ccl-compile-write-multibyte-character): Likewise. | |
7335 (ccl-compile-translate-character): Likewise | |
7336 (ccl-compile-map-multiple): Likewise. | |
7337 (ccl-compile-map-single): Likewise. | |
7338 | |
7339 * international/kinsoku.el: Add coding tag. | |
7340 (kinsoku-bol): Remove superfluous TAB in a string. | |
7341 | |
7342 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7343 Delete `composition' (if any) from CHARSETS. | |
7344 | |
7345 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7346 | |
7347 * international/mule-cmds.el (setup-specified-language-environment): | |
7348 Add apropos-inhibit property. | |
7349 (describe-specified-language-support): Likewise. | |
7350 | |
7351 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7352 | |
7353 * international/mule.el (make-coding-system): Create -with-esc | |
7354 variant coding system. | |
7355 | |
7356 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7357 | |
7358 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7359 (next-file): Optionally offer to revert a file's buffer, | |
7360 if it has an existing buffer but the file has changed. | |
7361 | |
7362 * info.el (Info-insert-dir): Detect and report problems | |
7363 in input files, such as "No Top node". Return with point | |
7364 at the beginning of the text. | |
7365 (Info-find-node): Reinsert the code to handle files | |
7366 with no tags table; it was deleted by mistake. | |
7367 | |
7368 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7369 | |
7370 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7371 texinfo-find-higher-level-node repeatedly find the same node. | |
7372 (texinfo-find-higher-level-node): Doc fix. | |
7373 | |
7374 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7375 | |
7376 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7377 (smtpmail-address-buffer): Add defvar. | |
7378 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7379 | |
7380 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7381 | |
7382 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7383 | |
7384 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7385 | |
7386 * faces.el (frame-set-background-mode): | |
7387 Don't do anythung for text-only or MSDOS frame. | |
7388 | |
7389 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7390 | |
7391 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7392 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7393 | |
7394 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7395 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7396 * gnus/pop3.el (pop3-open-server): |
25837 | 7397 Set process-coding-system-alist around open-network-stream. |
7398 | |
7399 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7400 | |
7401 * files.el (save-buffer): Doc fix. | |
7402 | |
7403 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7404 | |
7405 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7406 return DEF unchanged, not nil. Simplify. | |
7407 | |
7408 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7409 | |
7410 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7411 | |
7412 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7413 | |
7414 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7415 | |
7416 * net-utils.el (ftp, nslookup): Require comint. | |
7417 (network-service-connection): Likewise. | |
7418 (whois-server-name): Defaults to whois.arin.net | |
7419 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7420 (whois): Tries to guess the appropriate top-level domain server. | |
7421 (whois-get-tld): New function. | |
7422 | |
7423 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7424 (dirtrack-debug-toggle): Added this function. | |
7425 | |
7426 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7427 | |
7428 * files.el (find-file-noselect): Switch to the correct buffer | |
7429 before checking find-file-literally, and allow non-nil non-t | |
7430 rawfile params. | |
7431 | |
7432 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7433 | |
7434 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7435 | |
7436 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7437 no-autosave. | |
7438 * tar-mode.el (tar-mode-revert): Likewise. | |
7439 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7440 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7441 * gnus/message.el (message-auto-save-directory): Renamed from | |
7442 message-autosave-directory. All references changed. | |
7443 | |
7444 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7445 | |
7446 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7447 string. Expose mime stuff while searching. | |
7448 | |
7449 1998-10-06 Richard Stallman <rms@gnu.org> | |
7450 | |
7451 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7452 | |
7453 * replace.el (perform-replace): Position point properly | |
7454 before and after the recursive edit of C-r. | |
7455 | |
7456 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7457 find the markers in the old rings that are being discarded. | |
7458 | |
7459 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7460 | |
7461 * apropos.el (apropos-print): control invalid characters. | |
7462 | |
7463 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7464 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7465 confusing customize. | |
7466 | |
7467 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7468 | |
7469 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7470 built-in commands. Add more built-in commands and fix face names. | |
7471 | |
7472 1998-10-05 Simon Marshall <simon@gnu.org> | |
7473 | |
7474 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7475 | |
7476 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7477 | |
7478 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7479 customization since it is not useful in this case. | |
7480 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7481 sure it gets evalled to a number. Also verify that set-frame-name | |
7482 fn exists before calling it. | |
7483 | |
7484 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7485 Protect a `forward-sexp' call which could fail, and improved regex | |
7486 for ie, and eg abbreviations. | |
7487 | |
7488 1998-10-02 Noah Friedman <friedman@splode.com> | |
7489 | |
7490 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7491 send-string. | |
7492 (rlogin-send-Ctrl-D): Here also. | |
7493 (rlogin-send-Ctrl-Z): Here also. | |
7494 (rlogin-send-Ctrl-backslash): Here also. | |
7495 | |
7496 1998-10-02 Dave Love <fx@gnu.org> | |
7497 | |
7498 * outline.el (hide-region-body): Bind | |
7499 outline-view-change-hook to nil while making repeated calls to | |
7500 outline-flag-region. Run it once at the end. | |
7501 (hide-other, hide-sublevels, show-children): Likewise. | |
7502 | |
7503 * info-look.el: Remove duplicate scheme-mode entry. | |
7504 (info-lookup-make-completions): When looking for entries, check | |
7505 that `item' isn't null or "Menu". | |
7506 | |
7507 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7508 | |
7509 * net-utils.el: Don't require ffap. | |
7510 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7511 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7512 | |
7513 1998-09-30 Richard Stallman <rms@gnu.org> | |
7514 | |
7515 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7516 | |
7517 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7518 (imenu--sort-by-position): New function. | |
7519 | |
7520 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7521 (customize group): Fix info node name. | |
7522 | |
7523 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7524 a newline in the alias name. Don't define an alias | |
7525 if the definition would be empty. | |
7526 | |
7527 * which-func.el (which-func-mode-global): Make :set function | |
7528 more reliable. | |
7529 | |
7530 * custom.el (custom-set-variables): Load the requests first, | |
7531 then check the symbol's `set' function. | |
7532 | |
7533 * ffap.el: Doc fixes. | |
7534 | |
7535 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7536 | |
7537 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7538 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7539 * gnus-score.el (gnus-orphan-score): Fix type. | |
7540 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7541 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7542 (gnus-saved-headers): Fix type. | |
7543 | |
7544 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7545 Avoid nil value of `two-lines-citation-part'. | |
7546 | |
7547 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7548 | |
7549 * which-func.el (which-function): Handle case when | |
7550 (car imenu--index-alist) is nil. | |
7551 | |
7552 1998-09-29 Dave Love <fx@gnu.org> | |
7553 | |
7554 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7555 bzip2 args. | |
7556 | |
7557 1998-09-29 Simon Marshall <simon@gnu.org> | |
7558 | |
7559 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7560 comint-exec-hook. | |
7561 | |
7562 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7563 | |
7564 * info-look.el: Add support for Octave. | |
7565 | |
7566 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7567 | |
7568 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7569 (reftex-texpath-environment-variables, | |
7570 reftex-use-external-file-finders, reftex-external-file-finders, | |
7571 reftex-search-unrecursed-path-first): New options. | |
7572 (reftex-process-string, reftex-find-file-externally): New | |
7573 functions. | |
7574 (reftex-access-search-path): Execute shell commands to find the | |
7575 search path. | |
7576 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7577 `reftex-auto-view-crossref' becomes non-nil. | |
7578 (reftex-abbrev-regexp): Constant removed. | |
7579 (reftex-convert-string): Abbrev regexp calculated locally. | |
7580 | |
7581 1998-09-28 Dave Love <fx@gnu.org> | |
7582 | |
7583 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7584 font-lock patterns with keywords that aren't all literal. | |
7585 | |
7586 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7587 | |
7588 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7589 the form `octave.bin:1>' which come from using precopiled binary | |
7590 versions. | |
7591 | |
7592 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7593 | |
7594 * help.el (help-for-help): Use %THIS-KEY%. | |
7595 (help-quit): Add doc. | |
7596 | |
7597 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7598 in a separate function definition, not in the help command FNAME. | |
7599 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7600 | |
7601 1998-09-25 Richard Stallman <rms@gnu.org> | |
7602 | |
7603 * textmodes/texinfo.el (texinfo-show-structure): | |
7604 Bind inhibit-read-only. | |
7605 | |
7606 * isearch.el (isearch-search-and-update): Properly | |
7607 handle upper case letters in the reverse-search special case. | |
7608 | |
7609 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7610 | |
7611 * gnus.el: Extend the list of autoloaded functions. | |
7612 | |
7613 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7614 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7615 1998-08-20 Per Starback <starback@update.uu.se>) | |
7616 | |
7617 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7618 `rmail-output-to-rmail-file'. | |
7619 | |
7620 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7621 | |
7622 * hexl.el (hexl-mode-map): More of previous change. | |
7623 | |
7624 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7625 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7626 Quote file name in star case as well as in non-star. | |
7627 Add blank and quoting of option string here. | |
7628 (tex-start-options-string): Not here. | |
7629 | |
7630 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7631 | |
7632 * term.el (term-delimiter-argument-list): Doc fix. | |
7633 (term-emulate-terminal): Escape literal semicolon. | |
7634 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7635 (asm-comment-char): Escape literal semicolon. | |
7636 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7637 | |
7638 1998-09-23 Richard Stallman <rms@gnu.org> | |
7639 | |
7640 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7641 only those that normally modify the buffer. | |
7642 | |
7643 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7644 over again. | |
7645 | |
7646 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7647 | |
7648 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7649 when let-binding of case-fold-search ends. | |
7650 | |
7651 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7652 | |
7653 * ps-print.el: Skip invisible overlay. | |
7654 Test for set-buffer-multibyte rather than using mule-version. | |
7655 (ps-print-version): New version number (4.1) and doc fix. | |
7656 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7657 | |
7658 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7659 | |
7660 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7661 | |
7662 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7663 | |
7664 * international/quail.el (quail-update-guidance): Check for the | |
7665 return value of (quail-guidance) fixed. | |
7666 (quail-update-translation): Bind quail-current-str locally when it | |
7667 calls quail-update-guidance. | |
7668 (quail-update-translation): If input-method-exit-on-first-char is | |
7669 non-nil, terminate translation only when the current input method | |
7670 is simple. | |
7671 | |
7672 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7673 | |
7674 * startup.el (locale-translation-file-name): Prefer X-related names | |
7675 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7676 (command-line): Use locale-translation-file-name if it is not nil, | |
7677 instead of testing for its existence again. | |
7678 regexp-quote the ctype before using it in a regexp. | |
7679 Allow a colon to appear after the ctype in the aliases file, | |
7680 as is done in X11R6.4. | |
7681 | |
7682 1998-09-21 Richard Stallman <rms@gnu.org> | |
7683 | |
7684 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7685 | |
7686 * calendar/appt.el (appt-interval): Variable deleted. | |
7687 (appt-check): For minutes in between appt-display-interval times, | |
7688 do check, but don't display anything except an updated mode line. | |
7689 Count against appt-display-interval based on minutes since | |
7690 first display of this appointment, not based on time of day. | |
7691 If appt-display-mode-line, force mode line redisplay | |
7692 whenever appt-mode-string has changed. | |
7693 (appt-add, appt-delete): Add autoload cookies. | |
7694 (appt-check): Catch errors from calling `diary'. | |
7695 (appt-max-time): Renamed from max-time. | |
7696 (appt-now-displayed, appt-display-count): New variables. | |
7697 (appt-timer): Don't create one if we already have one. | |
7698 | |
7699 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7700 More general code to use the source buffer instead of the zap file. | |
7701 | |
7702 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7703 compare-with-file. | |
7704 | |
7705 * loadhist.el (load-history-loaded): New variable. | |
7706 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7707 | |
7708 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7709 | |
7710 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7711 Fix error messages. | |
7712 | |
7713 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7714 | |
7715 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7716 Emacs frame. | |
7717 | |
7718 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7719 | |
7720 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7721 `undecided' and `undecided-unix'. | |
7722 | |
7723 1998-09-21 Dave Love <fx@gnu.org> | |
7724 | |
7725 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7726 | |
7727 * subr.el (remove-hook): Check list values to avoid errors. | |
7728 | |
7729 1998-09-18 Noah Friedman <friedman@splode.com> | |
7730 | |
7731 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7732 store string in eldoc-last-message without consing a new string. | |
7733 Rearrange logic from nested if's into cond's. | |
7734 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7735 Do not print message; just return string. | |
7736 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7737 Do not print message; just return string. | |
7738 Cache that string in eldoc-last-data. | |
7739 (eldoc-last-data): Make into a vector. | |
7740 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7741 (eldoc-get-var-docstring): Here also. | |
7742 (eldoc-last-data-store): New function. | |
7743 (eldoc-get-fnsym-args-string): Use it. | |
7744 (eldoc-get-var-docstring): Here also. | |
7745 (eldoc-docstring-first-line): Minimize interim string consing. | |
7746 Call substitute-command-keys on the result. | |
7747 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7748 eldoc-docstring-message): Functions removed. | |
7749 (eldoc-docstring-format-sym-doc): New function, functionality | |
7750 ripped out of eldoc-docstring-message. | |
7751 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7752 | |
7753 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7754 | |
7755 * international/mule.el (make-coding-system): Doc-string modified. | |
7756 | |
7757 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7758 | |
7759 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7760 | |
7761 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7762 customize type. | |
7763 | |
7764 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7765 type. | |
7766 | |
7767 * progmodes/compile.el (compilation-error-screen-columns): New | |
7768 variable. | |
7769 (compilation-next-error-locus): Use it to decide whether to use | |
7770 forward-char or move-to-column. | |
7771 | |
7772 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7773 | |
7774 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7775 feedmail-fiddle-plex-user-list, | |
7776 feedmail-spray-address-fiddle-plex-list, | |
7777 feedmail-prompt-before-queue-user-alist, | |
7778 feedmail-prompt-before-queue-help-supplement, | |
7779 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7780 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7781 type. | |
7782 | |
7783 * startup.el (site-run-file): Fix customize type. | |
7784 | |
7785 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7786 customize type. | |
7787 | |
7788 * shell.el (shell-input-autoexpand): Fix customize type. | |
7789 | |
7790 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7791 Improve layout of customize type. | |
7792 | |
7793 * net-utils.el (traceroute-program-options, ping-program-options, | |
7794 ipconfig-program-options, netstat-program-options, | |
7795 arp-program-options, route-program-options, | |
7796 nslookup-program-options, ftp-program-options): Fix customize | |
7797 type. | |
7798 | |
7799 * midnight.el (clean-buffer-list-kill-regexps, | |
7800 clean-buffer-list-kill-buffer-names, | |
7801 clean-buffer-list-kill-never-buffer-names, | |
7802 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7803 | |
7804 * man.el (Man-init-defvars): Avoid trailing nil on | |
7805 Man-filter-list. | |
7806 | |
7807 * lpr.el (printer-name): Fix customize type. | |
7808 | |
7809 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7810 | |
7811 * international/mule-cmds.el (reset-language-environment): Call | |
7812 update-coding-systems-internal. | |
7813 | |
7814 * international/mule-conf.el: Call update-coding-systems-internal | |
7815 at the tail. | |
7816 | |
7817 1998-09-14 Dave Love <fx@gnu.org> | |
7818 | |
7819 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7820 use the menu-enable properties, pending doing it correctly and | |
7821 acceptably fast. | |
7822 | |
7823 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7824 | |
7825 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7826 | |
7827 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7828 comment-{start,end} non-nil as well as bound. Report an error if | |
7829 we can't grok the mode. | |
7830 | |
7831 1998-09-13 Richard Stallman <rms@gnu.org> | |
7832 | |
7833 * simple.el (blink-matching-open): Don't log paren matching | |
7834 messages in *Messages*. | |
7835 | |
7836 1998-09-12 Richard Stallman <rms@gnu.org> | |
7837 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7838 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 7839 Set point-before-scroll at end even if there was an error. |
7840 | |
7841 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7842 Use binary mode for dumb-unix hosts as for unix hosts. | |
7843 (ange-ftp-copy-file-internal): Likewise. | |
7844 | |
7845 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7846 | |
7847 * emacs-lisp/pp.el: Doc fixes. | |
7848 | |
7849 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7850 (widget-choose): Don't use single-char shortcuts if # items | |
7851 exceeds that many. Use minibuffer instead. | |
7852 | |
7853 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7854 | |
7855 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7856 | |
7857 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7858 | |
7859 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7860 in terminal mode. | |
7861 | |
7862 1998-09-10 Noah Friedman <friedman@splode.com> | |
7863 | |
7864 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7865 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7866 and older versions of Emacs, which share this code. | |
7867 | |
7868 * type-break.el (type-break-mode): Here also. | |
7869 | |
7870 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7871 `t' to add-hook also to modify the new local value. | |
7872 | |
7873 1998-09-10 Dave Love <fx@gnu.org> | |
7874 | |
7875 * vc.el (vc-insert-headers): Doc fix. | |
7876 | |
7877 1998-09-10 Richard Stallman <rms@gnu.org> | |
7878 | |
7879 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7880 ispell-... variables permanent locals. | |
7881 (flyspell-mode-off): Add autoload cookie. | |
7882 | |
7883 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7884 do use binary mode, just as for `unix'. | |
7885 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7886 | |
7887 * dired.el (dired-mark-files-containing-regexp): | |
7888 Don't scan directories. Ignore non-readable files. | |
7889 | |
7890 * progmodes/compile.el (compilation-error-regexp-alist): | |
7891 Fix previous change: allow . and _ in command name. | |
7892 | |
7893 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7894 | |
7895 * uncompress.el (uncompress-while-visiting): | |
7896 Use just the car of what find-operation-coding-system returns. | |
7897 | |
7898 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7899 | |
7900 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7901 | |
7902 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7903 | |
7904 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7905 to make killing of ispell process work even if | |
7906 kill-all-local-variables has been run. | |
7907 | |
7908 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7909 | |
7910 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7911 loop when sexp entry ends at end of file with no newline. | |
7912 | |
7913 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7914 | |
7915 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7916 (Custom-reset-standard): Fix menu inconsistency. | |
7917 | |
7918 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7919 (feedmail-message-id-suffix): Allow nil. | |
7920 | |
7921 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7922 Simplify. Make prefix arg work right. | |
7923 | |
7924 1998-09-09 Dave Love <fx@gnu.org> | |
7925 | |
7926 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7927 | |
7928 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7929 | |
7930 1998-09-08 Dave Love <fx@gnu.org> | |
7931 | |
7932 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7933 stuff only after file names or at start of line. Allow parens | |
7934 around e-mail, as well as angles. | |
7935 | |
7936 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7937 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7938 time for nicer failure if it's not available. | |
7939 | |
7940 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
7941 | |
7942 * comint.el (comint-arguments): Ignore backslashes when using | |
7943 w32 shells that expect backslashes as the directory separator. | |
7944 | |
7945 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
7946 | |
7947 * international/fontset.el (resolved-ascii-font): New variable. | |
7948 (x-complement-fontset-spec): By side effect, set | |
7949 `resolved-ascii-font' to the resolved name of ASCII font." | |
7950 (create-fontset-from-fontset-spec): Don't get a value for | |
7951 resolved-ascii-font from the list full-fontlist. It is set by | |
7952 x-complement-fontset-spec now. | |
7953 | |
7954 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7955 version, check the value of mule-version. | |
7956 | |
7957 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
7958 | |
7959 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
7960 several functions. No longer moves to find a macro. | |
7961 (reftex-view-cr-cite, reftex-view-cr-ref, | |
7962 reftex-end-of-bib-entry): New functions. | |
7963 (reftex-auto-view-crossref): New value `window' allowed. | |
7964 (reftex-view-crossref-when-idle): Process new `window' option in | |
7965 (reftex-translate-to-ascii-function): New default. | |
7966 (reftex-label-illegal-re): Default changed, removed Latin1. | |
7967 (reftex-latin1-to-ascii): New function. | |
7968 (reftex-what-environment): Check for section regexp before use. | |
7969 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
7970 absolute path names. | |
7971 (reftex-TeX-master-file): Changed sequence of file checks. | |
7972 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
7973 | |
7974 1998-09-06 Richard Stallman <rms@gnu.org> | |
7975 | |
7976 * progmodes/compile.el (compilation-error-regexp-alist): | |
7977 In first pattern (GNU utilities and other things), | |
7978 allow a space after the optional program name at the beginning. | |
7979 | |
7980 * mail/mail-hist.el (mail-hist-current-header-contents): | |
7981 Fix previous change: use mail-header-end. | |
7982 | |
7983 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
7984 | |
7985 * international/ccl.el: Doc fixes. | |
7986 * international/encoded-kb.el: Doc fixes. | |
7987 * international/fontset.el: Doc fixes. | |
7988 * international/kinsoku.el: Doc fixes. | |
7989 * international/kkc.el: Doc fixes. | |
7990 * international/mule-cmds.el: Doc fixes. | |
7991 * international/mule-conf.el: Doc fixes. | |
7992 * international/mule-util.el: Doc fixes. | |
7993 * international/mule.el: Doc fixes. | |
7994 | |
7995 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
7996 | |
7997 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
7998 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
7999 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
8000 punctuation for first line sentence breaking. | |
8001 (checkdoc-this-string-valid): When converting a comment into a doc | |
8002 string, make sure " chars are \". | |
8003 (checkdoc-sentencespace-region-engine): Only do double space check | |
8004 if based on the variable `sentence-end-double-space' | |
8005 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
8006 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
8007 | |
8008 1998-09-04 Richard Stallman <rms@gnu.org> | |
8009 | |
8010 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
8011 Recognize define-skeleton as a function definer. | |
8012 | |
8013 * cus-edit.el (customize-option): Refuse to customize | |
8014 a variable that has no defcustom. But if variable is autoloaded, | |
8015 first try to load the library that defines it. | |
8016 | |
8017 * international/iso-insert.el: Use `string' before calling `insert' | |
8018 so that in multibyte buffers we insert multibyte chars. | |
8019 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8020 * dired.el (dired-mark-files-containing-regexp): |
25837 | 8021 Don't use find-file; instead, insert the file in a temp buffer. |
8022 | |
8023 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
8024 (tex-start-tex): Use that variable. | |
8025 | |
8026 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
8027 value in the `repeat' alternative a list. | |
8028 | |
8029 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
8030 the inserted newline, verify that one was really inserted. | |
8031 | |
8032 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
8033 remains on or remains off. | |
8034 (flyspell-multi-language-p): Default changed to nil. | |
8035 | |
8036 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
8037 In "found in comment" case, don't beginning-of-line after forward-line. | |
8038 | |
8039 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
8040 If the function definition is not a lambda, return original FORM | |
8041 with no error. | |
8042 | |
8043 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
8044 | |
8045 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
8046 so that by default netstat shows all network connections. | |
8047 | |
8048 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8049 | |
8050 * international/quail.el: Doc fixes. | |
8051 | |
8052 * info.el (info): Don't add parens if FILE already has them. | |
8053 | |
8054 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8055 | |
8056 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8057 on extension lines. | |
8058 | |
8059 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8060 | |
8061 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8062 | |
8063 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8064 | |
8065 * 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
|
8066 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8067 |
8068 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8069 | |
8070 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8071 argument to ps-mule-generate-bitmap-font. | |
8072 | |
8073 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8074 entry and change Latin-1 entry in the default value. | |
8075 (ps-mule-font-info-database-ps-bdf): New variable. | |
8076 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8077 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8078 registerd in FONT-SPEC. | |
8079 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8080 charcter width of bitmap fonts. | |
8081 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8082 procedure NF. | |
8083 (ps-begin-file): Output PostScript code for setting | |
8084 SpaceWidthRatio. | |
8085 (ps-plot-region): Use line-beginning-position to get a position of | |
8086 the beginning of the current line. | |
8087 | |
8088 * international/mule-cmds.el (register-input-method): Doc-string | |
8089 modified. | |
8090 | |
8091 1998-09-01 Dave Love <fx@gnu.org> | |
8092 | |
8093 * international/mule-cmds.el (current-language-environment): Fix | |
8094 setter function. | |
8095 | |
8096 1998-09-01 Simon Marshall <simon@gnu.org> | |
8097 | |
8098 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8099 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8100 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8101 names with font-lock-type-face. Fontify type specs, etc., with | |
8102 font-lock-keyword-face. | |
8103 | |
8104 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8105 | |
8106 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8107 font is specified in FONTLIST, don't substitute it for the | |
8108 resolved name. | |
8109 | |
8110 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8111 | |
8112 * international/mule.el (charset-description): Doc fix. | |
8113 | |
8114 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8115 language/devanagari.el, language/ethiopic.el, | |
8116 language/european.el, language/hebrew.el, language/indian.el, | |
8117 language/japanese.el, language/korean.el, language/lao.el, | |
8118 language/slovak.el, language/thai.el, language/tibetan.el, | |
8119 language/vietnamese.el: | |
8120 Add coding: local variable, to avoid bootstrapping problem | |
8121 if you need to recompile all the Lisp files using interpreted code. | |
8122 | |
8123 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8124 | |
8125 * cal-china.el (chinese-year-cache): Change range of years from | |
8126 1989-2000 to 1990-2010. | |
8127 | |
8128 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8129 | |
8130 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8131 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8132 | |
8133 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8134 | |
8135 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8136 (ps-output-string-prim): Comment format changed. | |
8137 (ps-do-despool): Indentation of source code changed. | |
8138 | |
8139 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8140 | |
8141 * subr.el (sref): Make it an alias of aref. Make the | |
8142 byte-compiler warn that it is obsolete. | |
8143 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8144 | |
8145 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8146 Calculate the total bytes using position-bytes instead of | |
8147 char-bytes. | |
8148 | |
8149 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8150 | |
8151 * snmp-mode.el: New file. | |
8152 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8153 | |
8154 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8155 | |
8156 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8157 | |
8158 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8159 | |
8160 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8161 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8162 | |
8163 1998-08-27 Richard Stallman <rms@gnu.org> | |
8164 | |
8165 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8166 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8167 Clear appt-mode-string if we don't put something in it. | |
8168 | |
8169 1998-08-27 Dave Love <fx@gnu.org> | |
8170 | |
8171 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8172 dired-local-variables-file for dired-x. | |
8173 | |
8174 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8175 for compressed library files too. | |
8176 | |
8177 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8178 | |
8179 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8180 ("Latin-2"): Likewise. | |
8181 | |
8182 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8183 | |
8184 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8185 | |
8186 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8187 | |
8188 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8189 (mail-hist-current-header-contents): Use mail-text-start. | |
8190 | |
8191 1998-08-26 Richard Stallman <rms@gnu.org> | |
8192 | |
8193 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8194 (customize-changed-options-previous-release): New variable. | |
8195 (customize-changed-options): Use that variable as default arg. | |
8196 | |
8197 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8198 | |
8199 * midnight.el: Require `timer' not only when compiling. | |
8200 | |
8201 1998-08-26 Per Starback <starback@update.uu.se> | |
8202 | |
8203 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8204 buffer before creating help group. | |
8205 | |
8206 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8207 | |
8208 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8209 coding-system-for-write before saving. | |
8210 | |
8211 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8212 | |
8213 * isearch.el (isearch-forward): Doc fix. | |
8214 | |
8215 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8216 | |
8217 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8218 value, not a float. | |
8219 | |
8220 * cus-dep.el: Fix typo in output. | |
8221 | |
8222 1998-08-25 Dave Love <fx@gnu.org> | |
8223 | |
8224 * repeat.el (repeat): Doc fix. | |
8225 [From rms:] | |
8226 (repeat-previous-repeated-command): New variable. | |
8227 (repeat): Check for real-last-command being null or repeat. Set | |
8228 repeat-previous-repeated-command. | |
8229 | |
8230 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8231 | |
8232 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8233 | |
8234 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8235 coding-system-for-write by the return value of | |
8236 select-message-coding-system. | |
8237 (message-send-mail-with-qmail): Likewise. | |
8238 | |
8239 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8240 | |
8241 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8242 define-derived-mode. | |
8243 | |
8244 * files.el (file-name-invalid-regexp): | |
8245 Fix regex for ms-dos without long file names. | |
8246 | |
8247 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8248 | |
8249 * ps-print.el: Multi-byte buffer handling. | |
8250 (ps-print-version): New version number (4.0) and doc fix. | |
8251 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8252 compilation for GNU Emacs and emacsens. | |
8253 (ps-generate-postscript-with-faces): Force invisible text to be | |
8254 visible. | |
8255 (dos-ps-printer): New var to avoid compilation gripes. | |
8256 | |
8257 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8258 | |
8259 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8260 that no more characters can't be printed in the current line. | |
8261 | |
8262 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8263 | |
8264 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8265 greater than TO. | |
8266 | |
8267 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8268 | |
8269 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8270 20.2 and the earlier version. | |
8271 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8272 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8273 (ps-mule-find-wrappoint): Likewise. | |
8274 (ps-mule-generate-font): Change `X' to `x' in format | |
8275 control-string. | |
8276 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8277 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8278 `restore' form procedures `BC' and `EC'. | |
8279 | |
8280 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8281 | |
8282 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8283 is an executable procedure. Make LineThickness, Xshadow, and | |
8284 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8285 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8286 ps-mule-font-info-database-bdf): New vars. | |
8287 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8288 (ccl-encode-ethio-unicode): New CCL program. | |
8289 (ps-mule-encode-ethiopic): New fun. | |
8290 (ps-mule-current-charset): New var. | |
8291 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8292 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8293 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8294 (ps-mule-external-libraries): New var. | |
8295 (ps-mule-init-external-library): New fun. | |
8296 (ps-mule-font-cache): New var. | |
8297 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8298 (ps-last-font): New var. | |
8299 (ps-mule-prepare-font): New fun. | |
8300 (ps-mule-charset-list): New var. | |
8301 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8302 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8303 ps-mule-plot-string): New funs. | |
8304 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8305 New vars. | |
8306 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8307 ps-mule-prepare-cmpchar-font): New funs. | |
8308 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8309 vars. | |
8310 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8311 ps-mule-generate-bitmap-glyph): New funs. | |
8312 (ps-mule-initialize, ps-mule-begin): New funs. | |
8313 (ps-output-string-prim): Insert string as unibyte. | |
8314 (ps-output-prologue): New fun. | |
8315 (ps-flush-output): Handle the case of 'prologue. | |
8316 (ps-begin-file): Call ps-mule-initialize. | |
8317 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8318 printing multibyte characters. | |
8319 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8320 (ps-basic-plot-string): Handle the case of printing ASCII | |
8321 characters by external libraries (e.g. BDF). | |
8322 (ps-set-font): Set ps-last-font. | |
8323 (ps-plot-region): Handle multibyte characters, use | |
8324 ps-mule-plot-string for them. | |
8325 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8326 | |
8327 * bdf.el: New file. | |
8328 | |
8329 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8330 | |
8331 * international/mule-cmds.el (select-message-coding-system): New | |
8332 function. | |
8333 (set-language-environment-coding-systems): Set | |
8334 default-sendmail-coding-system. | |
8335 | |
8336 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8337 (default-sendmail-coding-system): New variable. | |
8338 (sendmail-send-it): Encode the message by a coding system | |
8339 select-message-coding-system returns. | |
8340 | |
8341 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8342 | |
8343 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8344 (speedbar-mode): Set buffer to read only. | |
8345 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8346 with arguments. | |
8347 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8348 | |
8349 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8350 | |
8351 * speedbar.el (speedbar-key-map): Fix typo. | |
8352 | |
8353 See ChangeLog.7 for earlier changes. |