Mercurial > emacs
annotate lisp/ChangeLog @ 26533:18100552e1d4
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Nov 1999 13:22:55 +0000 |
parents | a39742d2964d |
children | c84c8d663642 |
rev | line source |
---|---|
26533 | 1 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * calendar/calendar.el: Fix autoload for | |
4 calendar-absolute-from-astro. Add autoload for | |
5 calendar-print-astro-day-number. | |
6 | |
26524 | 7 1999-11-21 Anders Lindgren <andersl@andersl.com> |
8 | |
9 * follow.el: Use modern backquote syntax. Minor comment update. | |
10 | |
26520 | 11 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
12 | |
26522 | 13 * simple.el (with-syntax-table): Don't switch buffers. |
14 | |
26520 | 15 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
16 progmodes/hideif.el: Use new backquote syntax. | |
17 | |
26517 | 18 1999-11-21 Ken Manheimer <klm@python.org> |
19 | |
20 * icomplete.el (icomplete-completions): Use an explicit variable | |
21 `icomplete-prospects-length', obviating the need to use an | |
22 apparently faulty throw/catch arrangement. | |
23 | |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
24 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
25 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
26 * term/internal.el (IT-display-table-setup): Don't overstep |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
27 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
28 |
26511 | 29 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
30 | |
31 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
32 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
33 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
34 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> |
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
35 |
26517 | 36 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
37 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
38 | |
39 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
40 | |
41 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
42 to detect an empty prompt. | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
43 |
26505 | 44 1999-11-18 Dave Love <fx@gnu.org> |
45 | |
46 * simple.el (input-mode-8-bit): Fix the customization. | |
47 | |
26489 | 48 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
49 | |
26494 | 50 * international/iso-acc.el (iso-languages): Add more |
51 characters for Portuguese. | |
52 | |
26492 | 53 * speedbar.el: Clean up comment at the start of the file. |
54 Remove RCS id. | |
55 | |
26489 | 56 * progmodes/compile.el (compilation-parse-errors): Use |
57 compilation-buffer-p instead of testing major-mode. | |
58 | |
26496 | 59 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
60 | |
61 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
62 (quickurl-ask): completion-ignore-case is set to the value of | |
63 quickurl-completion-ignore-case for the duration of the call to | |
64 completing-read. | |
65 | |
26487 | 66 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
67 | |
68 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
69 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
70 1999-11-18 Kenichi Handa <handa@etl.go.jp> |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
71 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
72 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
73 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
74 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
75 * ps-print.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
76 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
77 * ps-mule.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
78 |
26477 | 79 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
80 | |
81 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
82 using save-excursion. | |
83 | |
26467 | 84 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
85 | |
86 * mail/supercite.el: New maintainer. | |
87 | |
88 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
89 | |
90 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
91 | |
92 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
93 | |
94 * simple.el (with-syntax-table): New. | |
95 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
96 1999-11-15 Sam Steingold <sds@ksp.com> |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
97 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
98 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
99 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
100 1999-02-22 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
101 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
102 * goto-addr.el (goto-address-at-mouse, |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
103 goto-address-find-address-at-point): use compose-mail. |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
104 (goto-address-mail-method): removed variable. |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
105 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
106 goto-address-send-using-mail): removed functions. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
107 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
108 1998-11-03 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
109 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
110 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
111 backward-delete-char-untabify-method can be `all' now - to delete |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
112 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
113 |
26456 | 114 1999-11-15 Sam Steingold <sds@ksp.com> |
115 | |
116 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
117 |
26452 | 118 1999-11-15 Dave Love <fx@gnu.org> |
119 | |
120 * cus-edit.el (customize-face, customize-face-other-window): | |
121 Require match from completing-read. | |
122 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
123 bury-buffer. | |
124 | |
26450 | 125 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
126 | |
26456 | 127 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
128 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 129 |
26445 | 130 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
131 | |
132 * uniquify.el: Use new backquote syntax. | |
133 | |
134 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 135 |
136 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
137 as in ispell-local-dictionary-alist. | |
138 | |
26445 | 139 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 140 |
141 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
142 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
143 |
26445 | 144 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 145 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
146 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 147 Treat `intangible' differently. |
148 | |
149 * forms.el: Use new backquote syntax. | |
150 | |
26434 | 151 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
152 | |
153 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
154 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
155 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
156 |
26435 | 157 * net-utils.el (run-network-program, net-utils-run-program): Use |
158 the new backquote syntax. | |
159 (smbclient-program, smbclient-program-options) | |
160 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
161 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
162 (smbclient, smbclient-list-shares): New functions |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
163 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
164 1999-11-12 Sam Steingold <sds@ksp.com> |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
165 |
26435 | 166 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
167 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
168 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
169 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
170 (viper-kbd-global-pair, viper-kbd-global-definition): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
171 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
172 |
26435 | 173 * emulation/viper-cmd.el (viper-test-com-defun) |
174 (viper-prefix-arg-value, viper-prefix-arg-com): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
175 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
176 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
177 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
178 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
179 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
180 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
181 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
182 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
183 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
184 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
185 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
186 (increment-calendar-month, calendar-for-loop, calendar-sum): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
187 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
188 |
26424 | 189 1999-11-12 Andrew Innes <andrewi@gnu.org> |
190 | |
191 * select.el (x-set-selection): Call buffer-substring, not | |
192 substring. Also fix docstring | |
193 | |
26422 | 194 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
195 | |
196 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
197 of customizable variables to bug report message. Added | |
198 system-type to package name in bug report. | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
199 |
26419 | 200 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
201 | |
202 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
203 to display file names. | |
204 | |
26409 | 205 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
206 | |
26411 | 207 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
208 | |
26409 | 209 * isearch.el: Add lazy-highlighting feature. |
210 | |
26406 | 211 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
212 | |
213 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
214 constant. | |
215 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
216 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
217 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
|
218 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
219 * 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
|
220 |
26394 | 221 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
222 | |
26406 | 223 * startup.el (initial-scratch-message): Add ";;" to the front of |
224 lines in the message. | |
225 | |
26396 | 226 * files.el (file-local-copy): Remove optional BUFFER argument |
227 because that's not used by anything. | |
228 | |
26394 | 229 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
230 to-address. | |
231 | |
26387 | 232 1999-11-08 Markus Rost <rost@ias.edu> |
233 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
234 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 235 to restore track-mouse in the correct buffer. |
236 | |
237 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
238 | |
239 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
240 | |
241 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
242 | |
243 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
244 lpr-command to "lp" for some system-types. (copied from lpr.el | |
245 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
246 |
26362 | 247 1999-11-04 Markus Rost <rost@ias.edu> |
248 | |
249 * simple.el (comment-region): Strip off white space at end of | |
250 comment-start. | |
251 | |
26354 | 252 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
253 | |
254 * faces.el (secondary-selection): Fix wrong color name. | |
255 | |
26352 | 256 1999-11-04 John Tobey <jtobey@epsilondev.com> |
257 | |
258 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
259 the default when invoking perldb in a non-Perl buffer, and other | |
260 cases involving -e or --. | |
261 | |
26342 | 262 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
263 | |
26352 | 264 * simple.el (previous-matching-history-element) |
265 (next-history-element): Use delete-field instead of erase-field. | |
266 | |
267 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
268 Use delete-field instead of erase-field. | |
269 | |
26344 | 270 * faces.el (secondary-selection): Change background to yellow. |
271 | |
26342 | 272 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
273 find the start of the text. Use field-string to read the user | |
274 input. | |
275 | |
26333 | 276 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
277 | |
26338 | 278 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
279 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
280 for compatibility with old face implementation. | |
281 | |
26336 | 282 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
283 Use erase-field instead of erase-buffer. | |
284 | |
26333 | 285 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
286 internal-show-cursor with new interface. | |
287 (blink-cursor-timer-function): New. | |
288 (blink-cursor-start): Use blink-cursor-timer-function. | |
289 | |
26331 | 290 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
291 | |
292 * calendar.el (redraw-calendar): Move to nearest date before | |
293 redrawing. | |
294 | |
295 * diary-lib.el (simple-diary-display): Reset modeline even if | |
296 there are no diary entries since the diary buffer may be displayed. | |
297 | |
26326 | 298 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
299 | |
300 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
301 backtrace using `message', then exit Emacs. | |
302 (debugger-batch-max-lines): New variable. | |
303 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
304 Change the messages put at the start, to say that the debugger | |
305 was entered. | |
306 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
307 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
|
308 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
309 * 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
|
310 |
26295 | 311 1999-11-01 John Tobey <jtobey@epsilondev.com> |
312 | |
313 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
314 presence of perl switches other than "-e". | |
315 | |
26287 | 316 1999-11-01 Markus Rost <rost@ias.edu> |
317 | |
318 * dired-x.el (dired-smart-shell-command): Use | |
319 shell-command-history as in shell-command. | |
320 | |
26282 | 321 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
322 | |
323 * userlock.el (ask-user-about-lock): Doc fix. | |
324 | |
26285 | 325 * frame.el: Doc fixes. |
326 | |
26271 | 327 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
328 | |
26279 | 329 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
330 of show-cursor. | |
331 (blink-cursor-start, blink-cursor-end): Ditto. | |
332 | |
26271 | 333 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
334 | |
26269 | 335 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
336 | |
337 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
338 start on that frame. Use save-selected-window. | |
339 | |
26266 | 340 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
341 | |
342 * simple.el (end-of-buffer): Use window-end to find the window end | |
343 instead of vertical-motion because this handles variable-height | |
344 lines correctly. | |
345 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
346 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
347 |
26266 | 348 * 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
|
349 |
26266 | 350 * 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
|
351 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
|
352 windows. |
26266 | 353 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
354 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
355 (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
|
356 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
357 |
26266 | 358 * 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
|
359 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
360 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 361 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
362 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
363 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
364 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 365 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
|
366 |
26271 | 367 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 368 (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
|
369 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
370 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 371 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
|
372 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
373 |
26271 | 374 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
375 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
376 |
26266 | 377 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
378 (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
|
379 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 380 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
381 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 382 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
|
383 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
384 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
385 * viper-ex.el (ex-read,ex-edit): |
26266 | 386 Fixes for correct interpretation of #,%. |
387 (viper-ex): Now works correctly when called from other functions. | |
388 (viper-glob-function): New variable. | |
389 (viper-ex): Save excursion before doing :global. | |
390 | |
391 * 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
|
392 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
393 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
394 viper-insert-state-post-command-sentinel, |
26266 | 395 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
|
396 cursor colors. |
26267 | 397 |
398 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
399 |
26260 | 400 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
401 | |
402 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
403 that the modeline display was updated *only* when | |
404 `whitespace-display-in-modeline' was set, not otherwise. | |
405 | |
26248 | 406 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
407 | |
26251 | 408 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
409 "frac12". | |
410 | |
26248 | 411 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
412 ad-activate. | |
413 | |
26246 | 414 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
415 | |
26254 | 416 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
417 using fboundp instead of assuming that these are not present in | |
418 particular flavors of emacs. | |
419 (whitespace-version): Update to 2.8 | |
420 (whitespace-display-in-modeline): Add custom variable to control | |
421 displaying the whitespace errors on the modeline based on | |
422 suggestion from <klaus.berndl@sdm.de> | |
423 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
424 clean, to enable using as a hook function, as suggested by Puneet | |
425 Goel <puneet@computer.org> | |
426 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
427 quiet was not set, even with whitespace-auto-cleanup set. | |
428 (whitespace-mode-line): Now uses less modeline real estate and | |
429 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
430 which is present in the file, and <y> is any type of whitespace | |
431 whose check has been suppressed by setting | |
26246 | 432 `whitespace-check-<whitespace-type>' to nil. |
26254 | 433 (whitespace-unchecked-whitespaces): New function to return the |
434 list of whitespaces for whom checks have been suppressed. | |
435 (whitespace-display-unchecked-whitespaces): Renamed to | |
436 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 437 |
26244 | 438 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
439 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
440 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 441 Undo previous change. |
442 | |
26232 | 443 1999-10-28 Dave Love <fx@gnu.org> |
444 | |
445 * help.el (help-follow): Make arg optional again and really | |
446 default to point. | |
447 | |
26228 | 448 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
449 | |
26234 | 450 * 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
|
451 |
26228 | 452 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
453 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
454 comment fixes. | |
455 | |
26231 | 456 * 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
|
457 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
|
458 |
26223 | 459 1999-10-27 Dave Love <fx@gnu.org> |
460 | |
461 * progmodes/compile.el: Checkdoc-inspired fixes. | |
462 | |
26220 | 463 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
464 | |
465 * lpr.el (print-buffer): Doc-string fix. | |
466 | |
26218 | 467 1999-10-27 Dave Love <fx@gnu.org> |
468 | |
469 * emacs-lisp/advice.el: Doc fixes. | |
470 (ad-lemacs-p): Removed. | |
471 (advice): Add :link to defgroup. | |
472 | |
26209 | 473 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
474 | |
475 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
476 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
477 | |
26207 | 478 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
479 | |
480 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
481 ad-activate. All callers changed, including those in data.c. | |
482 (ad-activate-internal-off): Renamed from ad-activate-off. | |
483 All uses changed. | |
484 (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
|
485 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 486 Alter the definition of ad-activate-internal, not ad-activate. |
487 | |
26196 | 488 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
489 | |
490 * startup.el (command-line-1): Add support for command line | |
491 arguments `file' and `execute'. Fix handling of `visit'. | |
492 | |
26191 | 493 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
494 | |
495 * international/mule-cmds.el (read-input-method-name): Handle the | |
496 case that the arg DEFAULT is symbol. | |
497 | |
498 * international/mule-diag.el (mule-diag): Handle the case that | |
499 default-input-method is symbol. | |
500 | |
26187 | 501 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
502 | |
503 * textmodes/tildify.el: New file. | |
504 | |
26184 | 505 1999-10-25 Sam Steingold <sds@ksp.com> |
506 | |
507 * Makefile (compile-files): Fixed the "tr" strings. | |
508 (EMACS): Set to ../src/emacs. | |
509 | |
26173 | 510 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
511 | |
512 * info.el (Info-build-node-completions): Add '("*") to the | |
513 completion list. | |
514 | |
26167 | 515 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
516 | |
517 * frame.el (auto-raise-mode): When enabling the mode, | |
518 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
|
519 |
26170 | 520 * indent.el (indent-region): Doc fix. |
521 | |
26175 | 522 * comint.el (comint-output-filter): Make the Comint buffer current |
523 for the comint-preoutput-filter-functions. | |
524 | |
26177 | 525 * mail/reporter.el: Doc fix. |
526 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
527 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
528 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
529 * 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
|
530 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
531 (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
|
532 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
533 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
534 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
535 |
26151 | 536 1999-10-23 Dave Love <fx@gnu.org> |
537 | |
538 * elide-head.el: New file. | |
539 | |
26148 | 540 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
541 | |
542 * Makefile (compile-files, backup-compiled-files): New targets. | |
543 (bootstrap, bootstrap-clean): Ditto. | |
544 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
545 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
|
546 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
547 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
548 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
|
549 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
|
550 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
551 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
552 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
|
553 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
554 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
|
555 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
|
556 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
557 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
|
558 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
559 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
560 (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
|
561 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
|
562 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
563 |
26132 | 564 1999-10-22 Dave Love <fx@gnu.org> |
565 | |
26137 | 566 * make-mode.el: Minor doc fixes. |
567 | |
26132 | 568 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
569 | |
26129 | 570 1999-10-21 Dave Love <fx@gnu.org> |
571 | |
572 * loadup.el: Add latin-8, latin-9. | |
573 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
574 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
|
575 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
576 * 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
|
577 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
|
578 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
|
579 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
|
580 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
|
581 |
26121 | 582 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
583 | |
584 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
585 that were split so that part of the comment appeared as Lisp code. | |
586 | |
26117 | 587 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
588 | |
589 * ps-bdf.el: Doc fix. | |
590 | |
591 * ps-print-def.el: New file: common definitions for all parts of | |
592 ps-print. | |
593 (ps-multibyte-buffer): Moved from ps-mule. | |
594 | |
595 * ps-mule.el: File dependence fix. | |
596 (ps-multibyte-buffer): Moved to ps-print-def. | |
597 | |
598 * ps-print.el: Doc fix, better customization. | |
599 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
600 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
601 (ps-end-file): Doc fix. | |
602 (ps-setup, ps-begin-file): Fun fix. | |
603 (postscript): New group. | |
604 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
605 (ps-print-prologue-1): Adjust PostScript programming. | |
606 (ps-print): Adjust group hierarchy. | |
607 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
608 ps-print-printer) | |
609 (ps-print-page): New subgroups. | |
610 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
611 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
612 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
613 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
614 (ps-zebra-stripe-height, ps-print-background-image) | |
615 (ps-print-background-text, ps-spool-config): Adjust customization. | |
616 (dos-ps-printer): Definition eliminated. | |
617 | |
618 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
619 | |
620 * ps-mule.el: Doc fix, define functions properly if mule package is | |
621 loaded or not. | |
622 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
623 mule package is loaded or not. | |
624 | |
625 * ps-print.el: Doc fix, n-up printing. | |
626 (ps-print-version): New version number (5.0). | |
627 (ps-page-dimensions-database): Added document media. | |
628 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
629 (ps-page-order, ps-printing-region-p): New vars. | |
630 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
631 funs. | |
632 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
633 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
634 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
635 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
636 (ps-print-begin-sheet-hook): New hook. | |
637 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
638 const. | |
639 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
640 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
641 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
642 (ps-count-lines): Changed to defun. | |
643 (ps-header-page): Changed to defsubst, fix fun. | |
644 (ps-printing-region): Doc fix, adjust programming code. | |
645 (ps-output-boolean, ps-background-pages, ps-background-text) | |
646 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
647 programming code. | |
648 | |
649 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
650 | |
651 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
652 (ps-print-version): New version number (4.2). | |
653 (ps-spool-config, ps-spool-tumble): New vars. | |
654 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
655 programming, new PostScript procedure to handle errors. | |
656 (ps-print-prologue-2): Changed to defconst. | |
657 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
658 (ps-setup, ps-begin-file): Fix funs. | |
659 (ps-boolean-capitalized): New fun. | |
660 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
661 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
662 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
663 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
664 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
665 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
666 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
667 (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
|
668 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
669 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
670 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
671 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
672 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
673 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
674 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
675 |
26102 | 676 1999-10-19 Dave Love <fx@gnu.org> |
677 | |
678 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
679 | |
26100 | 680 1999-10-19 Sam Steingold <sds@ksp.com> |
681 | |
682 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
683 comply with the comment. | |
684 | |
26098 | 685 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
686 | |
687 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
688 permanent-local. | |
689 | |
26094 | 690 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
|
691 |
26094 | 692 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
693 value: \"lpr\" changed to "lpr" | |
694 (ps-mode-version): New constant | |
695 (ps-mode-show-version): New function, added key in ps-mode-map | |
696 (ps-run-messages): Removed | |
697 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
698 ps-run-messages. These keywords now include the value of | |
699 ps-run-prompt, making its fontification customizable. | |
700 (ps-run-init): Removed \\n from docstring, it is now added when | |
701 the value is used | |
702 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
703 ps-run-prompt | |
704 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 705 customizable variables in doc-string (its equivalent |
26094 | 706 ps-run-messages was missing in previous version of the doc-string) |
707 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
708 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
709 |
26091 | 710 1999-10-19 Alex Schroeder <alex@gnu.org> |
711 | |
712 * ansi-color.el: Complete rewrite. | |
713 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
714 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
715 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
716 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
717 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
|
718 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
719 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
720 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
721 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
|
722 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
723 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
724 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
725 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
726 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
727 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
728 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
729 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
730 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
731 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
732 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
733 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
734 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
735 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
736 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
737 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
738 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
739 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
740 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
|
741 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
742 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
743 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
744 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
745 |
26080 | 746 1999-10-18 Dave Love <fx@gnu.org> |
747 | |
748 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
749 (expand-region-abbrevs): Remove properties from buffer text. | |
750 | |
26064 | 751 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
752 | |
26066 | 753 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
754 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
|
755 |
26064 | 756 * simple.el (minibuffer-prompt-end): Return the position |
757 after the prompt, not the position of that last character | |
758 of the prompt. | |
759 | |
26061 | 760 1999-10-17 Miles Bader <miles@gnu.org> |
761 | |
762 * simple.el: Doc fixes. | |
763 | |
764 1999-10-17 Miles Bader <miles@gnu.org> | |
765 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
766 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 767 Change to work correctly even if the point is in the prompt. |
768 (choose-completion-string): Likewise. | |
769 (minibuffer-prompt-width): New function (compatibility with old subr). | |
770 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
771 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 772 When constraining the final position to the current field, |
773 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
774 | |
775 1999-10-17 Miles Bader <miles@gnu.org> | |
776 | |
777 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
778 constrain-to-field. | |
779 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
780 | |
781 1999-10-17 Miles Bader <miles@gnu.org> | |
782 | |
783 * simple.el (line-move): Use constrain-to-field to avoid | |
784 moving into a prompt. | |
785 (previous-complete-history-element): Clarify doc string. | |
786 (next-complete-history-element): Likewise. | |
787 Use field-beginning instead of point-min. | |
788 (next-matching-history-element): Use field-beginning and | |
789 erase-field instead of point-min and erase-buffer. | |
790 * textmodes/paragraphs.el | |
791 (forward-paragraph, forward-sentence): Likewise. | |
792 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
793 constrain the kill to an field, as the movement commands now | |
794 do this. | |
795 | |
796 1999-10-17 Miles Bader <miles@gnu.org> | |
797 | |
798 * simple.el (previous-matching-history-element): Get the | |
799 minibuffer input with field-string instead of buffer-string. | |
800 (choose-completion-string): Likewise. | |
801 (next-history-element): Likewise. | |
802 Erase the minibuffer input with erase-field, not erase-buffer. | |
803 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
|
804 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 805 Remove minibuffer-prompt hack. |
806 Constrain to any input field. | |
807 | |
26053 | 808 1999-10-17 Sam Steingold <sds@ksp.com> |
809 | |
810 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
811 for CMUCL on sparc and ".ufsl" for LispWorks. | |
812 (bound-and-true-p): Bugfix: free variable `v'. | |
813 | |
26050 | 814 1999-10-16 Dave Love <d.love@dl.ac.uk> |
815 | |
816 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
817 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
818 avoiding elisp-eval. | |
819 | |
26048 | 820 1999-10-16 Sam Steingold <sds@ksp.com> |
821 | |
822 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
823 instead of `eql'. | |
824 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
825 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
826 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
827 * 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
|
828 * 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
|
829 (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
|
830 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
831 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
832 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
833 * 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
|
834 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
835 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
836 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
837 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
838 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
839 |
26029 | 840 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
841 | |
842 * smtpmail.el (smtpmail-via-smtp): Add support for | |
843 automatically appending a domain to RCPT TO: addresses. | |
844 | |
26027 | 845 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
846 | |
847 * dired.el (dired-insert-directory): Insert the amount of | |
848 free space after the total size. | |
849 (dired-free-space-program, dired-free-space-args): New variables. | |
850 | |
26023 | 851 1999-10-14 Karl Heuer <kwzh@gnu.org> |
852 | |
853 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
854 | |
26017 | 855 1999-10-14 Dave Love <fx@gnu.org> |
856 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
857 * international/characters.el: |
26017 | 858 * international/fontset.el: |
859 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
860 | |
861 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
862 strings. | |
863 | |
864 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
865 (command-line): Detect Latin-[89] locales. | |
866 | |
26011 | 867 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
868 | |
869 * international/mule-cmds.el (select-safe-coding-system) | |
870 (leim-list-header): avoid the use of strings that start with backslash | |
871 newline since lread.c:read1 has a hack to turn those strings into | |
872 integer 0 during the loadup.el process. | |
873 | |
874 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
875 | |
26008 | 876 1999-10-13 Dave Love <fx@gnu.org> |
877 | |
878 * image.el (insert-image): Copy the image spec and add an | |
879 intangible property. | |
880 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
881 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
|
882 |
26008 | 883 * help.el (help-xref-interned): Make it also work on variable-only |
884 and function-only symbols. | |
885 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
886 (help-follow): If the point under mouse is not highlighted, try | |
887 `help-xref-interned' on the pointed-to symbol anyway. | |
888 | |
889 * info.el (Info-on-current-buffer): New entry point. | |
890 (Info-find-node): Split into two for Info-on-current-buffer to | |
891 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
892 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 893 Info-current-file can now be t. |
894 (Info-clone-buffer-hook): function for `clone-buffer'. | |
895 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
896 `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
|
897 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
898 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
|
899 |
26008 | 900 * simple.el (shell-command, shell-command-on-region): Use |
901 make-temp-file. | |
902 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
903 | |
904 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
905 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
906 |
26008 | 907 * loadup.el (load-path): Add subdirs for bootstrapping. |
908 (docstrings): Ignore errors during bootstrapping. | |
909 (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
|
910 |
26001 | 911 1999-10-12 Emmanuel Briot <briot@gnat.com> |
912 | |
913 * ada-stmt.el: Doc-string fixes. | |
914 | |
25991 | 915 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
916 | |
25998 | 917 * recentf.el: New file. |
918 | |
25991 | 919 * ps-mode.el: New file. |
920 | |
921 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
922 case insensitive. | |
923 | |
25985 | 924 1999-10-12 Richard Sharman <rsharman@pobox.com> |
925 | |
926 * sh-script.el: Added support for indenting existing scripts. | |
927 (sh-mode-map): Added new bindings. | |
928 (sh-mode): Updated mode doc-string for new commands, added | |
929 make-local-variable calls, initialize mode-specific variables. | |
930 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
931 is now a different function. | |
932 (sh-header-marker): Changed docstring. | |
933 (sh-set-shell): Initialize mode-specific variables. | |
934 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
935 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
936 Changed these define-skeleton calls to work with user-specified | |
937 indentation settings. | |
938 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
939 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
940 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
941 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
942 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
943 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
944 (sh-guess-basic-offset, sh-handle-after-case-label) | |
945 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
946 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
947 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
948 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
949 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
950 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
951 (sh-handle-this-then, sh-help-string-for-variable) | |
952 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
953 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
954 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
955 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
956 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
957 (sh-remove-our-text-properties, sh-rescan-buffer) | |
958 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
959 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
960 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
961 (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
|
962 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 963 functions. |
964 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
965 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
966 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
967 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
968 (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
|
969 |
25983 | 970 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
971 | |
25999 | 972 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
973 a value one line to high if the cursor wasn't at the start of a | |
974 line. A `beginning-of-line' is now performed before making the | |
975 call to `count-lines'. | |
25983 | 976 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
977 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
|
978 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
979 * 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
|
980 |
25960 | 981 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
982 | |
25962 | 983 * Makefile (setwins): abstract out the command to find subdirectories |
984 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 985 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
986 (autoloads-with-other-emacs): use it. | |
25962 | 987 |
25960 | 988 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
989 | |
25942 | 990 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
991 | |
992 * Makefile (bootstrap-compile): New target. Compile Lisp | |
993 files with ../src/temacs. | |
994 | |
25939 | 995 1999-10-08 Simon Marshall <simon@gnu.org> |
996 | |
997 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
998 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
999 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
|
1000 |
25937 | 1001 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1002 | |
1003 * Makefile (compile): Compile files one by one. Set load-path to | |
1004 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
|
1005 |
25918 | 1006 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1007 | |
1008 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
1009 (emacs): Use it everywhere instead of EMACS. | |
1010 (compile): New target. Compile all Lisp files from scratch. | |
1011 (recompile): New target. Recompile lisp directory. | |
1012 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
1013 an Emacs executable not built in the current directory tree. | |
1014 | |
25908 | 1015 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
1016 | |
1017 * filecache.el (file-cache-completion-ignore-case): New variable, | |
1018 defaulting to the value of completion-ignore-case. | |
1019 (file-cache-minibuffer-complete): Use it. | |
1020 (file-cache-files-matching, file-cache-files-matching-internal): | |
1021 New functions. | |
1022 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1023 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
|
1024 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1025 * 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
|
1026 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1027 * 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
|
1028 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1029 * 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
|
1030 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1031 * 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
|
1032 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1033 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1034 * 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
|
1035 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
|
1036 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1037 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1038 * 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
|
1039 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1040 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1041 * 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
|
1042 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1043 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1044 * 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
|
1045 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
|
1046 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1047 |
25900 | 1048 1999-10-07 Dave Love <fx@gnu.org> |
1049 | |
1050 * bindings.el (bound-and-true-p): New macro. | |
1051 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
1052 | |
25886 | 1053 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
1054 | |
1055 * custom.el (defface): Extend documentation for new values of | |
1056 `type'. | |
1057 | |
1058 * faces.el (face-spec-set-match-display): Recognize `type' of | |
1059 `motif', `lucid', `x-toolkit'. | |
1060 (menu): New face. | |
1061 | |
25870 | 1062 1999-10-05 Dave Love <fx@gnu.org> |
1063 | |
1064 * files.el: Recognize temporary crontab files. | |
1065 | |
25873 | 1066 * info.el: Require jka-compr when compiling. |
1067 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
1068 | |
25866 | 1069 1999-10-04 Dave Love <fx@gnu.org> |
1070 | |
1071 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
1072 scroll-up-aggressively, scroll-down-aggressively. | |
1073 | |
1074 * 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
|
1075 |
25867 | 1076 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 1077 |
1078 * help-macro.el (three-step-help): Customize. | |
1079 | |
25926 | 1080 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1081 | |
1082 * hexl.el (hexlify-buffer): Move point in proper range | |
1083 if it is too large. | |
1084 (hexl-after-revert-hook): Update hexl-max-address. | |
1085 (hexl-address-to-marker): Doc fix. | |
1086 | |
25865 | 1087 1999-10-03 Dave Love <fx@gnu.org> |
1088 | |
1089 * image.el (defimage): Remove redundant code. Substitute file in | |
1090 image plist. | |
1091 | |
1092 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1093 | |
1094 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
1095 when doing with-temp-file. | |
1096 | |
1097 1999-10-01 Dave Love <fx@gnu.org> | |
1098 | |
1099 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
1100 | |
1101 * help.el: Require view when compiling. | |
1102 (view-emacs-FAQ): Use Info version. | |
1103 | |
25837 | 1104 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
1105 | |
1106 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
1107 (normat->normal). Use correct font names for Korean | |
1108 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
1109 | |
1110 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
1111 | |
1112 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
1113 code not used by KOI8 to the same 8-bit code instead of mapping to | |
1114 SPC. | |
1115 (cyrillic-alternativnyj-decode-table): Likewise. | |
1116 | |
1117 1999-09-29 Alex Schroeder <alex@gnu.org> | |
1118 | |
1119 * sql.el (sql-imenu-generic-expression): new, used to set | |
1120 imenu-generic-expression. | |
1121 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
1122 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
1123 imenu-case-fold-search, and imenu-syntax-alist. | |
1124 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
1125 setting font-lock-defaults' SYNTAX-ALIST. | |
1126 | |
26025 | 1127 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1128 | |
1129 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
1130 macro, try again. | |
1131 | |
25837 | 1132 1999-09-28 Dave Love <fx@gnu.org> |
1133 | |
1134 * cus-edit.el (custom-comment): Change widget definition. | |
1135 (custom-comment-create, custom-comment-show) | |
1136 (custom-comment-invisible-p): Don't use :comment-overlay. | |
1137 (custom-comment-hide): New function. | |
1138 (custom-variable-set, custom-variable-save) | |
1139 (custom-variable-reset-standard, custom-face-set) | |
1140 (custom-face-save): Use it. | |
1141 | |
25946 | 1142 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1143 | |
25949 | 1144 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
1145 | |
1146 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
1147 | |
25946 | 1148 * faces.el (region): Doc fix. |
1149 | |
25837 | 1150 1999-09-27 Dave Love <fx@gnu.org> |
1151 | |
1152 * isearch.el (isearch): Add :links in defgroup. | |
1153 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
1154 (isearch-switch-frame-handler): Comment out (unused). | |
1155 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
1156 (isearch-ring-retreat-edit): Doc fix. | |
1157 (isearch-mouse-yank): New command. | |
1158 (isearch-last-command-char): Removed. Callers changed to use | |
1159 last-command-char. | |
1160 (isearch-char-to-string): Removed. Callers changed to use | |
1161 char-to-string. | |
1162 | |
25944 | 1163 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
1164 | |
1165 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
1166 option for Russian. | |
1167 | |
25837 | 1168 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
1169 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1170 * faces.el (face-differs-from-default-p): Compare face |
25837 | 1171 attributes individually. |
1172 | |
1173 * image.el (put-image, insert-image): Add string argument. | |
1174 | |
1175 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
1176 | |
1177 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
1178 LANG=de_DE.iso88591 on HPUX 11.0. | |
1179 | |
1180 * dired.el (dired-move-to-filename-regexp): Make it work | |
1181 for LANG=de_DE.iso88591 on HPUX 11.0. | |
1182 | |
26171 | 1183 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1184 | |
1185 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
1186 if we know for some other reason it should not be used. | |
1187 | |
26179 | 1188 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
1189 New variable. | |
1190 (edebug-recursive-edit): Save current-prefix-arg there, | |
1191 bind it, and set it back at the end. | |
1192 (edebug-outside-excursion): Restore and update the outside | |
1193 value of current-prefix-arg. | |
1194 (edebug-emacs-version-specific): Delete support for Epoch. | |
1195 | |
26180 | 1196 1999-09-24 Howard Melman <howard@silverstream.com> |
1197 | |
1198 * imenu.el (imenu-after-jump-hook): New variable. | |
1199 (imenu): Run menu-after-jump-hook. | |
1200 (imenu-name-lookup-function): New variable. | |
1201 * 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
|
1202 |
25837 | 1203 1999-09-24 Carsten Dominik <cd@gnu.org> |
1204 | |
1205 * 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
|
1206 multiple thebibliography environments. |
25837 | 1207 |
1208 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
1209 with recentering window. | |
1210 (reftex-extract-bib-entries-from-thebibliography, | |
1211 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
1212 with multiple thebibliography environments. | |
1213 | |
1214 * textmodes/reftex-vars.el | |
1215 (reftex-section-levels): Function allowed as cdr. | |
1216 (reftex-max-section-depth) New option. | |
1217 | |
1218 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
1219 with multiple thebibliography environments. | |
1220 | |
1221 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
1222 | |
1223 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
1224 instead of point-min in call to delete-region. | |
1225 | |
1226 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1227 | |
1228 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
1229 out into arbitrary file names. | |
1230 | |
1231 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
1232 | |
1233 * language/european.el ("Turkish"): New language environment. | |
1234 | |
1235 1999-09-19 Dave Love <fx@gnu.org> | |
1236 | |
1237 * delim-col.el: New file. | |
1238 | |
1239 1999-09-17 Richard Stallman <rms@gnu.org> | |
1240 | |
1241 * files.el (after-find-file): When visiting a backup file, | |
1242 make it read-only. | |
1243 | |
1244 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
1245 (apropos-keybinding-face, apropos-label-face): Likewise. | |
1246 (apropos-property-face, apropos-match-face): Likewise. | |
1247 (apropos-label-properties): New variable. | |
1248 (apropos-print-doc): Use apropos-label-properties. | |
1249 (apropos-print): Set apropos-label-properties. | |
1250 | |
1251 1999-09-15 Richard Stallman <rms@gnu.org> | |
1252 | |
1253 * winner.el: Use aref instead of sref. | |
1254 | |
1255 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1256 | |
1257 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1258 | |
1259 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1260 | |
1261 1999-09-14 Richard Stallman <rms@gnu.org> | |
1262 | |
1263 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1264 cookie, even if followed by a letter. | |
1265 | |
1266 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1267 | |
1268 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1269 --no-line-editing are passed to Octave by including them here | |
1270 rather than storing them in inferior-octave-startup-args. | |
1271 | |
1272 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1273 | |
1274 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1275 command, option, env and sc. | |
1276 | |
1277 * subr.el (shell-quote-argument): Quote argument with double | |
1278 quotes for ms-dos. | |
1279 | |
1280 1999-09-14 Richard Stallman <rms@gnu.org> | |
1281 | |
1282 * simple.el (eval-expression-print-level): New variable. | |
1283 (eval-expression-print-length): New variable. | |
1284 (eval-expression-debug-on-error): New variable. | |
1285 (eval-expression): Bind print-level, print-length and | |
1286 debug-on-error from those vars. | |
1287 | |
1288 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1289 Bind print-level, print-length and debug-on-error. | |
1290 | |
1291 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1292 | |
1293 * dired.el (dired-recursive-deletes): New custom variable. | |
1294 (dired-re-no-dot): New variable. | |
1295 (dired-delete-file): New function deletes files and directories | |
1296 recursively. | |
1297 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1298 | |
1299 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1300 (dired-handle-overwrite): Broke a long line. | |
1301 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1302 `copy-file'. | |
1303 (dired-copy-file-recursive): New function. Copy directories | |
1304 recursively. | |
1305 (dired-do-create-files): Added support for generalized directory | |
1306 target. How-to function may now return a function. New fluid | |
1307 variable `dired-one-file'. | |
1308 (dired-copy-how-to-fn): New variable. | |
1309 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1310 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1311 (dired-do-copy-regexp): No recursive copies. | |
1312 | |
1313 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1314 | |
1315 * whitespace.el (whitespace-version): Update version to 2.4 | |
1316 | |
1317 * whitespace.el: Add customization variables to conditionally test | |
1318 any of the five whitespaces, per request from Rune Kleveland | |
1319 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1320 | |
1321 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1322 | |
1323 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1324 list of modes to be checked for bogus whitespaces. | |
1325 | |
1326 * whitespace.el (whitespace-rescan-timer-time): Update | |
1327 documentation. | |
1328 | |
1329 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1330 new function to update modeline with untested whitespaces. | |
1331 | |
1332 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1333 checking is turned on, and update modeline using the newly created | |
1334 `whitespace-display-unchecked-whitespaces'. | |
1335 | |
1336 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1337 whose checking is turned on, and update modeline using the newly | |
1338 created `whitespace-display-unchecked-whitespaces'. | |
1339 | |
1340 * whitespace.el (whitespace-describe): Update documentation. | |
1341 | |
1342 * whitespace.el (whitespace-tickle-timer): Test if | |
1343 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1344 | |
1345 1999-09-13 Dave Love <fx@gnu.org> | |
1346 | |
1347 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1348 | |
1349 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1350 for temp buffer. | |
1351 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1352 | |
1353 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1354 | |
1355 * rsz-mini.el: Remove code, keep the interface. | |
1356 | |
1357 1999-09-13 Dave Love <fx@gnu.org> | |
1358 | |
1359 * help.el (help-highlight-p): Doc fix. | |
1360 | |
1361 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1362 (highlight, secondary-selection): Add :group. | |
1363 (trailing-whitespace): Add :group, :version. | |
1364 | |
1365 * wid-edit.el: Remove some compatibility code and checks. | |
1366 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1367 properties. | |
1368 (widget-overlay-inactive): Change error message. | |
1369 (widget-button-pressed-face): New variable. | |
1370 (widget-button-click): Use it. | |
1371 (widget-documentation-link-add): Specify mouse and button faces. | |
1372 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1373 removed now the functionality is built in. | |
1374 | |
1375 * cus-edit.el: Don't define-widget-keywords. | |
1376 (multimedia): New group. | |
1377 (custom-last): Function removed. | |
1378 (custom-quote): Add vectorp case, comment out characterp case. | |
1379 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1380 (Custom-buffer-done): New function. | |
1381 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1382 Custom-buffer-done. | |
1383 (custom-button-face): Make it `released-button'. | |
1384 (custom-button-pressed-face): Make it `pressed-button' | |
1385 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1386 (custom-mode): Deal with raised/pressed buttons. | |
1387 | |
1388 Changes from Didier Verna: | |
1389 (custom-prompt-variable): Optional third arg makes prompt for a | |
1390 comment string. | |
1391 (customize-set-value, customize-set-variable, | |
1392 customize-save-variable): Optional prefix makes function handle | |
1393 variable comments. | |
1394 (customize-customized, customize-saved, custom-variable-state-set) | |
1395 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1396 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1397 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1398 (custom-face-reset-standard, customize-save-customized): Handle | |
1399 custom comments. | |
1400 (custom-comment-face, custom-comment-tag-face): New face. | |
1401 (custom-comment): New widget. | |
1402 (custom-comment-create, custom-comment-delete) | |
1403 (custom-comment-value-set, custom-comment-show) | |
1404 ()custom-comment-invisible-p): New functions. | |
1405 (custom-variable-value-create, custom-face-value-create): Create a | |
1406 comment field widget. | |
1407 (custom-variable-menu, custom-face-menu): New entry for custom | |
1408 comment. | |
1409 (custom-face-value-create): Remove compatibility code. | |
1410 (custom-save-variables, custom-save-faces): Possibly save custom | |
1411 comments. | |
1412 | |
1413 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1414 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1415 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1416 |
25837 | 1417 Change from Didier Verna: |
1418 (custom-set-faces): The arguments can now have a custom comment as | |
1419 fourth argument. | |
1420 | |
1421 * custom.el: Don't define-widget-keywords. | |
1422 Change from Didier Verna: | |
1423 (custom-set-variables): the arguments can now have a | |
1424 custom comment as fifth element. | |
1425 | |
1426 1999-09-13 Richard Stallman <rms@gnu.org> | |
1427 | |
1428 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1429 | |
1430 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1431 | |
1432 * 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
|
1433 of buffer-substring because buffer-string doesn't copy the |
25837 | 1434 prompt. |
1435 | |
1436 * faces.el (mode-line): Replaces `modeline'. | |
1437 (toplevel): Make `modeline' an alias for `mode-line'. | |
1438 | |
1439 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1440 | |
1441 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1442 | |
1443 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1444 | |
1445 * emulation/tpu-edt.el (tpu-version): New version. | |
1446 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1447 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1448 (tpu-lm-replace): Set tpu-replace-overlay. | |
1449 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1450 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1451 |
25837 | 1452 1999-09-11 Richard Stallman <rms@gnu.org> |
1453 | |
1454 * isearch.el (isearch-mode-map): Undo previous change. | |
1455 | |
1456 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1457 use all of that as the sexp. | |
1458 | |
1459 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1460 and use the initial argument as file name directly. | |
1461 Likewise if nothing matches. | |
1462 | |
1463 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1464 | |
1465 * winner.el: Major changes. Avoid changing point and mark. | |
1466 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
|
1467 |
25837 | 1468 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1469 | |
1470 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1471 Bind print-continuous-numbering and print-number-table. | |
1472 | |
1473 1999-09-10 Dave Love <fx@gnu.org> | |
1474 | |
1475 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1476 | |
1477 1999-09-09 Richard Stallman <rms@gnu.org> | |
1478 | |
1479 * whitespace.el: Finish making it fit Emacs conventions. | |
1480 Add autoloads. | |
1481 | |
1482 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1483 | |
1484 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1485 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1486 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1487 from the list of keywords. Add DO to the list of keywords. | |
1488 | |
1489 1999-09-09 Dave Love <fx@gnu.org> | |
1490 | |
1491 * byte-opt.el (byte-optimize-backward-char): | |
1492 (byte-optimize-backward-word): New optimizations. | |
1493 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1494 entries. | |
1495 | |
1496 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1497 | |
1498 * image.el (put-image): Remove optional buffer parameter. | |
1499 | |
1500 * faces.el (face-italic-p): Return t only for values `italic' | |
1501 and `oblique'. | |
1502 | |
1503 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1504 mouse-drag-mode-line that also drags the header line. | |
1505 (mouse-drag-mode-line): Call it. | |
1506 (mouse-drag-header-line): New. | |
1507 (toplevel): Bind down-mouse-1 on header lines to | |
1508 mouse-drage-header-line. | |
1509 | |
1510 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1511 | |
1512 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1513 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1514 `header-line'. | |
1515 | |
1516 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1517 | |
1518 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1519 | |
1520 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1521 Respect colon-double-space at end of line. | |
1522 | |
1523 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1524 | |
1525 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1526 (backup-buffer): Use it. | |
1527 | |
1528 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1529 | |
1530 * 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
|
1531 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 1532 etc-passwd-generic-mode. These are all defined for Unix by default. |
1533 (apache-generic-mode): Use an imenu-generic-expression to list | |
1534 Configuration keywords. | |
1535 (samba-generic-mode): Use both ; and # as comment characters. | |
1536 (samba-generic-mode): Font-lock expressions now highlight name | |
1537 value pairs. | |
1538 (bat-generic-mode): Keywords are now case-insensitive through | |
1539 font-lock-defaults setting. | |
1540 (java-properties-generic-mode): Supports both ! and # as comment | |
1541 characters. | |
1542 (java-properties-generic-mode): Added an imenu-generic-expression | |
1543 (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
|
1544 different ways to separate name and value (viz, '=', ':' and |
25837 | 1545 whitespace). |
1546 (show-tabs-generic-mode): Added this new generic-mode. | |
1547 | |
1548 1999-09-08 Richard Stallman <rms@gnu.org> | |
1549 | |
1550 * progmodes/inf-lisp.el: Moved from top directory. | |
1551 | |
1552 * tar-mode.el (tar-header-block-tokenize): | |
1553 Use `when' instead of `and'. Fix some clobbered text. | |
1554 | |
1555 * gud.el (gud-make-debug-menu): Make a child for the | |
1556 local menu, for its menu bar, and the debug menu. | |
1557 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1558 Use the history in the simple way. | |
1559 | |
1560 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1561 | |
1562 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1563 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1564 | |
1565 1999-09-07 Richard Stallman <rms@gnu.org> | |
1566 | |
1567 * subr.el (make-temp-file): New function. | |
1568 | |
1569 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1570 | |
1571 * font-lock.el (font-lock-multiline): New text property contains | |
1572 a boolean to indicate if the char is part of a multiline match. | |
1573 (font-lock-default-fontify-region): Extend the region appropriately | |
1574 for multiline keywords. | |
1575 (font-lock-default-unfontify-region): Also remove the new | |
1576 font-lock-multiline text property. | |
1577 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1578 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1579 | |
1580 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1581 | |
1582 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1583 have leading zeros. | |
1584 | |
1585 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1586 | |
1587 * faces.el (face-set-after-frame-default): Initialize some | |
1588 attributes of some faces from frame parameters. | |
1589 | |
1590 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1591 | |
1592 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1593 | |
1594 * faces.el (fringe): Replaces face `margin'. | |
1595 | |
1596 1999-09-07 Dave Love <fx@gnu.org> | |
1597 | |
1598 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1599 | |
1600 1999-09-07 Richard Stallman <rms@gnu.org> | |
1601 | |
1602 * subr.el (push): Doc fix. | |
1603 | |
1604 1999-09-06 Richard Stallman <rms@gnu.org> | |
1605 | |
1606 * 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
|
1607 to distinguish 20YY from 19YY. |
25837 | 1608 |
1609 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1610 to distinguish 20YY from 19YY. | |
1611 | |
1612 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1613 | |
1614 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1615 | |
1616 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1617 (quickurl-list-insert): Now works out the focused line using | |
1618 `count-lines' instead of using `quickurl-list-focused-line'. | |
1619 | |
1620 1999-09-06 Richard Stallman <rms@gnu.org> | |
1621 | |
1622 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1623 to beginning of message. | |
1624 | |
1625 1999-09-06 Dave Love <fx@gnu.org> | |
1626 | |
1627 * isearch.el (isearch-mode-map): Add mouse-2. | |
1628 | |
1629 * rmail.el (rmail-read-password): Deleted. | |
1630 (rmail-get-pop-password): Use read-password. | |
1631 | |
1632 * quickurl.el: Don't conditionally define caddr. | |
1633 (quickurl-url-comment): Use nth, not caddr in function and | |
1634 defsetf. | |
1635 | |
1636 1999-09-06 Richard Stallman <rms@gnu.org> | |
1637 | |
1638 * auto-show.el: Doc fixes. | |
1639 | |
1640 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1641 | |
1642 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1643 --no-line-editing so that TABs in source files are not interpreted | |
1644 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1645 |
25837 | 1646 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
|
1647 |
25837 | 1648 * hscroll.el, auto-show.el: Remove all code, keep the public |
1649 interface as no-ops. | |
1650 | |
1651 * faces.el (face-bold-p): Don't return t if face has lighter | |
1652 weight than normal. | |
1653 | |
1654 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1655 | |
1656 * startup.el (command-line): Make small-temporary-file-directory | |
1657 be nil except on ms-dos. | |
1658 | |
1659 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1660 | |
1661 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1662 is defined. | |
1663 | |
1664 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1665 letters with a colon after d or l. | |
1666 | |
1667 1999-09-06 Dave Love <fx@gnu.org> | |
1668 | |
1669 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1670 | |
1671 1999-09-05 Richard Stallman <rms@gnu.org> | |
1672 | |
1673 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1674 | |
1675 * textmodes/paragraphs.el (backward-kill-sentence): | |
1676 Don't test minibuffer-prompt-end here. | |
1677 (forward-sentence): Do handle it here. | |
1678 (backward-kill-paragraph): Don't test it here. | |
1679 (forward-paragraph): Handle it here. | |
1680 | |
1681 * mouse.el (font-menu-add-default): Simplify code. | |
1682 | |
1683 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1684 | |
1685 * faces.el (header-line): Renamed from `top-line'. | |
1686 | |
1687 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1688 | |
1689 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1690 | |
1691 1999-09-04 Richard Stallman <rms@gnu.org> | |
1692 | |
1693 * whitespace.el: New file. | |
1694 | |
1695 1999-09-04 Dave Love <fx@gnu.org> | |
1696 | |
1697 * paths.el: Make some doc strings obey the make-docfile convention. | |
1698 | |
1699 * bindings.el: Likewise. | |
1700 (debug-ignored-errors): Remove BBDB ones. | |
1701 | |
1702 1999-09-03 Richard Stallman <rms@gnu.org> | |
1703 | |
1704 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1705 not from the draft to forward. | |
1706 | |
1707 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1708 | |
1709 1999-09-03 Dave Love <fx@gnu.org> | |
1710 | |
1711 * double.el (double-mode): Customize the variable. | |
1712 | |
1713 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1714 | |
1715 * international/characters.el: Delete duplicated code. | |
1716 | |
1717 1999-09-02 Richard Stallman <rms@gnu.org> | |
1718 | |
1719 * indent.el (indent-relative): Doc fix. | |
1720 | |
1721 * quickurl.el (quickurl): Doc fix. | |
1722 | |
1723 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1724 | |
1725 * faces.el (margin): Change background to "gray" for mono (this is | |
1726 drawn with a stipple pattern). | |
1727 | |
1728 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1729 | |
1730 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1731 again. Remove test for minibuffer-prompt-in-buffer. | |
1732 | |
1733 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1734 | |
1735 * files.el (small-temporary-file-directory): New variable. | |
1736 | |
1737 * startup.el (command-line): Compute the value of | |
1738 small-temporary-file-directory. | |
1739 | |
1740 * ediff-init.el (ediff-temp-file-prefix): Use | |
1741 small-temporary-file-directory if non-nil. | |
1742 | |
1743 * vc.el (vc-update-change-log): Likewise. | |
1744 | |
1745 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1746 | |
1747 * simple.el (shell-command, shell-command-on-region): Use | |
1748 make-temp-name properly. Use small-temporary-file-directory if | |
1749 non-nil, otherwise temporary-file-directory, to generate temporary | |
1750 files. | |
1751 | |
1752 * dos-w32.el (direct-print-region-helper): Use | |
1753 temporary-file-directory. (From Stefan Monnier.) | |
1754 | |
1755 1999-09-02 Richard Stallman <rms@gnu.org> | |
1756 | |
1757 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1758 from asm-comment-char. | |
1759 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1760 | |
1761 1999-09-01 Richard Stallman <rms@gnu.org> | |
1762 | |
1763 * play/fortune.el: New file. | |
1764 | |
1765 1999-08-31 Dave Love <fx@gnu.org> | |
1766 | |
1767 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1768 after key table. | |
1769 | |
1770 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1771 variables. | |
1772 | |
1773 * subr.el (push): Fix typo. | |
1774 | |
1775 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1776 | |
1777 * emacs-lisp/ring.el: Many doc fixes. | |
1778 (ring-size, ring-copy): New functions. | |
1779 | |
1780 1999-08-29 Richard Stallman <rms@gnu.org> | |
1781 | |
1782 * progmodes/etags.el (tags-loop-continue): | |
1783 After tags-loop-operate returns, force skip to next file. | |
1784 | |
1785 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1786 (mail-extr-first-letters, mail-extr-last-letters): | |
1787 Use character classes [:alpha:] and [:alnum:]. | |
1788 | |
1789 * subr.el (push, pop): New macros. | |
1790 | |
1791 * progmodes/compile.el (compilation-error-regexp-alist): | |
1792 New item for SGI IRIX MipsPro compilers. | |
1793 | |
1794 * speedbar.el (speedbar-directory-buttons): Recognize | |
1795 device names when checking for file names. | |
1796 | |
1797 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1798 | |
1799 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1800 and specially handle defvar inside their expansions. | |
1801 (eval-defun-1): New subroutine. | |
1802 | |
1803 * progmodes/compile.el (compilation-error-regexp-alist): | |
1804 Fix the Perl -w entry to allow period after line number. | |
1805 Don't allow newlines in file name, but allow them after line number | |
1806 for Perl debugging traces. | |
1807 | |
1808 * which-func.el (which-func-cleanup-function): New variable. | |
1809 (which-function): Call that function. | |
1810 | |
1811 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1812 to end a function name. | |
1813 | |
1814 * informat.el (Info-tagify): Don't insert more than one newline | |
1815 before the tag table. | |
1816 | |
1817 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1818 | |
1819 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1820 than make-temp-name, use match-string-no-properties, and eliminate | |
1821 a quadratic behavior when building bibtex-strings. | |
1822 | |
1823 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1824 | |
1825 * comint.el (comint-input-ring-separator): New variable. | |
1826 (comint-read-input-ring): Doc change; use | |
1827 comint-input-ring-separator when reading file. | |
1828 (comint-write-input-ring): Use | |
1829 comint-input-ring-separator when writing file. | |
1830 | |
1831 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1832 | |
1833 * informat.el (Info-tagify): Start by widening. | |
1834 Match node headers that don't list the file name, | |
1835 and more kinds of page separations. | |
1836 Strip properties during tagification. | |
1837 Use start of node header line as tag's position. | |
1838 Fix the "done" message. | |
1839 | |
1840 (Info-validate): Save and restore match data around narrowing down. | |
1841 | |
1842 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1843 | |
1844 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1845 On repeated call, override previous values put into | |
1846 minor-mode-map-alist and minor-mode-alist. | |
1847 | |
1848 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1849 | |
1850 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1851 | |
1852 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1853 | |
1854 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1855 from cvs update. | |
1856 | |
1857 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1858 | |
1859 * calendar/calendar.el (calendar-move-hook): New hook. | |
1860 | |
1861 * calendar/cal-move.el: Call the new hook in every movement function. | |
1862 | |
1863 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1864 the right function name. | |
1865 | |
1866 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1867 | |
1868 * time-stamp.el: Put quote-backquote around all symbol names | |
1869 in doc strings, for mousing. | |
1870 (time-stamp): support multi-line patterns. | |
1871 (time-stamp-inserts-lines): new variable. | |
1872 (time-stamp-count): new variable. | |
1873 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1874 "Thu" instead of "%a". | |
1875 | |
1876 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1877 | |
1878 * simple.el (kill-word): Undo previous change. | |
1879 | |
1880 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1881 | |
1882 * 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
|
1883 to the beginning of the line containing the range start and |
25837 | 1884 the beginning of the line following the range end. |
1885 | |
1886 1999-08-24 Dave Love <fx@gnu.org> | |
1887 | |
1888 * timezone.el: Move provide to end. | |
1889 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1890 <70 are 2000+. | |
1891 (timezone-parse-time): Simplify somewhat. | |
1892 | |
1893 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1894 | |
1895 * faces.el (margin): Renamed from bitmap-area. | |
1896 | |
1897 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1898 | |
1899 * sql.el: Doc changes. | |
1900 (sql-sybase): use sql-server instead of sql-database. | |
1901 | |
1902 1999-08-23 Dave Love <fx@gnu.org> | |
1903 | |
1904 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1905 interactive specs. | |
1906 | |
1907 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1908 | |
1909 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1910 Don't unwind-protect font-lock-fontify-region. | |
1911 | |
1912 * paragraphs.el (backward-kill-paragraph): Don't move | |
1913 point into mini-buffer prompt. | |
1914 (backward-kill-sentence): Ditto. | |
1915 | |
1916 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1917 Remove test for minibuffer-prompt-in-buffer. | |
1918 (kill-word): Don't move point into mini-buffer prompt. | |
1919 | |
1920 1999-08-21 Dave Love <fx@gnu.org> | |
1921 | |
1922 * Makefile: Exclude CVS dirs like RCS. | |
1923 | |
1924 1999-08-19 Dave Love <fx@gnu.org> | |
1925 | |
1926 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1927 (tooltip-active): Option deleted. | |
1928 | |
1929 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1930 | |
1931 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1932 | |
1933 * term.el: Avoid ange-ftp related compilation warnings. | |
1934 | |
1935 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1936 | |
1937 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1938 the default so that beginners can benefit from it without | |
1939 searching in manuals. | |
1940 | |
1941 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1942 | |
1943 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1944 indent them better. Make auto-indent on newline optional. | |
1945 | |
1946 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1947 | |
1948 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1949 C-q. If it's bound call that binding, otherwise call | |
1950 toggle-read-only. | |
1951 | |
1952 1999-08-17 Dave Love <fx@gnu.org> | |
1953 | |
1954 * info.el (info): Doc fix. | |
1955 | |
1956 * finder.el (finder-known-keywords): Add `multimedia'. | |
1957 | |
1958 * apropos.el: Don't capitalize custom group name. | |
1959 | |
1960 * info-look.el: Remove compatibility code. | |
1961 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1962 (info-complete): Don't lose with point not at end of symbol. | |
1963 | |
1964 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1965 | |
1966 * term.el (toplevel): Make face `term-default' an empty face. | |
1967 The code relied on the fact that Emacs ignored invalid faces in | |
1968 face text properties in 20.4. | |
1969 | |
1970 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1971 | |
1972 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1973 | |
1974 * simple.el: Functions reordered. | |
1975 | |
1976 * rect.el (delete-rectangle-line): Use line-end-position. | |
1977 | |
1978 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1979 | |
1980 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1981 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
|
1982 |
25837 | 1983 1999-08-16 Dave Love <fx@gnu.org> |
1984 | |
1985 * mouse.el: Provide `mldrag' for compatibility. | |
1986 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1987 marked obsolete. | |
1988 | |
1989 * mldrag.el: Removed since the features are in mouse.el. | |
1990 | |
1991 * jka-compr.el (auto-compression-mode): New variable for | |
1992 customization. | |
1993 | |
1994 * bindings.el (mode-line-mule-info): Doc fix. | |
1995 | |
1996 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1997 name comparisons. | |
1998 | |
1999 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
2000 (find-file): Doc fix. | |
2001 | |
2002 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2003 | |
2004 * textmodes/reftex.el: Most of the code moved to other files. | |
2005 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
2006 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
2007 * textmodes/reftex-global.el: New file, split out from reftex.el | |
2008 * textmodes/reftex-index.el: New file, split out from reftex.el | |
2009 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
2010 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
2011 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
2012 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
2013 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
2014 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
2015 | |
2016 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2017 | |
2018 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
2019 conflict with pop-up-frames. | |
2020 (reftex-special-environment-parsers): New constant. | |
2021 (reftex-label-alist): car of an entry can also be a function. | |
2022 (reftex-what-special-env): new function. | |
2023 (reftex-label-location): Call `reftex-what-special-env'. | |
2024 (reftex-compile-variables): Check for symbol in | |
2025 `reftex-label-alist'. | |
2026 (reftex-what-environment): fixed bug with stacked environments of | |
2027 same kind (e.g. enumerate). | |
2028 (reftex-process-string): Preserve default directory. | |
2029 (reftex-label-alist-builtin): changed prefixes of endnote and | |
2030 footnote. Also the magic words. | |
2031 (reftex-reference): Interprete new option | |
2032 `reftex-fref-is-default'. | |
2033 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
2034 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
2035 (reftex-everything-regexp): New function. | |
2036 (reftex-nearest-match): Made better. | |
2037 (reftex-toc-find-section): Use new version of | |
2038 `reftex-nearest-match'. | |
2039 (reftex-insert-docstruct): adapted to work with the index stuff. | |
2040 (reftex-parse-from-file): Find index entries as well. | |
2041 (reftex-toc-toggle-index): New function | |
2042 (reftex-toc-map): `i' is now used to togle the index, File | |
2043 boundaries has been moved to `F'. | |
2044 (reftex-select-label-map): Toggling display of file boundaries is | |
2045 now on the `F' key, for consistency with `reftex-toc-map'. | |
2046 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
2047 `reftex-erase-all-selection-buffer'. Now also kills the index | |
2048 buffers. | |
2049 (reftex-viewing-cross-references): Customization group renamed | |
2050 from reftex-viewing-cross-references-and-citations. | |
2051 (reftex-index-macro-regexp, | |
2052 reftex-find-index-entry-regexp-format): New variables | |
2053 (reftex-macros-with-index): New variable | |
2054 (reftex-add-index-macros): New function | |
2055 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
2056 multiple labels in a single ref command. | |
2057 (reftex-index-support): New customization group | |
2058 (reftex-support-index, reftex-index-special-chars, | |
2059 reftex-index-macros, reftex-index-default-macro, | |
2060 reftex-index-default-tag, reftex-index-math-format, | |
2061 reftex-index-section-letters, reftex-index-include-context, | |
2062 reftex-index-follow-mode, reftex-index-header-face, | |
2063 reftex-index-section-face, reftex-index-tag-face, | |
2064 reftex-index-face): New options | |
2065 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
2066 reftex-index-tag, reftex-index-return-marker, | |
2067 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
2068 reftex-index-macro-regexp, reftex-index-level-re, | |
2069 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
2070 reftex-everything-regexp-no-index, reftex-index-re, | |
2071 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
2072 (reftex-index-help, reftex-index-macros-builtin, | |
2073 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
2074 reftex-query-index-macro-help): New constants | |
2075 (reftex-index-selection-or-word, reftex-index, | |
2076 reftex-default-index, reftex-update-default-index, | |
2077 reftex-index-complete-tag, reftex-index-select-tag, | |
2078 reftex-index-complete-key, reftex-index-update-taglist, | |
2079 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
2080 reftex-display-index, reftex-insert-index, | |
2081 reftex-index-insert-new-letter, reftex-get-restriction, | |
2082 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
2083 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
2084 reftex-index-toggle-follow, reftex-index-toggle-context, | |
2085 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
2086 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
2087 reftex-index-quit, reftex-index-quit-and-kill, | |
2088 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
2089 reftex-index-revert, reftex-index-switch-index-tag, | |
2090 reftex-index-restrict-to-section, reftex-index-widen, | |
2091 reftex-index-restriction-forward, | |
2092 reftex-index-restriction-backward, reftex-index-visit-location, | |
2093 reftex-index-analyze-entry, reftex-index-globalize, | |
2094 reftex-index-edit, reftex-index-toggle-range-beginning, | |
2095 reftex-index-toggle-range-end, reftex-index-edit-key, | |
2096 reftex-index-edit-attribute, reftex-index-edit-visual, | |
2097 reftex-index-edit-part, reftex-index-level-down, | |
2098 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
2099 reftex-index-change-entry, reftex-index-goto-letter, | |
2100 reftex-add-index-macros, reftex-ensure-index-support, | |
2101 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
|
2102 |
25837 | 2103 |
2104 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
2105 | |
2106 * paren.el (show-paren-mode): Support making show-paren-mode | |
2107 a buffer-local variable. Don't check for a window system. | |
2108 (show-paren-function): Check whether show-paren-function is | |
2109 enabled in current buffer; do the right thing if not. | |
2110 Don't check for a window system. | |
2111 (show-paren-mode): Make it a user variable. | |
2112 | |
2113 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
2114 Handle `enum' like `struct'. | |
2115 | |
2116 * server.el (server-process-filter): If a client visits no buffers, | |
2117 close it immediately before recording it. | |
2118 | |
2119 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
2120 Optimize by calling concat just once. Handle =\n sequence. | |
2121 (mail-unquote-printable-region): New command. | |
2122 (mail-quote-printable): Make it autoload. | |
2123 | |
2124 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
2125 | |
2126 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
2127 | |
2128 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
2129 | |
2130 * lisp/texinfmt.el: Handle @ifnottex. | |
2131 | |
2132 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
2133 | |
2134 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
2135 ms-dos. | |
2136 | |
2137 * faces.el (face-valid-attribute-values): Look in | |
2138 x-bitmap-file-path only for x and w32 window systems. | |
2139 | |
2140 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
2141 Do that if width is nil as well. | |
2142 (x-display-mm-height, x-display-mm-width): Update values. | |
2143 (x-colors): Compute the list from msdos-color-values. | |
2144 (x-select-enable-clipboard): Doc fix. | |
2145 (x-frob-font-weight, x-font-family-list): New functions. | |
2146 | |
2147 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
2148 | |
2149 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
2150 back up from beginning of buffer. | |
2151 | |
2152 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
2153 | |
2154 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
2155 | |
2156 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
2157 | |
2158 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
2159 doomsday clock, speed control is added and changes are made to | |
2160 allow large numbers of rings: rings now show the whole ring | |
2161 number, not just the last digit; consecutive rings are allowed to | |
2162 be the same size when necessary to fit all the rings in the | |
2163 window; and poles can be oriented horizontally. Face support is | |
2164 thrown in gratuitously. | |
2165 (hanoi): Changed default number of rings back to 3. | |
2166 (hanoi-unix, hanoi-unix-64): New commands | |
2167 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
2168 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
2169 hanoi-odd-ring-face): New variables. | |
2170 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
2171 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
2172 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
2173 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
2174 (hanoi-topos, hanoi-draw-ring): Removed. | |
2175 | |
2176 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
2177 | |
2178 * faces.el (face-valid-attribute-values): Return an alist for | |
2179 families on ttys. | |
2180 (face-read-integer): Handle unspecified face attributes. Add | |
2181 completion for `unspecified'. | |
2182 (read-face-attribute): Handle unspecified font attributes. | |
2183 (face-valid-attribute-values): Add `unspecified' to lists so that | |
2184 it can be chosen via completion. | |
2185 (face-read-string): Don't recognize "none" as input. | |
2186 | |
2187 1999-08-10 Dave Love <fx@gnu.org> | |
2188 | |
2189 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
2190 string. | |
2191 | |
2192 * sun-curs.el: Require sun-fns. | |
2193 | |
2194 1999-08-10 Dave Love <fx@gnu.org> | |
2195 | |
2196 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
2197 | |
2198 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
2199 hscroll. | |
2200 | |
2201 * simple.el (hscroll-step, hscroll-point-visible) | |
2202 (hscroll-window-column): Remove now we have the mentioned real | |
2203 horizontal autoscrolling. | |
2204 | |
2205 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
2206 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2207 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 2208 control use of -f option. |
2209 (mail-specify-envelope-from): New variable. | |
2210 (mail-from-style): Doc fix. | |
2211 | |
2212 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
2213 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
2214 between local and global maps. | |
2215 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
2216 (easy-menu-change): Doc fix. | |
2217 | |
2218 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
2219 (info-lookup-guess-default): Simplified and cleaned up. | |
2220 (info-lookup-guess-default*): Preserve point. | |
2221 | |
2222 * view.el (view-mode-disable): If buffer-read-only is nil, | |
2223 don't change it. | |
2224 | |
2225 * files.el (after-find-file): Disable View mode if buffer is no | |
2226 longer read-only. | |
2227 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2228 * view.el (view-mode-enable, view-mode-disable): |
25837 | 2229 Call force-mode-line-update. |
2230 | |
2231 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
2232 | |
2233 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
2234 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
2235 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
2236 | |
2237 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
2238 | |
2239 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
2240 to prevent m-eating-bug. | |
2241 | |
2242 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
2243 | |
2244 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
2245 frame-set-background-mode instead. All callers changed. | |
2246 (msdos-face-setup): Don't force color display parameter, it is set | |
2247 by frame-set-background-mode. | |
2248 (make-msdos-frame): Call x-handle-reverse-video and | |
2249 face-set-after-frame-default. Delete frame if creation failed. | |
2250 | |
2251 * faces.el (face-set-after-frame-default): Don't call | |
2252 make-face-x-resource-internal for the pc window-system. | |
2253 | |
2254 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2255 | |
2256 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2257 case with no docstring specially. | |
2258 | |
2259 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2260 | |
2261 * complete.el (PC-do-completion): If completing on file name, | |
2262 reproduce str by concatenating its directory and basename parts. | |
2263 | |
2264 1999-08-07 Dave Love <fx@gnu.org> | |
2265 | |
2266 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2267 unibyte to multibyte conversion of search-forward (from Handa), | |
2268 but avoid the replacement if the language is Latin-N. | |
2269 | |
2270 1999-08-06 Richard Stallman <rms@gnu.org> | |
2271 | |
2272 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2273 of eval-buffer. | |
2274 | |
2275 * international/mule.el (load-with-code-conversion): | |
2276 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2277 | |
2278 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2279 | |
2280 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2281 of filenames and attributes. | |
2282 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2283 for speed. | |
2284 | |
2285 1999-08-05 Dave Love <fx@gnu.org> | |
2286 | |
2287 * auto-show.el (auto-show-mode): Fix :set. | |
2288 | |
2289 * widget.el (define-widget-keywords): Make dummy definition and | |
2290 comment-out its use. | |
2291 | |
2292 1999-08-04 Richard Stallman <rms@gnu.org> | |
2293 | |
2294 * progmodes/tcl.el: Customized. | |
2295 | |
2296 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2297 whether this is Emacs 20 before calling comint-accumulate, | |
2298 test whether comint-accumulate is defined. | |
2299 | |
2300 1999-08-04 Dave Love <fx@gnu.org> | |
2301 | |
2302 * sgml-mode.el: Require outline when compiling. | |
2303 (sgml-mode-hook, html-mode-hook): Customize. | |
2304 (sgml-validate-command): Fix :version. | |
2305 (html-autoview-mode): Doc fix. | |
2306 | |
2307 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2308 nothing in Latin-N environment. | |
2309 | |
2310 * info.el (Info-find-node): Call info-initialize here. | |
2311 (info): Not here. | |
2312 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2313 | |
2314 1999-08-04 Richard Stallman <rms@gnu.org> | |
2315 | |
2316 * ansi-color.el: New file. | |
2317 | |
2318 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2319 | |
2320 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2321 found with global search. | |
2322 | |
2323 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2324 * terminal.el (te-terminfo-directory): | |
2325 * mail/mailpost.el (post-mail-send-it): | |
2326 * mail/metamail.el (metamail-region): | |
2327 * progmodes/ada-mode.el (ada-tmp-directory): | |
2328 Use temporary-file-directory. | |
2329 | |
2330 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2331 (compilation-filter, compilation-forget-errors) | |
2332 (compilation-parse-errors): Use a marker instead of an integer for | |
2333 `compilation-parsing-end'. | |
2334 | |
2335 * progmodes/diff.el (diff-parse-differences): | |
2336 Use a marker instead of an integer for `compilation-parsing-end'. | |
2337 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2338 Use a marker instead of an integer for `compilation-parsing-end'. | |
2339 | |
2340 1999-08-03 Richard Stallman <rms@gnu.org> | |
2341 | |
2342 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2343 (Buffer-menu-mode): Doc fix. | |
2344 (Buffer-menu-view): New command. | |
2345 (Buffer-menu-view-other-window): New command. | |
2346 | |
2347 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2348 | |
2349 * replace.el (query-replace-regexp-eval) | |
2350 (replace-eval-replacement, replace-loop-through-replacements) | |
2351 (replace-match-string-symbols): New functions. | |
2352 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2353 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
|
2354 |
25837 | 2355 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2356 | |
2357 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2358 (5x5): Doc fix. | |
2359 | |
2360 1999-08-03 Dave Love <fx@gnu.org> | |
2361 | |
2362 * fortran.el (fortran-indent-new-line): Make it an alias | |
2363 for reindent-then-newline-and-indent. | |
2364 | |
2365 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2366 | |
2367 * rect.el: All functions rewritten, except when noted above | |
2368 their declaration. Below is a list of interface changes. | |
2369 (apply-on-rectangle): New function, mostly replaces | |
2370 `operate-on-rectangle'. All callers changed. | |
2371 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2372 (kill-rectangle): Added optional prefix arg to fill lines. | |
2373 (delete-rectangle): Ditto. | |
2374 (delete-whitespace-rectangle): Ditto. | |
2375 (delete-extract-rectangle): Ditto. | |
2376 (open-rectangle): Ditto. | |
2377 (clear-rectangle): Ditto. | |
2378 (delete-whitespace-rectangle-line): New function. | |
2379 (delete-rectangle-line): Added third arg FILL. | |
2380 (delete-extract-rectangle-line): Ditto. | |
2381 (open-rectangle-line): Ditto. | |
2382 (clear-rectangle-line): Ditto. | |
2383 | |
2384 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2385 | |
2386 * progmodes/delphi.el: New file. | |
2387 | |
2388 1999-08-02 Richard Stallman <rms@gnu.org> | |
2389 | |
2390 * textmodes/outline.el (outline-previous-heading): New function. | |
2391 (outline-up-heading-all): Use outline-previous-heading. | |
2392 (outline-next-heading): Delete definition inserted yesterday. | |
2393 | |
2394 1999-08-01 Richard Stallman <rms@gnu.org> | |
2395 | |
2396 * textmodes/outline.el (outline-next-heading): New function. | |
2397 (outline-up-heading-all): New function. | |
2398 (outline-font-lock-level): Using outline-up-heading-all. | |
2399 Tell outline-back-to-heading to accept invisible headings. | |
2400 | |
2401 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2402 | |
2403 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2404 (mh-find-path): Test and set that. | |
2405 Set mail-user-agent only the first time this function is run. | |
2406 (mail-user-agent): Defvar deleted. | |
2407 | |
2408 * info.el (info-initialize): New function. | |
2409 (info): Call info-initialize. | |
2410 (Info-directory-list): Initialize to nil, | |
2411 so info-initialize will set it up for real. | |
2412 | |
2413 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2414 | |
2415 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2416 does not interpret a time as the year in a day-month entry. | |
2417 | |
2418 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2419 the diary as part of the european-date-diary-pattern fix. | |
2420 | |
2421 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2422 | |
2423 * international/mule.el (set-auto-coding): Allow whitespace before | |
2424 and after the "variable: value" pair. | |
2425 | |
2426 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2427 | |
2428 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2429 (default-sendmail-coding-system): Doc-string fixed. | |
2430 | |
2431 1999-07-30 Dave Love <fx@gnu.org> | |
2432 | |
2433 * subr.el (assoc-delete-all): New function, renamed from | |
2434 frame-delete-all. | |
2435 | |
2436 * frame.el: Change comments to doc strings and other doc fixes. | |
2437 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2438 Callers changed. | |
2439 (set-background-color, set-foreground-color, set-cursor-color) | |
2440 (set-mouse-color, set-border-color): Offer completion of colours. | |
2441 (cursor): Add :version to defgroup. | |
2442 | |
2443 * facemenu.el (list-colors-display): Make it work on ttys. | |
2444 (facemenu-read-color): Likewise. | |
2445 | |
2446 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2447 | |
2448 * frame.el (frame-notice-user-settings): If background | |
2449 color has been changed, update background-mode from it, | |
2450 then update faces. | |
2451 | |
2452 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2453 | |
2454 * net-utils.el (finger): Don't do indirect fingering. | |
2455 | |
2456 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2457 | |
2458 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2459 rules. Add separator at end of holidays. | |
2460 (cal-tex-rules): New customizable variable. | |
2461 (cal-tex-latexify-list): Add optional parameter to put separator | |
2462 at end. | |
2463 | |
2464 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2465 | |
2466 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2467 fill prefix on each line while looping to the end of paragraph. | |
2468 End paragraph if it's longer than the existing fill prefix. | |
2469 | |
2470 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2471 | |
2472 1999-07-30 Dave Love <fx@gnu.org> | |
2473 | |
2474 * font-lock.el (jit-lock): Fix :load, add :version. | |
2475 | |
2476 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2477 | |
2478 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2479 Vface_tty_color_alist. | |
2480 (face-color-supported-p, face_color_gray_p): New functions. | |
2481 | |
2482 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2483 is bound. | |
2484 | |
2485 * startup.el (command-line): Don't register default colors for | |
2486 MSDOS window-system. | |
2487 | |
2488 1999-07-29 Dave Love <fx@gnu.org> | |
2489 | |
2490 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2491 charquote. | |
2492 | |
2493 * lisp-mode.el (eval-defun): Re-written to avoid | |
2494 capturing variables. | |
2495 | |
2496 * picture.el (picture-beginning-of-line): Don't call | |
2497 hscroll-point-visible now we have real autoscrolling. | |
2498 (picture-end-of-line, picture-newline, picture-open-line): | |
2499 Likewise. | |
2500 | |
2501 * international/latin-8.el: New file. | |
2502 * international/latin-9.el: New file. | |
2503 | |
2504 1999-07-28 Dave Love <fx@gnu.org> | |
2505 | |
2506 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2507 | |
2508 * msb.el: Require cl only when compiling. | |
2509 (msb--home-dir): Deleted. | |
2510 (msb--format-title): Use abbreviate-file-name. | |
2511 (msb--choose-file-menu): Simplify string comparison. | |
2512 | |
2513 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2514 | |
2515 * faces.el (toolbar): Add face definition for mono displays. | |
2516 | |
2517 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2518 | |
2519 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2520 | |
2521 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2522 force copying of default-frame-alist. | |
2523 | |
2524 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2525 | |
2526 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2527 | |
2528 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2529 | |
2530 * frame.el (set-mouse-color): If new color is nil, | |
2531 really respecify the current color. | |
2532 | |
2533 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2534 | |
2535 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2536 to white for mono displays. | |
2537 | |
2538 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2539 | |
2540 * international/ccl.el (ccl-embed-symbol): New function. | |
2541 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2542 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2543 (ccl-compile-translate-character): Likewise. | |
2544 (ccl-compile-map-single): Likewise. | |
2545 (ccl-compile-multiple-map-function): Likewise. | |
2546 (declare-ccl-program): Doc-string modified. | |
2547 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2548 | |
2549 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2550 | |
2551 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2552 | |
2553 1999-07-25 Markus Rost <rost@gnu.org> | |
2554 | |
2555 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2556 the entries to make custom-file more readable. | |
2557 | |
2558 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2559 | |
2560 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2561 | |
2562 * emacs-lisp/edebug.el: Delete compatibility code. | |
2563 (edebug-next-token-class): If . is followed by a digit, | |
2564 return `symbol' for the token class. | |
2565 | |
2566 * startup.el (command-line): If we don't find the user's init file, | |
2567 set user-init-file to nil. | |
2568 | |
2569 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2570 | |
2571 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2572 argument query for new choice of help mode. | |
2573 (info-lookup-symbol): Use it. | |
2574 (info-lookup-file): Ditto. | |
2575 (info-lookup): Don't switch to other window, if already in Info | |
2576 buffer. | |
2577 | |
2578 1999-07-23 Dave Love <fx@gnu.org> | |
2579 | |
2580 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2581 syntax. | |
2582 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2583 (fortran-font-lock-syntactic-keywords): New variable. | |
2584 (fortran-mode): Use it. | |
2585 (fortran-font-lock-keywords-1): Don't do comments. | |
2586 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2587 match data. | |
2588 | |
2589 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2590 | |
2591 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2592 menu-bar-update-buffers. | |
2593 (msb-custom-set, msb--toggle-menu-type): Call | |
2594 msb-menu-bar-update-buffers. | |
2595 (msb-mode): Revise the hook setting. | |
2596 | |
2597 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2598 | |
2599 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2600 | |
25956 | 2601 * font-lock.el, help.el, simple.el: Re-integrate previously |
2602 described changes that were lost due to errors while checking them | |
2603 in. | |
25837 | 2604 |
2605 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2606 | |
2607 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2608 | |
2609 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2610 | |
2611 * international/encoded-kb.el | |
2612 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2613 but push it to unread-command-events. | |
2614 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2615 (encoded-kbd-self-insert-sjis): Likewise. | |
2616 (encoded-kbd-self-insert-big5): Likewise. | |
2617 | |
2618 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2619 before left margin and fill-prefix by fill-find-break-point. | |
2620 | |
2621 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2622 | |
2623 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2624 info-lookup-make-completions returns an error. | |
2625 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2626 name latex, not latex2e. | |
2627 | |
2628 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2629 | |
2630 * replace.el (perform-replace): Turn off case-fold-search | |
2631 if FROM-STRING argument has uppercase in it. | |
2632 | |
2633 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2634 | |
2635 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2636 mode is on. Don't use end of changed text. | |
2637 | |
2638 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2639 | |
2640 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2641 (cl-hash-table-p): Renamed from hash-table-p. | |
2642 (cl-hash-table-count): Renamed from hash-table-count. | |
2643 (maphash): Alias to cl-maphash removed. | |
2644 (gethash): Likewise. | |
2645 (puthash): Likewise. | |
2646 (remhash): Likewise. | |
2647 (clrhash): Likewise. | |
2648 | |
2649 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2650 | |
2651 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2652 third arg non-nil. See comment there why this isn't a good idea. | |
2653 | |
2654 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2655 | |
2656 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2657 | |
2658 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2659 sit-for with 3rd arg non-nil to prevent redisplay. | |
2660 | |
2661 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2662 | |
2663 * image.el (image-type-from-file-header): If file doesn't | |
2664 have a directory part, add data-directory. | |
2665 | |
2666 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2667 | |
2668 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2669 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2670 motion handling when tooltip-gud-tips-p is nil. | |
2671 | |
2672 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2673 | |
2674 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2675 (tooltip-active): Use initial value of nil. | |
2676 | |
2677 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2678 | |
2679 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2680 | |
2681 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2682 definitions for `top-line'. | |
2683 | |
2684 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2685 | |
2686 * faces.el (top-line): New face. | |
2687 | |
2688 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2689 | |
2690 * image.el (image-type-regexps): Add regexp for PS files. | |
2691 | |
2692 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2693 | |
2694 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2695 begin equal to t. | |
2696 | |
2697 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2698 | |
2699 * image.el (image-type-regexps): Add PNG format. | |
2700 | |
2701 1999-07-21 Dave Love <fx@gnu.org> | |
2702 | |
2703 * bindings.el (mode-line-modified): New variable. | |
2704 (mode-line-mode-menu-1): Switch to appropriate window before | |
2705 showing menu. | |
2706 | |
2707 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2708 | |
2709 * faces.el (face-underline): Removed. | |
2710 (face-underline-color): Ditto. | |
2711 | |
2712 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2713 | |
2714 * faces.el (face-x-resources): Fix typo. | |
2715 | |
2716 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2717 | |
2718 * faces.el: Remove handling of `:relief', extend handling of | |
2719 `:box'. | |
2720 (frame-set-background-mode): Choose new defface specs after | |
2721 frame parameters have changed. | |
2722 | |
2723 * cus-face.el: Ditto. | |
2724 | |
2725 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2726 | |
2727 * custom.el (defface): Extend documentation to include new | |
2728 face attributes. | |
2729 | |
2730 * cus-face.el (custom-face-attributes): Add overline, | |
2731 strike-through, box. | |
2732 | |
2733 * faces.el (face-valid-attribute-values): Handle overline, | |
2734 strike-through, box. | |
2735 (face-attribute-name-alist): Add pairs for new face attributes. | |
2736 (describe-face): Handle new face attributes. | |
2737 | |
2738 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2739 | |
2740 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2741 | |
2742 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2743 | |
2744 * enriched.el (enriched-translations): Add `display' and | |
2745 "x-display". | |
2746 (enriched-handle-display-prop): New. | |
2747 (enriched-decode-display-prop): New. | |
2748 | |
2749 * format.el (top-level): Give `display' property | |
2750 `format-list-atomic-p. | |
2751 (format-annotate-single-property-change): Test that property. | |
2752 If present, treat list property values like atoms. | |
2753 | |
2754 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2755 | |
2756 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2757 so that "*" can be entered. | |
2758 | |
2759 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2760 | |
2761 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2762 | |
2763 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2764 | |
2765 * cus-face.el (custom-face-attributes): Return underline | |
2766 face attribute directly from the second lambda of underline. | |
2767 | |
2768 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2769 | |
2770 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2771 | |
2772 * frame.el (after-setting-font-hooks): New variable. | |
2773 (set-frame-font): Run those hooks. | |
2774 | |
2775 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2776 | |
2777 * faces.el (set-face-attribute): Fix doc string. | |
2778 | |
2779 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2780 | |
2781 * cus-face.el (custom-face-attributes): Accept color name. | |
2782 | |
2783 * faces.el (face-underline-p): Accept unspecified underlining. | |
2784 (face-underline): Ditto. Fix doc string. | |
2785 | |
2786 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2787 | |
2788 * faces.el (face-underline-color): New function. | |
2789 | |
2790 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2791 | |
2792 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2793 Added slot to choose a color. | |
2794 | |
2795 * faces.el (face-underline): New function. | |
2796 (face-underline-p): Support underline coloring. | |
2797 Return nil only if the underline attribute is 'normal. | |
2798 (set-face-underline): New function. | |
2799 (face-valid-attribute-values): Support underline coloring. | |
2800 | |
2801 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2802 | |
2803 * image.el (insert-image): Use `display' instead of `glyph' | |
2804 as text property name. | |
2805 (put-image): Ditto. | |
2806 (image-type-from-file-header): Use insert-file-contents-literally. | |
2807 | |
2808 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2809 | |
2810 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2811 string to indicate separators. | |
2812 | |
2813 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2814 | |
2815 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2816 instead of message-log. | |
2817 | |
2818 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2819 | |
2820 * faces.el (bitmap-area): New face. | |
2821 | |
2822 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2823 | |
2824 * image.el (insert-image): New. | |
2825 | |
2826 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2827 | |
2828 * frame.el (blink-cursor): Set the symbol's value. | |
2829 (show-trailing-whitespace): Change group to font-lock. | |
2830 | |
2831 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2832 | |
2833 * jit-lock.el: New. | |
2834 * font-lock.el: Add jit-mode as new support mode. | |
2835 | |
2836 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2837 reaching end instead of letting re-search-forward signal an error. | |
2838 (demand-lock-mode): New. | |
2839 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2840 (font-lock-turn-off-thing-lock): Ditto. | |
2841 (font-lock-after-fontify-buffer): Ditto. | |
2842 (font-lock-after-unfontify-buffer): Ditto. | |
2843 | |
2844 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2845 | |
2846 * gs.el: New file. | |
2847 | |
2848 * startup.el (command-line-1): Activate tooltip mode if | |
2849 interactive. | |
2850 | |
2851 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2852 | |
2853 * faces.el (toolbar): Grey default background. | |
2854 (modeline): Ditto. | |
2855 | |
2856 * image.el (image-type-regexps): New. | |
2857 (image-type-from-file-header): New. | |
2858 (create-image): Call it. | |
2859 | |
2860 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2861 | |
2862 * image.el: New file. | |
2863 | |
2864 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2865 | |
2866 * bindings.el (mode-line-format): Replace `mode-name' with | |
2867 `(:eval mode-line-mode-name)'. | |
2868 (mode-line-mode-name): New. | |
2869 (make-mode-line-mouse-sensitive): Don't change default value | |
2870 of `mode-name'. | |
2871 | |
2872 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2873 | |
2874 * tooltip.el: New file. | |
2875 | |
2876 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2877 | |
2878 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2879 instead of mouse-3 to pop up menus. | |
2880 (mode-line-kill-buffer): Removed. | |
2881 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2882 buffer name. | |
2883 (mode-line-buffer-menu-1): Removed. | |
2884 | |
2885 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2886 | |
2887 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2888 (mode-line-buffer-menu-keymap): New. | |
2889 (mode-line-mode-menu-keymap): New. | |
2890 (mode-line-unbury-buffer): New. | |
2891 (mode-line-other-buffer): New. | |
2892 (mode-line-kill-buffer): New. | |
2893 (mode-line-buffer-menu-1): New. | |
2894 (mode-line-mode-menu-1): New. | |
2895 (make-mode-line-mouse-sensitive): New. | |
2896 | |
2897 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2898 | |
2899 * help.el (describe-key-briefly): Handle mode line strings | |
2900 with local-map properties. | |
2901 (describe-key): Ditto. | |
2902 (mode-line-key-binding): New. | |
2903 | |
2904 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2905 | |
2906 * scroll-bar.el (scroll-bar-timer): New. | |
2907 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2908 | |
2909 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2910 | |
2911 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2912 and `bottom'. | |
2913 | |
2914 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2915 | |
2916 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2917 (global): Use different key bindings if using tookit scroll bars. | |
2918 | |
2919 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2920 | |
2921 * faces.el (modeline): Define mode line face with relief for | |
2922 class color, only. | |
2923 (toolbar): New face. | |
2924 | |
2925 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2926 | |
2927 * frame.el (frame-initialize): Set frame-creation-function to | |
2928 tty-create-frame-with-faces. | |
2929 | |
2930 * faces.el (frame-set-background-mode): Make it work for | |
2931 window-system nil. | |
2932 | |
2933 * faces.el (tty-create-frame-with-faces): New. | |
2934 (face-set-after-frame-default): Make it work for TTY frames. | |
2935 | |
2936 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2937 | |
2938 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2939 Return a list of one font family for TTYs. Don't return bitmap | |
2940 file paths for TTY frames. | |
2941 | |
2942 * faces.el: Add face specs for tty displays to basic faces. | |
2943 | |
2944 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2945 (font-lock-string-face): Ditto. | |
2946 (font-lock-keyword-face): Ditto. | |
2947 (font-lock-builtin-face): Ditto. | |
2948 (font-lock-function-name-face): Ditto. | |
2949 (font-lock-variable-name-face): Ditto. | |
2950 (font-lock-type-face): Ditto. | |
2951 (font-lock-constant-face): Ditto. | |
2952 (font-lock-warning-face): Ditto. | |
2953 | |
2954 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2955 | |
2956 * startup.el (command-line): Register default tty colors. | |
2957 | |
2958 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2959 | |
2960 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2961 | |
2962 * faces.el (modeline): For X frames, use a modeline with relief. | |
2963 | |
2964 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2965 | |
2966 * faces.el (frame-update-faces): Copied from 20.2. | |
2967 (frame-update-face-colors): Ditto. Code removed that isn't | |
2968 applicable in the new face implementation. | |
2969 | |
2970 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2971 | |
2972 * frame.el (show-trailing-whitespace): New. | |
2973 | |
2974 * faces.el (trailing-whitespace): New basic face. | |
2975 | |
2976 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2977 | |
2978 * cus-face.el (custom-facep): Always define as alias for facep. | |
2979 | |
2980 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2981 Remove :bold and :italic. | |
2982 | |
2983 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2984 | |
2985 * faces.el (face-charset-registries): Removed since fontset.el | |
2986 is no always loaded. | |
2987 | |
2988 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2989 | |
2990 * faces.el (internal-get-face): Added as obsolete function for | |
2991 compatibility. | |
2992 | |
2993 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2994 | |
2995 * frame.el (blink-cursor-end): Call show-cursor. | |
2996 (blink-cursor-mode): Ditto. | |
2997 | |
2998 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2999 | |
3000 * faces.el (face-spec-reset-face): Reset all attributes to | |
3001 `unspecified'. | |
3002 (face-spec-set): Use it. | |
3003 | |
3004 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3005 | |
3006 * faces.el (read-all-face-attributes): Bug fix. | |
3007 (face-read-integer): Allow nil default value. | |
3008 (face-valid-attribute-values): Use symbol names of attribute | |
3009 values for completion list. | |
3010 | |
3011 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3012 | |
3013 * faces.el (internal-find-face): Define for compatibility with | |
3014 20.2. | |
3015 (face-id): Likewise. | |
3016 | |
3017 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
3018 | |
3019 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
3020 (x-complement-fontset-spec): Use face-charset-registries. | |
3021 | |
3022 * faces.el (face-font-selection-order): Set font selection order | |
3023 from Lisp. | |
3024 (face-alternative-font-family-alist): Set alternative font | |
3025 families from Lisp. | |
3026 | |
3027 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3028 | |
3029 * faces.el (set-face-charset-registries): Set symbol value. | |
3030 | |
3031 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3032 | |
3033 * faces.el (face-set-after-frame-default): Call function | |
3034 internal-merge-in-global-face. | |
3035 | |
3036 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3037 | |
3038 * faces.el (face-list): Return symbols from face-global-alist. | |
3039 | |
3040 * faces.el (face-list): Return a copy of the face name list so | |
3041 that it cannot be modified from outside (facemenu.el uses | |
3042 nreverse, for example). | |
3043 | |
3044 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
3045 for compatibility with old code. | |
3046 | |
3047 * faces.el (set-face-attributes-from-resources): Additional | |
3048 frame parameter. | |
3049 (make-face-x-resource-internal): Set attributes from resources | |
3050 for a given frame or all frames. | |
3051 | |
3052 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3053 | |
3054 * faces.el (all-faces): Removed. | |
3055 | |
3056 * custom.el (defface): Add new face attributes to function | |
3057 comment. | |
3058 | |
3059 * font-lock.el (font-lock-comment-face): Use new face attribute | |
3060 names. | |
3061 (font-lock-string-face): Ditto. | |
3062 (font-lock-keyword-face): Ditto. | |
3063 (font-lock-builtin-face): Ditto. | |
3064 (font-lock-function-name-face): Ditto. | |
3065 (font-lock-variable-name-face): Ditto. | |
3066 (font-lock-type-face): Ditto. | |
3067 (font-lock-reference-face): Ditto. | |
3068 (font-lock-warning-face): Ditto. | |
3069 ((boundp 'font-lock-face-attributes)): Ditto. | |
3070 | |
3071 * cus-face.el (custom-face-attributes): Use new face attributes. | |
3072 | |
3073 * faces.el (set-face-attribute-from-resource): Initialize | |
3074 from resources only for X and W32. | |
3075 | |
3076 * cus-face.el (custom-declare-face): Don't make frame-local | |
3077 faces. | |
3078 | |
3079 * faces.el (describe-face): Use princ instead of insert. | |
3080 | |
3081 * faces.el: Add XLFD manipulation functions from 20.2 again | |
3082 because fontset.el uses them. | |
3083 (face-set-after-frame-default): Add empty definition. | |
3084 | |
3085 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3086 | |
3087 * faces.el (make-face): Correct typo. | |
3088 (set-face-attribute-from-resource): Use let*. | |
3089 (face-underline-p): Correct typo. | |
3090 (face-inverse-video-p): Ditto. | |
3091 (set-face-stipple): Ditto. | |
3092 (face-read-string): Make completion-list optional parameter. | |
3093 | |
3094 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3095 | |
3096 * faces.el (face-charset-registries): Alist mapping charset | |
3097 symbols to registries and encoding. | |
3098 | |
3099 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3100 | |
3101 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
3102 | |
3103 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3104 | |
3105 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
3106 mode. The cursor of selected_window blinks if the mode is enabled. | |
3107 | |
3108 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3109 | |
3110 * simple.el (next-history-element): Set point to the end of the | |
3111 prompt if minibuffer-prompt-in-buffer. | |
3112 | |
3113 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3114 | |
3115 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
3116 several font name components. | |
3117 | |
3118 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3119 | |
3120 * faces.el (set-face-relief): Use index 12 for relief. | |
3121 (face-fill-in): Set relief from data. | |
3122 (internal-make-face): Init relief to zero. | |
3123 | |
3124 * faces.el (face-spec-set): call modify-face with additional | |
3125 parameters for relief and fixed-p. | |
3126 | |
3127 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3128 | |
3129 * cus-face.el: ':fixed and ':relief added. | |
3130 | |
3131 * faces.el (describe-face): Add fixed font attribute and relief. | |
3132 (face-attr-match-p): Ditto. | |
3133 (face-attr-construct): Ditto. | |
3134 (face-spec-set): Ditto. | |
3135 | |
3136 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3137 | |
3138 * faces.el (internal-make-face): Function to create a Lisp vector | |
3139 suitable for representing a face. | |
3140 (make-face): Use it instead of make-vector. | |
3141 (x-create-frame-with-faces): Use it instead of vector. | |
3142 (internal-facep): Increase vector size to 14. | |
3143 (internal-make-face): Ditto. | |
3144 (face-relief): Access relief thickness. | |
3145 (face-fixed-p): Access fixed font attribute. | |
3146 (set-face-fixed-p): Set fixed font attribute. | |
3147 (set-face-relief): Set relief attribute. | |
3148 (internal-face-interactive-int): Read int attribute of face. | |
3149 (modify-face): Add fixed-p and relief parameters. | |
3150 (copy-face): Handle fixed-p and relief. | |
3151 (face-equal): Compare fixed-p and relief. | |
3152 (face-differs-from-default-p): Ditto. | |
3153 (face-nontrivial-p): Add fixed-p and relief. | |
3154 | |
3155 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3156 | |
3157 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
3158 (internal-facep): Increase vector size. | |
3159 (make-face): Ditto. | |
3160 (face-shadow-thickness): Added. | |
3161 (set-face-shadow-thickness): Added. | |
3162 (modify-face): Add optional shadow-thickness parameter. | |
3163 (make-face-x-resource-internal): Add shadows. | |
3164 (copy-face): Ditto. | |
3165 (face-equal): Ditto. | |
3166 (face-differs-from-default-p): Ditto. | |
3167 (face-nontrivial-p): Ditto. | |
3168 (face-attr-match-p): Ditto. | |
3169 (face-attr-construct): Ditto. | |
3170 (face-spec-set): Ditto. | |
3171 (face-fill-in): Ditto. | |
3172 | |
3173 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3174 | |
3175 * bench.el (bench-mark-split-window): New bench mark. | |
3176 | |
3177 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3178 | |
3179 * faces.el (set-face-font): Don't pass default font to | |
3180 x-resolve-font so that font will not have to be of the same | |
3181 size. | |
3182 | |
3183 1999-07-20 Dave Love <fx@gnu.org> | |
3184 | |
3185 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
3186 unconditionally t. | |
3187 | |
3188 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
3189 | |
3190 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
3191 | |
3192 1999-07-20 Dave Love <fx@gnu.org> | |
3193 | |
3194 * help.el (describe-variable): Fix test for customizability. | |
3195 | |
3196 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
3197 Check for readonly buffer in interactive spec. | |
3198 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
3199 (backward-kill-word): Add * to interactive spec. | |
3200 | |
3201 * underline.el (underline-region, ununderline-region): Add * to | |
3202 interactive spec. | |
3203 | |
3204 * fill.el (canonically-space-region, justify-current-line): Add * | |
3205 to interactive spec. | |
3206 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
3207 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
3208 readonly buffer in interactive spec. | |
3209 | |
3210 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
3211 (backward-kill-sentence, kill-sentence): Add * to interactive | |
3212 spec. | |
3213 | |
3214 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
3215 | |
3216 * dired-aux.el (dired-do-shell-command): Doc fix. | |
3217 | |
3218 * shell.el (shell-unquote-argument): New function. | |
3219 (shell-directory-tracker): Use shell-unquote-argument. | |
3220 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
3221 | |
3222 1999-07-19 John Wiegley <jwiegley@borland.com> | |
3223 | |
3224 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
3225 color codes 39 and 49, which by the way lynx uses them seem to | |
3226 mean "foreground reset" and "background reset". | |
3227 | |
3228 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
3229 | |
3230 * font-lock.el (c++-keywords): Add "typeid". | |
3231 | |
3232 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
3233 selects no font, treat that as zero selections, not one. | |
3234 | |
3235 1999-07-19 Dave Love <fx@gnu.org> | |
3236 | |
3237 * info.el (Info-search): Don't lose with empty regexp. | |
3238 | |
3239 * version.el: Cater for (free) `ident' program, not `which'. | |
3240 | |
3241 * hl-line.el: New file. | |
3242 | |
3243 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
3244 for modes which don't define menus. | |
3245 | |
3246 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
3247 | |
3248 * webjump.el (webjump-sample-sites): Update some URLs. | |
3249 | |
3250 1999-07-14 Richard Stallman <rms@gnu.org> | |
3251 | |
3252 * Version 20.4 released. | |
3253 | |
3254 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3255 | |
3256 * compare-w.el (compare-windows): Try to find the next window in | |
3257 the current frame before looking at the other frames. | |
3258 | |
3259 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3260 | |
3261 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3262 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
|
3263 |
25837 | 3264 1999-07-12 Richard Stallman <rms@gnu.org> |
3265 | |
3266 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3267 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3268 | |
3269 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3270 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3271 | |
3272 * textmodes/flyspell.el (flyspell-get-word): | |
3273 Add special handling for when ispell-otherchars is empty. | |
3274 | |
3275 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3276 | |
3277 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3278 when having nested functons. | |
3279 (pascal-indent-nested-functions) (pascal-indent-line) | |
3280 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3281 indenting nested functions. | |
3282 | |
3283 1999-07-09 Richard Stallman <rms@gnu.org> | |
3284 | |
3285 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3286 | |
3287 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3288 | |
3289 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3290 the `end' keyword was in the very beginning of the buffer. | |
3291 | |
3292 1999-07-08 Richard Stallman <rms@gnu.org> | |
3293 | |
3294 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3295 | |
3296 * term.el (term-emulate-terminal): Avoid infinite loop | |
3297 in strange case where minibuffer window is selected but not active. | |
3298 | |
3299 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3300 | |
3301 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3302 Change regexp so that it doesn't match commands beginning with `cd'. | |
3303 | |
3304 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3305 | |
3306 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3307 | |
3308 1999-07-06 Richard Stallman <rms@gnu.org> | |
3309 | |
3310 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3311 (hscroll-global-mode): Add and remove that hook. | |
3312 Set hscroll-old-truncate-was-global's default value. | |
3313 | |
3314 1999-07-05 Richard Stallman <rms@gnu.org> | |
3315 | |
3316 * files.el (revert-buffer): Don't preserve point here. | |
3317 (revert-buffer-insert-file-contents-function): Doc fix. | |
3318 | |
3319 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3320 | |
3321 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3322 doing a `stat' when it isn't necessary because that can cause | |
3323 trouble when an NFS server is down. | |
3324 | |
3325 1999-07-04 Richard Stallman <rms@gnu.org> | |
3326 | |
3327 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3328 | |
3329 1999-07-03 Richard Stallman <rms@gnu.org> | |
3330 | |
3331 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3332 for \200...\240 also. | |
3333 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3334 | |
3335 1999-07-02 Richard Stallman <rms@gnu.org> | |
3336 | |
3337 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3338 (pop-up-frame-alist): Likewise. | |
3339 (initial-frame-alist): Specify * in the doc string. | |
3340 | |
3341 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3342 (hscroll-mode): Don't cancel the timer | |
3343 if HScroll mode is enabled in some other buffer. | |
3344 | |
3345 * isearch.el (isearch-done): If search ends in middle of intangible | |
3346 text (due to text property), move on to the limit of that text. | |
3347 | |
3348 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3349 | |
3350 * man.el (Man-build-man-command): Use value of null-device, | |
3351 instead of hard-coding "/dev/null". | |
3352 | |
3353 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3354 ange-ftp file names, which might force ange-ftp to prompt for a | |
3355 password. | |
3356 | |
3357 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3358 to prevent references to temp files. | |
3359 | |
3360 1999-06-30 Richard Stallman <rms@gnu.org> | |
3361 | |
3362 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3363 about the given shell, use the values for `sh'. | |
3364 | |
3365 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3366 | |
3367 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3368 to make it non-recursive. | |
3369 | |
3370 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3371 | |
3372 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3373 | |
3374 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3375 | |
3376 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3377 | |
3378 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3379 table, default to the standard one. | |
3380 | |
3381 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3382 | |
3383 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3384 | |
3385 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3386 | |
3387 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3388 a frame when `return' is requested (even if pop-up-frames = t) | |
3389 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3390 should only be set for the bibtex buffer. | |
3391 | |
3392 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3393 | |
3394 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3395 being buffer-local. | |
3396 | |
3397 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3398 | |
3399 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3400 | |
3401 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3402 | |
3403 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3404 * calendar.el (calendar): Call it if requested. | |
3405 | |
3406 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3407 | |
3408 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3409 | |
3410 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3411 | |
3412 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3413 | |
3414 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3415 | |
3416 * files.el (auto-mode-alist): Add pike-mode. | |
3417 | |
3418 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3419 | |
3420 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3421 last byte of a numeric field is a space or a NUL. Parse it as | |
3422 potentially part of the number. This is used by GNU tar | |
3423 1.12.64012 to handle larger values. | |
3424 | |
3425 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3426 | |
3427 * custom.el (custom-handle-keyword): Fix error message. | |
3428 | |
3429 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3430 | |
3431 * mail/smtpmail.el (smtpmail-send-it): Use | |
3432 convert-standard-filename to make file names for queued mail safe | |
3433 on Windows (`:' is invalid in file names on Windows). | |
3434 | |
3435 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3436 | |
3437 * international/mule-cmds.el (describe-current-input-method): | |
3438 Current-input-method is string. | |
3439 (toggle-input-method): Docstring fixed. | |
3440 | |
3441 * international/mule-diag.el | |
3442 (describe-current-coding-system-briefly): Fix format string. | |
3443 | |
3444 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3445 Docstring modified. Return a string. | |
3446 | |
3447 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3448 | |
3449 * sql.el (sql-input-ring-file-name): Doc fix. | |
3450 | |
3451 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3452 | |
3453 * calendar/cal-x.el (special-display-buffer-names): | |
3454 Don't put (get-file-buffer diary-file) on this list. | |
3455 | |
3456 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3457 | |
3458 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3459 Don't penalize player for certain impossible guesses. | |
3460 | |
3461 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3462 | |
3463 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3464 return the string "Unk 0 0000" so at least it appears to be a | |
3465 valid timestamp to `dired-move-to-filename-regexp'. | |
3466 | |
3467 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3468 | |
3469 * ps-print.el (ps-control-character): Fix previous change. | |
3470 | |
3471 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3472 | |
3473 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3474 multiple output of the last message. | |
3475 | |
3476 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3477 | |
3478 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3479 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3480 there. | |
3481 | |
3482 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3483 | |
3484 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3485 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3486 (exit-ethiopic-environment): Likewize. | |
3487 | |
3488 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3489 | |
3490 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3491 | |
3492 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3493 | |
3494 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3495 custom-initialize-default to avoid infinite loop. | |
3496 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3497 loading the file. Run crisp-mode-hook here, and run | |
3498 crisp-load-hook when loading the file. | |
3499 | |
3500 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3501 rmail-summary buffer, search for pattern in rmail-file. | |
3502 | |
3503 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3504 | |
3505 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3506 | |
3507 * ps-print.el (ps-printer-name): Fix custom type. | |
3508 | |
3509 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3510 | |
3511 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3512 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3513 (vhdl-port-paste-port-map): Fix indentation bug. | |
3514 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3515 | |
3516 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3517 | |
3518 * files.el (write-file): When buffer is not already visiting a file, | |
3519 don't put buffer name in the minibuffer, just make it the default. | |
3520 Also handle just directory as arg usefully in that case. | |
3521 | |
3522 * simple.el (sendmail-user-agent-compose): | |
3523 Ignore case when inserting the rest of the "other" headers. | |
3524 | |
3525 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3526 | |
3527 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3528 (info-lookup-interactive-arguments): Never insert the default | |
3529 into the minibuffer automatically. | |
3530 | |
3531 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3532 | |
3533 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3534 | |
3535 * simple.el (shell-command): Avoid printing "mark set" message. | |
3536 | |
3537 1999-06-09 Dave Love <fx@gnu.org> | |
3538 | |
3539 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3540 digits in program name in first pattern. | |
3541 | |
3542 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3543 | |
3544 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3545 dired-move-to-filename-regexp. | |
3546 | |
3547 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3548 | |
3549 * international/quail.el (quail-define-rules): Fix typo in | |
3550 docstring. | |
3551 | |
3552 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3553 | |
3554 * iswitchb.el (iswitchb-default-keybindings): Add | |
3555 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3556 than when package is loaded. | |
3557 | |
3558 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3559 | |
3560 * startup.el (command-line): Don't set user-init-file directly; | |
3561 tell `load' to set it. | |
3562 | |
3563 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3564 | |
3565 * simple.el (next-history-element): | |
3566 Handle minibuffer-text-before-history properly when reading sexps. | |
3567 | |
3568 * disp-table.el (standard-display-european): | |
3569 For an interactive call by the user, | |
3570 don't set enable-multibyte-characters, | |
3571 and don't set the terminal coding system. | |
3572 | |
3573 * textmodes/refbib.el: Don't print any messages or display | |
3574 a buffer when loading the library. | |
3575 (r2b-help): Doc fix. | |
3576 (r2b-help-message): Update the documentation. | |
3577 (r2b-load-quietly): Variable deleted. | |
3578 (r2b-convert-buffer): Doc fix. | |
3579 | |
3580 1999-06-04 Dave Love <fx@gnu.org> | |
3581 | |
3582 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3583 | |
3584 * auto-show.el: Don't change hooks on loading. | |
3585 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3586 (auto-show-mode): Add to hooks here. | |
3587 | |
3588 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3589 | |
3590 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3591 recursion on bogus input. | |
3592 | |
3593 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3594 | |
3595 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3596 does not select a buffer from the buffers menu, then the attached | |
3597 frame is not switched to anything. | |
3598 | |
3599 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3600 | |
3601 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3602 (viet-viscii-...->viet-vscii...). | |
3603 | |
3604 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3605 | |
3606 1999-06-01 Dave Love <fx@gnu.org> | |
3607 | |
3608 * progmodes/fortran.el: Add :link to defgroup. | |
3609 (fortran-blink-matching-if): Match ELSE statements too. | |
3610 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3611 that filling is always done. | |
3612 | |
3613 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3614 | |
3615 * simple.el (append-next-kill): Use an arg to distinguish | |
3616 interactive calls from Lisp calls, rather than (interactive-p). | |
3617 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3618 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 3619 Interchange n and N. |
3620 | |
3621 1999-05-31 Dave Love <fx@gnu.org> | |
3622 | |
3623 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3624 and keymap munging on load. | |
3625 (msb-mode): New option. | |
3626 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3627 Doc fix. | |
3628 (msb-mode-map): New variable. | |
3629 (msb-mode): New command. | |
3630 | |
3631 1999-05-31 Dave Love <fx@gnu.org> | |
3632 | |
3633 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3634 (ispell-complete-word-dict): Likewise. | |
3635 | |
3636 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3637 | |
3638 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3639 force the data buffer to be saved, even if the data didn't | |
3640 change, in case the write filter was modified. Restore the | |
3641 current record after read-file-filter finishes. | |
3642 | |
3643 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3644 | |
3645 * ispell4.el: Obsolete; file deleted. | |
3646 | |
3647 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3648 | |
3649 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3650 VALUE is a syntax table. | |
3651 | |
3652 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3653 | |
3654 * simple.el (zap-to-char): Doc fix. | |
3655 | |
3656 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3657 | |
3658 * isearch.el (isearch-quote-char): Don't assume character codes | |
3659 0200 - 0237 stand for characters in some single-byte character | |
3660 charset. | |
3661 | |
3662 1999-05-27 Dave Love <fx@gnu.org> | |
3663 | |
3664 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3665 | |
3666 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3667 | |
3668 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3669 headerline does not exist already. | |
3670 | |
3671 1999-05-26 Richard Stallman <rms@gnu.org> | |
3672 | |
3673 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3674 Avoid nested null-loops. | |
3675 | |
3676 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3677 | |
3678 * international/characters.el: Typo fixed; prefered->preferred. | |
3679 | |
3680 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3681 Typo fixed; prefered->preferred. | |
3682 | |
3683 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3684 method in read-event. | |
3685 | |
3686 * international/mule.el (charset-info): Doc-string fixed. | |
3687 | |
3688 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3689 | |
3690 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3691 smtpmail-code-conv-from properly. | |
3692 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3693 by smtpmail-code-conv-from. | |
3694 | |
3695 1999-05-24 Richard Stallman <rms@gnu.org> | |
3696 | |
3697 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3698 Binding deleted also. | |
3699 | |
3700 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3701 | |
3702 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3703 | |
3704 1999-05-23 Dave Love <fx@gnu.org> | |
3705 | |
3706 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3707 Enter it on minor-mode-map-alist. | |
3708 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3709 Autoload. Add custom setter. | |
3710 (crisp-mark-line): Doc fix. | |
3711 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3712 (crisp-mode-hook): Define. | |
3713 | |
3714 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3715 | |
3716 * files.el (recover-file): Recover buffer-file-coding-system. | |
3717 | |
3718 1999-05-22 Richard Stallman <rms@gnu.org> | |
3719 | |
3720 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3721 regexp match the date, to avoid treating date as file size. | |
3722 Add YYYY S option to WESTERN/ | |
3723 | |
3724 * bookmark.el: Delete some XEmacs compatibility code. | |
3725 (bookmark-jump-noselect): Check vc-backend. | |
3726 | |
3727 * subr.el (add-to-list): Doc fix. | |
3728 | |
3729 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3730 | |
3731 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3732 | |
3733 1999-05-18 Richard Stallman <rms@gnu.org> | |
3734 | |
3735 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3736 non-space after the @anchor command. | |
3737 (texinfo-format-var): Handle other nested constructs, using | |
3738 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3739 texinfo-parse-arg-discard. | |
3740 | |
3741 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3742 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3743 Bind inhibit-redisplay to nil. | |
3744 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3745 | |
3746 1999-05-17 Dave Love <fx@gnu.org> | |
3747 | |
3748 * help.el (describe-function-1): Extra arg, interactive-p. | |
3749 (describe-key, describe-function): Use it. | |
3750 | |
3751 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3752 | |
3753 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3754 | |
3755 1999-05-16 Dave Love <fx@gnu.org> | |
3756 | |
3757 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3758 scroll-preserve-screen-position, scroll-conservatively. | |
3759 | |
3760 1999-05-16 Dave Love <fx@gnu.org> | |
3761 | |
3762 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3763 | |
3764 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3765 | |
3766 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3767 | |
3768 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3769 | |
3770 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3771 magic number and is not associated with a file. | |
3772 | |
3773 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3774 | |
3775 * files.el (find-file-noselect-1): Fix previous change. | |
3776 | |
3777 1999-05-14 Simon Marshall <simon@gnu.org> | |
3778 | |
3779 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3780 | |
3781 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3782 | |
3783 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3784 docstring. | |
3785 | |
3786 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3787 and menus. | |
3788 | |
3789 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3790 | |
3791 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3792 to correctly reflect the value of BaseLineOffset in | |
3793 RelativeCompose. Now the value of RelativeCompose is an array of | |
3794 low and high positions. | |
3795 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3796 RLC for the above change. | |
3797 | |
3798 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3799 | |
3800 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3801 output of ksu and ssh-add. | |
3802 | |
3803 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3804 | |
3805 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3806 Adjusted for the change of input method handling in isearch.el. | |
3807 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3808 (isearch-hangul-switch-hanja): Likewise. | |
3809 | |
3810 1999-05-10 Dave Love <fx@gnu.org> | |
3811 | |
3812 * help.el (help-make-xrefs): Fix typo. | |
3813 | |
3814 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3815 | |
3816 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3817 unibyte-display-via-language-environment. | |
3818 | |
3819 * help.el (help-make-xrefs): Handle more cases when looking for | |
3820 commands in a keymap description. | |
3821 | |
3822 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3823 | |
3824 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3825 | |
3826 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3827 | |
3828 * ps-print.el (ps-control-character): Call | |
3829 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3830 | |
3831 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3832 ps-multibyte-buffer is nil, use | |
3833 ps-mule-font-info-database-default." | |
3834 | |
3835 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3836 | |
3837 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3838 customizing local dictionaries not accessable by everyone. | |
3839 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3840 (ispell-required-version): Changed format `(major minor | |
3841 revision)' to support general pattern matching. | |
3842 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3843 skip region commented out due to incorrect skip potential in std latex. | |
3844 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3845 cursor point on small words for calls from `ispell-minor-mode'. | |
3846 (check-ispell-version): Tests and accepts versions major.minor | |
3847 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3848 (ispell-get-line): No longer skips ispell process special characters. | |
3849 (ispell-comments-and-strings): Removed `when' macro call. | |
3850 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3851 (ispell-buffer-local-parsing): Supports checking comments only. | |
3852 | |
3853 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3854 | |
3855 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3856 more specific. | |
3857 | |
3858 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3859 | |
3860 * subr.el (with-temp-message): Fix the other call to message | |
3861 to use %s. | |
3862 | |
3863 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3864 | |
3865 * gud.el (gud-format-command): "%F" means file sans extension. | |
3866 (jdb): use %F, not %f, for gud-break. | |
3867 | |
3868 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3869 | |
3870 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3871 matches the output of kinit. | |
3872 | |
3873 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3874 | |
3875 * timezone.el (timezone-parse-date): Recognize new format used in | |
3876 internet cookies. | |
3877 | |
3878 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3879 | |
3880 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3881 | |
3882 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3883 | |
3884 * time.el (display-time-update): Allow for wrap-around when | |
3885 checking against display-time-server-down-time. | |
3886 | |
3887 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3888 | |
3889 * international/mule-diag.el (describe-coding-system): Fix English | |
3890 message. | |
3891 | |
3892 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3893 | |
3894 * term/w32-win.el: Change the x-charset-registry property for the | |
3895 Japanese charsets that are supported by Japanese Windows fonts. | |
3896 | |
3897 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3898 | |
3899 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3900 diary-block diary entries for which the reminders and the diary | |
3901 entries can overlap. | |
3902 | |
3903 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3904 | |
3905 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3906 matches the font selected in the dialog. | |
3907 | |
3908 1999-05-02 Dave Love <fx@gnu.org> | |
3909 | |
3910 * browse-url.el (browse-url-browser-function): Add :version. | |
3911 | |
3912 * international/mule.el (auto-coding-alist): Add .tgz. | |
3913 | |
3914 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3915 | |
3916 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3917 Make the magnification parameter for the -dos encoder be 2. | |
3918 | |
3919 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3920 | |
3921 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3922 it is dropped, rather than current window. | |
3923 | |
3924 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3925 after switching buffer, as case-fold-search is a buffer local | |
3926 variable. | |
3927 | |
3928 * w32-fns.el (convert-standard-filename): Only convert directory | |
3929 separators to backslash if the interactive shell is one of the | |
3930 standard Windows shells that has DOS semantics. | |
3931 | |
3932 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3933 format-time-string, and return a suitable string to indicate the | |
3934 timestamp was invalid. | |
3935 | |
3936 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3937 expanding hexl-program in case exec-directory contains a space. | |
3938 (dehexlify-command): Ditto. | |
3939 | |
3940 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3941 file extension regexps which aren't necessarily binary files. | |
3942 (direct-print-region-helper): Use subst-char-in-string instead of | |
3943 binding directory-sep-char to convert filenames to DOS syntax. | |
3944 (direct-print-region-use-command-dot-com): New variable. | |
3945 (direct-print-region-helper): Use it to control whether to invoked | |
3946 command.com to print on Windows 9x. | |
3947 | |
3948 * browse-url.el (browse-url-browser-function): Default to | |
3949 browse-url-default-windows-browser on windows-nt. | |
3950 (browse-url-default-windows-browser): New function. | |
3951 | |
3952 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3953 | |
3954 * forms.el (forms-mode): Don't call forms-first-record or | |
3955 forms-last-record if the data file has zero records. | |
3956 | |
3957 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3958 | |
3959 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3960 after find-file-not-found-hooks runs, recompute the truename. | |
3961 And don't use FILENAME after that point. | |
3962 | |
3963 1999-04-27 Dave Love <fx@gnu.org> | |
3964 | |
3965 * paren.el (show-paren-mode) | |
3966 * which-func.el (which-func-mode-global) | |
3967 * type-break.el (type-break-mode) | |
3968 * time.el (display-time-mode) | |
3969 * rsz-mini.el (resize-minibuffer-mode) | |
3970 * mouse-sel.el (mouse-sel-mode) | |
3971 * icomplete.el (icomplete-mode) | |
3972 * hscroll.el (hscroll-global-mode) | |
3973 * help.el (temp-buffer-resize-mode) | |
3974 * font-lock.el (global-font-lock-mode) | |
3975 * delsel.el (delete-selection-mode) | |
3976 * avoid.el (mouse-avoidance-mode) | |
3977 * autoinsert.el (auto-insert-mode) | |
3978 * winner.el (winner-mode): Doc fix. | |
3979 | |
3980 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3981 | |
3982 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3983 the same whitespace that was ignored in choosing the subject string. | |
3984 | |
3985 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3986 | |
3987 * info.el (Info-find-node): Position properly after finding anchor. | |
3988 | |
3989 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3990 | |
3991 * simple.el (indent-new-comment-line): Fix previous change. | |
3992 | |
3993 * complete.el: Delete the wildcard expansion feature | |
3994 since that is now standard in find-file. | |
3995 (PC-try-load-many-files): Function deleted. | |
3996 (PC-after-load-many-files): Function deleted. | |
3997 (PC-many-files-list): Variable deleted. | |
3998 (PC-disable-wildcards): Variable deleted. | |
3999 (partial-completion-mode): Don't enable the wildcard feature. | |
4000 | |
4001 * complete.el (PC-look-for-include-file): Don't set global variables | |
4002 `error', `buf' and `filename' here. | |
4003 | |
4004 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
4005 | |
4006 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
4007 | |
4008 * textmodes/outline.el (outline-regexp): Doc fix. | |
4009 | |
4010 1999-04-26 John Wiegley <johnw@borland.com> | |
4011 | |
4012 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
4013 C++Builder 4.0 error message syntax. | |
4014 | |
4015 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
4016 | |
4017 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
4018 supported, use find -exec. | |
4019 | |
4020 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4021 | |
4022 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
4023 coding-system-for-write, to avoid hanging when non-interactive. | |
4024 | |
4025 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
4026 | |
4027 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
4028 start with a newline. | |
4029 | |
4030 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
4031 | |
4032 * international/mule-conf.el (x-ctext): New coding system. | |
4033 | |
4034 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
4035 | |
4036 * international/mule-cmds.el (input-method-function): | |
4037 Add permanent-local property. | |
4038 | |
4039 1999-04-12 Dave Love <fx@gnu.org> | |
4040 | |
4041 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
4042 change to use jka-compr-byte-compiler-base-file-name. | |
4043 | |
4044 * supercite.el (sc-scan-info-alist): Revert last change. | |
4045 (sc-attrib-selection-list): Fix :type here instead. | |
4046 | |
4047 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
4048 | |
4049 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
4050 in the list of case-insensitive filesystems. | |
4051 | |
4052 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
4053 | |
4054 * international/fontset.el (create-fontset-from-fontset-spec): | |
4055 Don't register duplicated alias fontset names. | |
4056 | |
4057 1999-04-08 Richard Stallman <rms@gnu.org> | |
4058 | |
4059 * international/mule.el (auto-coding-alist-lookup): New function. | |
4060 (set-auto-coding): Use auto-coding-alist-lookup. | |
4061 | |
4062 * jka-compr.el (jka-compr-insert-file-contents): | |
4063 Use auto-coding-alist-lookup to check for files that | |
4064 should not have eol conversion, in the unibyte case. | |
4065 | |
4066 1999-04-07 Dave Love <fx@gnu.org> | |
4067 | |
4068 * help.el (describe-variable): Check custom-loads property as well | |
4069 as custom-type. | |
4070 | |
4071 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
4072 | |
4073 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4074 | |
4075 * vc.el (vc-backend-revert): For CVS files that were made | |
4076 writeable with "cvs edit", call "cvs unedit" to undo that. | |
4077 | |
4078 1999-04-08 Dave Love <fx@gnu.org> | |
4079 | |
4080 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
4081 more. | |
4082 (sc-emacs-features): Recognize Emacs 20. | |
4083 (sc-read-string): Use history arg. | |
4084 (sc-scan-info-alist): Check for rtnvalue a cons. | |
4085 | |
4086 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
4087 | |
4088 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
4089 coding system to encode the message by | |
4090 select-message-coding-system. | |
4091 | |
4092 1999-04-07 Richard Stallman <rms@gnu.org> | |
4093 | |
4094 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
4095 | |
4096 * winner.el: Reorder definitions. | |
4097 | |
4098 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
4099 | |
4100 * mail/rmail.el (rmail-decode-babyl-format): | |
4101 Undo previous change. | |
4102 | |
4103 1999-04-06 Richard Stallman <rms@gnu.org> | |
4104 | |
4105 * info.el (Info-find-node): Check for an anchor at the | |
4106 proper place, before reading an indirect file. | |
4107 | |
4108 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
4109 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4110 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 4111 Use raw-text-unix when we want no conversion. |
4112 | |
4113 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
4114 | |
4115 * timezone.el (timezone-parse-date): Corrected regexp for | |
4116 style (5) date format so that tenths of seconds are optional. | |
4117 | |
4118 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
4119 | |
4120 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
4121 of dos-codepage-setup. | |
4122 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
4123 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
|
4124 systems. |
25837 | 4125 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
4126 | |
4127 1999-04-05 Richard Stallman <rms@gnu.org> | |
4128 | |
4129 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
4130 | |
4131 1999-04-02 Richard Stallman <rms@gnu.org> | |
4132 | |
4133 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
4134 if (car status) doesn't end in a newline. | |
4135 | |
4136 1999-04-01 Dave Love <fx@gnu.org> | |
4137 | |
4138 * progmodes/sql.el (SQL): Add defgroup :version. | |
4139 | |
4140 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
4141 | |
4142 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
4143 buffer-file-coding-system. If the coding system used is raw-text, | |
4144 etc., make the *Compiler Input* buffer unibyte. | |
4145 | |
4146 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
4147 | |
4148 * loadup.el: Don't write the fns-...el file if not dumping. | |
4149 | |
4150 1999-03-31 Dave Love <fx@gnu.org> | |
4151 | |
4152 * snmp-mode.el (snmp): Fix defgroup :version. | |
4153 | |
4154 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
4155 | |
4156 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
4157 | |
4158 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
4159 the gnus-save-hidden-threads macro. | |
4160 | |
4161 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
4162 | |
4163 * faces.el (face-set-after-frame-default): Obey the | |
4164 `customized-face' for new faces. | |
4165 | |
4166 1999-03-30 Dave Love <fx@gnu.org> | |
4167 | |
4168 * international/mule-cmds.el (current-language-environment): Doc fix. | |
4169 * abbrev.el (abbrev-mode): Doc fix. | |
4170 * autoinsert.el (auto-insert-mode): Doc fix. | |
4171 * complete.el (partial-completion-mode): Doc fix. | |
4172 * avoid.el (mouse-avoidance-mode): Doc fix. | |
4173 * delsel.el (delete-selection-mode): Doc fix. | |
4174 * font-lock.el (global-font-lock-mode): Doc fix. | |
4175 * help.el (temp-buffer-resize-mode): Doc fix. | |
4176 * hscroll.el (hscroll-global-mode): Doc fix. | |
4177 * icomplete.el (icomplete-mode): Doc fix. | |
4178 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
4179 * paren.el (show-paren-mode): Doc fix. | |
4180 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
4181 * time.el (display-time-mode): Doc fix. | |
4182 * type-break.el (type-break-mode): Doc fix. | |
4183 * which-func.el (which-func-mode-global): Doc fix. | |
4184 * winner.el (winner-mode): Doc fix. | |
4185 | |
4186 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
4187 | |
4188 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
4189 than an ordinary error. | |
4190 | |
4191 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
4192 | |
4193 * repeat.el: Don't require advice. | |
4194 (repeat): Do function-indirection in check for kbd macro. | |
4195 In self-insert case, use the *last* char in INSERTION. | |
4196 | |
4197 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
4198 | |
4199 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
4200 | |
4201 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
4202 | |
4203 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
4204 comint-input-filter-functions. Make variables related to shell | |
4205 directory tracking local. | |
4206 | |
4207 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
4208 | |
4209 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
4210 | |
4211 * simple.el (shell-command-on-region): Cope with exit-status being | |
4212 nil, which happens if call-process-region was interrupted. | |
4213 | |
4214 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
4215 | |
4216 * simple.el (indent-new-comment-line): Handle use at a point | |
4217 after a comment-end. Handle multiple comments. | |
4218 | |
4219 * mail/rmail.el (rmail-decode-babyl-format): | |
4220 To prevent locking, bind buffer-file-name to nil. | |
4221 | |
4222 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
4223 | |
4224 * mail-hist.el (mail-hist-current-header-name): Don't make | |
4225 off-by-one-error when determining if in message body. | |
4226 | |
4227 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
4228 | |
4229 * w32-fns.el (set-default-process-coding-system): Copied from | |
4230 dos-w32.el, but modified to use Unix line endings for process | |
4231 input, and to add a suitable entry to process-coding-system-alist | |
4232 for DOS shells. | |
4233 | |
4234 * dos-fns.el (set-default-process-coding-system): Copied from | |
4235 dos-w32.el. | |
4236 | |
4237 * dos-w32.el (set-default-process-coding-system): Move function to | |
4238 dos-fns.el; a different version is used in w32-fns.el. | |
4239 | |
4240 1999-03-24 Dave Love <fx@gnu.org> | |
4241 | |
4242 * info.el (Info-directory-list): Revert change to re-writing | |
4243 Info-default-directory-list, but put `alternative' first. | |
4244 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
4245 | |
4246 1999-03-23 Simon Marshall <simon@gnu.org> | |
4247 | |
4248 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
4249 on the line by itself. | |
4250 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4251 it is not in a declarative context. | |
4252 | |
4253 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4254 | |
4255 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4256 autoloaded symbols. | |
4257 | |
4258 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4259 | |
4260 * simple.el (what-cursor-position): Don't cause error when point | |
4261 is at invalid multibyte sequence. | |
4262 | |
4263 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4264 | |
4265 * complete.el (partial-completion-mode): Doc fix. | |
4266 | |
4267 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4268 | |
4269 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4270 | |
4271 * progmodes/c-mode.el (old-c): Remove :group. | |
4272 | |
4273 1999-03-18 Simon Marshall <simon@gnu.org> | |
4274 | |
4275 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4276 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4277 | |
4278 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4279 | |
4280 * w32-fns.el (set-w32-system-coding-system) New function. | |
4281 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4282 | |
4283 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4284 | |
4285 * international/mule-cmds.el (set-language-environment): Fix | |
4286 previous change: don't use dos-codepage when unbound. | |
4287 | |
4288 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4289 | |
4290 * calendar/appt.el (appt-make-list): Fix previous change. | |
4291 | |
4292 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4293 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4294 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4295 Don't try to redisplay with the cursor at the end |
4296 on its own line--that would force a scroll and spoil things. | |
4297 | |
4298 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4299 | |
4300 * international/mule-cmds.el (set-language-environment): Don't use | |
4301 cpNNN-nonascii-translation-table if it is unbound. | |
4302 | |
4303 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4304 syntax table and bind unibyte-display-via-language-environment | |
4305 here, rather than at top level, so that resetting to unibyte in | |
4306 .emacs works as expected. | |
4307 | |
4308 1999-03-15 Simon Marshall <simon@gnu.org> | |
4309 | |
4310 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4311 | |
4312 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4313 | |
4314 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4315 | |
4316 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4317 | |
4318 * international/mule-util.el (detect-coding-with-priority): | |
4319 Restore the internal database. | |
4320 | |
4321 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4322 | |
4323 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4324 if mail-from-style has invalid value. | |
4325 | |
4326 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4327 | |
4328 * vc.el (vc-delete-logbuf-window): New var. | |
4329 (vc-finish-logentry): Use it. | |
4330 | |
4331 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4332 | |
4333 * startup.el (command-line-1): Improve startup msg. | |
4334 | |
4335 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4336 | |
4337 * speedbar.el: Added commentary about stealthy functions. | |
4338 (speedbar-message) new function. | |
4339 (speedbar-y-or-n-p): New function | |
4340 (speedbar-with-attached-buffer) Moved macro before reference. | |
4341 Now uses `save-selected-window'. | |
4342 (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
|
4343 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4344 speedbar-item-delete, speedbar-insert-generic-list, |
4345 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4346 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4347 speedbar-buffers-item-info) Use speedbar-message. | |
4348 (speedbar-item-info) Limit `message-log-max'. | |
4349 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4350 speedbar-item-delete, speedbar-item-object-delete, | |
4351 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4352 | |
4353 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4354 | |
4355 * server.el (server-start): Set coding system for the server | |
4356 process to raw-text. | |
4357 (server-process-filter): Decode file names if necessary. | |
4358 | |
4359 1999-03-12 Dave Love <fx@gnu.org> | |
4360 | |
4361 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4362 | |
4363 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4364 | |
4365 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4366 | |
4367 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4368 | |
4369 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4370 | |
4371 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4372 (ispell-dictionary-alist-2): Likewise. | |
4373 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4374 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4375 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4376 | |
4377 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4378 | |
4379 * enriched.el (enriched-mode): Make var permanent-local. | |
4380 | |
4381 1999-03-09 Dave Love <fx@gnu.org> | |
4382 | |
4383 * textmodes/sgml-mode.el (html-mode): Use | |
4384 sentence-end-double-space when setting sentence-end. | |
4385 | |
4386 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4387 | |
4388 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4389 | |
4390 1999-03-08 Felix Lee <flee@cygnus.com> | |
4391 | |
4392 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4393 | |
4394 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4395 | |
4396 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4397 | |
4398 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4399 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4400 | |
4401 * dired.el (dired-do-copy-regexp): Doc fix. | |
4402 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4403 | |
4404 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4405 | |
4406 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4407 | |
4408 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4409 | |
4410 * international/codepage.el (cp1250-decode-table) | |
4411 (cp1251-decode-table, cp1253-decode-table) | |
4412 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4413 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4414 | |
4415 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4416 | |
4417 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4418 | |
4419 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4420 | |
4421 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4422 | |
4423 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4424 | |
4425 1999-03-06 Dave Love <fx@gnu.org> | |
4426 | |
4427 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4428 buffer-invisibility-spec. | |
4429 | |
4430 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4431 | |
4432 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4433 | |
4434 1999-03-05 Felix Lee <flee@cygnus.com> | |
4435 | |
4436 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4437 | |
4438 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4439 | |
4440 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4441 | |
4442 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4443 | |
4444 * w32-fns.el (convert-standard-filename): Convert directory | |
4445 separators to Windows format. | |
4446 | |
4447 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4448 | |
4449 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4450 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4451 (batch-skkdic-convert): Doc fix. | |
4452 | |
4453 1999-03-04 Dave Love <fx@gnu.org> | |
4454 | |
4455 * custom.el (custom-set-variables): Protect against setter errors. | |
4456 | |
4457 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4458 | |
4459 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4460 the file sizes from overflowing. | |
4461 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4462 Under -s, print the size in blocks with %4.0f, in case they have | |
4463 a *really* huge file. | |
4464 | |
4465 1999-03-03 Dave Love <fx@gnu.org> | |
4466 | |
4467 * options.el (edit-options): Doc fix. | |
4468 (list-options): Don't lose with unbound symbols. Maintain | |
4469 Edit-options-mode. | |
4470 | |
4471 1999-03-01 Dave Love <fx@gnu.org> | |
4472 | |
4473 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4474 | |
4475 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4476 | |
4477 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4478 (ispell-dictionary-alist): Don't setq it, | |
4479 if ispell-dictionary-alist-override is set. | |
4480 | |
4481 * simple.el (shell-command-default-error-buffer): Renamed from | |
4482 shell-command-on-region-default-error-buffer. | |
4483 (shell-command-on-region): Mention in echo area when there | |
4484 is some error output. Mention success or failure, too. | |
4485 Accumulate multiple error outputs | |
4486 going forward, with formfeed in between. Display the error buffer | |
4487 when we have put something in it. | |
4488 (shell-command): Add the ERROR-BUFFER argument feature. | |
4489 | |
4490 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4491 | |
4492 * mail/mh-utils.el (mh-lib): Doc fix. | |
4493 (mh-lib-progs, mh-nmh-p): New vars. | |
4494 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4495 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4496 of mh-file-command-p. | |
4497 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4498 | |
4499 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4500 (mh-smail-batch): Don't ignore all arguments. | |
4501 (mh-reply): Do the right thing when using nmh. | |
4502 | |
4503 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4504 | |
4505 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4506 to show a buffer being decoded. | |
4507 | |
4508 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4509 | |
4510 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4511 '("/usr/local/share/emacs/fonts/bdf"). | |
4512 | |
4513 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4514 | |
4515 * ps-print.el: PostScript programming fix. | |
4516 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4517 setpagedevice operator). | |
4518 | |
4519 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4520 | |
4521 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4522 sizes. | |
4523 (ps-print-version): New version number (4.1.4). | |
4524 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4525 Specifies landscape and portrait sizes. | |
4526 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4527 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4528 fix. | |
4529 (ps-get-font-size): New fun. | |
4530 (ps-font-size-internal, ps-header-font-size-internal) | |
4531 (ps-header-title-font-size-internal): New vars. | |
4532 | |
4533 * ps-mule.el: Change of ps-print font size variable name. | |
4534 (ps-mule-generate-font): Fun fix. | |
4535 (ps-mule-begin-job): Programming uniformization. | |
4536 | |
4537 1999-02-25 Dave Love <fx@gnu.org> | |
4538 | |
4539 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4540 (help-make-xrefs): Do Info case first. | |
4541 | |
4542 * repeat.el: Don't require advice. | |
4543 (repeat-last-kill-command): Variable deleted. | |
4544 | |
4545 1999-02-25 Richard Stallman <rms@gnu.org> | |
4546 | |
4547 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4548 case just because the current buffer is the output buffer. | |
4549 | |
4550 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4551 | |
4552 * simple.el (what-cursor-position): To show the character's | |
4553 encoding, use encoded-string-description instead of information | |
4554 of chaset-origin-alist. | |
4555 | |
4556 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4557 (encoded-code-description): New function. | |
4558 (encoded-string-description): New function. | |
4559 (encode-coding-char): New function. | |
4560 | |
4561 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4562 | |
4563 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4564 checking for .emacs[.el[c]]. | |
4565 | |
4566 1999-02-24 Richard Stallman <rms@gnu.org> | |
4567 | |
4568 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4569 | |
4570 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4571 | |
4572 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4573 inputting ?\240. | |
4574 | |
4575 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4576 | |
4577 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4578 | |
4579 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4580 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4581 | |
4582 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4583 | |
4584 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4585 | |
4586 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4587 | |
4588 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4589 | |
4590 * 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
|
4591 excursion while calling set-auto-coding-function. |
25837 | 4592 |
4593 * play/handwrite.el (handwrite): Require ps-print, and use | |
4594 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4595 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4596 | |
4597 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4598 | |
4599 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4600 charset-origin-alist property to a coding system for the codepage. | |
4601 | |
4602 * international/mule.el: Modify comment for charset-origin-alist | |
4603 property of a coding system. | |
4604 | |
4605 * simple.el (what-cursor-position): charset-origin-alist property | |
4606 of a coding system may be a translation table or a symbol of which | |
4607 `translation-table' property is a translation table. | |
4608 | |
4609 1999-02-21 Richard Stallman <rms@gnu.org> | |
4610 | |
4611 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4612 to the "html" template. | |
4613 | |
4614 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4615 | |
4616 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4617 | |
4618 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4619 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4620 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 4621 instead of the buffer. |
4622 | |
4623 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4624 | |
4625 * sql.el: Set version to 1.4.1. Changed mail address to | |
4626 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4627 (sql-input-ring-separator): Doc fix. | |
4628 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4629 ". 56" instead of ". 12b" for XEmacs. | |
4630 (sql-stop, sql-interactive-mode): Doc fixes. | |
4631 (sql-postgres): Queries for database and server, not just one. | |
4632 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4633 | |
4634 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4635 changed. This is needed for master.el to work. | |
4636 (sql-set-sqli-buffer): Use the new hook. | |
4637 | |
4638 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4639 sql-alternate-buffer-name. | |
4640 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4641 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4642 (sql-rename-buffer): New command. | |
4643 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4644 | |
4645 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4646 and sql-input-ring-file-name are used to temporarily set | |
4647 comint-input-ring-file-name and comint-input-ring-separator when | |
4648 reading and writing input history files. | |
4649 | |
4650 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4651 (sql-input-ring-file-name): New variable with customization. | |
4652 (sql-input-ring-separator): New variable with customization. | |
4653 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4654 Callers changed. | |
4655 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4656 now includes the name of the current buffer. | |
4657 | |
4658 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4659 sql-send-paragraph sends the entire SQL statements, even if it | |
4660 contains indented lines. | |
4661 | |
4662 1999-02-18 Dave Love <fx@gnu.org> | |
4663 | |
4664 * format.el (format-encode-run-method, format-decode-run-method): | |
4665 Fix previous change. | |
4666 | |
4667 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4668 | |
4669 * international/mule.el (coding-system-list): Moved here from | |
4670 mule-util.el to avoid autoloading mule-util by the call of | |
4671 select-safe-coding-system. | |
4672 | |
4673 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4674 | |
4675 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4676 `text-mode-hook'. | |
4677 | |
4678 1999-02-17 Richard Stallman <rms@gnu.org> | |
4679 | |
4680 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4681 Don't crash if (current-local-map) is nil. | |
4682 | |
4683 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4684 | |
4685 * filecache.el (file-cache-filter-regexps): Added .class. | |
4686 | |
4687 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4688 | |
4689 * international/mule-util.el (decompose-region): Use | |
4690 insert-buffer-substring instead of insert-buffer to avoid putting | |
4691 mark. | |
4692 | |
4693 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4694 | |
4695 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4696 displayed-month and displayed-year here, let generate-calendar do | |
4697 it, after range checking. | |
4698 | |
4699 1999-02-17 Simon Marshall <simon@gnu.org> | |
4700 | |
4701 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4702 | |
4703 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4704 correctly between an object declared via a constructor and a method. | |
4705 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4706 (java-font-lock-keywords-1): Fontify package names individually. | |
4707 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4708 (java-font-lock-keywords-2): Simplify type fontification. | |
4709 (java-font-lock-keywords-3): Likewise. | |
4710 | |
4711 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4712 | |
4713 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4714 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4715 | |
4716 1999-02-16 Dave Love <fx@gnu.org> | |
4717 | |
4718 * help.el (describe-function-1): Accept non-symbols. | |
4719 | |
4720 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4721 | |
4722 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4723 find the last match if there are multiple matches. | |
4724 | |
4725 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4726 | |
4727 * tex-mode.el (tex-run-command, latex-run-command) | |
4728 (slitex-run-command, tex-command): Doc changes. | |
4729 (tex-start-options-string): Autoload it. Doc change. Provide | |
4730 a menu for customization. Allow nil. Quote backslashes only once. | |
4731 (tex-start-tex): Handle nil value of tex-start-options-string | |
4732 and apply shell-quote-argument to it. | |
4733 | |
4734 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4735 | |
4736 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4737 the size in blocks, since it can be a float. | |
4738 (ls-lisp-format): Likewise | |
4739 | |
4740 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4741 | |
4742 * language/japanese.el (japanese-shift-jis): Add | |
4743 charset-origin-alist property. | |
4744 | |
4745 1999-02-15 Richard Stallman <rms@gnu.org> | |
4746 | |
4747 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4748 | |
4749 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4750 | |
4751 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4752 | |
4753 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4754 | |
4755 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4756 Summary-line in its header, get past one more line before looking | |
4757 for the X-Coding-System header. | |
4758 | |
4759 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4760 | |
4761 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4762 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4763 | |
4764 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4765 | |
4766 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4767 instead of `eq'. | |
4768 | |
4769 1999-02-14 Richard Stallman <rms@gnu.org> | |
4770 | |
4771 * international/iso-transl.el: | |
4772 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4773 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4774 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4775 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4776 (iso-transl-char-map): Related changes. | |
4777 | |
4778 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4779 | |
4780 1999-02-13 Richard Stallman <rms@gnu.org> | |
4781 | |
4782 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4783 (texinfo-fold-nodename-case): Add defvar. | |
4784 (texinfo-format-node): Do case folding if specified. | |
4785 | |
4786 * ffap.el (ffap-file-at-point): Test local file names | |
4787 immediately. Strip off line numbers. | |
4788 | |
4789 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4790 | |
4791 * sql.el: Set version to 1.3.2 | |
4792 (sql-solid-program): Added support for solid. | |
4793 (sql-help): Doc mentions sql-solid. | |
4794 (sql-solid): Entry function for Solid. | |
4795 (sql-buffer): Doc explains the use of the variable and how to | |
4796 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4797 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 4798 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
4799 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4800 is new. | |
4801 (sql-show-sqli-buffer): New function to display the value of | |
4802 sql-buffer. | |
4803 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4804 (sql-mode): Doc explains how to change sql-buffer. | |
4805 (sql-send-paragraph): New function to send a paragraph. | |
4806 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4807 (sql-mysql): Doc corrected. | |
4808 (sql-ms): Doc corrected. | |
4809 | |
4810 * sql.el (sql-server): Doc fix. | |
4811 (sql-mysql): Added the use of sql-server to specify the host, | |
4812 sql-database now specifies database instead of host. | |
4813 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4814 is non-nil. | |
4815 (sql-help): Changed tag of entry functions a bit. | |
4816 | |
4817 * sql.el: Added keywords from `finder-by-keyword'. | |
4818 (sql-mode): Made sql-buffer a local variable, changed the | |
4819 documentation: removed instructions to add *.sql files to | |
4820 auto-mode-alist, added documentation for having mutliple SQL | |
4821 buffers sending their stuff to different SQLi buffers, each | |
4822 running a different process. | |
4823 (sql-postgres): Quoted *SQL* in doc string. | |
4824 (sql-ms): Likewise. | |
4825 (sql-ingres): Likewise. | |
4826 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4827 sql-user and sql-password used during login. | |
4828 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4829 (sql-oracle): Likewise. | |
4830 (sql-interactive-mode): Added extensive documentation for having | |
4831 mutliple SQL buffers sending their stuff to different SQLi | |
4832 buffers, each running a different process. | |
4833 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4834 (sql-get-login): Doc fix. | |
4835 | |
4836 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4837 | |
4838 * international/mule-conf.el (undecided): Set ascii in | |
4839 safe-charsets property. | |
4840 | |
4841 1999-02-12 Richard Stallman <rms@gnu.org> | |
4842 | |
4843 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4844 | |
4845 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4846 | |
4847 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4848 value to ps-mule-font-info-database-latin. | |
4849 | |
4850 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4851 | |
4852 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4853 (ps-mule-font-info-database-default): New variable. | |
4854 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4855 ps-mule-font-info-database-default. | |
4856 | |
4857 1999-02-12 Dave Love <fx@gnu.org> | |
4858 | |
4859 * timezone.el (timezone-make-date-sortable) | |
4860 (timezone-make-date-arpa-standard): Doc fix. | |
4861 | |
4862 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4863 | |
4864 * international/quail.el (quail-show-kbd-layout): Bind | |
4865 blink-matching-paren to nil. | |
4866 | |
4867 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4868 for ASCII and Latin-1. | |
4869 | |
4870 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4871 | |
4872 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4873 | |
4874 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4875 | |
4876 * international/mule-cmds.el (language-info-alist): Remove | |
4877 description about charset-origin-alist. | |
4878 | |
4879 * international/mule.el: Comment added for a new coding system | |
4880 property `charset-origin-alit'. | |
4881 (make-translation-table): This variable deleted. | |
4882 | |
4883 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4884 property. | |
4885 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4886 | |
4887 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4888 property. | |
4889 (cyrillic-alternativnyj): Likewise. | |
4890 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4891 ("Cyrillic-ALT"): Likewise. | |
4892 | |
4893 * language/vietnamese.el (vietnamese-viqr): Add | |
4894 charset-origin-alist property. | |
4895 ("Vietnamese"): Remove charset-origin-alist property. | |
4896 | |
4897 * simple.el (what-cursor-position): Don't use the varialbe | |
4898 charset-origin-alist, but use charset-origin-alist property of | |
4899 buffer-file-coding-system to decide external character set code. | |
4900 | |
4901 1999-02-10 Richard Stallman <rms@gnu.org> | |
4902 | |
4903 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4904 | |
4905 1999-02-09 Richard Stallman <rms@gnu.org> | |
4906 | |
4907 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4908 | |
4909 * add-log.el (add-log-file-name-function): New variable. | |
4910 (add-change-log-entry): Call that function, if non-nil. | |
4911 | |
4912 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4913 | |
4914 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4915 | |
4916 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4917 | |
4918 * progmodes/compile.el (compilation-setup): Set value of | |
4919 compilation-directory-stack as in compilation-forget-errors. | |
4920 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4921 deactivate-mark. | |
4922 (compilation-forget-errors): Likewise. | |
4923 | |
4924 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4925 | |
4926 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4927 def... constructs. | |
4928 | |
4929 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4930 Remove calls to sleep-for. | |
4931 | |
4932 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4933 | |
4934 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4935 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4936 supported by the codepage. | |
4937 (cp-make-coding-systems-for-codepage): Likewise. | |
4938 | |
4939 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4940 | |
4941 * international/mule-util.el (coding-system-list): Don't sort | |
4942 coding-system-list here. | |
4943 | |
4944 * international/mule.el (coding-system-lessp): Moved here from | |
4945 mule-util.el | |
4946 (add-to-coding-system-list): New function. | |
4947 (make-subsidiary-coding-system, make-coding-system, | |
4948 define-coding-system-alias): Use it instead of setting | |
4949 coding-system-list directly. | |
4950 | |
4951 1999-02-07 Dave Love <fx@gnu.org> | |
4952 | |
4953 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4954 onto message. | |
4955 | |
4956 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4957 | |
4958 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4959 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4960 | |
4961 1999-02-06 Richard Stallman <rms@gnu.org> | |
4962 | |
4963 * language/european.el (setup-slovenian-environment): New function. | |
4964 ("Slovenian"): New language environment. | |
4965 | |
4966 * progmodes/sql.el (sql-help): Doc fix. | |
4967 (sql-mysql): Doc fix. | |
4968 | |
4969 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4970 | |
4971 * tex-mode.el: When compiling, require compare-w and skeleton | |
4972 to pacify the byte-compiler. Move the def's of the tex-commands | |
4973 together. Add a comment on kill-process vs. quit-process. | |
4974 | |
4975 1999-02-05 Dave Love <fx@gnu.org> | |
4976 | |
4977 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4978 null markers. | |
4979 (compile-goto-error): Likewise. | |
4980 | |
4981 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4982 | |
4983 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4984 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4985 (time-stamp): don't re-write the time stamp if it didn't change. | |
4986 | |
4987 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4988 | |
4989 * progmodes/sql.el: Changed version to 1.2.1. | |
4990 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4991 (sql-mysql-program): Added MySQL support. | |
4992 (sql-prompt-length): Made prompt-length configurable. | |
4993 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4994 (sql-help): Added MySQL support, changed documentation. | |
4995 (sql-send-region): A message is displayed if something is sent. | |
4996 (sql-mode): Added buffer-local comment-start. | |
4997 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4998 (sql-interactive-mode): Added buffer-local comment-start. | |
4999 (sql-oracle): Set sql-prompt-length. | |
5000 (sql-sybase): Set sql-prompt-length. | |
5001 (sql-mysql): Added MySQL support. | |
5002 (sql-ingres): Set sql-prompt-length. | |
5003 (sql-ms): Set sql-prompt-length. | |
5004 (sql-postgres): Set sql-prompt-length. | |
5005 | |
5006 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
5007 | |
5008 * term/internal.el (dos-codepage-setup): Set selection coding | |
5009 system to cpNNN-dos. | |
5010 | |
5011 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5012 | |
5013 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
5014 | |
5015 1999-02-02 Dave Love <fx@gnu.org> | |
5016 | |
5017 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
5018 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
5019 | |
5020 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
5021 | |
5022 * terminal.el (terminal-emulator): Doc fix. | |
5023 | |
5024 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
5025 | |
5026 * international/mule-util.el (compose-chars): Doc-string | |
5027 modified. Correctly handle a composition character in ARGS. | |
5028 | |
5029 1999-02-01 Richard Stallman <rms@gnu.org> | |
5030 | |
5031 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
5032 (makefile-menu-index-function): Function deleted. | |
5033 (makefile-mode): Use makefile-imenu-generic-expression. | |
5034 | |
5035 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
5036 | |
5037 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
5038 change, invoke from before-init-hook. | |
5039 | |
5040 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
5041 | |
5042 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
5043 buffer-invisibility-spec is t. | |
5044 | |
5045 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
5046 | |
5047 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
5048 appt-add and appt-delete. | |
5049 | |
5050 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
5051 | |
5052 * term/pc-win.el (msdos-approximate-color): New function. | |
5053 (msdos-color-translate): Call it to find a DOS color that best | |
5054 approximates an X-style "#NNNNNN" color specification. | |
5055 | |
5056 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
5057 | |
5058 * international/mule-util.el (compose-chars-component): Add | |
5059 autoload cookie. | |
5060 | |
5061 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
5062 | |
5063 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
5064 function, replace cdr of MAP by the return value of the function | |
5065 unconditionally. | |
5066 | |
5067 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5068 | |
5069 * progmodes/compile.el (compilation-next-error-locus): Don't | |
5070 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
5071 | |
5072 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
5073 | |
5074 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
5075 and NLs before "charset", and allow the charset name be in double | |
5076 quotes. | |
5077 | |
5078 1999-01-31 Richard Stallman <rms@gnu.org> | |
5079 | |
5080 * imenu.el (imenu-sort-function): Fix custom type. | |
5081 | |
5082 1999-01-30 Richard Stallman <rms@gnu.org> | |
5083 | |
5084 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
5085 (speedbar-line-token): Likewise. | |
5086 | |
5087 * play/gametree.el (gametree-default-score): Use defcustom. | |
5088 (gametree-score-regexp, gametree-score-closer): Likewise. | |
5089 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
5090 | |
5091 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5092 | |
5093 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
5094 decoding. | |
5095 | |
5096 1999-01-29 Markus Rost <rost@gnu.org> | |
5097 | |
5098 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
5099 tex-validate-buffer. | |
5100 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
5101 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
5102 now with recent occur-mode. | |
5103 (tex-validate-region): Really walk through all Sexps. | |
5104 (tex-region): Bind shell-dirtrack-verbose. | |
5105 (tex-file, tex-bibtex-file): Likewise. | |
5106 | |
5107 1999-01-29 Dave Love <fx@gnu.org> | |
5108 | |
5109 * finder.el: (finder-commentary): Fix interactive spec. Try | |
5110 appending .el to file name. | |
5111 (finder-find-library, finder-commentary): Doc fixes. | |
5112 | |
5113 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
5114 | |
5115 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
5116 where the userid contains directory separators. | |
5117 | |
5118 1999-01-29 Dave Love <fx@gnu.org> | |
5119 | |
5120 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
5121 (lm-commentary): Doc fix. | |
5122 | |
5123 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
5124 | |
5125 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
5126 wildcard match. Fix regexp that tests if dirpart contains | |
5127 wildcard characters. | |
5128 | |
5129 1999-01-28 Richard Stallman <rms@gnu.org> | |
5130 | |
5131 * font-lock.el (font-lock-default-unfontify-region): | |
5132 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
5133 | |
5134 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
5135 | |
5136 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
5137 from FAMILY field. | |
5138 (w32-create-initial-fontsets): Do not use before-init-hook. | |
5139 (mouse-set-font): Document. Automatically create and use fontsets. | |
5140 | |
5141 * dos-w32.el (direct-print-region-helper): Check for printer | |
5142 being t as well as a string. | |
5143 | |
5144 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
5145 | |
5146 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
5147 (rmail-mime-charset-pattern): New variable. | |
5148 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
5149 rmail-decode-mime-charset is non-nil. | |
5150 | |
5151 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
5152 | |
5153 * international/characters.el: Set category `q' for all characters | |
5154 in tibetan and tibetan-1-column. | |
5155 | |
5156 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
5157 | |
5158 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
5159 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
5160 | |
5161 1999-01-27 Dave Love <fx@gnu.org> | |
5162 | |
5163 * international/mule-cmds.el (current-language-environment): | |
5164 Provide :link, :type (choices) and appropriate :get. | |
5165 | |
5166 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
5167 | |
5168 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
5169 display end-of-line format in mode line. | |
5170 | |
5171 * cus-start.el (all): Add eol-mnemonic-* variables. | |
5172 | |
5173 1999-01-26 Dave Love <fx@gnu.org> | |
5174 | |
5175 * startup.el (command-line-1): Up-date copyright. | |
5176 | |
5177 * paths.el (Info-default-directory-list): Use configdir twice. | |
5178 | |
5179 * info.el (Info-directory-list): Don't set path-separator now | |
5180 we're not shipped with Texinfo. Simplify path definition. | |
5181 Substitute all occurrences of instdir in Info-default-directory-list. | |
5182 | |
5183 1999-01-25 Richard Stallman <rms@gnu.org> | |
5184 | |
5185 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5186 Record the inode numbers of the dirs processed, to avoid loop. | |
5187 | |
5188 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
5189 | |
5190 1999-01-25 Dave Love <fx@gnu.org> | |
5191 | |
5192 * browse-url.el (browse-url-netscape-program): Doc addition. | |
5193 | |
5194 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
5195 prefix. | |
5196 | |
5197 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
5198 auto-mode-alist. | |
5199 | |
5200 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5201 | |
5202 * calendar/diary-lib.el (mark-diary-entries): Use | |
5203 assoc-ignore-case and do not capitalize when matching month and | |
5204 day names. | |
5205 | |
5206 * calendar/calendar.el (calendar-read-date): Ditto. | |
5207 | |
5208 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
5209 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
5210 | |
5211 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
5212 | |
5213 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
5214 | |
5215 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
5216 (mark-islamic-diary-entries): Ditto. | |
5217 | |
5218 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
5219 | |
5220 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
5221 (calendar-read-mayan-tzolkin-date): Ditto. | |
5222 | |
5223 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
5224 | |
5225 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
5226 | |
5227 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
5228 | |
5229 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
5230 | |
5231 * faces.el (list-faces-display): Multiline case of previous fix. | |
5232 | |
5233 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
5234 | |
5235 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
5236 | |
5237 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
5238 | |
5239 * files.el (find-file): If find-file-noselect returns a list, | |
5240 do switch-to-buffer on each element. | |
5241 (find-file-other-window): Likewise for all but the first element. | |
5242 (find-file-other-frame): Same. | |
5243 (find-file-noselect): When we expand a wildcard, return a list | |
5244 of buffers. | |
5245 | |
5246 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
5247 | |
5248 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
5249 to set the appropriate cpNNN-dos coding system as the | |
5250 highest-priority coding system. | |
5251 | |
5252 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5253 | |
5254 * international/fontset.el (generate-fontset-menu): Return a | |
5255 sorted list by plain names of fontsets. | |
5256 | |
5257 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5258 plain names. | |
5259 | |
5260 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5261 FIRST is a composite character, decompose it at first. | |
5262 | |
5263 1999-01-23 Dave Love <fx@gnu.org> | |
5264 | |
5265 * format.el: Doc fixes. | |
5266 (format-encode-run-method): Have things happen in the right buffer. | |
5267 Deal with errors from method. Set coding-system-for-write. | |
5268 (format-decode-run-method): Have things happen in the right buffer. | |
5269 Deal with errors from method. Set coding-system-for-read. | |
5270 (format-alist): Use nil instead of unmatchable regexps. | |
5271 | |
5272 * simple.el (shell-command-on-region): Return command's exit status. | |
5273 | |
5274 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5275 | |
5276 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5277 of the file whose info we want to display. | |
5278 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5279 (speedbar-add-mode-functions-list) Improve doc. | |
5280 (speedbar-line-token) New function. | |
5281 (speedbar-dired) Fix order of directories in -shown-directories. | |
5282 (speedbar-line-path): Default return is default-directory | |
5283 (speedbar-buffers-line-path): Return is dir name only. | |
5284 (speedbar-mode-functions-list): New variable. | |
5285 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5286 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5287 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5288 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5289 New functions. | |
5290 (speedbar-line-file): Broke out part that fetches file from a line. | |
5291 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5292 (speedbar-line-path): Converted into a replaceable function. | |
5293 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5294 | |
5295 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5296 | |
5297 * international/fontset.el (create-fontset-from-x-resource): Make | |
5298 style variants. | |
5299 | |
5300 1999-01-22 Dave Love <fx@gnu.org> | |
5301 | |
5302 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5303 | |
5304 1999-01-22 Sam Steingold <sds@goems.com> | |
5305 | |
5306 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5307 a process associated with it. | |
5308 | |
5309 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5310 | |
5311 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5312 | |
5313 1999-01-22 Felix Lee <flee@cygnus.com> | |
5314 | |
5315 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5316 major-mode. | |
5317 (vc-annotate-mode): Delete variable. | |
5318 | |
5319 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5320 | |
5321 * startup.el (command-line): [windows-nt]: Check for existence of | |
5322 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5323 in preference to _emacs. | |
5324 | |
5325 1999-01-22 Dave Love <fx@gnu.org> | |
5326 | |
5327 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5328 | |
5329 1999-01-20 Richard Stallman <rms@gnu.org> | |
5330 | |
5331 * files.el (find-file-noselect): Do wildcard processing only | |
5332 if new arg WILDCARDS is non-nil. | |
5333 (find-file, find-file-other-window): New arg WILDCARDS. | |
5334 Default it to non-nil if interactive. | |
5335 (find-file-other-frame): Likewise. | |
5336 (find-file-read-only): Likewise. | |
5337 (find-file-read-only-other-window): Likewise. | |
5338 (find-file-read-only-other-frame): Likewise. | |
5339 | |
5340 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5341 (widget-plist-convert-option): Delete spurious comma. | |
5342 | |
5343 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5344 | |
5345 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5346 iso8859-5 to koi8-r. Add iso8859-9. | |
5347 | |
5348 1999-01-19 Dave Love <fx@gnu.org> | |
5349 | |
5350 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5351 its uses. | |
5352 | |
5353 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5354 is active. | |
5355 (fortran-indent-subprogram): Likewise. | |
5356 | |
5357 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5358 | |
5359 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5360 | |
5361 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5362 | |
5363 * wid-edit.el (alist): Use sexp as default key-type. | |
5364 | |
5365 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5366 | |
5367 * textmodes/tex-mode.el (tex-define-common-keys): | |
5368 Remove key binding of tex-feed-input. | |
5369 (tex-mode-map): Bind tex-feed-input here. | |
5370 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5371 comint-input-filter-functions before running tex-shell-hook. | |
5372 (tex-start-tex): Forget compilation errors. | |
5373 (tex-compilation-parse-errors): Rewritten to work also with | |
5374 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5375 change in tex-region. | |
5376 (tex-region): For the temp file use file-name without directory. | |
5377 (tex-file): Expand file name of tex-print-file. | |
5378 | |
5379 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5380 | |
5381 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5382 | |
5383 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5384 | |
5385 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5386 beginning could cause Emacs to hang. Fixed. | |
5387 | |
5388 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5389 | |
5390 * international/ccl.el (ccl-compile-translate-character): Handle | |
5391 the case that a tranlation table is CCL register correctly. | |
5392 | |
5393 * international/mule-cmds.el (select-safe-coding-system): | |
5394 Hightlight at most 256 characters. | |
5395 | |
5396 1999-01-18 Dave Love <fx@gnu.org> | |
5397 | |
5398 * startup.el (command-line): If the init file changes operation to | |
5399 unibyte, make all buffers unibyte and re-set language environment. | |
5400 | |
5401 * disp-table.el (standard-display-european): Make all existing | |
5402 buffers unibyte. Fix doc. | |
5403 | |
5404 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5405 | |
5406 * wid-edit.el (coding-system): Define this unconditionally. | |
5407 | |
5408 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5409 (shell-command-on-region): Use that variable as interactive | |
5410 value of ERROR-BUFFER argument. | |
5411 | |
5412 1999-01-17 Sam Steingold <sds@goems.com> | |
5413 | |
5414 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5415 | |
5416 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5417 | |
5418 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5419 compilation buffer's window, keep it in that window. | |
5420 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5421 (compile-goto-error): Don't play with windows. | |
5422 | |
5423 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5424 (tex-command): Doc fix. | |
5425 (tex-compilation-parse-errors): Doc fix. | |
5426 (tex-generate-zap-file-name): Don't start the name with -. | |
5427 (tex-expand-files): Works now also with strings ending with ":". | |
5428 | |
5429 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5430 | |
5431 Patch failed to install: | |
5432 * gametree.el: Document scoring functionality. | |
5433 (gametree-score-regexp): Add optional plus sign. | |
5434 (gametree-score-opener): Replace `:' with `=' as the former | |
5435 conflicts with gametree-half-ply-regexp. | |
5436 (gametree-transpose-following-leaves): Add. | |
5437 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5438 only buffers. | |
5439 (gametree-break-line-here): Add a call to | |
5440 `gametree-transpose-following-leaves'. This maintains the | |
5441 necessary invariant that on each level all leaf children precede | |
5442 all nonleaf children. This has always been implied, but left to | |
5443 the user, and, unfortunately, undocumented. | |
5444 | |
5445 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5446 | |
5447 * wid-edit.el (plist, alist): New widget types. | |
5448 | |
5449 1999-01-17 Dave Love <fx@gnu.org> | |
5450 | |
5451 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5452 fix scope of condition-case therein. | |
5453 | |
5454 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5455 | |
5456 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5457 default-buffer-file-coding-system when file doesn't exist (and | |
5458 isn't covered by a special case) instead of forcing undecided-dos | |
5459 against the user's wishes. | |
5460 | |
5461 * dos-w32.el (direct-print-region-helper): New function based on | |
5462 direct-print-region-function; sends data to specified printer port | |
5463 without further translation. Recognize and handle specially the | |
5464 standard `print' and `nprint' programs, as well as `lpr' and | |
5465 similar programs. Only write directly to the printer port if no | |
5466 print program is specified. Work around a bug in Windows 9x | |
5467 affecting Win32 version of Emacs by invoking command.com to write | |
5468 to the printer port instead of writing directly. | |
5469 (direct-print-region-function): Use direct-print-region-helper to | |
5470 do most of the work. | |
5471 (direct-ps-print-region-function): New function; analogue of | |
5472 direct-print-region-function for ps-print. | |
5473 (ps-lpr-command): Comment out setq; leave as example usage. | |
5474 (ps-lpr-switches): Ditto. | |
5475 | |
5476 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5477 and MS-Windows. | |
5478 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5479 DOS and Windows platforms, to indicate direct printing. Update | |
5480 the docstring accordingly. | |
5481 | |
5482 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5483 MS-DOS and MS-Windows. | |
5484 (ps-lpr-command): Update docstring as for lpr-command. | |
5485 (ps-print-region-function): New variable. | |
5486 (ps-do-despool): Use it. | |
5487 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5488 DOS/Windows. | |
5489 | |
5490 * subr.el (subst-char-in-string): New function. | |
5491 | |
5492 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5493 | |
5494 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5495 | |
5496 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5497 (bdf-find-font-info): New function, looks for the first readable | |
5498 file from a list of alternatives. | |
5499 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5500 instead of bdf-get-font-info. | |
5501 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5502 to ps-mule-generate-bitmap-glyph. | |
5503 | |
5504 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5505 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5506 now be a list of alternative names. | |
5507 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5508 (ps-mule-prepare-font): Likewise. | |
5509 | |
5510 * international/codepage.el (cp855-decode-table, | |
5511 cp850-decode-table): Fill some nil entries. | |
5512 | |
5513 1999-01-16 Dave Love <fx@gnu.org> | |
5514 | |
5515 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5516 last change. | |
5517 | |
5518 1999-01-15 Dave Love <fx@gnu.org> | |
5519 | |
5520 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5521 and change regexp for command names. | |
5522 (help-xref-go-back, function-called-at-point, symbol-file) | |
5523 (where-is): Doc fixes. | |
5524 (help-xref-go-back): Remove interactive spec. | |
5525 (describe-function-1): Fix message for alias. Buttomize alias | |
5526 name. | |
5527 | |
5528 * simple.el (join-line): New alias. | |
5529 | |
5530 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5531 | |
5532 * forms.el: (forms--show-record): Convert integers to string | |
5533 expicitly since concat will no longer accept integers. | |
5534 (forms-print): Use local `total-nb-records' since | |
5535 `forms--total-records' will be inaccessible after buffer switching. | |
5536 | |
5537 1998-01-14 Felix Lee <flee@cygnus.com> | |
5538 | |
5539 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5540 | |
5541 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5542 | |
5543 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5544 | |
5545 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5546 | |
5547 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5548 | |
5549 1999-01-14 Simon Marshall <simon@gnu.org> | |
5550 | |
5551 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5552 (shell-dirstack-message): Use it. | |
5553 | |
5554 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5555 | |
5556 * international/mule-conf.el: Coding system alias `dos' for | |
5557 `undecided-dos', `mac' for `undecided-mac'. | |
5558 | |
5559 * international/mule-cmds.el (describe-language-environment): | |
5560 Don't alter input-method-alist. | |
5561 | |
5562 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5563 | |
5564 * international/codepage.el (cp850-decode-table): Replace nil | |
5565 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
|
5566 Jason Rumney <jasonr@altavista.net>.) |
25837 | 5567 |
5568 1999-01-13 Dave Love <fx@gnu.org> | |
5569 | |
5570 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5571 | |
5572 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5573 | |
5574 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5575 | |
5576 * files.el (auto-save-hook): Defvar this. | |
5577 | |
5578 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5579 | |
5580 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5581 faces, eliminating the need to load font-lock before loading sql. | |
5582 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5583 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5584 | |
5585 1999-01-11 Dave Love <fx@gnu.org> | |
5586 | |
5587 * cus-start.el: Add inhibit-eol-conversion. | |
5588 | |
5589 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5590 the values round. | |
5591 | |
5592 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5593 | |
5594 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5595 Don't switch to Help mode here. | |
5596 (temp-buffer-setup-hook): Use help-mode-finish. | |
5597 (help-mode-setup): New function. | |
5598 (temp-buffer-setup-hook): Use help-mode-setup. | |
5599 | |
5600 * progmodes/sql.el: New file. | |
5601 | |
5602 * files.el (auto-mode-alist): Add sql-mode. | |
5603 | |
5604 * faces.el (list-faces-display): Improve the formatting | |
5605 by computing the maximum length required for any face-name. | |
5606 | |
5607 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5608 | |
5609 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5610 | |
5611 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5612 | |
5613 * term.el (term_send_home): Change the string to | |
5614 be the same as the one emitted by xterm and consistent with the | |
5615 ones emitted by prior and next. | |
5616 (term_send_end): Likewise. | |
5617 | |
5618 1999-01-10 Dave Love <fx@gnu.org> | |
5619 | |
5620 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5621 bindings. | |
5622 | |
5623 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5624 | |
5625 * international/codepage.el (codepage-setup): Doc fix. | |
5626 (cp-decoding-vector-for-codepage): Likewise. | |
5627 | |
5628 1999-01-10 Markus Rost <rost@gnu.org> | |
5629 | |
5630 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5631 | |
5632 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5633 | |
5634 * international/iso-transl.el: Define a "function name" for | |
5635 each translation that isn't ASCII. Use these function names | |
5636 in iso-transl-char-map. | |
5637 | |
5638 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5639 | |
5640 * international/mule-util.el (decompose-region): Do decomposition | |
5641 on temporary unibyte buffer. | |
5642 | |
5643 * international/mule.el (make-char): Doc-string modified. | |
5644 | |
5645 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5646 | |
5647 * simple.el (comment-region): Delete spaces only if we | |
5648 deleted a comment starter. | |
5649 | |
5650 1999-01-07 Dave Love <fx@gnu.org> | |
5651 | |
5652 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5653 | |
5654 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5655 like eval-defun does. | |
5656 | |
5657 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5658 | |
5659 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5660 constructions. Doc fixes. | |
5661 (generic-create-generic-function): Use defalias, not fset. | |
5662 | |
5663 * find-func.el: More doc fixes. | |
5664 | |
5665 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5666 | |
5667 * files.el (save-buffers-kill-emacs): Show the list of current | |
5668 processes before prompting to kill them and exit. | |
5669 | |
5670 1999-01-06 Dave Love <fx@gnu.org> | |
5671 | |
5672 * emacs-lisp/find-func.el: Doc fixes. | |
5673 (find-function-regexp): Extend for define-generic-mode, | |
5674 define-derived-mode, easy-mmode-define-minor-mode. | |
5675 | |
5676 1999-01-06 Dave Love <fx@gnu.org> | |
5677 | |
5678 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5679 bar width. | |
5680 | |
5681 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5682 (browse-url-maybe-new-window): Make it a macro and revert last | |
5683 change to callers. | |
5684 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5685 | |
5686 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5687 | |
5688 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5689 argument. | |
5690 | |
5691 1999-01-06 Simon Marshall <simon@gnu.org> | |
5692 | |
5693 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5694 | |
5695 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5696 with-temp-message, use nil rather than current-message. | |
5697 | |
5698 * lazy-lock.el (lazy-lock-unstall): | |
5699 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5700 rather than current-message. | |
5701 | |
5702 * fast-lock.el (fast-lock-save-cache-1): | |
5703 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5704 than current-message. | |
5705 | |
5706 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5707 | |
5708 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5709 the valid-codes property. | |
5710 | |
5711 * international/mule-cmds.el (prefer-coding-system): Call | |
5712 set-coding-priority, so that the internal array of priorities is | |
5713 also updated. | |
5714 | |
5715 * international/mule-util.el: | |
5716 (coding-system-change-eol-conversion, | |
5717 coding-system-change-text-conversion): Don't define here. | |
5718 | |
5719 * international/mule-cmds.el: Define them here. Remove the | |
5720 autoload cookies. | |
5721 | |
5722 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5723 | |
5724 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5725 if it was enabled before. | |
5726 | |
5727 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5728 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5729 | |
5730 * files.el (recover-session): Preserve point when inserting | |
5731 explanation. | |
5732 | |
5733 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5734 | |
5735 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5736 and comments before the sexp that is replaced. | |
5737 | |
5738 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5739 | |
5740 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5741 | |
5742 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5743 | |
5744 * vc.el (vc-dired-hook): Use the original value of | |
5745 dired-move-to-filename-regexp on lines that have not been | |
5746 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5747 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 5748 file lines have already been reformatted. |
5749 | |
5750 1999-01-05 Dave Love <fx@gnu.org> | |
5751 | |
5752 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5753 buffer-local. | |
5754 | |
5755 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5756 | |
5757 * progmodes/f90.el: Change of regular expressions for type to | |
5758 correct highlighting and identation. Some small fixes for | |
5759 compatibility with XEmacs. | |
5760 | |
5761 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5762 | |
5763 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5764 value based on rmail-spool-directory if $MAIL is not defined. | |
5765 | |
5766 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5767 | |
5768 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5769 (reftex-section-info): Handle negative section levels. | |
5770 (reftex-view-crossref-extra): New option. | |
5771 (reftex-view-crossref): Generalized to work in more places. | |
5772 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5773 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5774 (reftex-view-cite-locations-from-bibtex): New command. | |
5775 (reftex-view-regexp-match, reftex-global-search, | |
5776 reftex-global-search-continue): New functions. | |
5777 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5778 file, just a message. | |
5779 (reftex-extract-bib-entries): Better error handling. | |
5780 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5781 help and force it on current frame. | |
5782 (reftex-default-bibliography): New function. | |
5783 (reftex-access-parse-file): Check consistency after loading a | |
5784 parse file. When inconsistent, enfore rescan. | |
5785 (reftex-check-parse-consistency): New function. | |
5786 (easy-menu-define): Options section drastically shortened. | |
5787 | |
5788 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5789 | |
5790 * language/thai-util.el (thai-compose-string): New function. | |
5791 | |
5792 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5793 | |
5794 * easymenu.el (easy-menu-define): Doc fix. | |
5795 (easy-menu-create-menu): New keyword :included. | |
5796 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5797 be an expression, not only a string. Simulate style `button'. | |
5798 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5799 (easy-menu-define-key-intern): New function. | |
5800 (easy-menu-add-item): Understand value returned from | |
5801 easy-menu-item-present-p and easy-menu-remove-item. | |
5802 (easy-menu-return-item): New function. | |
5803 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5804 | |
5805 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5806 | |
5807 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5808 Use rmail-output-read-rmail-file-name to read the file name. | |
5809 Always call rmail-output-to-rmail-file noninteractively. | |
5810 When count > 1, do the loop here. | |
5811 Handle rmail-delete-after-output here. | |
5812 (rmail-summary-output): Similar changes. | |
5813 | |
5814 * mail/rmailout.el: Provide `rmailout'. | |
5815 (rmail-output-read-rmail-file-name): New function. | |
5816 (rmail-output-to-rmail-file): Use that. | |
5817 (rmail-output-read-file-name): New function. | |
5818 (rmail-output): Use that. | |
5819 | |
5820 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5821 Error if wildcard matches no files. | |
5822 | |
5823 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5824 | |
5825 * menu-bar.el (clipboard-yank): Doc fix. | |
5826 | |
5827 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5828 | |
5829 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5830 | |
5831 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5832 | |
5833 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5834 | |
5835 * rmail.el (rmail-encode-string): Make sure mask value is | |
5836 positive; (emacs-pid) returns a negative number on Windows 9x | |
5837 which causes odd behaviour. | |
5838 | |
5839 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5840 | |
5841 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5842 and about w32-* variables unless on Windows/NT. | |
5843 | |
5844 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5845 | |
5846 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5847 if buffer is modified; ask about all modified buffers. | |
5848 | |
5849 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5850 | |
5851 * simple.el (what-cursor-position): Fix previous change. | |
5852 | |
5853 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5854 | |
5855 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5856 from paragraph-start. | |
5857 | |
5858 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5859 | |
5860 * international/mule-cmds.el (prefer-coding-system): If the | |
5861 argument requires specific EOL conversion type, make the default | |
5862 coding systems use that. | |
5863 | |
5864 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5865 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5866 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 5867 Use shell-command-on-region. |
5868 (m4-start-m4, m4-end-m4): Functions deleted. | |
5869 | |
5870 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5871 | |
5872 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5873 | |
5874 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5875 | |
5876 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5877 to compose-mail in the correct places and as a list. | |
5878 | |
5879 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5880 | |
5881 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5882 (pages-directory-map): Bind mouse-2 | |
5883 (pages-copy-header-and-position): Put text property. | |
5884 (pages-directory-goto-with-mouse): New function. | |
5885 | |
5886 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5887 | |
5888 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5889 Doc fix. | |
5890 (cp-coding-system-for-codepage-1): Likewise. | |
5891 | |
5892 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5893 | |
5894 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5895 composition sequence correctly here instead of calling | |
5896 thai-compose-region. | |
5897 | |
5898 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5899 newline in multibyte buffer, if previous or next character is a | |
5900 composite char, check the first component of the composite char. | |
5901 | |
5902 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5903 | |
5904 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5905 and track-mouse. | |
5906 | |
5907 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5908 | |
5909 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5910 after insertion. | |
5911 (mail-yank-region): Barf if no mark is set in the message | |
5912 being replied to. | |
5913 | |
5914 * help.el (function-called-at-point): First look for function at point. | |
5915 | |
5916 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5917 | |
5918 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5919 | |
5920 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5921 | |
5922 * simple.el (what-cursor-position): Print character encoding also. | |
5923 | |
5924 1998-12-26 Dave Love <fx@gnu.org> | |
5925 | |
5926 * textmodes/flyspell.el: If local-maps work, don't put | |
5927 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5928 in flyspell-mouse-map (only). | |
5929 (flyspell-use-local-map): New variable. | |
5930 Use a different mouse-2 binding in that case, | |
5931 and don't add to minor-mode-map-alist. | |
5932 (make-flyspell-overlay, flyspell-correct-word): | |
5933 Test flyspell-use-local-map. | |
5934 | |
5935 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5936 | |
5937 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5938 Be careful about whether to return a relative file name, | |
5939 and if so, relative to what directory. | |
5940 | |
5941 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5942 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5943 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 5944 Change global map only if this menu exists in the global map already, |
5945 and not in the local map. | |
5946 (easy-menu-do-add-item): Fix error message. | |
5947 | |
5948 * foldout.el (foldout-inhibit-key-bindings): | |
5949 Avoid concatenating onto outline-minor-mode-prefix. | |
5950 Make a new keymap for that prefix, if it does not already have one. | |
5951 | |
5952 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5953 | |
5954 * cperl-mode.el: | |
5955 Can use linear algorithm for indentation if Emacs supports it. | |
5956 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5957 (cperl-after-block-p): Likewise. | |
5958 (cperl-after-block-and-statement-beg): Likewise. | |
5959 (cperl-after-block-p): After END/BEGIN we are a block. | |
5960 (cperl-after-expr-p): Skip labels when checking | |
5961 (cperl-indent-region): Make a marker for END - text added/removed. | |
5962 Disable hooks during the call (how to call them later?). | |
5963 Now indents 820-line-long function in 6.5 sec (including | |
5964 syntaxification) the first time (when buffer has few | |
5965 properties), 7.1 sec the second time. | |
5966 (cperl-indent-region): Do not indent whitespace lines | |
5967 (cperl-style-alist) | |
5968 Include `cperl-merge-trailing-else' where the value is clear. | |
5969 (cperl-styles-entries): Likewise. | |
5970 (cperl-problems): Improvements to docs. | |
5971 (cperl-tips): Likewise. | |
5972 (cperl-non-problems): Likewise. | |
5973 (cperl-mode): Make lazy syntaxification possible. | |
5974 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5975 `font-lock-unfontify-region-function' was set to a wrong function. | |
5976 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5977 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 5978 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
5979 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5980 but 1<<6 was considered as HERE-doc. | |
5981 <file/glob> made into a string. | |
5982 Postpone addition of faces after syntactic step. | |
5983 Recognition of <FH> was wrong. | |
5984 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5985 Knows that split// is null-RE. | |
5986 Highlights separators in 3-parts expressions as labels. | |
5987 <> was considered as a glob. | |
5988 Would err if the last line is `=head1'. | |
5989 $a-1 ? foo : bar; was a considered a regexp. | |
5990 `<< (' was considered a start of HERE-doc. | |
5991 mark qq[]-etc sections as syntax-type=string | |
5992 Was not processing sub protos after a comment ine. | |
5993 Was treating $a++ <= 5 as a glob. | |
5994 Tolerate unfinished REx at end-of-buffer. | |
5995 `unwind-protect' was left commented. | |
5996 / and ? after : start a REx. | |
5997 | |
5998 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5999 Better default, customizes to `message' too, off in text-mode. | |
6000 | |
6001 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
6002 `defface'd. | |
6003 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
6004 `defface'd. | |
6005 (cperl-emacs-can-parse): New state variable. | |
6006 (cperl-indent-line): Corrected to use global state. | |
6007 (cperl-calculate-indent): Likewise. | |
6008 (cperl-fix-line-spacing): Likewise (not used yet). | |
6009 (cperl-calculate-indent): Did not consider `,' as | |
6010 continuation mark for statements. | |
6011 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
6012 Remove another parse-data optimization at toplevel: would | |
6013 indent correctly. | |
6014 Correct for labels when calculating indentation of continuations. | |
6015 Docstring updated. | |
6016 (cperl-choose-color): Converted to a function (to be | |
6017 compilable in text-mode). | |
6018 (cperl-dark-background): Disable without window-system. | |
6019 Do `defface' only if window-system. | |
6020 (cperl-fix-line-spacing): sped up to bail out early. | |
6021 (x-color-defined-p): was not compiling on XEmacs | |
6022 Was defmacro'ed with a tick. Remove another def. | |
6023 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
6024 (cperl-unwind-to-safe): New function. | |
6025 (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
|
6026 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 6027 long strings (not very successful). |
6028 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
6029 Highlight the starting // in s//foo/ as function-name. | |
6030 Emit a meaningful error instead of a cryptic one for an | |
6031 uncomplete REx near end-of-buffer. | |
6032 | |
6033 (cperl-electric-keyword): `qr' recognized. | |
6034 (cperl-electric-else): Likewise | |
6035 (cperl-to-comment-or-eol): Likewise | |
6036 (cperl-make-regexp-x): Likewise | |
6037 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
6038 Corrected to use new macros; | |
6039 `if' for copying `reference-face' to `constant-face' was backward. | |
6040 remove init `font-lock-other-emphasized-face', | |
6041 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
6042 Interpolate `cperl-invalid-face'. | |
6043 (cperl-make-regexp-x): Misprint in a message. | |
6044 (cperl-syntaxify-unwind): New configuration variable | |
6045 (cperl-fontify-m-as-s): New configuration variable | |
6046 (cperl-electric-pod): check for after-expr was performed | |
6047 inside of POD too. | |
6048 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
6049 (cperl-clobber-mode-lists): New configuration variable. | |
6050 (cperl-not-bad-style-regexp): Updated. | |
6051 Init: `cperl-is-face' was busted. | |
6052 (cperl-make-face): New macros. | |
6053 (cperl-force-face): New macros. | |
6054 (font-lock-other-type-face): Done via `defface' too. | |
6055 (cperl-nonoverridable-face): New face. Renamed from | |
6056 `font-lock-other-type-face'. | |
6057 (cperl-init-faces-weak): use `cperl-force-face'. | |
6058 (cperl-comment-indent): Commenting __END__ was not working. | |
6059 (cperl-indent-for-comment): Likewise. | |
6060 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
6061 When removing old TAGS info was not relativizing filename. | |
6062 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
6063 Another try to work around XEmacs problems. Better progress messages. | |
6064 (toplevel): require custom unprotected => failure on 19.28. | |
6065 (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
|
6066 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 6067 pos off by 1 and not at beg-of-line. |
6068 (cperl-etags-snarf-tag): New macro | |
6069 (cperl-etags-goto-tag-location): New macro | |
6070 (cperl-version): New variable. New menu entry | |
6071 random docstrings: References to "future" 20.3 removed. | |
6072 Menu was described as `CPerl' instead of `Perl' | |
6073 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
6074 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
6075 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
6076 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
6077 `font-lock-reference-face', `font-lock-keyword-face'. | |
6078 Use `eval-after-load'. | |
6079 Remove not-CPerl-related faces. | |
6080 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
6081 (cperl-indent-exp): Was not processing else-blocks. | |
6082 (cperl-get-state): NOP line removed. | |
6083 (cperl-ps-print): New function and menu entry. | |
6084 (cperl-ps-print-face-properties): New configuration variable. | |
6085 (cperl-invalid-face): New configuration variable. | |
6086 (perl-font-lock-keywords): Highlight trailing whitespace | |
6087 (cperl-contract-levels): Documentation corrected. | |
6088 (cperl-contract-level): Likewise. | |
6089 (cperl-ps-extend-face-list): New macro. | |
6090 (cperl-invalid-face): Change to ''underline. | |
6091 | |
6092 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
6093 | |
6094 * 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
|
6095 for read-file-name. |
25837 | 6096 (rmail-output-to-rmail-file): Likewise. |
6097 | |
6098 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6099 | |
6100 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6101 If MENU is nil, use global menu-bar map. | |
6102 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
6103 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
6104 | |
6105 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6106 | |
6107 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
6108 | |
6109 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6110 | |
6111 * ps-print.el (ps-print-version): New version number (4.1.3). | |
6112 | |
6113 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6114 | |
6115 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
6116 define-prefix-key when defining MULE menu items. | |
6117 | |
6118 * info.el (Info-node-at-bob-matching): New function. | |
6119 (Info-find-node, Info-build-node-completions): Call it. | |
6120 | |
6121 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6122 | |
6123 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
6124 when this is an autoloaded keymap. | |
6125 | |
6126 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6127 | |
6128 * international/codepage.el (cp-coding-system-for-codepage-1): | |
6129 Create separate encoders and decoders, for DOS and Unix. Make the | |
6130 usual family of 3 coding systems, so that automatic detection of | |
6131 EOL type works. | |
6132 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
6133 Unix-specific symbols here, and don't call | |
6134 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
6135 Handa <handa@etl.go.jp>.) | |
6136 | |
6137 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
6138 | |
6139 * term/internal.el (IT-character-translations): New variable, an | |
6140 alist used to display characters for which there's no glyphs in | |
6141 the current codepage. | |
6142 (IT-display-table-setup): New function, sets up the DOS terminal | |
6143 for a given codepage. | |
6144 (dos-codepage-setup): New function, sets up the MULE environment | |
6145 for the current value of dos-codepage. | |
6146 (top-level if): In the multibyte mode, turn on | |
6147 unibyte-display-via-language-environment. In the unibyte mode, | |
6148 set up the special syntax tables to map lower- to upper case and | |
6149 back. | |
6150 | |
6151 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
6152 | |
6153 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
6154 (speedbar-frame-plist) Remove useless comments. | |
6155 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
6156 Use default y position w/out changing it. | |
6157 If default x position is a list, keep, calculate the non-list X | |
6158 value when devining an initial position. | |
6159 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
6160 (speedbar-tag-group-name-minimum-length): New variable. | |
6161 (speedbar-frame-parameter): New compatibility function. | |
6162 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
6163 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
6164 groups to keep things in the right order, and to help with some | |
6165 naming conventions. | |
6166 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
6167 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
6168 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
6169 the case, derive it from the cursor location in speedbar. | |
6170 | |
6171 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6172 | |
6173 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
6174 terminals, install DOS-specific nonascii-translation-table if the | |
6175 language info doesn't specify one. Pass the default eol-type to | |
6176 set-language-environment-coding-systems. | |
6177 (set-default-coding-systems): Copy the eol-type property for the | |
6178 new default values of {buffer-file,process}-coding-system from the | |
6179 old defaults. | |
6180 (set-language-environment-coding-systems): Accept an optional | |
6181 argument EOL-TYPE, and set the eol-type property of the default | |
6182 coding systems accordingly. | |
6183 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
6184 (set-keyboard-coding-system): Likewise. | |
6185 (set-default-coding-systems): Don't set | |
6186 default-terminal-coding-system on MS-DOS to anything but nil. | |
6187 (prefer-coding-system): Describe in the doc string that | |
6188 default-terminal-coding-system is not changed on MS-DOS. | |
6189 (set-language-environment): For MS-DOS, set standard syntax table | |
6190 and display table for all characters with code above 127. | |
6191 (standard-display-european-internal): For MS-DOS, pass all | |
6192 characters with code above 127 directly to the terminal, and don't | |
6193 remap characters 160 and 146 in the unibyte case. | |
6194 | |
6195 * international/codepage.el: New file. | |
6196 | |
6197 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6198 | |
6199 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
6200 comments. | |
6201 | |
6202 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
6203 | |
6204 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
6205 | |
6206 * subr.el (read-passwd): Likewise. | |
6207 | |
6208 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6209 | |
6210 * info.el (Info-find-node): Add 1 to the position read from the | |
6211 tag table. Don't fail if the node delimiter ^_ is the first | |
6212 character in the file. | |
6213 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
6214 first character in the file. | |
6215 (Info-read-subfile): Likewise. | |
6216 (Info-select-node): Likewise. | |
6217 (Info-build-node-completions): Likewise. | |
6218 | |
6219 1998-12-16 Richard Stallman <rms@gnu.org> | |
6220 | |
6221 * term/x-win.el (x-cut-buffer-or-selection-value): | |
6222 If clipboard is enabled, try it before PRIMARY selection. | |
6223 | |
6224 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6225 | |
6226 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
6227 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
6228 | |
6229 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
6230 | |
6231 * language/hebrew.el: Don't use sublists in the flags argument | |
6232 passed to make-coding-system. | |
6233 | |
6234 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6235 | |
6236 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
6237 list of character sets found by find-charset-region. | |
6238 | |
6239 * ps-mule.el: Always require ps-print. Move some function | |
6240 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
6241 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
6242 | |
6243 * ps-print.el: Define several functions for Emacs 20.2 and the | |
6244 earlier version. | |
6245 (ps-printer-name): Check if printer-name is bound. | |
6246 | |
6247 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6248 | |
6249 * ps-mule.el: Programming uniformization and little code improvement. | |
6250 (ps-mule-prepare-font): Programming uniformization. | |
6251 (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
|
6252 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6253 |
6254 * ps-bdf.el: Programming uniformization and little code improvement. | |
6255 (bdf-search-and-read): New fun. | |
6256 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6257 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6258 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6259 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6260 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6261 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6262 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6263 improvement. | |
6264 | |
6265 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6266 | |
6267 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6268 and mule related code extraction. Autoload ps-mule funs. | |
6269 | |
6270 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6271 (ps-mule-prologue-generated): New fun. | |
6272 (ps-mule-plot-string): Add autoload cookie. | |
6273 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6274 | |
6275 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6276 | |
6277 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6278 (bdf-directory-list): Add autoload cookie. | |
6279 | |
6280 * ps-mule.el: New file. Mule related code extracted from | |
6281 ps-print.el. Require ps-print, provide ps-mule. | |
6282 (ps-multibyte-buffer): Add autoload cookie. | |
6283 (ps-mule-prepare-ascii-font): New fun. | |
6284 (ps-mule-set-ascii-font): New fun. | |
6285 (ps-mule-skip-same-charset): Fun deleted. | |
6286 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6287 (ps-mule-initialize): Add autload cookie. Don't set | |
6288 ps-mule-font-info-database here. | |
6289 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6290 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6291 (ps-mule-begin-page): New fun. | |
6292 | |
6293 * ps-print.el: Mule related code moved to ps-mule.el. | |
6294 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6295 check ps-mule-charset-list. | |
6296 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6297 ps-mule-begin-page. | |
6298 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6299 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6300 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6301 instead skip same charsets by itself. | |
6302 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6303 non-nil. Call ps-mule-begin-job. | |
6304 | |
6305 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6306 | |
6307 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6308 instead of bdf. | |
6309 | |
6310 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6311 (ps-mule-external-libraries): New element FEATURE. | |
6312 (ps-mule-init-external-library): Ajusted for the above change. | |
6313 (ps-mule-generate-font): Likewise. | |
6314 (ps-mule-generate-glyphs): Likewise. | |
6315 (ps-mule-prepare-font): Likewise. | |
6316 (ps-mule-initialize): Likewise. | |
6317 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6318 | |
6319 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6320 | |
6321 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6322 doesn't have any wild cards, return a vector made from a name that | |
6323 is found by x-resolve-font-name found. Comments added. | |
6324 | |
6325 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6326 Handle the case of unknown charset. | |
6327 (find-multibyte-characters): If invalid multibyte characters are | |
6328 found, return the corresponding strings instead of character | |
6329 codes. | |
6330 (find-multibyte-characters): Adjusted for the above change. | |
6331 (select-safe-coding-system): For a unibyte buffer, always returns | |
6332 DEFAULT-CODING-SYSTEM. | |
6333 (get-charset-property): Fix previous change. Make it a function. | |
6334 (put-charset-property): Make it a function. | |
6335 | |
6336 * international/mule.el (make-coding-system): Set mime-charset | |
6337 property of *-with-esc coding system to nil. | |
6338 | |
6339 * international/quail.el (quail-point-in-conversion-region): New | |
6340 function. | |
6341 (quail-conversion-backward-delete-char): When a key sequence is | |
6342 being translated, call quail-delete-last-char. | |
6343 | |
6344 * language/devan-util.el | |
6345 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6346 handle devanagari-decomposition-rules. | |
6347 | |
6348 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6349 | |
6350 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6351 tex-start-options-string to empty string. | |
6352 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6353 | |
6354 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6355 | |
6356 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6357 5xx responses are already handled properly). | |
6358 | |
6359 1998-12-13 Richard Stallman <rms@gnu.org> | |
6360 | |
6361 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6362 on a non-digit in the file name. | |
6363 | |
6364 * simple.el (comment-region): Handle comment-padding | |
6365 separately for insertion and for deletion, in the right way for each. | |
6366 | |
6367 1998-12-13 Felix Lee <flee@cygnus.com> | |
6368 | |
6369 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6370 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6371 | |
6372 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6373 | |
6374 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6375 | |
6376 1998-12-11 Dave Love <fx@gnu.org> | |
6377 | |
6378 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6379 forward-sexp in condition-case. | |
6380 | |
6381 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6382 Remove unnecessary test on `library' for explicit file name. | |
6383 Widen scope of save-match-data. | |
6384 | |
6385 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6386 | |
6387 * international/mule.el (load-with-code-conversion): If the loaded | |
6388 file was inserted with no-conversion or raw-text coding system, | |
6389 make the buffer unibyte. | |
6390 | |
6391 1998-12-09 Richard Stallman <rms@gnu.org> | |
6392 | |
6393 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6394 Get rid of nested loops. | |
6395 | |
6396 * mouse.el (mouse-drag-vertical-line): | |
6397 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6398 | |
6399 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6400 | |
6401 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6402 and defvar moved from loadhist.el. | |
6403 (symbol-file): Renamed from describe-function-find-file. | |
6404 Load fns-VERSION.el here. | |
6405 (describe-variable, describe-function-1): Use symbol-file. | |
6406 | |
6407 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6408 Don't start the name with #. | |
6409 | |
6410 * ispell.el: Take out the eval-when's. | |
6411 | |
6412 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6413 | |
6414 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6415 (dirtrack): Run it. Make debug message more verbose. | |
6416 | |
6417 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6418 | |
6419 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6420 name of the abbrev table, and provide support for XEmacs. | |
6421 (octave-xemacs-p): New variable. | |
6422 | |
6423 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6424 | |
6425 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6426 exit, when mail-interactive is nil. | |
6427 | |
6428 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6429 | |
6430 * files.el (after-find-file): Message fix. | |
6431 | |
6432 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6433 | |
6434 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6435 | |
6436 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6437 | |
6438 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6439 filenames using backslashes. | |
6440 | |
6441 1998-12-09 Dave Love <fx@gnu.org> | |
6442 | |
6443 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6444 with correct number of args. | |
6445 (browse-url-maybe-new-window): New arg. Callers changed. | |
6446 | |
6447 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6448 comment. | |
6449 | |
6450 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6451 | |
6452 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6453 | |
6454 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6455 | |
6456 * vc.el (vc-rcs-release): Fix Type. | |
6457 (vc-sccs-release): Fix Type. | |
6458 (vc-cvs-release): Fix Type. | |
6459 | |
6460 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6461 arg work right. | |
6462 | |
6463 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6464 output of last undeleted message. | |
6465 | |
6466 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6467 | |
6468 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6469 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6470 | |
6471 1998-12-07 Simon Marshall <simon@gnu.org> | |
6472 | |
6473 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6474 | |
6475 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6476 | |
6477 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6478 | |
6479 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6480 | |
6481 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6482 | |
6483 * info.el (Info-menu): Don't return error if point is between menu | |
6484 header and first menu item. | |
6485 | |
6486 1998-12-04 Dave Love <fx@gnu.org> | |
6487 | |
6488 * help.el (describe-function-1): Fix description for alias. | |
6489 | |
6490 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6491 | |
6492 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6493 specifications from summary line. | |
6494 | |
6495 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6496 (close-rectangle): Define alias only once in loaddefs.el. | |
6497 | |
6498 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6499 | |
6500 * term/internal.el: Remove code which sets up a special syntax | |
6501 table for non-ASCII characters. | |
6502 | |
6503 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6504 | |
6505 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6506 printer-name is expanded to a file name on a local drive; | |
6507 sometimes printing a file loaded from a network volume fails. | |
6508 (direct-print-region-function): Add a function to | |
6509 write-region-annotate-functions to append a formfeed character to | |
6510 the region being printed, if the region doesn't end with a | |
6511 formfeed already. This avoids creating a second print job | |
6512 containing a blank page when print spooling is enabled on Windows. | |
6513 | |
6514 1998-12-02 Dave Love <fx@gnu.org> | |
6515 | |
6516 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6517 `Info-goto-node'. | |
6518 | |
6519 1998-12-02 Richard Stallman <rms@gnu.org> | |
6520 | |
6521 * help.el (temp-buffer-resize-mode): Doc fix. | |
6522 | |
6523 * cus-edit.el (custom-save-delete): Save point before | |
6524 reading a sexp, rather than backing up. | |
6525 | |
6526 * international/iso-transl.el: Fix previous change. | |
6527 | |
6528 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6529 | |
6530 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6531 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6532 Added defvars to suppress compilation warnings. | |
6533 | |
6534 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6535 | |
6536 * ispell.el: Improved and fixed customize for variables: | |
6537 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6538 ispell-dictionary-alist, ispell-skip-sgml. | |
6539 Improved and fixed comments in variables and messages for | |
6540 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6541 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6542 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6543 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
|
6544 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 6545 ispell-message-text-end, ispell-add-per-file-word-list. |
6546 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6547 system is now required for all languages. Casechars improved for | |
6548 castellano, castellano8, and norsk dictionaries. Dictionary | |
6549 norsk7-tex added. Dictionary polish added. | |
6550 (ispell-dictionary-alist): Redefined at load-time to support | |
6551 dictionary changes. | |
6552 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6553 (ispell-check-version): New alias for `check-ispell-version'. | |
6554 (ispell-parse-output): Fixed matching for ispell error messages. | |
6555 Correctly returns spelling suggestions in order generated by ispell | |
6556 process. | |
6557 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6558 redefined. | |
6559 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6560 redefined. Fix bug that didn't respect case of word being completed. | |
6561 (ispell-init-process): Set process coding system to be compatible | |
6562 with emacs processes and the ispell process. | |
6563 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6564 starting new process. This can otherwise confuse process filters | |
6565 and hang the ispell process. | |
6566 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6567 skipping support for sgml. | |
6568 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6569 which could cause `ispell-complete-word' to hang. | |
6570 (ispell-message): Improved message reference matching. Ensure | |
6571 `case-fold-search' doesn't get redefined. | |
6572 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6573 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6574 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6575 get redefined. | |
6576 | |
6577 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6578 | |
6579 * textmodes/flyspell.el (flyspell-check-word-p): | |
6580 Don't delay inside a kbd macro. | |
6581 | |
6582 * subr.el (make-local-hook): Return the hook variable. | |
6583 | |
6584 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6585 | |
6586 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6587 Use a timer instead of post-command-hook. | |
6588 (hscroll-timer): New variable. | |
6589 | |
6590 1998-11-30 Dave Love <fx@gnu.org> | |
6591 | |
6592 * help.el (help-xref-button): Do nothing if text already has the | |
6593 help-xref property. | |
6594 (describe-variable): Revert previous change to hyperlink to source. | |
6595 | |
6596 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6597 | |
6598 * bindings.el (features): Add `base64' to this list. | |
6599 | |
6600 * loadhist.el (symbol-file): Doc fix. | |
6601 | |
6602 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6603 | |
6604 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6605 | |
6606 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6607 | |
6608 * help.el (describe-mode): Put major mode first. | |
6609 | |
6610 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6611 to support special-display and same-window features. | |
6612 | |
6613 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6614 | |
6615 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6616 bound in one function and used in the other. | |
6617 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6618 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6619 | |
6620 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6621 | |
6622 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6623 | |
6624 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6625 | |
6626 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6627 Give format correct control string. | |
6628 | |
6629 * international/mule.el (define-translation-table): Fix bug of | |
6630 setting incorrect translation-table-id. If the first element of | |
6631 ARGS is a translation table, just register it. | |
6632 | |
6633 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6634 property. | |
6635 | |
6636 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6637 | |
6638 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6639 syntax table to determine what is whitespace. | |
6640 | |
6641 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6642 | |
6643 * frame.el (frame-parameter): Doc fix. | |
6644 | |
6645 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6646 (tex-define-common-keys): Add binding for C-c C-m. | |
6647 | |
6648 1998-11-23 Dave Love <fx@gnu.org> | |
6649 | |
6650 * progmodes/fortran.el: Various minor doc fixes. | |
6651 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6652 (fortran-with-subprogram-narrowing): New macro. | |
6653 (fortran-check-for-matching-do): Use it. | |
6654 (fortran-end-do): Use fortran-check-end-prog-re. | |
6655 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6656 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6657 | |
6658 1998-11-23 Simon Marshall <simon@gnu.org> | |
6659 | |
6660 * font-lock.el (font-lock-defaults): Doc fix. | |
6661 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6662 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6663 | |
6664 * lazy-lock.el (lazy-lock-unstall): | |
6665 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6666 | |
6667 * fast-lock.el (fast-lock-save-cache-1): | |
6668 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6669 | |
6670 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6671 | |
6672 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6673 messages that have been added with DOS line endings and convert | |
6674 the line endings for such messages. | |
6675 | |
6676 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6677 | |
6678 * help.el: Add resizing of temporary buffers. | |
6679 (temp-buffer-resize-mode): New command and variable. | |
6680 (temp-buffer-max-height): New variable. | |
6681 (resize-temp-buffer-window): New function. | |
6682 | |
6683 * window.el (window-buffer-height): New function, split from | |
6684 shrink-window-if-larger-than-buffer. | |
6685 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6686 | |
6687 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6688 | |
6689 * frame.el (initial-frame-alist): Add defcustom. | |
6690 | |
6691 * shell.el (shell-prompt-pattern): Add defcustom. | |
6692 | |
6693 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6694 | |
6695 * 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
|
6696 NNTP-Posting-Date. |
25837 | 6697 |
6698 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6699 | |
6700 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6701 value of INDICATOR. | |
6702 | |
6703 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6704 | |
6705 * help.el (describe-variable): Allow any variable with a defcustom, | |
6706 even if it is not a user variable. | |
6707 | |
6708 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6709 | |
6710 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6711 | |
6712 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6713 requesting a new group. | |
6714 | |
6715 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6716 | |
6717 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6718 | |
6719 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6720 | |
6721 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6722 | |
6723 1998-11-19 Simon Marshall <simon@gnu.org> | |
6724 | |
6725 * subr.el (with-temp-message): New macro. | |
6726 | |
6727 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6728 Add lisp-indent-function property. | |
6729 | |
6730 1998-11-18 Dave Love <fx@gnu.org> | |
6731 | |
6732 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6733 | |
6734 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6735 | |
6736 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6737 This is not obsolete. | |
6738 | |
6739 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6740 | |
6741 * textmodes/picture.el: Make a new map by make-keymap. | |
6742 (picture-desired-column): New variable. | |
6743 (picture-update-desired-column): New function. | |
6744 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6745 (picture-end-of-line): Set picture-desired-column to the current | |
6746 column. | |
6747 (picture-forward-column): Pay attention to multi-column character. | |
6748 (picture-backward-column): Likewise. | |
6749 (picture-move-down): Likewise. | |
6750 (picture-move-up): Likewise. | |
6751 (picture-movement-nw): With prefix arg, move twice columns. | |
6752 (picture-movement-ne): Likewise. | |
6753 (picture-movement-sw): Likewise. | |
6754 (picture-movement-se): Likewise. | |
6755 (picture-set-motion): Handle two-column movements. | |
6756 (picture-move): Call picture-move-down or picture-forward-column | |
6757 only when necessary. | |
6758 (picture-insert): Pay attention to picture-desired-column. | |
6759 (picture-self-insert): Likewise. | |
6760 (picture-clear-column): Pay attention to multi-column character. | |
6761 (picture-mode): Modify doc-string for two-column movement. | |
6762 | |
6763 * rect.el (move-to-column-force): New function. | |
6764 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6765 move-to-column-force instead of move-to-column. | |
6766 (insert-rectangle): Call move-to-column-force instead of | |
6767 move-to-column. | |
6768 (open-rectangle-line): If begextra is not zero, call | |
6769 move-to-column-force. | |
6770 | |
6771 | |
6772 1998-11-16 Dave Love <fx@gnu.org> | |
6773 | |
6774 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6775 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6776 (v2): Defvar free variable. | |
6777 | |
6778 1998-11-16 Sam Steingold <sds@goems.com> | |
6779 | |
6780 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6781 macro, not ELisp one. | |
6782 | |
6783 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6784 | |
6785 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6786 characters to symbol. | |
6787 | |
6788 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6789 arg KATAKANA-ONLY. | |
6790 | |
6791 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6792 | |
6793 * international/mule.el | |
6794 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6795 is changed to unibyte, return inserted bytes. | |
6796 | |
6797 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6798 and link names if necessary. | |
6799 (tar-header-block-summarize): Handle the case that file or link | |
6800 names are multibyte. | |
6801 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6802 then if there are multibyte file names, change it to multibyte. | |
6803 (tar-mode): Get char position from tar-header-offset. | |
6804 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6805 insert-buffer-subsring by setting both buffers unibyte | |
6806 temporarily. | |
6807 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6808 without code conversion. | |
6809 (tar-expunge): Set the buffer unibyte while doing a work. | |
6810 (tar-alter-one-field): Likewise. | |
6811 (tar-clear-modification-flags): Compare byte position with | |
6812 tar-header-offset. | |
6813 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6814 insert-buffer-subsring by setting both buffers unibyte | |
6815 temporarily. Pay attention to multibyteness while updating the | |
6816 descriptor-line. | |
6817 (tar-mode-write-file): Write without code conversion. | |
6818 | |
6819 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6820 | |
6821 * nngateway.el: Require cl. | |
6822 | |
6823 1998-11-15 Dave Love <fx@gnu.org> | |
6824 | |
6825 * progmodes/fortran.el: Fix previous change: | |
6826 (fortran-end-prog-re1): Changed. | |
6827 (fortran-check-end-prog-re): New function. | |
6828 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6829 | |
6830 1998-11-13 Tom Breton <tob@world.std.com> | |
6831 | |
6832 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6833 GNU Emacs. | |
6834 | |
6835 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6836 | |
6837 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6838 fixed. | |
6839 (reftex-toc-toggle-file-boundary, | |
6840 reftex-toc-toggle-labels, | |
6841 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6842 (reftex-toc-include-labels, reftex-toc-include-context, | |
6843 reftex-toc-include-file-boundaries, | |
6844 reftex-toc-keep-other-windows): New options. | |
6845 (reftex-use-text-after-label-as-context): Option removed. | |
6846 (reftex-extract-bib-entries): Protect use in non-latex | |
6847 buffers. | |
6848 (reftex-toc-visit-location): Renamed from | |
6849 `reftex-toc-visit-line'. | |
6850 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6851 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6852 (reftex-get-offset): Made more general. | |
6853 (reftex-show-label-location): Renamed from | |
6854 `reftex-select-label-callback'. | |
6855 (reftex-pop-to-label): Function removed (using | |
6856 `reftex-show-label-location' instead. | |
6857 (reftex-insert-docstruct): Renamed from | |
6858 `reftex-make-and-insert-label-list'. Function args changed. | |
6859 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6860 `reftex-find-start-point'. | |
6861 (reftex-select-item): Use `reftex-find-start-point'. | |
6862 (reftex-toc-visit-line): Can display labels and file | |
6863 boundaries. | |
6864 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6865 | |
6866 1998-11-12 Sam Steingold <sds@goems.com> | |
6867 | |
6868 * browse-url.el (browse-url): Handle the case when | |
6869 `browse-url-browser-function' is a lambda list. | |
6870 | |
6871 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6872 | |
6873 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6874 version string. | |
6875 * loadhist.el (symbol-file): Likewise | |
6876 | |
6877 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6878 | |
6879 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6880 | |
6881 1998-11-11 Sam Steingold <sds@goems.com> | |
6882 | |
6883 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6884 `run-lisp' instead of signalling an error. | |
6885 | |
6886 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6887 | |
6888 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6889 | |
6890 1998-11-11 Richard Stallman <rms@gnu.org> | |
6891 | |
6892 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6893 | |
6894 1998-11-11 Per Starback <starback@update.uu.se> | |
6895 | |
6896 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6897 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6898 for it. | |
6899 | |
6900 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6901 | |
6902 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6903 handling if setpagedevice is not available. | |
6904 (ps-begin-file): Fix typo. | |
6905 | |
6906 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6907 | |
6908 * international/mule-util.el (compose-chars-component): Signal | |
6909 error if CH is a rule-based composition character. | |
6910 (compose-chars): Signal error if an already compsed character is | |
6911 going to be composed by rule-base. | |
6912 | |
6913 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6914 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6915 that font name. | |
6916 | |
6917 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6918 | |
6919 * dos-w32.el (set-default-process-coding-system): Use function on | |
6920 before-init-hook to set default-process-coding-system based on | |
6921 enable-multibyte-characters. | |
6922 | |
6923 * term/w32-win.el ([language-change]): For now ignore | |
6924 keyboard language-change events. | |
6925 | |
6926 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6927 | |
6928 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6929 convert-standard-file-name, but leave the results of | |
6930 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6931 characters if the original name already exists, or has a special | |
6932 handler. | |
6933 | |
6934 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6935 | |
6936 * international/iso-insert.el: Delete autoload cookies. | |
6937 | |
6938 * international/iso-transl.el: Add autoload cookies. | |
6939 | |
6940 1998-11-10 Richard Stallman <rms@gnu.org> | |
6941 | |
6942 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6943 (ispell-process-line): Don't treat multibyte | |
6944 | |
6945 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6946 | |
6947 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6948 setpagedevice to specify the page size if setpagedevice is | |
6949 available. This is necessary to select the correct paper tray on | |
6950 Level 2 printers with multiple paper sizes available. | |
6951 | |
6952 (ps-begin-file): Cope with font names that contain spaces, and | |
6953 call BeginDoc in a BeginSetup/EndSetup block. | |
6954 | |
6955 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6956 | |
6957 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6958 convert-standard-filename. | |
6959 | |
6960 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6961 convert-standard-filename. | |
6962 | |
6963 1998-11-06 Richard Stallman <rms@gnu.org> | |
6964 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6965 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 6966 Detect the case of two @-commands in a row; process just the first. |
6967 (texinfo-append-refill): If line has a @c, insert the @refill | |
6968 before it. | |
6969 (texinfo-format-refill): Return with point where the @refill was. | |
6970 | |
6971 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6972 (hack-local-variables-prop-line): Likewise. | |
6973 (set-auto-mode): Don't test local-enable-local-variables here. | |
6974 (enable-local-variables): Doc fix. | |
6975 (local-enable-local-variables): Doc fix. | |
6976 (normal-mode): Doc fix. | |
6977 | |
6978 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6979 | |
6980 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6981 | |
6982 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6983 | |
6984 * simple.el (line-number-mode): Doc fix. | |
6985 | |
6986 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6987 | |
6988 * international/fontset.el (create-fontset-from-fontset-spec): | |
6989 Give correct arg to `error'. | |
6990 | |
6991 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6992 | |
6993 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6994 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6995 | |
6996 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6997 | |
6998 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6999 | |
7000 1998-11-05 Richard Stallman <rms@gnu.org> | |
7001 | |
7002 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
7003 | |
7004 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
7005 (close-rectangle): Define as alias. | |
7006 | |
7007 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
7008 | |
7009 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
7010 | |
7011 1998-11-05 Dave Love <fx@gnu.org> | |
7012 | |
7013 * help.el (describe-variable): Don't quote link to source. | |
7014 | |
7015 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7016 | |
7017 * gud.el (gud-common-init): Use pop-to-buffer. | |
7018 (same-window-regexps): Add an element that matches all gud buffers. | |
7019 | |
7020 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
7021 | |
7022 * term/w32-win.el (x-get-selection-value): Alias to | |
7023 x-cut-buffer-or-selection-value. | |
7024 (w32-standard-fontset-spec): New variable. | |
7025 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
7026 new-fontset is available. | |
7027 (w32-use-w32-font-dialog): Enable use of set-variable. | |
7028 | |
7029 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7030 | |
7031 * vc.el (with-vc-file, edit-vc-file): New macros. | |
7032 | |
7033 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
7034 | |
7035 * international/quail.el (quail-show-guidance-buf): Call | |
7036 set-minibuffer-window to set minibuffer window of the current | |
7037 frame correctly. | |
7038 | |
7039 1998-11-03 Theodore Jump <tjump@tertius.com> | |
7040 | |
7041 * term/w32-win.el: Require fontset. | |
7042 | |
7043 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
7044 | |
7045 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
7046 (set-face-font-auto): Ditto. | |
7047 | |
7048 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7049 | |
7050 * mouse.el (mouse-drag-region): Fix typo. | |
7051 | |
7052 1998-11-02 Dave Love <fx@gnu.org> | |
7053 | |
7054 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
7055 (fortran-fontify-string): New function. | |
7056 (fortran-font-lock-keywords-1): Use it. | |
7057 | |
7058 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
7059 | |
7060 * comint.el (comint-file-name-quote-list): Doc fix. | |
7061 | |
7062 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7063 | |
7064 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
7065 build directory, not source directory. | |
7066 | |
7067 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
7068 if we did not get one for the final move. | |
7069 | |
7070 1998-11-01 Dave Love <fx@gnu.org> | |
7071 | |
7072 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
7073 Don't funcall browse-url-browser-function. | |
7074 | |
7075 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
7076 Don't funcall browse-url-browser-function. | |
7077 | |
7078 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
7079 | |
7080 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7081 | |
7082 * files.el (revert-buffer): Doc fix. | |
7083 | |
7084 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7085 | |
7086 * textmodes/tex-mode.el (tex-start-options-string): | |
7087 Quote the backslashes with more backslashes. | |
7088 | |
7089 1998-10-31 Dave Love <fx@gnu.org> | |
7090 | |
7091 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
7092 (webjump): Don't funcall browse-url-browser-function. | |
7093 | |
7094 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
7095 | |
7096 * international/quail.el (quail-start-translation): Handle | |
7097 switching of the frame in read-key-sequence. | |
7098 (quail-start-conversion): Likewise. | |
7099 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
7100 windows before setting an appropriate window for it. | |
7101 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
7102 quail-guidance-win to nil. | |
7103 (quail-update-guidance): If quail-guidance-buf is not in the | |
7104 selected frame, call quail-show-guidance-buf again. | |
7105 | |
7106 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
7107 | |
7108 * progmodes/pascal.el (pascal-mode): | |
7109 `blink-matching-paren-dont-ignore-comments' set to t. | |
7110 | |
7111 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7112 | |
7113 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
7114 | |
7115 1998-10-30 Dave Love <fx@gnu.org> | |
7116 | |
7117 * vc.el (vc-backend-merge-news): Check for "P" output. | |
7118 | |
7119 * help.el (describe-variable): Hyperlink the definition. | |
7120 | |
7121 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
7122 | |
7123 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
7124 (sh-set-shell): Likewise. | |
7125 | |
7126 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
7127 | |
7128 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
7129 (edebug-on-error): Fix customize type to match that of | |
7130 debug-on-error. | |
7131 | |
7132 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
7133 | |
7134 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
7135 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
7136 | |
7137 * international/mule-cmds.el (select-message-coding-system): Doc | |
7138 fix. | |
7139 | |
7140 * international/mule-diag.el (describe-coding-system): Describe | |
7141 all flags. | |
7142 | |
7143 * mail/sendmail.el (sendmail-coding-system, | |
7144 default-sendmail-coding-system): Doc fix. | |
7145 | |
7146 * simple.el (shell-command-on-region): Doc fix. | |
7147 | |
7148 * loadup.el: Write fns-*.el in current directory instead of | |
7149 data-directory since no installation directory exists yet. Mark | |
7150 buffer unmodified afterwards. | |
7151 | |
7152 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
7153 instead of data-directory since it is architecture dependent. | |
7154 (load-history-loaded): Update doc string. | |
7155 | |
7156 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
7157 | |
7158 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
7159 path as a default directory when canonicalizing names. | |
7160 | |
7161 * w32-fns.el: Remove a dangling reference to a directory on the | |
7162 build machine. | |
7163 | |
7164 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7165 | |
7166 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
7167 namespace related keywords such as `class', `body', `private', | |
7168 `variable', `namespace eval', etc. | |
7169 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
7170 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
7171 imenu and font-lock so that searches for \sw would find words | |
7172 containing colons. | |
7173 | |
7174 * progmodes/etags.el (initialize-new-tags-table): | |
7175 Do not alter find-tag-marker-ring and tags-location-ring. | |
7176 | |
7177 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
7178 | |
7179 * term/w32-win.el: Require fontset. | |
7180 (w32-init-fontsets): New function (code from x-win.el). | |
7181 | |
7182 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7183 | |
7184 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
7185 calendar-and-diary-frame-parameters): Add title parameter. | |
7186 | |
7187 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7188 | |
7189 * completion.el (dynamic-completion-mode): New function to enable | |
7190 the mode. (Just loading the file now does not change anything.) | |
7191 | |
7192 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7193 | |
7194 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
7195 (ps-multibyte-buffer): New user option. | |
7196 (ps-setup): Print new user option. | |
7197 (ps-print-quote): New fun. | |
7198 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
7199 (ps-default-color, ps-mule-font-info-database) | |
7200 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
7201 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
7202 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
7203 Little code improvement. | |
7204 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
7205 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
7206 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
7207 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
7208 (ps-mule-external-libraries, ps-mule-init-external-library) | |
7209 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
7210 Doc fix. | |
7211 (ps-print-version): New version number (4.1.1) and doc fix. | |
7212 (ps-print-prologue-header): New user option. | |
7213 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
7214 Conditional compilation for GNU Emacs and emacsens. | |
7215 (ps-generate-postscript-with-faces): Skip invisible text better. | |
7216 (ps-setup): Print new user option. | |
7217 (ps-print-preprint): Check if input file name exists and is unwritable. | |
7218 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
7219 and insert user PostScript prologue header comments. | |
7220 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
7221 New funs. | |
7222 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
7223 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
7224 PostScript programming normalization. | |
7225 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
7226 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
7227 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
7228 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
7229 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
7230 Programming style normalization. | |
7231 | |
7232 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
7233 | |
7234 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7235 version, check the value of mule-version. | |
7236 | |
7237 * international/mule-util.el (compose-region): Insert then delete | |
7238 to preserve markers. | |
7239 (decompose-region): Use search-forward for efficiency. | |
7240 | |
7241 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
7242 change, use generate-new-buffer instead of get-buffer-create. | |
7243 * language/devan-util.el | |
7244 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7245 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7246 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7247 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7248 | |
7249 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7250 | |
7251 * mail/rmailsum.el (rmail-message-subject-p): | |
7252 Handle message whose header has not been reformatted. | |
7253 | |
7254 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7255 | |
7256 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7257 | |
7258 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7259 New variables. | |
7260 (mouse-set-font): Use font menus instead of dialog according to | |
7261 w32-use-w32-font-dialog. | |
7262 | |
7263 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7264 | |
7265 * 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
|
7266 correctly! |
25837 | 7267 (calendar-month-name-array): Add doc string correctly! |
7268 | |
7269 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7270 | |
7271 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7272 | |
7273 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7274 | |
7275 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7276 | |
7277 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7278 | |
7279 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7280 | |
7281 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7282 | |
7283 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7284 | |
7285 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7286 | |
7287 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7288 | |
7289 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7290 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7291 (profile-filter, profile-reset-timer): Functions deleted. | |
7292 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7293 (profile-find-function, profile-quit): Likewise. | |
7294 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7295 (profile-time-list, profile-init-list): Doc fix. | |
7296 (profile-functions): Simplify. | |
7297 (profile-print): Use float. Make output include space separators. | |
7298 (profile-add-time): New helper function. | |
7299 (profile-function-prolog): Renamed from profile-start-function. | |
7300 Handle profile-distinct. | |
7301 (profile-function-epilog): Renamed from profile-update-function. | |
7302 Handle profile-distinct. | |
7303 (profile-a-function): If the function to be profiled is an | |
7304 autoload form, load it. If it's lazy-loaded, fetch it. | |
7305 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7306 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7307 documented, rather than a one-element list. | |
7308 (profile-finish): Call profile-restore-fun properly. | |
7309 | |
7310 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7311 | |
7312 * international/characters.el: Setup charset property | |
7313 nospace-between-words. | |
7314 | |
7315 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7316 composition, return nil. | |
7317 (put-charset-property): If CHARSET is composition, do nothing. | |
7318 | |
7319 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7320 * language/devan-util.el | |
7321 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7322 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7323 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7324 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7325 | |
7326 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7327 (canonically-space-region): Pay attention to | |
7328 sentence-end-without-period. | |
7329 (fill-find-break-point): The first argument CHARSET deleted. | |
7330 Caller changed. | |
7331 (fill-region-as-paragraph): Pay attention to charset property | |
7332 nospace-between-words and text property nospace-between-words. | |
7333 | |
7334 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7335 | |
7336 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7337 an unrecognized shell. | |
7338 | |
7339 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7340 | |
7341 * desktop.el (desktop-save): Include minor modes symbolically. | |
7342 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7343 | |
7344 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7345 | |
7346 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7347 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7348 (sh-ancestor-alist): Handle rpm. | |
7349 | |
7350 * files.el (auto-mode-alist): Recognize .rpm files. | |
7351 Also .spec and .mspec files. | |
7352 | |
7353 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7354 | |
7355 * faces.el (frame-set-background-mode): Enable the function for | |
7356 MSDOS frames. | |
7357 | |
7358 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7359 | |
7360 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7361 (calendar-month-name-array): Add doc string. | |
7362 | |
7363 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7364 | |
7365 * simple.el (kill-ring-max): Increased to 60. | |
7366 | |
7367 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7368 | |
7369 * international/characters.el: Setup auto-fill-chars. | |
7370 | |
7371 * international/kinsoku.el (kinsoku): Check the variable | |
7372 enable-kinsoku. | |
7373 | |
7374 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7375 Don't call kinsoku directly, intead call fill-find-break-point. | |
7376 | |
7377 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7378 property to character sets which require `kinsoku' processing for | |
7379 filling. | |
7380 (fill-find-break-point): New function. | |
7381 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7382 Don't call kinsoku directly, intead call fill-find-break-point. | |
7383 | |
7384 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7385 | |
7386 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7387 (modify-face): Don't get error if (nil) is the argument. | |
7388 (face-try-color-list): Don't check whether nil is a valid color. | |
7389 | |
7390 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7391 | |
7392 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7393 Print message about each directory, even in batch mode. | |
7394 | |
7395 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7396 | |
7397 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7398 (ps-mule-string-char): No need to use sref. | |
7399 (ps-mule-next-index): No need to use sref. | |
7400 | |
7401 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7402 | |
7403 * files.el (revert-buffer-internal-hook): Add defvar. | |
7404 | |
7405 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7406 | |
7407 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7408 | |
7409 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7410 | |
7411 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7412 | |
7413 * net-utils.el (whois-server-list): Fix customization type. | |
7414 | |
7415 * shell.el (shell-input-autoexpand): Fix customization group. | |
7416 | |
7417 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7418 | |
7419 * repeat.el (repeat): Handle keyboard macros properly. | |
7420 Handle new prefix arg after self-insert command. | |
7421 | |
7422 * repeat.el: Don't include cl even at compile time. | |
7423 (repeat): Avoid using `loop'. | |
7424 | |
7425 * simple.el (shell-command-on-region): Doc fix. | |
7426 (next-history-element): Special error message if no default. | |
7427 | |
7428 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7429 | |
7430 * ps-print.el (ps-print-buffer): Doc fix. | |
7431 (ps-despool): Likewise. | |
7432 | |
7433 * arc-mode.el (arc-mode): Provide arc-mode. | |
7434 | |
7435 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7436 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7437 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7438 |
7439 1998-10-14 Dave Love <fx@gnu.org> | |
7440 | |
7441 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7442 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7443 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7444 | |
7445 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7446 Continuation Line" to "Join Line". | |
7447 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7448 | |
7449 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7450 | |
7451 * progmodes/fortran.el (fortran-join-line): Use | |
7452 `delete-indentation' instead of issuing an error message if not on | |
7453 a continuation line. Provide for joining several lines using | |
7454 prefix arg. | |
7455 | |
7456 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7457 | |
7458 * term/pc-win.el (msdos-color-values): New variable. | |
7459 (x-color-values): New function, emulates its namesake from | |
7460 src/xfns.c. | |
7461 (msdos-bg-mode): Add all dark colors to those which return | |
7462 "dark". | |
7463 | |
7464 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7465 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7466 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7467 Don't ignore case if arg has upper case letters. |
7468 | |
7469 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7470 | |
7471 * progmodes/vhdl-mode.el | |
7472 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7473 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7474 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7475 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7476 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7477 (vhdl-when): Fix indentation problem. | |
7478 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7479 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7480 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7481 | |
7482 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7483 | |
7484 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7485 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7486 (insert-directory): New function. | |
7487 | |
7488 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7489 | |
7490 * simple.el (completion-fixup-function): Variable deleted. | |
7491 (completion-setup-function): Delete code for completion-fixup-function. | |
7492 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7493 Don't bind completion-fixup-function. | |
7494 | |
7495 * files.el (find-file-wildcards): New option. | |
7496 (find-file-noselect): Handle wild cards, if enabled. | |
7497 (file-expand-wildcards): New function. | |
7498 | |
7499 * simple.el (set-fill-column): Doc fix. | |
7500 | |
7501 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7502 | |
7503 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7504 | |
7505 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7506 | |
7507 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7508 Move declaration before first use. | |
7509 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7510 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7511 hif-token-list. | |
7512 (hif-token, hif-token-list): Declare them. | |
7513 (hif-find-ifdef-block): Return cons of top and bottom point | |
7514 instead of setting dynamically bound variables. | |
7515 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7516 hif-find-ifdef-block. | |
7517 | |
7518 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7519 | |
7520 * subr.el (read-passwd): Use clear-this-command-keys. | |
7521 | |
7522 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7523 | |
7524 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7525 and ...-for-write. | |
7526 | |
7527 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7528 | |
7529 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7530 responses to GROUP command, since this may be called from a timer | |
7531 with quit inhibited. | |
7532 | |
7533 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7534 | |
7535 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7536 set unconditional-jump to nil. | |
7537 (ccl-compile-read-multibyte-character): Return nil. | |
7538 (ccl-compile-write-multibyte-character): Likewise. | |
7539 (ccl-compile-translate-character): Likewise | |
7540 (ccl-compile-map-multiple): Likewise. | |
7541 (ccl-compile-map-single): Likewise. | |
7542 | |
7543 * international/kinsoku.el: Add coding tag. | |
7544 (kinsoku-bol): Remove superfluous TAB in a string. | |
7545 | |
7546 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7547 Delete `composition' (if any) from CHARSETS. | |
7548 | |
7549 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7550 | |
7551 * international/mule-cmds.el (setup-specified-language-environment): | |
7552 Add apropos-inhibit property. | |
7553 (describe-specified-language-support): Likewise. | |
7554 | |
7555 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7556 | |
7557 * international/mule.el (make-coding-system): Create -with-esc | |
7558 variant coding system. | |
7559 | |
7560 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7561 | |
7562 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7563 (next-file): Optionally offer to revert a file's buffer, | |
7564 if it has an existing buffer but the file has changed. | |
7565 | |
7566 * info.el (Info-insert-dir): Detect and report problems | |
7567 in input files, such as "No Top node". Return with point | |
7568 at the beginning of the text. | |
7569 (Info-find-node): Reinsert the code to handle files | |
7570 with no tags table; it was deleted by mistake. | |
7571 | |
7572 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7573 | |
7574 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7575 texinfo-find-higher-level-node repeatedly find the same node. | |
7576 (texinfo-find-higher-level-node): Doc fix. | |
7577 | |
7578 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7579 | |
7580 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7581 (smtpmail-address-buffer): Add defvar. | |
7582 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7583 | |
7584 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7585 | |
7586 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7587 | |
7588 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7589 | |
7590 * faces.el (frame-set-background-mode): | |
7591 Don't do anythung for text-only or MSDOS frame. | |
7592 | |
7593 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7594 | |
7595 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7596 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7597 | |
7598 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7599 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7600 * gnus/pop3.el (pop3-open-server): |
25837 | 7601 Set process-coding-system-alist around open-network-stream. |
7602 | |
7603 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7604 | |
7605 * files.el (save-buffer): Doc fix. | |
7606 | |
7607 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7608 | |
7609 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7610 return DEF unchanged, not nil. Simplify. | |
7611 | |
7612 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7613 | |
7614 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7615 | |
7616 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7617 | |
7618 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7619 | |
7620 * net-utils.el (ftp, nslookup): Require comint. | |
7621 (network-service-connection): Likewise. | |
7622 (whois-server-name): Defaults to whois.arin.net | |
7623 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7624 (whois): Tries to guess the appropriate top-level domain server. | |
7625 (whois-get-tld): New function. | |
7626 | |
7627 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7628 (dirtrack-debug-toggle): Added this function. | |
7629 | |
7630 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7631 | |
7632 * files.el (find-file-noselect): Switch to the correct buffer | |
7633 before checking find-file-literally, and allow non-nil non-t | |
7634 rawfile params. | |
7635 | |
7636 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7637 | |
7638 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7639 | |
7640 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7641 no-autosave. | |
7642 * tar-mode.el (tar-mode-revert): Likewise. | |
7643 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7644 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7645 * gnus/message.el (message-auto-save-directory): Renamed from | |
7646 message-autosave-directory. All references changed. | |
7647 | |
7648 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7649 | |
7650 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7651 string. Expose mime stuff while searching. | |
7652 | |
7653 1998-10-06 Richard Stallman <rms@gnu.org> | |
7654 | |
7655 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7656 | |
7657 * replace.el (perform-replace): Position point properly | |
7658 before and after the recursive edit of C-r. | |
7659 | |
7660 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7661 find the markers in the old rings that are being discarded. | |
7662 | |
7663 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7664 | |
7665 * apropos.el (apropos-print): control invalid characters. | |
7666 | |
7667 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7668 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7669 confusing customize. | |
7670 | |
7671 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7672 | |
7673 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7674 built-in commands. Add more built-in commands and fix face names. | |
7675 | |
7676 1998-10-05 Simon Marshall <simon@gnu.org> | |
7677 | |
7678 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7679 | |
7680 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7681 | |
7682 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7683 customization since it is not useful in this case. | |
7684 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7685 sure it gets evalled to a number. Also verify that set-frame-name | |
7686 fn exists before calling it. | |
7687 | |
7688 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7689 Protect a `forward-sexp' call which could fail, and improved regex | |
7690 for ie, and eg abbreviations. | |
7691 | |
7692 1998-10-02 Noah Friedman <friedman@splode.com> | |
7693 | |
7694 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7695 send-string. | |
7696 (rlogin-send-Ctrl-D): Here also. | |
7697 (rlogin-send-Ctrl-Z): Here also. | |
7698 (rlogin-send-Ctrl-backslash): Here also. | |
7699 | |
7700 1998-10-02 Dave Love <fx@gnu.org> | |
7701 | |
7702 * outline.el (hide-region-body): Bind | |
7703 outline-view-change-hook to nil while making repeated calls to | |
7704 outline-flag-region. Run it once at the end. | |
7705 (hide-other, hide-sublevels, show-children): Likewise. | |
7706 | |
7707 * info-look.el: Remove duplicate scheme-mode entry. | |
7708 (info-lookup-make-completions): When looking for entries, check | |
7709 that `item' isn't null or "Menu". | |
7710 | |
7711 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7712 | |
7713 * net-utils.el: Don't require ffap. | |
7714 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7715 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7716 | |
7717 1998-09-30 Richard Stallman <rms@gnu.org> | |
7718 | |
7719 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7720 | |
7721 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7722 (imenu--sort-by-position): New function. | |
7723 | |
7724 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7725 (customize group): Fix info node name. | |
7726 | |
7727 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7728 a newline in the alias name. Don't define an alias | |
7729 if the definition would be empty. | |
7730 | |
7731 * which-func.el (which-func-mode-global): Make :set function | |
7732 more reliable. | |
7733 | |
7734 * custom.el (custom-set-variables): Load the requests first, | |
7735 then check the symbol's `set' function. | |
7736 | |
7737 * ffap.el: Doc fixes. | |
7738 | |
7739 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7740 | |
7741 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7742 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7743 * gnus-score.el (gnus-orphan-score): Fix type. | |
7744 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7745 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7746 (gnus-saved-headers): Fix type. | |
7747 | |
7748 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7749 Avoid nil value of `two-lines-citation-part'. | |
7750 | |
7751 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7752 | |
7753 * which-func.el (which-function): Handle case when | |
7754 (car imenu--index-alist) is nil. | |
7755 | |
7756 1998-09-29 Dave Love <fx@gnu.org> | |
7757 | |
7758 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7759 bzip2 args. | |
7760 | |
7761 1998-09-29 Simon Marshall <simon@gnu.org> | |
7762 | |
7763 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7764 comint-exec-hook. | |
7765 | |
7766 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7767 | |
7768 * info-look.el: Add support for Octave. | |
7769 | |
7770 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7771 | |
7772 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7773 (reftex-texpath-environment-variables, | |
7774 reftex-use-external-file-finders, reftex-external-file-finders, | |
7775 reftex-search-unrecursed-path-first): New options. | |
7776 (reftex-process-string, reftex-find-file-externally): New | |
7777 functions. | |
7778 (reftex-access-search-path): Execute shell commands to find the | |
7779 search path. | |
7780 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7781 `reftex-auto-view-crossref' becomes non-nil. | |
7782 (reftex-abbrev-regexp): Constant removed. | |
7783 (reftex-convert-string): Abbrev regexp calculated locally. | |
7784 | |
7785 1998-09-28 Dave Love <fx@gnu.org> | |
7786 | |
7787 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7788 font-lock patterns with keywords that aren't all literal. | |
7789 | |
7790 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7791 | |
7792 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7793 the form `octave.bin:1>' which come from using precopiled binary | |
7794 versions. | |
7795 | |
7796 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7797 | |
7798 * help.el (help-for-help): Use %THIS-KEY%. | |
7799 (help-quit): Add doc. | |
7800 | |
7801 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7802 in a separate function definition, not in the help command FNAME. | |
7803 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7804 | |
7805 1998-09-25 Richard Stallman <rms@gnu.org> | |
7806 | |
7807 * textmodes/texinfo.el (texinfo-show-structure): | |
7808 Bind inhibit-read-only. | |
7809 | |
7810 * isearch.el (isearch-search-and-update): Properly | |
7811 handle upper case letters in the reverse-search special case. | |
7812 | |
7813 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7814 | |
7815 * gnus.el: Extend the list of autoloaded functions. | |
7816 | |
7817 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7818 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7819 1998-08-20 Per Starback <starback@update.uu.se>) | |
7820 | |
7821 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7822 `rmail-output-to-rmail-file'. | |
7823 | |
7824 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7825 | |
7826 * hexl.el (hexl-mode-map): More of previous change. | |
7827 | |
7828 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7829 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7830 Quote file name in star case as well as in non-star. | |
7831 Add blank and quoting of option string here. | |
7832 (tex-start-options-string): Not here. | |
7833 | |
7834 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7835 | |
7836 * term.el (term-delimiter-argument-list): Doc fix. | |
7837 (term-emulate-terminal): Escape literal semicolon. | |
7838 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7839 (asm-comment-char): Escape literal semicolon. | |
7840 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7841 | |
7842 1998-09-23 Richard Stallman <rms@gnu.org> | |
7843 | |
7844 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7845 only those that normally modify the buffer. | |
7846 | |
7847 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7848 over again. | |
7849 | |
7850 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7851 | |
7852 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7853 when let-binding of case-fold-search ends. | |
7854 | |
7855 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7856 | |
7857 * ps-print.el: Skip invisible overlay. | |
7858 Test for set-buffer-multibyte rather than using mule-version. | |
7859 (ps-print-version): New version number (4.1) and doc fix. | |
7860 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7861 | |
7862 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7863 | |
7864 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7865 | |
7866 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7867 | |
7868 * international/quail.el (quail-update-guidance): Check for the | |
7869 return value of (quail-guidance) fixed. | |
7870 (quail-update-translation): Bind quail-current-str locally when it | |
7871 calls quail-update-guidance. | |
7872 (quail-update-translation): If input-method-exit-on-first-char is | |
7873 non-nil, terminate translation only when the current input method | |
7874 is simple. | |
7875 | |
7876 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7877 | |
7878 * startup.el (locale-translation-file-name): Prefer X-related names | |
7879 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7880 (command-line): Use locale-translation-file-name if it is not nil, | |
7881 instead of testing for its existence again. | |
7882 regexp-quote the ctype before using it in a regexp. | |
7883 Allow a colon to appear after the ctype in the aliases file, | |
7884 as is done in X11R6.4. | |
7885 | |
7886 1998-09-21 Richard Stallman <rms@gnu.org> | |
7887 | |
7888 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7889 | |
7890 * calendar/appt.el (appt-interval): Variable deleted. | |
7891 (appt-check): For minutes in between appt-display-interval times, | |
7892 do check, but don't display anything except an updated mode line. | |
7893 Count against appt-display-interval based on minutes since | |
7894 first display of this appointment, not based on time of day. | |
7895 If appt-display-mode-line, force mode line redisplay | |
7896 whenever appt-mode-string has changed. | |
7897 (appt-add, appt-delete): Add autoload cookies. | |
7898 (appt-check): Catch errors from calling `diary'. | |
7899 (appt-max-time): Renamed from max-time. | |
7900 (appt-now-displayed, appt-display-count): New variables. | |
7901 (appt-timer): Don't create one if we already have one. | |
7902 | |
7903 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7904 More general code to use the source buffer instead of the zap file. | |
7905 | |
7906 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7907 compare-with-file. | |
7908 | |
7909 * loadhist.el (load-history-loaded): New variable. | |
7910 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7911 | |
7912 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7913 | |
7914 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7915 Fix error messages. | |
7916 | |
7917 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7918 | |
7919 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7920 Emacs frame. | |
7921 | |
7922 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7923 | |
7924 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7925 `undecided' and `undecided-unix'. | |
7926 | |
7927 1998-09-21 Dave Love <fx@gnu.org> | |
7928 | |
7929 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7930 | |
7931 * subr.el (remove-hook): Check list values to avoid errors. | |
7932 | |
7933 1998-09-18 Noah Friedman <friedman@splode.com> | |
7934 | |
7935 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7936 store string in eldoc-last-message without consing a new string. | |
7937 Rearrange logic from nested if's into cond's. | |
7938 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7939 Do not print message; just return string. | |
7940 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7941 Do not print message; just return string. | |
7942 Cache that string in eldoc-last-data. | |
7943 (eldoc-last-data): Make into a vector. | |
7944 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7945 (eldoc-get-var-docstring): Here also. | |
7946 (eldoc-last-data-store): New function. | |
7947 (eldoc-get-fnsym-args-string): Use it. | |
7948 (eldoc-get-var-docstring): Here also. | |
7949 (eldoc-docstring-first-line): Minimize interim string consing. | |
7950 Call substitute-command-keys on the result. | |
7951 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7952 eldoc-docstring-message): Functions removed. | |
7953 (eldoc-docstring-format-sym-doc): New function, functionality | |
7954 ripped out of eldoc-docstring-message. | |
7955 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7956 | |
7957 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7958 | |
7959 * international/mule.el (make-coding-system): Doc-string modified. | |
7960 | |
7961 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7962 | |
7963 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7964 | |
7965 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7966 customize type. | |
7967 | |
7968 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7969 type. | |
7970 | |
7971 * progmodes/compile.el (compilation-error-screen-columns): New | |
7972 variable. | |
7973 (compilation-next-error-locus): Use it to decide whether to use | |
7974 forward-char or move-to-column. | |
7975 | |
7976 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7977 | |
7978 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7979 feedmail-fiddle-plex-user-list, | |
7980 feedmail-spray-address-fiddle-plex-list, | |
7981 feedmail-prompt-before-queue-user-alist, | |
7982 feedmail-prompt-before-queue-help-supplement, | |
7983 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7984 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7985 type. | |
7986 | |
7987 * startup.el (site-run-file): Fix customize type. | |
7988 | |
7989 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7990 customize type. | |
7991 | |
7992 * shell.el (shell-input-autoexpand): Fix customize type. | |
7993 | |
7994 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7995 Improve layout of customize type. | |
7996 | |
7997 * net-utils.el (traceroute-program-options, ping-program-options, | |
7998 ipconfig-program-options, netstat-program-options, | |
7999 arp-program-options, route-program-options, | |
8000 nslookup-program-options, ftp-program-options): Fix customize | |
8001 type. | |
8002 | |
8003 * midnight.el (clean-buffer-list-kill-regexps, | |
8004 clean-buffer-list-kill-buffer-names, | |
8005 clean-buffer-list-kill-never-buffer-names, | |
8006 clean-buffer-list-kill-never-regexps): Fix customize type. | |
8007 | |
8008 * man.el (Man-init-defvars): Avoid trailing nil on | |
8009 Man-filter-list. | |
8010 | |
8011 * lpr.el (printer-name): Fix customize type. | |
8012 | |
8013 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
8014 | |
8015 * international/mule-cmds.el (reset-language-environment): Call | |
8016 update-coding-systems-internal. | |
8017 | |
8018 * international/mule-conf.el: Call update-coding-systems-internal | |
8019 at the tail. | |
8020 | |
8021 1998-09-14 Dave Love <fx@gnu.org> | |
8022 | |
8023 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
8024 use the menu-enable properties, pending doing it correctly and | |
8025 acceptably fast. | |
8026 | |
8027 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
8028 | |
8029 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
8030 | |
8031 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
8032 comment-{start,end} non-nil as well as bound. Report an error if | |
8033 we can't grok the mode. | |
8034 | |
8035 1998-09-13 Richard Stallman <rms@gnu.org> | |
8036 | |
8037 * simple.el (blink-matching-open): Don't log paren matching | |
8038 messages in *Messages*. | |
8039 | |
8040 1998-09-12 Richard Stallman <rms@gnu.org> | |
8041 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8042 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 8043 Set point-before-scroll at end even if there was an error. |
8044 | |
8045 * ange-ftp.el (ange-ftp-insert-file-contents): | |
8046 Use binary mode for dumb-unix hosts as for unix hosts. | |
8047 (ange-ftp-copy-file-internal): Likewise. | |
8048 | |
8049 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8050 | |
8051 * emacs-lisp/pp.el: Doc fixes. | |
8052 | |
8053 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
8054 (widget-choose): Don't use single-char shortcuts if # items | |
8055 exceeds that many. Use minibuffer instead. | |
8056 | |
8057 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8058 | |
8059 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
8060 | |
8061 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
8062 | |
8063 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
8064 in terminal mode. | |
8065 | |
8066 1998-09-10 Noah Friedman <friedman@splode.com> | |
8067 | |
8068 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
8069 defcustom declaration. It's wreaking too much havoc with XEmacs | |
8070 and older versions of Emacs, which share this code. | |
8071 | |
8072 * type-break.el (type-break-mode): Here also. | |
8073 | |
8074 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
8075 `t' to add-hook also to modify the new local value. | |
8076 | |
8077 1998-09-10 Dave Love <fx@gnu.org> | |
8078 | |
8079 * vc.el (vc-insert-headers): Doc fix. | |
8080 | |
8081 1998-09-10 Richard Stallman <rms@gnu.org> | |
8082 | |
8083 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
8084 ispell-... variables permanent locals. | |
8085 (flyspell-mode-off): Add autoload cookie. | |
8086 | |
8087 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
8088 do use binary mode, just as for `unix'. | |
8089 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
8090 | |
8091 * dired.el (dired-mark-files-containing-regexp): | |
8092 Don't scan directories. Ignore non-readable files. | |
8093 | |
8094 * progmodes/compile.el (compilation-error-regexp-alist): | |
8095 Fix previous change: allow . and _ in command name. | |
8096 | |
8097 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
8098 | |
8099 * uncompress.el (uncompress-while-visiting): | |
8100 Use just the car of what find-operation-coding-system returns. | |
8101 | |
8102 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
8103 | |
8104 * shell.el (shell-file-name-quote-list): Add # to the value. | |
8105 | |
8106 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
8107 | |
8108 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
8109 to make killing of ispell process work even if | |
8110 kill-all-local-variables has been run. | |
8111 | |
8112 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8113 | |
8114 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
8115 loop when sexp entry ends at end of file with no newline. | |
8116 | |
8117 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8118 | |
8119 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
8120 (Custom-reset-standard): Fix menu inconsistency. | |
8121 | |
8122 * mail/feedmail.el (feedmail-from-line): Allow t. | |
8123 (feedmail-message-id-suffix): Allow nil. | |
8124 | |
8125 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
8126 Simplify. Make prefix arg work right. | |
8127 | |
8128 1998-09-09 Dave Love <fx@gnu.org> | |
8129 | |
8130 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8131 | |
8132 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
8133 | |
8134 1998-09-08 Dave Love <fx@gnu.org> | |
8135 | |
8136 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
8137 stuff only after file names or at start of line. Allow parens | |
8138 around e-mail, as well as angles. | |
8139 | |
8140 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
8141 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
8142 time for nicer failure if it's not available. | |
8143 | |
8144 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
8145 | |
8146 * comint.el (comint-arguments): Ignore backslashes when using | |
8147 w32 shells that expect backslashes as the directory separator. | |
8148 | |
8149 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
8150 | |
8151 * international/fontset.el (resolved-ascii-font): New variable. | |
8152 (x-complement-fontset-spec): By side effect, set | |
8153 `resolved-ascii-font' to the resolved name of ASCII font." | |
8154 (create-fontset-from-fontset-spec): Don't get a value for | |
8155 resolved-ascii-font from the list full-fontlist. It is set by | |
8156 x-complement-fontset-spec now. | |
8157 | |
8158 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8159 version, check the value of mule-version. | |
8160 | |
8161 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
8162 | |
8163 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
8164 several functions. No longer moves to find a macro. | |
8165 (reftex-view-cr-cite, reftex-view-cr-ref, | |
8166 reftex-end-of-bib-entry): New functions. | |
8167 (reftex-auto-view-crossref): New value `window' allowed. | |
8168 (reftex-view-crossref-when-idle): Process new `window' option in | |
8169 (reftex-translate-to-ascii-function): New default. | |
8170 (reftex-label-illegal-re): Default changed, removed Latin1. | |
8171 (reftex-latin1-to-ascii): New function. | |
8172 (reftex-what-environment): Check for section regexp before use. | |
8173 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
8174 absolute path names. | |
8175 (reftex-TeX-master-file): Changed sequence of file checks. | |
8176 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
8177 | |
8178 1998-09-06 Richard Stallman <rms@gnu.org> | |
8179 | |
8180 * progmodes/compile.el (compilation-error-regexp-alist): | |
8181 In first pattern (GNU utilities and other things), | |
8182 allow a space after the optional program name at the beginning. | |
8183 | |
8184 * mail/mail-hist.el (mail-hist-current-header-contents): | |
8185 Fix previous change: use mail-header-end. | |
8186 | |
8187 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
8188 | |
8189 * international/ccl.el: Doc fixes. | |
8190 * international/encoded-kb.el: Doc fixes. | |
8191 * international/fontset.el: Doc fixes. | |
8192 * international/kinsoku.el: Doc fixes. | |
8193 * international/kkc.el: Doc fixes. | |
8194 * international/mule-cmds.el: Doc fixes. | |
8195 * international/mule-conf.el: Doc fixes. | |
8196 * international/mule-util.el: Doc fixes. | |
8197 * international/mule.el: Doc fixes. | |
8198 | |
8199 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
8200 | |
8201 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
8202 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
8203 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
8204 punctuation for first line sentence breaking. | |
8205 (checkdoc-this-string-valid): When converting a comment into a doc | |
8206 string, make sure " chars are \". | |
8207 (checkdoc-sentencespace-region-engine): Only do double space check | |
8208 if based on the variable `sentence-end-double-space' | |
8209 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
8210 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
8211 | |
8212 1998-09-04 Richard Stallman <rms@gnu.org> | |
8213 | |
8214 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
8215 Recognize define-skeleton as a function definer. | |
8216 | |
8217 * cus-edit.el (customize-option): Refuse to customize | |
8218 a variable that has no defcustom. But if variable is autoloaded, | |
8219 first try to load the library that defines it. | |
8220 | |
8221 * international/iso-insert.el: Use `string' before calling `insert' | |
8222 so that in multibyte buffers we insert multibyte chars. | |
8223 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8224 * dired.el (dired-mark-files-containing-regexp): |
25837 | 8225 Don't use find-file; instead, insert the file in a temp buffer. |
8226 | |
8227 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
8228 (tex-start-tex): Use that variable. | |
8229 | |
8230 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
8231 value in the `repeat' alternative a list. | |
8232 | |
8233 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
8234 the inserted newline, verify that one was really inserted. | |
8235 | |
8236 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
8237 remains on or remains off. | |
8238 (flyspell-multi-language-p): Default changed to nil. | |
8239 | |
8240 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
8241 In "found in comment" case, don't beginning-of-line after forward-line. | |
8242 | |
8243 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
8244 If the function definition is not a lambda, return original FORM | |
8245 with no error. | |
8246 | |
8247 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
8248 | |
8249 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
8250 so that by default netstat shows all network connections. | |
8251 | |
8252 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8253 | |
8254 * international/quail.el: Doc fixes. | |
8255 | |
8256 * info.el (info): Don't add parens if FILE already has them. | |
8257 | |
8258 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8259 | |
8260 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8261 on extension lines. | |
8262 | |
8263 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8264 | |
8265 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8266 | |
8267 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8268 | |
8269 * 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
|
8270 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8271 |
8272 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8273 | |
8274 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8275 argument to ps-mule-generate-bitmap-font. | |
8276 | |
8277 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8278 entry and change Latin-1 entry in the default value. | |
8279 (ps-mule-font-info-database-ps-bdf): New variable. | |
8280 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8281 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8282 registerd in FONT-SPEC. | |
8283 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8284 charcter width of bitmap fonts. | |
8285 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8286 procedure NF. | |
8287 (ps-begin-file): Output PostScript code for setting | |
8288 SpaceWidthRatio. | |
8289 (ps-plot-region): Use line-beginning-position to get a position of | |
8290 the beginning of the current line. | |
8291 | |
8292 * international/mule-cmds.el (register-input-method): Doc-string | |
8293 modified. | |
8294 | |
8295 1998-09-01 Dave Love <fx@gnu.org> | |
8296 | |
8297 * international/mule-cmds.el (current-language-environment): Fix | |
8298 setter function. | |
8299 | |
8300 1998-09-01 Simon Marshall <simon@gnu.org> | |
8301 | |
8302 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8303 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8304 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8305 names with font-lock-type-face. Fontify type specs, etc., with | |
8306 font-lock-keyword-face. | |
8307 | |
8308 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8309 | |
8310 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8311 font is specified in FONTLIST, don't substitute it for the | |
8312 resolved name. | |
8313 | |
8314 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8315 | |
8316 * international/mule.el (charset-description): Doc fix. | |
8317 | |
8318 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8319 language/devanagari.el, language/ethiopic.el, | |
8320 language/european.el, language/hebrew.el, language/indian.el, | |
8321 language/japanese.el, language/korean.el, language/lao.el, | |
8322 language/slovak.el, language/thai.el, language/tibetan.el, | |
8323 language/vietnamese.el: | |
8324 Add coding: local variable, to avoid bootstrapping problem | |
8325 if you need to recompile all the Lisp files using interpreted code. | |
8326 | |
8327 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8328 | |
8329 * cal-china.el (chinese-year-cache): Change range of years from | |
8330 1989-2000 to 1990-2010. | |
8331 | |
8332 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8333 | |
8334 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8335 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8336 | |
8337 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8338 | |
8339 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8340 (ps-output-string-prim): Comment format changed. | |
8341 (ps-do-despool): Indentation of source code changed. | |
8342 | |
8343 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8344 | |
8345 * subr.el (sref): Make it an alias of aref. Make the | |
8346 byte-compiler warn that it is obsolete. | |
8347 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8348 | |
8349 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8350 Calculate the total bytes using position-bytes instead of | |
8351 char-bytes. | |
8352 | |
8353 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8354 | |
8355 * snmp-mode.el: New file. | |
8356 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8357 | |
8358 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8359 | |
8360 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8361 | |
8362 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8363 | |
8364 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8365 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8366 | |
8367 1998-08-27 Richard Stallman <rms@gnu.org> | |
8368 | |
8369 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8370 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8371 Clear appt-mode-string if we don't put something in it. | |
8372 | |
8373 1998-08-27 Dave Love <fx@gnu.org> | |
8374 | |
8375 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8376 dired-local-variables-file for dired-x. | |
8377 | |
8378 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8379 for compressed library files too. | |
8380 | |
8381 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8382 | |
8383 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8384 ("Latin-2"): Likewise. | |
8385 | |
8386 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8387 | |
8388 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8389 | |
8390 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8391 | |
8392 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8393 (mail-hist-current-header-contents): Use mail-text-start. | |
8394 | |
8395 1998-08-26 Richard Stallman <rms@gnu.org> | |
8396 | |
8397 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8398 (customize-changed-options-previous-release): New variable. | |
8399 (customize-changed-options): Use that variable as default arg. | |
8400 | |
8401 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8402 | |
8403 * midnight.el: Require `timer' not only when compiling. | |
8404 | |
8405 1998-08-26 Per Starback <starback@update.uu.se> | |
8406 | |
8407 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8408 buffer before creating help group. | |
8409 | |
8410 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8411 | |
8412 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8413 coding-system-for-write before saving. | |
8414 | |
8415 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8416 | |
8417 * isearch.el (isearch-forward): Doc fix. | |
8418 | |
8419 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8420 | |
8421 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8422 value, not a float. | |
8423 | |
8424 * cus-dep.el: Fix typo in output. | |
8425 | |
8426 1998-08-25 Dave Love <fx@gnu.org> | |
8427 | |
8428 * repeat.el (repeat): Doc fix. | |
8429 [From rms:] | |
8430 (repeat-previous-repeated-command): New variable. | |
8431 (repeat): Check for real-last-command being null or repeat. Set | |
8432 repeat-previous-repeated-command. | |
8433 | |
8434 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8435 | |
8436 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8437 | |
8438 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8439 coding-system-for-write by the return value of | |
8440 select-message-coding-system. | |
8441 (message-send-mail-with-qmail): Likewise. | |
8442 | |
8443 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8444 | |
8445 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8446 define-derived-mode. | |
8447 | |
8448 * files.el (file-name-invalid-regexp): | |
8449 Fix regex for ms-dos without long file names. | |
8450 | |
8451 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8452 | |
8453 * ps-print.el: Multi-byte buffer handling. | |
8454 (ps-print-version): New version number (4.0) and doc fix. | |
8455 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8456 compilation for GNU Emacs and emacsens. | |
8457 (ps-generate-postscript-with-faces): Force invisible text to be | |
8458 visible. | |
8459 (dos-ps-printer): New var to avoid compilation gripes. | |
8460 | |
8461 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8462 | |
8463 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8464 that no more characters can't be printed in the current line. | |
8465 | |
8466 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8467 | |
8468 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8469 greater than TO. | |
8470 | |
8471 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8472 | |
8473 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8474 20.2 and the earlier version. | |
8475 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8476 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8477 (ps-mule-find-wrappoint): Likewise. | |
8478 (ps-mule-generate-font): Change `X' to `x' in format | |
8479 control-string. | |
8480 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8481 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8482 `restore' form procedures `BC' and `EC'. | |
8483 | |
8484 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8485 | |
8486 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8487 is an executable procedure. Make LineThickness, Xshadow, and | |
8488 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8489 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8490 ps-mule-font-info-database-bdf): New vars. | |
8491 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8492 (ccl-encode-ethio-unicode): New CCL program. | |
8493 (ps-mule-encode-ethiopic): New fun. | |
8494 (ps-mule-current-charset): New var. | |
8495 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8496 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8497 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8498 (ps-mule-external-libraries): New var. | |
8499 (ps-mule-init-external-library): New fun. | |
8500 (ps-mule-font-cache): New var. | |
8501 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8502 (ps-last-font): New var. | |
8503 (ps-mule-prepare-font): New fun. | |
8504 (ps-mule-charset-list): New var. | |
8505 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8506 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8507 ps-mule-plot-string): New funs. | |
8508 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8509 New vars. | |
8510 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8511 ps-mule-prepare-cmpchar-font): New funs. | |
8512 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8513 vars. | |
8514 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8515 ps-mule-generate-bitmap-glyph): New funs. | |
8516 (ps-mule-initialize, ps-mule-begin): New funs. | |
8517 (ps-output-string-prim): Insert string as unibyte. | |
8518 (ps-output-prologue): New fun. | |
8519 (ps-flush-output): Handle the case of 'prologue. | |
8520 (ps-begin-file): Call ps-mule-initialize. | |
8521 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8522 printing multibyte characters. | |
8523 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8524 (ps-basic-plot-string): Handle the case of printing ASCII | |
8525 characters by external libraries (e.g. BDF). | |
8526 (ps-set-font): Set ps-last-font. | |
8527 (ps-plot-region): Handle multibyte characters, use | |
8528 ps-mule-plot-string for them. | |
8529 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8530 | |
8531 * bdf.el: New file. | |
8532 | |
8533 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8534 | |
8535 * international/mule-cmds.el (select-message-coding-system): New | |
8536 function. | |
8537 (set-language-environment-coding-systems): Set | |
8538 default-sendmail-coding-system. | |
8539 | |
8540 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8541 (default-sendmail-coding-system): New variable. | |
8542 (sendmail-send-it): Encode the message by a coding system | |
8543 select-message-coding-system returns. | |
8544 | |
8545 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8546 | |
8547 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8548 (speedbar-mode): Set buffer to read only. | |
8549 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8550 with arguments. | |
8551 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8552 | |
8553 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8554 | |
8555 * speedbar.el (speedbar-key-map): Fix typo. | |
8556 | |
8557 See ChangeLog.7 for earlier changes. |