Mercurial > emacs
annotate lisp/ChangeLog @ 26579:c1df0a0b6ed1
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Nov 1999 16:21:12 +0000 |
parents | a79d0d3d066f |
children | b679911f6f28 |
rev | line source |
---|---|
26579 | 1 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * locate.el (locate-with-filter): Doc fix. | |
4 | |
26577 | 5 1999-11-24 Alex Schroeder <alex@gnu.org> |
6 | |
7 * sql.el (sql-find-sqli-buffer): New function. | |
8 (sql-set-sqli-buffer-generally): New function. | |
9 (sql-set-sqli-buffer): Better checking of new-buffer. | |
10 (sql-copy-column): Add comma after INTO clause, too. | |
11 | |
12 1999-11-24 Alex Schroeder <alex@gnu.org> | |
13 | |
14 * sql.el (sql-imenu-generic-expression): New, used to set | |
15 imenu-generic-expression. | |
16 | |
17 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
18 setting font-lock-defaults' SYNTAX-ALIST. Set | |
19 imenu-generic-expression, imenu-case-fold-search, and | |
20 imenu-syntax-alist. | |
21 | |
22 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
23 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
24 | |
26575 | 25 1999-11-23 Andrew Innes <andrewi@gnu.org> |
26 | |
27 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
28 drop coords aren't over a specific window. | |
29 | |
26564 | 30 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
31 | |
32 * ps-print.el: Define mule funs without checking if mule package is | |
33 loaded. | |
34 (ps-print-version): New version number (5.0.1). | |
35 (ps-header-dirpart): Now uses abbreviate-file-name. | |
36 | |
26559 | 37 1999-11-23 Dave Love <fx@gnu.org> |
38 | |
26561 | 39 * fortran.el (fortran-comment-line-start): Renamed from |
40 comment-line-start. | |
41 (fortran-comment-line-start-skip): Renamed from | |
42 comment-line-start-skip. | |
43 (fortran-mode-map): Use renamed functions. Add manual and custom | |
44 entries to menu. | |
45 (fortran-mode-hook): Customize. | |
46 (fortran-comment-indent-function): Renamed from | |
47 fortran-comment-hook. | |
48 (delete-horizontal-regexp): Function deleted. | |
49 (fortran-electric-line-number): Simplified. | |
50 (fortran-beginning-of-subprogram): Renamed from | |
51 beginning-of-fortran-subprogram. | |
52 (fortran-end-of-subprogram): Renamed from | |
53 end-of-fortran-subprogram. | |
54 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
55 (fortran-previous-statement, fortran-next-statement): Simplified. | |
56 (fortran-blink-match): New function. | |
57 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
58 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
59 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
60 line-end-position. | |
61 (fortran-fill): No longer interactive. Simplified. | |
62 (fortran-break-line): Simplified. | |
63 (fortran-analyze-file-format): Use char-after, not looking-at. | |
64 | |
26559 | 65 * find-func.el (find-function-regexp): Use `define-minor-mode' |
66 after easy-menu change. | |
67 | |
26554 | 68 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
69 | |
70 * comint.el: Add redirection.from active comint buffers into | |
71 another buffer. Written by Peter Breton. | |
72 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
73 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
74 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
75 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 76 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
77 (define-minor-mode): Specify `doc-string-elt'. |
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
78 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
79 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
80 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 81 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
82 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
83 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 84 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
85 |
26533 | 86 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
87 | |
26554 | 88 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 89 that the leading `^' is at the start. This is necessary because |
90 paragraphs.el tries to remove anchors, but can find them only if | |
91 they are the first character. | |
92 | |
26543 | 93 * progmodes/antlr-mode.el: New file. |
94 | |
26533 | 95 * calendar/calendar.el: Fix autoload for |
96 calendar-absolute-from-astro. Add autoload for | |
97 calendar-print-astro-day-number. | |
98 | |
26524 | 99 1999-11-21 Anders Lindgren <andersl@andersl.com> |
100 | |
101 * follow.el: Use modern backquote syntax. Minor comment update. | |
102 | |
26520 | 103 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
104 | |
26522 | 105 * simple.el (with-syntax-table): Don't switch buffers. |
106 | |
26520 | 107 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
108 progmodes/hideif.el: Use new backquote syntax. | |
109 | |
26517 | 110 1999-11-21 Ken Manheimer <klm@python.org> |
111 | |
112 * icomplete.el (icomplete-completions): Use an explicit variable | |
113 `icomplete-prospects-length', obviating the need to use an | |
114 apparently faulty throw/catch arrangement. | |
115 | |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
116 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
|
117 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
118 * 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
|
119 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
120 |
26511 | 121 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
122 | |
123 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
124 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
125 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
126 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
|
127 |
26517 | 128 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
129 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
130 | |
131 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
132 | |
133 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
134 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
|
135 |
26505 | 136 1999-11-18 Dave Love <fx@gnu.org> |
137 | |
138 * simple.el (input-mode-8-bit): Fix the customization. | |
139 | |
26489 | 140 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
141 | |
26494 | 142 * international/iso-acc.el (iso-languages): Add more |
143 characters for Portuguese. | |
144 | |
26492 | 145 * speedbar.el: Clean up comment at the start of the file. |
146 Remove RCS id. | |
147 | |
26489 | 148 * progmodes/compile.el (compilation-parse-errors): Use |
149 compilation-buffer-p instead of testing major-mode. | |
150 | |
26496 | 151 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
152 | |
153 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
154 (quickurl-ask): completion-ignore-case is set to the value of | |
155 quickurl-completion-ignore-case for the duration of the call to | |
156 completing-read. | |
157 | |
26487 | 158 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
159 | |
160 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
161 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
162 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
|
163 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
164 * 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
|
165 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
166 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
167 * 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
|
168 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
169 * 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
|
170 |
26477 | 171 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
172 | |
173 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
174 using save-excursion. | |
175 | |
26467 | 176 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
177 | |
178 * mail/supercite.el: New maintainer. | |
179 | |
180 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
181 | |
182 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
183 | |
184 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
185 | |
186 * simple.el (with-syntax-table): New. | |
187 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
188 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
|
189 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
190 * 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
|
191 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
192 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
|
193 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
194 * goto-addr.el (goto-address-at-mouse, |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
195 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
|
196 (goto-address-mail-method): removed variable. |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
197 (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
|
198 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
|
199 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
200 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
|
201 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
202 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
203 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
|
204 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
205 |
26456 | 206 1999-11-15 Sam Steingold <sds@ksp.com> |
207 | |
208 * 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
|
209 |
26452 | 210 1999-11-15 Dave Love <fx@gnu.org> |
211 | |
212 * cus-edit.el (customize-face, customize-face-other-window): | |
213 Require match from completing-read. | |
214 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
215 bury-buffer. | |
216 | |
26450 | 217 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
218 | |
26456 | 219 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
220 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 221 |
26445 | 222 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
223 | |
224 * uniquify.el: Use new backquote syntax. | |
225 | |
226 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 227 |
228 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
229 as in ispell-local-dictionary-alist. | |
230 | |
26445 | 231 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 232 |
233 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
234 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
235 |
26445 | 236 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 237 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
238 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 239 Treat `intangible' differently. |
240 | |
241 * forms.el: Use new backquote syntax. | |
242 | |
26434 | 243 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
244 | |
245 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
246 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
247 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
248 |
26435 | 249 * net-utils.el (run-network-program, net-utils-run-program): Use |
250 the new backquote syntax. | |
251 (smbclient-program, smbclient-program-options) | |
252 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
253 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
254 (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
|
255 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
256 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
|
257 |
26435 | 258 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
259 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
260 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
261 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
262 (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
|
263 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
264 |
26435 | 265 * emulation/viper-cmd.el (viper-test-com-defun) |
266 (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
|
267 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
268 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
269 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
270 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
271 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
272 * 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
|
273 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
274 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
275 * 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
|
276 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
277 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
278 (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
|
279 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
280 |
26424 | 281 1999-11-12 Andrew Innes <andrewi@gnu.org> |
282 | |
283 * select.el (x-set-selection): Call buffer-substring, not | |
284 substring. Also fix docstring | |
285 | |
26422 | 286 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
287 | |
288 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
289 of customizable variables to bug report message. Added | |
290 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
|
291 |
26419 | 292 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
293 | |
294 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
295 to display file names. | |
296 | |
26409 | 297 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
298 | |
26411 | 299 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
300 | |
26409 | 301 * isearch.el: Add lazy-highlighting feature. |
302 | |
26406 | 303 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
304 | |
305 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
306 constant. | |
307 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
308 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
309 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
|
310 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
311 * 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
|
312 |
26394 | 313 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
314 | |
26406 | 315 * startup.el (initial-scratch-message): Add ";;" to the front of |
316 lines in the message. | |
317 | |
26396 | 318 * files.el (file-local-copy): Remove optional BUFFER argument |
319 because that's not used by anything. | |
320 | |
26394 | 321 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
322 to-address. | |
323 | |
26387 | 324 1999-11-08 Markus Rost <rost@ias.edu> |
325 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
326 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 327 to restore track-mouse in the correct buffer. |
328 | |
329 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
330 | |
331 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
332 | |
333 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
334 | |
335 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
336 lpr-command to "lp" for some system-types. (copied from lpr.el | |
337 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
338 |
26362 | 339 1999-11-04 Markus Rost <rost@ias.edu> |
340 | |
341 * simple.el (comment-region): Strip off white space at end of | |
342 comment-start. | |
343 | |
26354 | 344 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
345 | |
346 * faces.el (secondary-selection): Fix wrong color name. | |
347 | |
26352 | 348 1999-11-04 John Tobey <jtobey@epsilondev.com> |
349 | |
350 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
351 the default when invoking perldb in a non-Perl buffer, and other | |
352 cases involving -e or --. | |
353 | |
26342 | 354 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
355 | |
26352 | 356 * simple.el (previous-matching-history-element) |
357 (next-history-element): Use delete-field instead of erase-field. | |
358 | |
359 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
360 Use delete-field instead of erase-field. | |
361 | |
26344 | 362 * faces.el (secondary-selection): Change background to yellow. |
363 | |
26342 | 364 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
365 find the start of the text. Use field-string to read the user | |
366 input. | |
367 | |
26333 | 368 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
369 | |
26338 | 370 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
371 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
372 for compatibility with old face implementation. | |
373 | |
26336 | 374 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
375 Use erase-field instead of erase-buffer. | |
376 | |
26333 | 377 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
378 internal-show-cursor with new interface. | |
379 (blink-cursor-timer-function): New. | |
380 (blink-cursor-start): Use blink-cursor-timer-function. | |
381 | |
26331 | 382 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
383 | |
384 * calendar.el (redraw-calendar): Move to nearest date before | |
385 redrawing. | |
386 | |
387 * diary-lib.el (simple-diary-display): Reset modeline even if | |
388 there are no diary entries since the diary buffer may be displayed. | |
389 | |
26326 | 390 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
391 | |
392 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
393 backtrace using `message', then exit Emacs. | |
394 (debugger-batch-max-lines): New variable. | |
395 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
396 Change the messages put at the start, to say that the debugger | |
397 was entered. | |
398 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
399 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
|
400 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
401 * 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
|
402 |
26295 | 403 1999-11-01 John Tobey <jtobey@epsilondev.com> |
404 | |
405 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
406 presence of perl switches other than "-e". | |
407 | |
26287 | 408 1999-11-01 Markus Rost <rost@ias.edu> |
409 | |
410 * dired-x.el (dired-smart-shell-command): Use | |
411 shell-command-history as in shell-command. | |
412 | |
26282 | 413 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
414 | |
415 * userlock.el (ask-user-about-lock): Doc fix. | |
416 | |
26285 | 417 * frame.el: Doc fixes. |
418 | |
26271 | 419 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
420 | |
26279 | 421 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
422 of show-cursor. | |
423 (blink-cursor-start, blink-cursor-end): Ditto. | |
424 | |
26271 | 425 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
426 | |
26269 | 427 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
428 | |
429 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
430 start on that frame. Use save-selected-window. | |
431 | |
26266 | 432 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
433 | |
434 * simple.el (end-of-buffer): Use window-end to find the window end | |
435 instead of vertical-motion because this handles variable-height | |
436 lines correctly. | |
437 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
438 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
439 |
26266 | 440 * 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
|
441 |
26266 | 442 * 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
|
443 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
|
444 windows. |
26266 | 445 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
446 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
447 (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
|
448 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
449 |
26266 | 450 * 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
|
451 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
452 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 453 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
454 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
455 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
456 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 457 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
|
458 |
26271 | 459 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 460 (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
|
461 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
462 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 463 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
|
464 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
465 |
26271 | 466 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
467 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
468 |
26266 | 469 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
470 (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
|
471 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 472 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
473 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 474 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
|
475 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
476 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
477 * viper-ex.el (ex-read,ex-edit): |
26266 | 478 Fixes for correct interpretation of #,%. |
479 (viper-ex): Now works correctly when called from other functions. | |
480 (viper-glob-function): New variable. | |
481 (viper-ex): Save excursion before doing :global. | |
482 | |
483 * 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
|
484 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
485 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
486 viper-insert-state-post-command-sentinel, |
26266 | 487 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
|
488 cursor colors. |
26267 | 489 |
490 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
491 |
26260 | 492 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
493 | |
494 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
495 that the modeline display was updated *only* when | |
496 `whitespace-display-in-modeline' was set, not otherwise. | |
497 | |
26248 | 498 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
499 | |
26251 | 500 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
501 "frac12". | |
502 | |
26248 | 503 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
504 ad-activate. | |
505 | |
26246 | 506 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
507 | |
26254 | 508 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
509 using fboundp instead of assuming that these are not present in | |
510 particular flavors of emacs. | |
511 (whitespace-version): Update to 2.8 | |
512 (whitespace-display-in-modeline): Add custom variable to control | |
513 displaying the whitespace errors on the modeline based on | |
514 suggestion from <klaus.berndl@sdm.de> | |
515 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
516 clean, to enable using as a hook function, as suggested by Puneet | |
517 Goel <puneet@computer.org> | |
518 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
519 quiet was not set, even with whitespace-auto-cleanup set. | |
520 (whitespace-mode-line): Now uses less modeline real estate and | |
521 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
522 which is present in the file, and <y> is any type of whitespace | |
523 whose check has been suppressed by setting | |
26246 | 524 `whitespace-check-<whitespace-type>' to nil. |
26254 | 525 (whitespace-unchecked-whitespaces): New function to return the |
526 list of whitespaces for whom checks have been suppressed. | |
527 (whitespace-display-unchecked-whitespaces): Renamed to | |
528 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 529 |
26244 | 530 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
531 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
532 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 533 Undo previous change. |
534 | |
26232 | 535 1999-10-28 Dave Love <fx@gnu.org> |
536 | |
537 * help.el (help-follow): Make arg optional again and really | |
538 default to point. | |
539 | |
26228 | 540 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
541 | |
26234 | 542 * 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
|
543 |
26228 | 544 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
545 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
546 comment fixes. | |
547 | |
26231 | 548 * 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
|
549 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
|
550 |
26223 | 551 1999-10-27 Dave Love <fx@gnu.org> |
552 | |
553 * progmodes/compile.el: Checkdoc-inspired fixes. | |
554 | |
26220 | 555 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
556 | |
557 * lpr.el (print-buffer): Doc-string fix. | |
558 | |
26218 | 559 1999-10-27 Dave Love <fx@gnu.org> |
560 | |
561 * emacs-lisp/advice.el: Doc fixes. | |
562 (ad-lemacs-p): Removed. | |
563 (advice): Add :link to defgroup. | |
564 | |
26209 | 565 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
566 | |
567 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
568 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
569 | |
26207 | 570 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
571 | |
572 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
573 ad-activate. All callers changed, including those in data.c. | |
574 (ad-activate-internal-off): Renamed from ad-activate-off. | |
575 All uses changed. | |
576 (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
|
577 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 578 Alter the definition of ad-activate-internal, not ad-activate. |
579 | |
26196 | 580 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
581 | |
582 * startup.el (command-line-1): Add support for command line | |
583 arguments `file' and `execute'. Fix handling of `visit'. | |
584 | |
26191 | 585 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
586 | |
587 * international/mule-cmds.el (read-input-method-name): Handle the | |
588 case that the arg DEFAULT is symbol. | |
589 | |
590 * international/mule-diag.el (mule-diag): Handle the case that | |
591 default-input-method is symbol. | |
592 | |
26187 | 593 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
594 | |
595 * textmodes/tildify.el: New file. | |
596 | |
26184 | 597 1999-10-25 Sam Steingold <sds@ksp.com> |
598 | |
599 * Makefile (compile-files): Fixed the "tr" strings. | |
600 (EMACS): Set to ../src/emacs. | |
601 | |
26173 | 602 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
603 | |
604 * info.el (Info-build-node-completions): Add '("*") to the | |
605 completion list. | |
606 | |
26167 | 607 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
608 | |
609 * frame.el (auto-raise-mode): When enabling the mode, | |
610 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
|
611 |
26170 | 612 * indent.el (indent-region): Doc fix. |
613 | |
26175 | 614 * comint.el (comint-output-filter): Make the Comint buffer current |
615 for the comint-preoutput-filter-functions. | |
616 | |
26177 | 617 * mail/reporter.el: Doc fix. |
618 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
619 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
620 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
621 * 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
|
622 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
623 (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
|
624 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
625 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
626 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
627 |
26151 | 628 1999-10-23 Dave Love <fx@gnu.org> |
629 | |
630 * elide-head.el: New file. | |
631 | |
26148 | 632 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
633 | |
634 * Makefile (compile-files, backup-compiled-files): New targets. | |
635 (bootstrap, bootstrap-clean): Ditto. | |
636 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
637 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
|
638 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
639 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
640 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
|
641 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
|
642 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
643 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
644 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
|
645 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
646 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
|
647 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
|
648 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
649 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
|
650 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
651 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
652 (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
|
653 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
|
654 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
655 |
26132 | 656 1999-10-22 Dave Love <fx@gnu.org> |
657 | |
26137 | 658 * make-mode.el: Minor doc fixes. |
659 | |
26132 | 660 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
661 | |
26129 | 662 1999-10-21 Dave Love <fx@gnu.org> |
663 | |
664 * loadup.el: Add latin-8, latin-9. | |
665 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
666 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
|
667 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
668 * 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
|
669 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
|
670 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
|
671 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
|
672 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
|
673 |
26121 | 674 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
675 | |
676 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
677 that were split so that part of the comment appeared as Lisp code. | |
678 | |
26117 | 679 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
680 | |
681 * ps-bdf.el: Doc fix. | |
682 | |
683 * ps-print-def.el: New file: common definitions for all parts of | |
684 ps-print. | |
685 (ps-multibyte-buffer): Moved from ps-mule. | |
686 | |
687 * ps-mule.el: File dependence fix. | |
688 (ps-multibyte-buffer): Moved to ps-print-def. | |
689 | |
690 * ps-print.el: Doc fix, better customization. | |
691 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
692 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
693 (ps-end-file): Doc fix. | |
694 (ps-setup, ps-begin-file): Fun fix. | |
695 (postscript): New group. | |
696 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
697 (ps-print-prologue-1): Adjust PostScript programming. | |
698 (ps-print): Adjust group hierarchy. | |
699 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
700 ps-print-printer) | |
701 (ps-print-page): New subgroups. | |
702 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
703 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
704 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
705 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
706 (ps-zebra-stripe-height, ps-print-background-image) | |
707 (ps-print-background-text, ps-spool-config): Adjust customization. | |
708 (dos-ps-printer): Definition eliminated. | |
709 | |
710 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
711 | |
712 * ps-mule.el: Doc fix, define functions properly if mule package is | |
713 loaded or not. | |
714 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
715 mule package is loaded or not. | |
716 | |
717 * ps-print.el: Doc fix, n-up printing. | |
718 (ps-print-version): New version number (5.0). | |
719 (ps-page-dimensions-database): Added document media. | |
720 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
721 (ps-page-order, ps-printing-region-p): New vars. | |
722 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
723 funs. | |
724 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
725 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
726 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
727 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
728 (ps-print-begin-sheet-hook): New hook. | |
729 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
730 const. | |
731 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
732 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
733 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
734 (ps-count-lines): Changed to defun. | |
735 (ps-header-page): Changed to defsubst, fix fun. | |
736 (ps-printing-region): Doc fix, adjust programming code. | |
737 (ps-output-boolean, ps-background-pages, ps-background-text) | |
738 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
739 programming code. | |
740 | |
741 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
742 | |
743 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
744 (ps-print-version): New version number (4.2). | |
745 (ps-spool-config, ps-spool-tumble): New vars. | |
746 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
747 programming, new PostScript procedure to handle errors. | |
748 (ps-print-prologue-2): Changed to defconst. | |
749 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
750 (ps-setup, ps-begin-file): Fix funs. | |
751 (ps-boolean-capitalized): New fun. | |
752 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
753 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
754 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
755 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
756 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
757 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
758 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
759 (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
|
760 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
761 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
762 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
763 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
764 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
765 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
766 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
767 |
26102 | 768 1999-10-19 Dave Love <fx@gnu.org> |
769 | |
770 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
771 | |
26100 | 772 1999-10-19 Sam Steingold <sds@ksp.com> |
773 | |
774 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
775 comply with the comment. | |
776 | |
26098 | 777 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
778 | |
779 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
780 permanent-local. | |
781 | |
26094 | 782 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
|
783 |
26094 | 784 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
785 value: \"lpr\" changed to "lpr" | |
786 (ps-mode-version): New constant | |
787 (ps-mode-show-version): New function, added key in ps-mode-map | |
788 (ps-run-messages): Removed | |
789 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
790 ps-run-messages. These keywords now include the value of | |
791 ps-run-prompt, making its fontification customizable. | |
792 (ps-run-init): Removed \\n from docstring, it is now added when | |
793 the value is used | |
794 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
795 ps-run-prompt | |
796 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 797 customizable variables in doc-string (its equivalent |
26094 | 798 ps-run-messages was missing in previous version of the doc-string) |
799 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
800 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
801 |
26091 | 802 1999-10-19 Alex Schroeder <alex@gnu.org> |
803 | |
804 * ansi-color.el: Complete rewrite. | |
805 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
806 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
807 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
808 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
809 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
|
810 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
811 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
812 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
813 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
|
814 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
815 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
816 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
817 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
818 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
819 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
820 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
821 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
822 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
823 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
824 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
825 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
826 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
827 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
828 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
829 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
830 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
831 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
832 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
|
833 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
834 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
835 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
836 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
837 |
26080 | 838 1999-10-18 Dave Love <fx@gnu.org> |
839 | |
840 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
841 (expand-region-abbrevs): Remove properties from buffer text. | |
842 | |
26064 | 843 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
844 | |
26066 | 845 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
846 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
|
847 |
26064 | 848 * simple.el (minibuffer-prompt-end): Return the position |
849 after the prompt, not the position of that last character | |
850 of the prompt. | |
851 | |
26061 | 852 1999-10-17 Miles Bader <miles@gnu.org> |
853 | |
854 * simple.el: Doc fixes. | |
855 | |
856 1999-10-17 Miles Bader <miles@gnu.org> | |
857 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
858 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 859 Change to work correctly even if the point is in the prompt. |
860 (choose-completion-string): Likewise. | |
861 (minibuffer-prompt-width): New function (compatibility with old subr). | |
862 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
863 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 864 When constraining the final position to the current field, |
865 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
866 | |
867 1999-10-17 Miles Bader <miles@gnu.org> | |
868 | |
869 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
870 constrain-to-field. | |
871 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
872 | |
873 1999-10-17 Miles Bader <miles@gnu.org> | |
874 | |
875 * simple.el (line-move): Use constrain-to-field to avoid | |
876 moving into a prompt. | |
877 (previous-complete-history-element): Clarify doc string. | |
878 (next-complete-history-element): Likewise. | |
879 Use field-beginning instead of point-min. | |
880 (next-matching-history-element): Use field-beginning and | |
881 erase-field instead of point-min and erase-buffer. | |
882 * textmodes/paragraphs.el | |
883 (forward-paragraph, forward-sentence): Likewise. | |
884 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
885 constrain the kill to an field, as the movement commands now | |
886 do this. | |
887 | |
888 1999-10-17 Miles Bader <miles@gnu.org> | |
889 | |
890 * simple.el (previous-matching-history-element): Get the | |
891 minibuffer input with field-string instead of buffer-string. | |
892 (choose-completion-string): Likewise. | |
893 (next-history-element): Likewise. | |
894 Erase the minibuffer input with erase-field, not erase-buffer. | |
895 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
|
896 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 897 Remove minibuffer-prompt hack. |
898 Constrain to any input field. | |
899 | |
26053 | 900 1999-10-17 Sam Steingold <sds@ksp.com> |
901 | |
902 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
903 for CMUCL on sparc and ".ufsl" for LispWorks. | |
904 (bound-and-true-p): Bugfix: free variable `v'. | |
905 | |
26050 | 906 1999-10-16 Dave Love <d.love@dl.ac.uk> |
907 | |
908 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
909 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
910 avoiding elisp-eval. | |
911 | |
26048 | 912 1999-10-16 Sam Steingold <sds@ksp.com> |
913 | |
914 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
915 instead of `eql'. | |
916 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
917 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
918 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
919 * 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
|
920 * 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
|
921 (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
|
922 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
923 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
924 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
925 * 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
|
926 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
927 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
928 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
929 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
930 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
931 |
26029 | 932 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
933 | |
934 * smtpmail.el (smtpmail-via-smtp): Add support for | |
935 automatically appending a domain to RCPT TO: addresses. | |
936 | |
26027 | 937 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
938 | |
939 * dired.el (dired-insert-directory): Insert the amount of | |
940 free space after the total size. | |
941 (dired-free-space-program, dired-free-space-args): New variables. | |
942 | |
26023 | 943 1999-10-14 Karl Heuer <kwzh@gnu.org> |
944 | |
945 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
946 | |
26017 | 947 1999-10-14 Dave Love <fx@gnu.org> |
948 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
949 * international/characters.el: |
26017 | 950 * international/fontset.el: |
951 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
952 | |
953 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
954 strings. | |
955 | |
956 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
957 (command-line): Detect Latin-[89] locales. | |
958 | |
26011 | 959 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
960 | |
961 * international/mule-cmds.el (select-safe-coding-system) | |
962 (leim-list-header): avoid the use of strings that start with backslash | |
963 newline since lread.c:read1 has a hack to turn those strings into | |
964 integer 0 during the loadup.el process. | |
965 | |
966 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
967 | |
26008 | 968 1999-10-13 Dave Love <fx@gnu.org> |
969 | |
970 * image.el (insert-image): Copy the image spec and add an | |
971 intangible property. | |
972 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
973 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
|
974 |
26008 | 975 * help.el (help-xref-interned): Make it also work on variable-only |
976 and function-only symbols. | |
977 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
978 (help-follow): If the point under mouse is not highlighted, try | |
979 `help-xref-interned' on the pointed-to symbol anyway. | |
980 | |
981 * info.el (Info-on-current-buffer): New entry point. | |
982 (Info-find-node): Split into two for Info-on-current-buffer to | |
983 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
984 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 985 Info-current-file can now be t. |
986 (Info-clone-buffer-hook): function for `clone-buffer'. | |
987 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
988 `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
|
989 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
990 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
|
991 |
26008 | 992 * simple.el (shell-command, shell-command-on-region): Use |
993 make-temp-file. | |
994 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
995 | |
996 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
997 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
998 |
26008 | 999 * loadup.el (load-path): Add subdirs for bootstrapping. |
1000 (docstrings): Ignore errors during bootstrapping. | |
1001 (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
|
1002 |
26001 | 1003 1999-10-12 Emmanuel Briot <briot@gnat.com> |
1004 | |
1005 * ada-stmt.el: Doc-string fixes. | |
1006 | |
25991 | 1007 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
1008 | |
25998 | 1009 * recentf.el: New file. |
1010 | |
25991 | 1011 * ps-mode.el: New file. |
1012 | |
1013 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
1014 case insensitive. | |
1015 | |
25985 | 1016 1999-10-12 Richard Sharman <rsharman@pobox.com> |
1017 | |
1018 * sh-script.el: Added support for indenting existing scripts. | |
1019 (sh-mode-map): Added new bindings. | |
1020 (sh-mode): Updated mode doc-string for new commands, added | |
1021 make-local-variable calls, initialize mode-specific variables. | |
1022 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
1023 is now a different function. | |
1024 (sh-header-marker): Changed docstring. | |
1025 (sh-set-shell): Initialize mode-specific variables. | |
1026 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
1027 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
1028 Changed these define-skeleton calls to work with user-specified | |
1029 indentation settings. | |
1030 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
1031 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
1032 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
1033 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
1034 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
1035 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
1036 (sh-guess-basic-offset, sh-handle-after-case-label) | |
1037 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
1038 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
1039 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
1040 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
1041 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
1042 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
1043 (sh-handle-this-then, sh-help-string-for-variable) | |
1044 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
1045 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
1046 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
1047 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
1048 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
1049 (sh-remove-our-text-properties, sh-rescan-buffer) | |
1050 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
1051 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
1052 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
1053 (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
|
1054 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 1055 functions. |
1056 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
1057 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
1058 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
1059 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
1060 (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
|
1061 |
25983 | 1062 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
1063 | |
25999 | 1064 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
1065 a value one line to high if the cursor wasn't at the start of a | |
1066 line. A `beginning-of-line' is now performed before making the | |
1067 call to `count-lines'. | |
25983 | 1068 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1069 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
|
1070 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1071 * 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
|
1072 |
25960 | 1073 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
1074 | |
25962 | 1075 * Makefile (setwins): abstract out the command to find subdirectories |
1076 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 1077 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
1078 (autoloads-with-other-emacs): use it. | |
25962 | 1079 |
25960 | 1080 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
1081 | |
25942 | 1082 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
1083 | |
1084 * Makefile (bootstrap-compile): New target. Compile Lisp | |
1085 files with ../src/temacs. | |
1086 | |
25939 | 1087 1999-10-08 Simon Marshall <simon@gnu.org> |
1088 | |
1089 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
1090 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
1091 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
|
1092 |
25937 | 1093 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1094 | |
1095 * Makefile (compile): Compile files one by one. Set load-path to | |
1096 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
|
1097 |
25918 | 1098 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1099 | |
1100 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
1101 (emacs): Use it everywhere instead of EMACS. | |
1102 (compile): New target. Compile all Lisp files from scratch. | |
1103 (recompile): New target. Recompile lisp directory. | |
1104 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
1105 an Emacs executable not built in the current directory tree. | |
1106 | |
25908 | 1107 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
1108 | |
1109 * filecache.el (file-cache-completion-ignore-case): New variable, | |
1110 defaulting to the value of completion-ignore-case. | |
1111 (file-cache-minibuffer-complete): Use it. | |
1112 (file-cache-files-matching, file-cache-files-matching-internal): | |
1113 New functions. | |
1114 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1115 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
|
1116 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1117 * 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
|
1118 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1119 * 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
|
1120 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1121 * 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
|
1122 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1123 * 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
|
1124 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1125 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1126 * 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
|
1127 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
|
1128 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1129 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1130 * 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
|
1131 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1132 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1133 * 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
|
1134 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1135 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1136 * 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
|
1137 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
|
1138 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1139 |
25900 | 1140 1999-10-07 Dave Love <fx@gnu.org> |
1141 | |
1142 * bindings.el (bound-and-true-p): New macro. | |
1143 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
1144 | |
25886 | 1145 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
1146 | |
1147 * custom.el (defface): Extend documentation for new values of | |
1148 `type'. | |
1149 | |
1150 * faces.el (face-spec-set-match-display): Recognize `type' of | |
1151 `motif', `lucid', `x-toolkit'. | |
1152 (menu): New face. | |
1153 | |
25870 | 1154 1999-10-05 Dave Love <fx@gnu.org> |
1155 | |
1156 * files.el: Recognize temporary crontab files. | |
1157 | |
25873 | 1158 * info.el: Require jka-compr when compiling. |
1159 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
1160 | |
25866 | 1161 1999-10-04 Dave Love <fx@gnu.org> |
1162 | |
1163 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
1164 scroll-up-aggressively, scroll-down-aggressively. | |
1165 | |
1166 * 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
|
1167 |
25867 | 1168 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 1169 |
1170 * help-macro.el (three-step-help): Customize. | |
1171 | |
25926 | 1172 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1173 | |
1174 * hexl.el (hexlify-buffer): Move point in proper range | |
1175 if it is too large. | |
1176 (hexl-after-revert-hook): Update hexl-max-address. | |
1177 (hexl-address-to-marker): Doc fix. | |
1178 | |
25865 | 1179 1999-10-03 Dave Love <fx@gnu.org> |
1180 | |
1181 * image.el (defimage): Remove redundant code. Substitute file in | |
1182 image plist. | |
1183 | |
1184 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1185 | |
1186 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
1187 when doing with-temp-file. | |
1188 | |
1189 1999-10-01 Dave Love <fx@gnu.org> | |
1190 | |
1191 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
1192 | |
1193 * help.el: Require view when compiling. | |
1194 (view-emacs-FAQ): Use Info version. | |
1195 | |
25837 | 1196 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
1197 | |
1198 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
1199 (normat->normal). Use correct font names for Korean | |
1200 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
1201 | |
1202 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
1203 | |
1204 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
1205 code not used by KOI8 to the same 8-bit code instead of mapping to | |
1206 SPC. | |
1207 (cyrillic-alternativnyj-decode-table): Likewise. | |
1208 | |
1209 1999-09-29 Alex Schroeder <alex@gnu.org> | |
1210 | |
1211 * sql.el (sql-imenu-generic-expression): new, used to set | |
1212 imenu-generic-expression. | |
1213 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
1214 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
1215 imenu-case-fold-search, and imenu-syntax-alist. | |
1216 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
1217 setting font-lock-defaults' SYNTAX-ALIST. | |
1218 | |
26025 | 1219 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1220 | |
1221 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
1222 macro, try again. | |
1223 | |
25837 | 1224 1999-09-28 Dave Love <fx@gnu.org> |
1225 | |
1226 * cus-edit.el (custom-comment): Change widget definition. | |
1227 (custom-comment-create, custom-comment-show) | |
1228 (custom-comment-invisible-p): Don't use :comment-overlay. | |
1229 (custom-comment-hide): New function. | |
1230 (custom-variable-set, custom-variable-save) | |
1231 (custom-variable-reset-standard, custom-face-set) | |
1232 (custom-face-save): Use it. | |
1233 | |
25946 | 1234 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1235 | |
25949 | 1236 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
1237 | |
1238 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
1239 | |
25946 | 1240 * faces.el (region): Doc fix. |
1241 | |
25837 | 1242 1999-09-27 Dave Love <fx@gnu.org> |
1243 | |
1244 * isearch.el (isearch): Add :links in defgroup. | |
1245 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
1246 (isearch-switch-frame-handler): Comment out (unused). | |
1247 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
1248 (isearch-ring-retreat-edit): Doc fix. | |
1249 (isearch-mouse-yank): New command. | |
1250 (isearch-last-command-char): Removed. Callers changed to use | |
1251 last-command-char. | |
1252 (isearch-char-to-string): Removed. Callers changed to use | |
1253 char-to-string. | |
1254 | |
25944 | 1255 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
1256 | |
1257 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
1258 option for Russian. | |
1259 | |
25837 | 1260 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
1261 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1262 * faces.el (face-differs-from-default-p): Compare face |
25837 | 1263 attributes individually. |
1264 | |
1265 * image.el (put-image, insert-image): Add string argument. | |
1266 | |
1267 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
1268 | |
1269 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
1270 LANG=de_DE.iso88591 on HPUX 11.0. | |
1271 | |
1272 * dired.el (dired-move-to-filename-regexp): Make it work | |
1273 for LANG=de_DE.iso88591 on HPUX 11.0. | |
1274 | |
26171 | 1275 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1276 | |
1277 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
1278 if we know for some other reason it should not be used. | |
1279 | |
26179 | 1280 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
1281 New variable. | |
1282 (edebug-recursive-edit): Save current-prefix-arg there, | |
1283 bind it, and set it back at the end. | |
1284 (edebug-outside-excursion): Restore and update the outside | |
1285 value of current-prefix-arg. | |
1286 (edebug-emacs-version-specific): Delete support for Epoch. | |
1287 | |
26180 | 1288 1999-09-24 Howard Melman <howard@silverstream.com> |
1289 | |
1290 * imenu.el (imenu-after-jump-hook): New variable. | |
1291 (imenu): Run menu-after-jump-hook. | |
1292 (imenu-name-lookup-function): New variable. | |
1293 * 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
|
1294 |
25837 | 1295 1999-09-24 Carsten Dominik <cd@gnu.org> |
1296 | |
1297 * 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
|
1298 multiple thebibliography environments. |
25837 | 1299 |
1300 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
1301 with recentering window. | |
1302 (reftex-extract-bib-entries-from-thebibliography, | |
1303 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
1304 with multiple thebibliography environments. | |
1305 | |
1306 * textmodes/reftex-vars.el | |
1307 (reftex-section-levels): Function allowed as cdr. | |
1308 (reftex-max-section-depth) New option. | |
1309 | |
1310 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
1311 with multiple thebibliography environments. | |
1312 | |
1313 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
1314 | |
1315 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
1316 instead of point-min in call to delete-region. | |
1317 | |
1318 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1319 | |
1320 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
1321 out into arbitrary file names. | |
1322 | |
1323 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
1324 | |
1325 * language/european.el ("Turkish"): New language environment. | |
1326 | |
1327 1999-09-19 Dave Love <fx@gnu.org> | |
1328 | |
1329 * delim-col.el: New file. | |
1330 | |
1331 1999-09-17 Richard Stallman <rms@gnu.org> | |
1332 | |
1333 * files.el (after-find-file): When visiting a backup file, | |
1334 make it read-only. | |
1335 | |
1336 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
1337 (apropos-keybinding-face, apropos-label-face): Likewise. | |
1338 (apropos-property-face, apropos-match-face): Likewise. | |
1339 (apropos-label-properties): New variable. | |
1340 (apropos-print-doc): Use apropos-label-properties. | |
1341 (apropos-print): Set apropos-label-properties. | |
1342 | |
1343 1999-09-15 Richard Stallman <rms@gnu.org> | |
1344 | |
1345 * winner.el: Use aref instead of sref. | |
1346 | |
1347 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1348 | |
1349 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1350 | |
1351 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1352 | |
1353 1999-09-14 Richard Stallman <rms@gnu.org> | |
1354 | |
1355 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1356 cookie, even if followed by a letter. | |
1357 | |
1358 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1359 | |
1360 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1361 --no-line-editing are passed to Octave by including them here | |
1362 rather than storing them in inferior-octave-startup-args. | |
1363 | |
1364 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1365 | |
1366 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1367 command, option, env and sc. | |
1368 | |
1369 * subr.el (shell-quote-argument): Quote argument with double | |
1370 quotes for ms-dos. | |
1371 | |
1372 1999-09-14 Richard Stallman <rms@gnu.org> | |
1373 | |
1374 * simple.el (eval-expression-print-level): New variable. | |
1375 (eval-expression-print-length): New variable. | |
1376 (eval-expression-debug-on-error): New variable. | |
1377 (eval-expression): Bind print-level, print-length and | |
1378 debug-on-error from those vars. | |
1379 | |
1380 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1381 Bind print-level, print-length and debug-on-error. | |
1382 | |
1383 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1384 | |
1385 * dired.el (dired-recursive-deletes): New custom variable. | |
1386 (dired-re-no-dot): New variable. | |
1387 (dired-delete-file): New function deletes files and directories | |
1388 recursively. | |
1389 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1390 | |
1391 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1392 (dired-handle-overwrite): Broke a long line. | |
1393 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1394 `copy-file'. | |
1395 (dired-copy-file-recursive): New function. Copy directories | |
1396 recursively. | |
1397 (dired-do-create-files): Added support for generalized directory | |
1398 target. How-to function may now return a function. New fluid | |
1399 variable `dired-one-file'. | |
1400 (dired-copy-how-to-fn): New variable. | |
1401 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1402 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1403 (dired-do-copy-regexp): No recursive copies. | |
1404 | |
1405 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1406 | |
1407 * whitespace.el (whitespace-version): Update version to 2.4 | |
1408 | |
1409 * whitespace.el: Add customization variables to conditionally test | |
1410 any of the five whitespaces, per request from Rune Kleveland | |
1411 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1412 | |
1413 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1414 | |
1415 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1416 list of modes to be checked for bogus whitespaces. | |
1417 | |
1418 * whitespace.el (whitespace-rescan-timer-time): Update | |
1419 documentation. | |
1420 | |
1421 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1422 new function to update modeline with untested whitespaces. | |
1423 | |
1424 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1425 checking is turned on, and update modeline using the newly created | |
1426 `whitespace-display-unchecked-whitespaces'. | |
1427 | |
1428 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1429 whose checking is turned on, and update modeline using the newly | |
1430 created `whitespace-display-unchecked-whitespaces'. | |
1431 | |
1432 * whitespace.el (whitespace-describe): Update documentation. | |
1433 | |
1434 * whitespace.el (whitespace-tickle-timer): Test if | |
1435 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1436 | |
1437 1999-09-13 Dave Love <fx@gnu.org> | |
1438 | |
1439 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1440 | |
1441 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1442 for temp buffer. | |
1443 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1444 | |
1445 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1446 | |
1447 * rsz-mini.el: Remove code, keep the interface. | |
1448 | |
1449 1999-09-13 Dave Love <fx@gnu.org> | |
1450 | |
1451 * help.el (help-highlight-p): Doc fix. | |
1452 | |
1453 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1454 (highlight, secondary-selection): Add :group. | |
1455 (trailing-whitespace): Add :group, :version. | |
1456 | |
1457 * wid-edit.el: Remove some compatibility code and checks. | |
1458 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1459 properties. | |
1460 (widget-overlay-inactive): Change error message. | |
1461 (widget-button-pressed-face): New variable. | |
1462 (widget-button-click): Use it. | |
1463 (widget-documentation-link-add): Specify mouse and button faces. | |
1464 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1465 removed now the functionality is built in. | |
1466 | |
1467 * cus-edit.el: Don't define-widget-keywords. | |
1468 (multimedia): New group. | |
1469 (custom-last): Function removed. | |
1470 (custom-quote): Add vectorp case, comment out characterp case. | |
1471 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1472 (Custom-buffer-done): New function. | |
1473 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1474 Custom-buffer-done. | |
1475 (custom-button-face): Make it `released-button'. | |
1476 (custom-button-pressed-face): Make it `pressed-button' | |
1477 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1478 (custom-mode): Deal with raised/pressed buttons. | |
1479 | |
1480 Changes from Didier Verna: | |
1481 (custom-prompt-variable): Optional third arg makes prompt for a | |
1482 comment string. | |
1483 (customize-set-value, customize-set-variable, | |
1484 customize-save-variable): Optional prefix makes function handle | |
1485 variable comments. | |
1486 (customize-customized, customize-saved, custom-variable-state-set) | |
1487 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1488 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1489 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1490 (custom-face-reset-standard, customize-save-customized): Handle | |
1491 custom comments. | |
1492 (custom-comment-face, custom-comment-tag-face): New face. | |
1493 (custom-comment): New widget. | |
1494 (custom-comment-create, custom-comment-delete) | |
1495 (custom-comment-value-set, custom-comment-show) | |
1496 ()custom-comment-invisible-p): New functions. | |
1497 (custom-variable-value-create, custom-face-value-create): Create a | |
1498 comment field widget. | |
1499 (custom-variable-menu, custom-face-menu): New entry for custom | |
1500 comment. | |
1501 (custom-face-value-create): Remove compatibility code. | |
1502 (custom-save-variables, custom-save-faces): Possibly save custom | |
1503 comments. | |
1504 | |
1505 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1506 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1507 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1508 |
25837 | 1509 Change from Didier Verna: |
1510 (custom-set-faces): The arguments can now have a custom comment as | |
1511 fourth argument. | |
1512 | |
1513 * custom.el: Don't define-widget-keywords. | |
1514 Change from Didier Verna: | |
1515 (custom-set-variables): the arguments can now have a | |
1516 custom comment as fifth element. | |
1517 | |
1518 1999-09-13 Richard Stallman <rms@gnu.org> | |
1519 | |
1520 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1521 | |
1522 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1523 | |
1524 * 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
|
1525 of buffer-substring because buffer-string doesn't copy the |
25837 | 1526 prompt. |
1527 | |
1528 * faces.el (mode-line): Replaces `modeline'. | |
1529 (toplevel): Make `modeline' an alias for `mode-line'. | |
1530 | |
1531 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1532 | |
1533 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1534 | |
1535 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1536 | |
1537 * emulation/tpu-edt.el (tpu-version): New version. | |
1538 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1539 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1540 (tpu-lm-replace): Set tpu-replace-overlay. | |
1541 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1542 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1543 |
25837 | 1544 1999-09-11 Richard Stallman <rms@gnu.org> |
1545 | |
1546 * isearch.el (isearch-mode-map): Undo previous change. | |
1547 | |
1548 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1549 use all of that as the sexp. | |
1550 | |
1551 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1552 and use the initial argument as file name directly. | |
1553 Likewise if nothing matches. | |
1554 | |
1555 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1556 | |
1557 * winner.el: Major changes. Avoid changing point and mark. | |
1558 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
|
1559 |
25837 | 1560 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1561 | |
1562 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1563 Bind print-continuous-numbering and print-number-table. | |
1564 | |
1565 1999-09-10 Dave Love <fx@gnu.org> | |
1566 | |
1567 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1568 | |
1569 1999-09-09 Richard Stallman <rms@gnu.org> | |
1570 | |
1571 * whitespace.el: Finish making it fit Emacs conventions. | |
1572 Add autoloads. | |
1573 | |
1574 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1575 | |
1576 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1577 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1578 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1579 from the list of keywords. Add DO to the list of keywords. | |
1580 | |
1581 1999-09-09 Dave Love <fx@gnu.org> | |
1582 | |
1583 * byte-opt.el (byte-optimize-backward-char): | |
1584 (byte-optimize-backward-word): New optimizations. | |
1585 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1586 entries. | |
1587 | |
1588 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1589 | |
1590 * image.el (put-image): Remove optional buffer parameter. | |
1591 | |
1592 * faces.el (face-italic-p): Return t only for values `italic' | |
1593 and `oblique'. | |
1594 | |
1595 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1596 mouse-drag-mode-line that also drags the header line. | |
1597 (mouse-drag-mode-line): Call it. | |
1598 (mouse-drag-header-line): New. | |
1599 (toplevel): Bind down-mouse-1 on header lines to | |
1600 mouse-drage-header-line. | |
1601 | |
1602 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1603 | |
1604 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1605 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1606 `header-line'. | |
1607 | |
1608 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1609 | |
1610 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1611 | |
1612 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1613 Respect colon-double-space at end of line. | |
1614 | |
1615 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1616 | |
1617 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1618 (backup-buffer): Use it. | |
1619 | |
1620 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1621 | |
1622 * 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
|
1623 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 1624 etc-passwd-generic-mode. These are all defined for Unix by default. |
1625 (apache-generic-mode): Use an imenu-generic-expression to list | |
1626 Configuration keywords. | |
1627 (samba-generic-mode): Use both ; and # as comment characters. | |
1628 (samba-generic-mode): Font-lock expressions now highlight name | |
1629 value pairs. | |
1630 (bat-generic-mode): Keywords are now case-insensitive through | |
1631 font-lock-defaults setting. | |
1632 (java-properties-generic-mode): Supports both ! and # as comment | |
1633 characters. | |
1634 (java-properties-generic-mode): Added an imenu-generic-expression | |
1635 (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
|
1636 different ways to separate name and value (viz, '=', ':' and |
25837 | 1637 whitespace). |
1638 (show-tabs-generic-mode): Added this new generic-mode. | |
1639 | |
1640 1999-09-08 Richard Stallman <rms@gnu.org> | |
1641 | |
1642 * progmodes/inf-lisp.el: Moved from top directory. | |
1643 | |
1644 * tar-mode.el (tar-header-block-tokenize): | |
1645 Use `when' instead of `and'. Fix some clobbered text. | |
1646 | |
1647 * gud.el (gud-make-debug-menu): Make a child for the | |
1648 local menu, for its menu bar, and the debug menu. | |
1649 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1650 Use the history in the simple way. | |
1651 | |
1652 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1653 | |
1654 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1655 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1656 | |
1657 1999-09-07 Richard Stallman <rms@gnu.org> | |
1658 | |
1659 * subr.el (make-temp-file): New function. | |
1660 | |
1661 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1662 | |
1663 * font-lock.el (font-lock-multiline): New text property contains | |
1664 a boolean to indicate if the char is part of a multiline match. | |
1665 (font-lock-default-fontify-region): Extend the region appropriately | |
1666 for multiline keywords. | |
1667 (font-lock-default-unfontify-region): Also remove the new | |
1668 font-lock-multiline text property. | |
1669 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1670 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1671 | |
1672 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1673 | |
1674 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1675 have leading zeros. | |
1676 | |
1677 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1678 | |
1679 * faces.el (face-set-after-frame-default): Initialize some | |
1680 attributes of some faces from frame parameters. | |
1681 | |
1682 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1683 | |
1684 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1685 | |
1686 * faces.el (fringe): Replaces face `margin'. | |
1687 | |
1688 1999-09-07 Dave Love <fx@gnu.org> | |
1689 | |
1690 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1691 | |
1692 1999-09-07 Richard Stallman <rms@gnu.org> | |
1693 | |
1694 * subr.el (push): Doc fix. | |
1695 | |
1696 1999-09-06 Richard Stallman <rms@gnu.org> | |
1697 | |
1698 * 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
|
1699 to distinguish 20YY from 19YY. |
25837 | 1700 |
1701 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1702 to distinguish 20YY from 19YY. | |
1703 | |
1704 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1705 | |
1706 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1707 | |
1708 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1709 (quickurl-list-insert): Now works out the focused line using | |
1710 `count-lines' instead of using `quickurl-list-focused-line'. | |
1711 | |
1712 1999-09-06 Richard Stallman <rms@gnu.org> | |
1713 | |
1714 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1715 to beginning of message. | |
1716 | |
1717 1999-09-06 Dave Love <fx@gnu.org> | |
1718 | |
1719 * isearch.el (isearch-mode-map): Add mouse-2. | |
1720 | |
1721 * rmail.el (rmail-read-password): Deleted. | |
1722 (rmail-get-pop-password): Use read-password. | |
1723 | |
1724 * quickurl.el: Don't conditionally define caddr. | |
1725 (quickurl-url-comment): Use nth, not caddr in function and | |
1726 defsetf. | |
1727 | |
1728 1999-09-06 Richard Stallman <rms@gnu.org> | |
1729 | |
1730 * auto-show.el: Doc fixes. | |
1731 | |
1732 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1733 | |
1734 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1735 --no-line-editing so that TABs in source files are not interpreted | |
1736 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1737 |
25837 | 1738 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
|
1739 |
25837 | 1740 * hscroll.el, auto-show.el: Remove all code, keep the public |
1741 interface as no-ops. | |
1742 | |
1743 * faces.el (face-bold-p): Don't return t if face has lighter | |
1744 weight than normal. | |
1745 | |
1746 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1747 | |
1748 * startup.el (command-line): Make small-temporary-file-directory | |
1749 be nil except on ms-dos. | |
1750 | |
1751 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1752 | |
1753 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1754 is defined. | |
1755 | |
1756 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1757 letters with a colon after d or l. | |
1758 | |
1759 1999-09-06 Dave Love <fx@gnu.org> | |
1760 | |
1761 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1762 | |
1763 1999-09-05 Richard Stallman <rms@gnu.org> | |
1764 | |
1765 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1766 | |
1767 * textmodes/paragraphs.el (backward-kill-sentence): | |
1768 Don't test minibuffer-prompt-end here. | |
1769 (forward-sentence): Do handle it here. | |
1770 (backward-kill-paragraph): Don't test it here. | |
1771 (forward-paragraph): Handle it here. | |
1772 | |
1773 * mouse.el (font-menu-add-default): Simplify code. | |
1774 | |
1775 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1776 | |
1777 * faces.el (header-line): Renamed from `top-line'. | |
1778 | |
1779 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1780 | |
1781 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1782 | |
1783 1999-09-04 Richard Stallman <rms@gnu.org> | |
1784 | |
1785 * whitespace.el: New file. | |
1786 | |
1787 1999-09-04 Dave Love <fx@gnu.org> | |
1788 | |
1789 * paths.el: Make some doc strings obey the make-docfile convention. | |
1790 | |
1791 * bindings.el: Likewise. | |
1792 (debug-ignored-errors): Remove BBDB ones. | |
1793 | |
1794 1999-09-03 Richard Stallman <rms@gnu.org> | |
1795 | |
1796 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1797 not from the draft to forward. | |
1798 | |
1799 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1800 | |
1801 1999-09-03 Dave Love <fx@gnu.org> | |
1802 | |
1803 * double.el (double-mode): Customize the variable. | |
1804 | |
1805 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1806 | |
1807 * international/characters.el: Delete duplicated code. | |
1808 | |
1809 1999-09-02 Richard Stallman <rms@gnu.org> | |
1810 | |
1811 * indent.el (indent-relative): Doc fix. | |
1812 | |
1813 * quickurl.el (quickurl): Doc fix. | |
1814 | |
1815 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1816 | |
1817 * faces.el (margin): Change background to "gray" for mono (this is | |
1818 drawn with a stipple pattern). | |
1819 | |
1820 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1821 | |
1822 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1823 again. Remove test for minibuffer-prompt-in-buffer. | |
1824 | |
1825 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1826 | |
1827 * files.el (small-temporary-file-directory): New variable. | |
1828 | |
1829 * startup.el (command-line): Compute the value of | |
1830 small-temporary-file-directory. | |
1831 | |
1832 * ediff-init.el (ediff-temp-file-prefix): Use | |
1833 small-temporary-file-directory if non-nil. | |
1834 | |
1835 * vc.el (vc-update-change-log): Likewise. | |
1836 | |
1837 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1838 | |
1839 * simple.el (shell-command, shell-command-on-region): Use | |
1840 make-temp-name properly. Use small-temporary-file-directory if | |
1841 non-nil, otherwise temporary-file-directory, to generate temporary | |
1842 files. | |
1843 | |
1844 * dos-w32.el (direct-print-region-helper): Use | |
1845 temporary-file-directory. (From Stefan Monnier.) | |
1846 | |
1847 1999-09-02 Richard Stallman <rms@gnu.org> | |
1848 | |
1849 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1850 from asm-comment-char. | |
1851 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1852 | |
1853 1999-09-01 Richard Stallman <rms@gnu.org> | |
1854 | |
1855 * play/fortune.el: New file. | |
1856 | |
1857 1999-08-31 Dave Love <fx@gnu.org> | |
1858 | |
1859 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1860 after key table. | |
1861 | |
1862 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1863 variables. | |
1864 | |
1865 * subr.el (push): Fix typo. | |
1866 | |
1867 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1868 | |
1869 * emacs-lisp/ring.el: Many doc fixes. | |
1870 (ring-size, ring-copy): New functions. | |
1871 | |
1872 1999-08-29 Richard Stallman <rms@gnu.org> | |
1873 | |
1874 * progmodes/etags.el (tags-loop-continue): | |
1875 After tags-loop-operate returns, force skip to next file. | |
1876 | |
1877 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1878 (mail-extr-first-letters, mail-extr-last-letters): | |
1879 Use character classes [:alpha:] and [:alnum:]. | |
1880 | |
1881 * subr.el (push, pop): New macros. | |
1882 | |
1883 * progmodes/compile.el (compilation-error-regexp-alist): | |
1884 New item for SGI IRIX MipsPro compilers. | |
1885 | |
1886 * speedbar.el (speedbar-directory-buttons): Recognize | |
1887 device names when checking for file names. | |
1888 | |
1889 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1890 | |
1891 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1892 and specially handle defvar inside their expansions. | |
1893 (eval-defun-1): New subroutine. | |
1894 | |
1895 * progmodes/compile.el (compilation-error-regexp-alist): | |
1896 Fix the Perl -w entry to allow period after line number. | |
1897 Don't allow newlines in file name, but allow them after line number | |
1898 for Perl debugging traces. | |
1899 | |
1900 * which-func.el (which-func-cleanup-function): New variable. | |
1901 (which-function): Call that function. | |
1902 | |
1903 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1904 to end a function name. | |
1905 | |
1906 * informat.el (Info-tagify): Don't insert more than one newline | |
1907 before the tag table. | |
1908 | |
1909 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1910 | |
1911 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1912 than make-temp-name, use match-string-no-properties, and eliminate | |
1913 a quadratic behavior when building bibtex-strings. | |
1914 | |
1915 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1916 | |
1917 * comint.el (comint-input-ring-separator): New variable. | |
1918 (comint-read-input-ring): Doc change; use | |
1919 comint-input-ring-separator when reading file. | |
1920 (comint-write-input-ring): Use | |
1921 comint-input-ring-separator when writing file. | |
1922 | |
1923 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1924 | |
1925 * informat.el (Info-tagify): Start by widening. | |
1926 Match node headers that don't list the file name, | |
1927 and more kinds of page separations. | |
1928 Strip properties during tagification. | |
1929 Use start of node header line as tag's position. | |
1930 Fix the "done" message. | |
1931 | |
1932 (Info-validate): Save and restore match data around narrowing down. | |
1933 | |
1934 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1935 | |
1936 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1937 On repeated call, override previous values put into | |
1938 minor-mode-map-alist and minor-mode-alist. | |
1939 | |
1940 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1941 | |
1942 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1943 | |
1944 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1945 | |
1946 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1947 from cvs update. | |
1948 | |
1949 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1950 | |
1951 * calendar/calendar.el (calendar-move-hook): New hook. | |
1952 | |
1953 * calendar/cal-move.el: Call the new hook in every movement function. | |
1954 | |
1955 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1956 the right function name. | |
1957 | |
1958 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1959 | |
1960 * time-stamp.el: Put quote-backquote around all symbol names | |
1961 in doc strings, for mousing. | |
1962 (time-stamp): support multi-line patterns. | |
1963 (time-stamp-inserts-lines): new variable. | |
1964 (time-stamp-count): new variable. | |
1965 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1966 "Thu" instead of "%a". | |
1967 | |
1968 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1969 | |
1970 * simple.el (kill-word): Undo previous change. | |
1971 | |
1972 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1973 | |
1974 * 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
|
1975 to the beginning of the line containing the range start and |
25837 | 1976 the beginning of the line following the range end. |
1977 | |
1978 1999-08-24 Dave Love <fx@gnu.org> | |
1979 | |
1980 * timezone.el: Move provide to end. | |
1981 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1982 <70 are 2000+. | |
1983 (timezone-parse-time): Simplify somewhat. | |
1984 | |
1985 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1986 | |
1987 * faces.el (margin): Renamed from bitmap-area. | |
1988 | |
1989 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1990 | |
1991 * sql.el: Doc changes. | |
1992 (sql-sybase): use sql-server instead of sql-database. | |
1993 | |
1994 1999-08-23 Dave Love <fx@gnu.org> | |
1995 | |
1996 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1997 interactive specs. | |
1998 | |
1999 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
2000 | |
2001 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
2002 Don't unwind-protect font-lock-fontify-region. | |
2003 | |
2004 * paragraphs.el (backward-kill-paragraph): Don't move | |
2005 point into mini-buffer prompt. | |
2006 (backward-kill-sentence): Ditto. | |
2007 | |
2008 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
2009 Remove test for minibuffer-prompt-in-buffer. | |
2010 (kill-word): Don't move point into mini-buffer prompt. | |
2011 | |
2012 1999-08-21 Dave Love <fx@gnu.org> | |
2013 | |
2014 * Makefile: Exclude CVS dirs like RCS. | |
2015 | |
2016 1999-08-19 Dave Love <fx@gnu.org> | |
2017 | |
2018 * tooltip.el (tooltip-mode): Customize this, per convention. | |
2019 (tooltip-active): Option deleted. | |
2020 | |
2021 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
2022 | |
2023 * hanoi.el, page-ext.el: Declare dynamic vars. | |
2024 | |
2025 * term.el: Avoid ange-ftp related compilation warnings. | |
2026 | |
2027 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
2028 | |
2029 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
2030 the default so that beginners can benefit from it without | |
2031 searching in manuals. | |
2032 | |
2033 1999-08-18 Ray Blaak <blaak@gnu.org> | |
2034 | |
2035 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
2036 indent them better. Make auto-indent on newline optional. | |
2037 | |
2038 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
2039 | |
2040 * bindings.el (mode-line-modified): Look up key binding for C-x | |
2041 C-q. If it's bound call that binding, otherwise call | |
2042 toggle-read-only. | |
2043 | |
2044 1999-08-17 Dave Love <fx@gnu.org> | |
2045 | |
2046 * info.el (info): Doc fix. | |
2047 | |
2048 * finder.el (finder-known-keywords): Add `multimedia'. | |
2049 | |
2050 * apropos.el: Don't capitalize custom group name. | |
2051 | |
2052 * info-look.el: Remove compatibility code. | |
2053 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
2054 (info-complete): Don't lose with point not at end of symbol. | |
2055 | |
2056 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
2057 | |
2058 * term.el (toplevel): Make face `term-default' an empty face. | |
2059 The code relied on the fact that Emacs ignored invalid faces in | |
2060 face text properties in 20.4. | |
2061 | |
2062 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
2063 | |
2064 * subr.el (point-at-eol, point-at-bol): New aliases. | |
2065 | |
2066 * simple.el: Functions reordered. | |
2067 | |
2068 * rect.el (delete-rectangle-line): Use line-end-position. | |
2069 | |
2070 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
2071 | |
2072 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
2073 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
|
2074 |
25837 | 2075 1999-08-16 Dave Love <fx@gnu.org> |
2076 | |
2077 * mouse.el: Provide `mldrag' for compatibility. | |
2078 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
2079 marked obsolete. | |
2080 | |
2081 * mldrag.el: Removed since the features are in mouse.el. | |
2082 | |
2083 * jka-compr.el (auto-compression-mode): New variable for | |
2084 customization. | |
2085 | |
2086 * bindings.el (mode-line-mule-info): Doc fix. | |
2087 | |
2088 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
2089 name comparisons. | |
2090 | |
2091 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
2092 (find-file): Doc fix. | |
2093 | |
2094 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2095 | |
2096 * textmodes/reftex.el: Most of the code moved to other files. | |
2097 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
2098 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
2099 * textmodes/reftex-global.el: New file, split out from reftex.el | |
2100 * textmodes/reftex-index.el: New file, split out from reftex.el | |
2101 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
2102 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
2103 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
2104 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
2105 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
2106 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
2107 | |
2108 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2109 | |
2110 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
2111 conflict with pop-up-frames. | |
2112 (reftex-special-environment-parsers): New constant. | |
2113 (reftex-label-alist): car of an entry can also be a function. | |
2114 (reftex-what-special-env): new function. | |
2115 (reftex-label-location): Call `reftex-what-special-env'. | |
2116 (reftex-compile-variables): Check for symbol in | |
2117 `reftex-label-alist'. | |
2118 (reftex-what-environment): fixed bug with stacked environments of | |
2119 same kind (e.g. enumerate). | |
2120 (reftex-process-string): Preserve default directory. | |
2121 (reftex-label-alist-builtin): changed prefixes of endnote and | |
2122 footnote. Also the magic words. | |
2123 (reftex-reference): Interprete new option | |
2124 `reftex-fref-is-default'. | |
2125 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
2126 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
2127 (reftex-everything-regexp): New function. | |
2128 (reftex-nearest-match): Made better. | |
2129 (reftex-toc-find-section): Use new version of | |
2130 `reftex-nearest-match'. | |
2131 (reftex-insert-docstruct): adapted to work with the index stuff. | |
2132 (reftex-parse-from-file): Find index entries as well. | |
2133 (reftex-toc-toggle-index): New function | |
2134 (reftex-toc-map): `i' is now used to togle the index, File | |
2135 boundaries has been moved to `F'. | |
2136 (reftex-select-label-map): Toggling display of file boundaries is | |
2137 now on the `F' key, for consistency with `reftex-toc-map'. | |
2138 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
2139 `reftex-erase-all-selection-buffer'. Now also kills the index | |
2140 buffers. | |
2141 (reftex-viewing-cross-references): Customization group renamed | |
2142 from reftex-viewing-cross-references-and-citations. | |
2143 (reftex-index-macro-regexp, | |
2144 reftex-find-index-entry-regexp-format): New variables | |
2145 (reftex-macros-with-index): New variable | |
2146 (reftex-add-index-macros): New function | |
2147 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
2148 multiple labels in a single ref command. | |
2149 (reftex-index-support): New customization group | |
2150 (reftex-support-index, reftex-index-special-chars, | |
2151 reftex-index-macros, reftex-index-default-macro, | |
2152 reftex-index-default-tag, reftex-index-math-format, | |
2153 reftex-index-section-letters, reftex-index-include-context, | |
2154 reftex-index-follow-mode, reftex-index-header-face, | |
2155 reftex-index-section-face, reftex-index-tag-face, | |
2156 reftex-index-face): New options | |
2157 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
2158 reftex-index-tag, reftex-index-return-marker, | |
2159 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
2160 reftex-index-macro-regexp, reftex-index-level-re, | |
2161 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
2162 reftex-everything-regexp-no-index, reftex-index-re, | |
2163 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
2164 (reftex-index-help, reftex-index-macros-builtin, | |
2165 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
2166 reftex-query-index-macro-help): New constants | |
2167 (reftex-index-selection-or-word, reftex-index, | |
2168 reftex-default-index, reftex-update-default-index, | |
2169 reftex-index-complete-tag, reftex-index-select-tag, | |
2170 reftex-index-complete-key, reftex-index-update-taglist, | |
2171 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
2172 reftex-display-index, reftex-insert-index, | |
2173 reftex-index-insert-new-letter, reftex-get-restriction, | |
2174 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
2175 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
2176 reftex-index-toggle-follow, reftex-index-toggle-context, | |
2177 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
2178 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
2179 reftex-index-quit, reftex-index-quit-and-kill, | |
2180 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
2181 reftex-index-revert, reftex-index-switch-index-tag, | |
2182 reftex-index-restrict-to-section, reftex-index-widen, | |
2183 reftex-index-restriction-forward, | |
2184 reftex-index-restriction-backward, reftex-index-visit-location, | |
2185 reftex-index-analyze-entry, reftex-index-globalize, | |
2186 reftex-index-edit, reftex-index-toggle-range-beginning, | |
2187 reftex-index-toggle-range-end, reftex-index-edit-key, | |
2188 reftex-index-edit-attribute, reftex-index-edit-visual, | |
2189 reftex-index-edit-part, reftex-index-level-down, | |
2190 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
2191 reftex-index-change-entry, reftex-index-goto-letter, | |
2192 reftex-add-index-macros, reftex-ensure-index-support, | |
2193 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
|
2194 |
25837 | 2195 |
2196 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
2197 | |
2198 * paren.el (show-paren-mode): Support making show-paren-mode | |
2199 a buffer-local variable. Don't check for a window system. | |
2200 (show-paren-function): Check whether show-paren-function is | |
2201 enabled in current buffer; do the right thing if not. | |
2202 Don't check for a window system. | |
2203 (show-paren-mode): Make it a user variable. | |
2204 | |
2205 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
2206 Handle `enum' like `struct'. | |
2207 | |
2208 * server.el (server-process-filter): If a client visits no buffers, | |
2209 close it immediately before recording it. | |
2210 | |
2211 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
2212 Optimize by calling concat just once. Handle =\n sequence. | |
2213 (mail-unquote-printable-region): New command. | |
2214 (mail-quote-printable): Make it autoload. | |
2215 | |
2216 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
2217 | |
2218 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
2219 | |
2220 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
2221 | |
2222 * lisp/texinfmt.el: Handle @ifnottex. | |
2223 | |
2224 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
2225 | |
2226 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
2227 ms-dos. | |
2228 | |
2229 * faces.el (face-valid-attribute-values): Look in | |
2230 x-bitmap-file-path only for x and w32 window systems. | |
2231 | |
2232 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
2233 Do that if width is nil as well. | |
2234 (x-display-mm-height, x-display-mm-width): Update values. | |
2235 (x-colors): Compute the list from msdos-color-values. | |
2236 (x-select-enable-clipboard): Doc fix. | |
2237 (x-frob-font-weight, x-font-family-list): New functions. | |
2238 | |
2239 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
2240 | |
2241 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
2242 back up from beginning of buffer. | |
2243 | |
2244 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
2245 | |
2246 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
2247 | |
2248 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
2249 | |
2250 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
2251 doomsday clock, speed control is added and changes are made to | |
2252 allow large numbers of rings: rings now show the whole ring | |
2253 number, not just the last digit; consecutive rings are allowed to | |
2254 be the same size when necessary to fit all the rings in the | |
2255 window; and poles can be oriented horizontally. Face support is | |
2256 thrown in gratuitously. | |
2257 (hanoi): Changed default number of rings back to 3. | |
2258 (hanoi-unix, hanoi-unix-64): New commands | |
2259 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
2260 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
2261 hanoi-odd-ring-face): New variables. | |
2262 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
2263 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
2264 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
2265 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
2266 (hanoi-topos, hanoi-draw-ring): Removed. | |
2267 | |
2268 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
2269 | |
2270 * faces.el (face-valid-attribute-values): Return an alist for | |
2271 families on ttys. | |
2272 (face-read-integer): Handle unspecified face attributes. Add | |
2273 completion for `unspecified'. | |
2274 (read-face-attribute): Handle unspecified font attributes. | |
2275 (face-valid-attribute-values): Add `unspecified' to lists so that | |
2276 it can be chosen via completion. | |
2277 (face-read-string): Don't recognize "none" as input. | |
2278 | |
2279 1999-08-10 Dave Love <fx@gnu.org> | |
2280 | |
2281 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
2282 string. | |
2283 | |
2284 * sun-curs.el: Require sun-fns. | |
2285 | |
2286 1999-08-10 Dave Love <fx@gnu.org> | |
2287 | |
2288 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
2289 | |
2290 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
2291 hscroll. | |
2292 | |
2293 * simple.el (hscroll-step, hscroll-point-visible) | |
2294 (hscroll-window-column): Remove now we have the mentioned real | |
2295 horizontal autoscrolling. | |
2296 | |
2297 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
2298 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2299 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 2300 control use of -f option. |
2301 (mail-specify-envelope-from): New variable. | |
2302 (mail-from-style): Doc fix. | |
2303 | |
2304 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
2305 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
2306 between local and global maps. | |
2307 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
2308 (easy-menu-change): Doc fix. | |
2309 | |
2310 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
2311 (info-lookup-guess-default): Simplified and cleaned up. | |
2312 (info-lookup-guess-default*): Preserve point. | |
2313 | |
2314 * view.el (view-mode-disable): If buffer-read-only is nil, | |
2315 don't change it. | |
2316 | |
2317 * files.el (after-find-file): Disable View mode if buffer is no | |
2318 longer read-only. | |
2319 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2320 * view.el (view-mode-enable, view-mode-disable): |
25837 | 2321 Call force-mode-line-update. |
2322 | |
2323 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
2324 | |
2325 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
2326 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
2327 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
2328 | |
2329 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
2330 | |
2331 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
2332 to prevent m-eating-bug. | |
2333 | |
2334 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
2335 | |
2336 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
2337 frame-set-background-mode instead. All callers changed. | |
2338 (msdos-face-setup): Don't force color display parameter, it is set | |
2339 by frame-set-background-mode. | |
2340 (make-msdos-frame): Call x-handle-reverse-video and | |
2341 face-set-after-frame-default. Delete frame if creation failed. | |
2342 | |
2343 * faces.el (face-set-after-frame-default): Don't call | |
2344 make-face-x-resource-internal for the pc window-system. | |
2345 | |
2346 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2347 | |
2348 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2349 case with no docstring specially. | |
2350 | |
2351 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2352 | |
2353 * complete.el (PC-do-completion): If completing on file name, | |
2354 reproduce str by concatenating its directory and basename parts. | |
2355 | |
2356 1999-08-07 Dave Love <fx@gnu.org> | |
2357 | |
2358 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2359 unibyte to multibyte conversion of search-forward (from Handa), | |
2360 but avoid the replacement if the language is Latin-N. | |
2361 | |
2362 1999-08-06 Richard Stallman <rms@gnu.org> | |
2363 | |
2364 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2365 of eval-buffer. | |
2366 | |
2367 * international/mule.el (load-with-code-conversion): | |
2368 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2369 | |
2370 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2371 | |
2372 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2373 of filenames and attributes. | |
2374 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2375 for speed. | |
2376 | |
2377 1999-08-05 Dave Love <fx@gnu.org> | |
2378 | |
2379 * auto-show.el (auto-show-mode): Fix :set. | |
2380 | |
2381 * widget.el (define-widget-keywords): Make dummy definition and | |
2382 comment-out its use. | |
2383 | |
2384 1999-08-04 Richard Stallman <rms@gnu.org> | |
2385 | |
2386 * progmodes/tcl.el: Customized. | |
2387 | |
2388 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2389 whether this is Emacs 20 before calling comint-accumulate, | |
2390 test whether comint-accumulate is defined. | |
2391 | |
2392 1999-08-04 Dave Love <fx@gnu.org> | |
2393 | |
2394 * sgml-mode.el: Require outline when compiling. | |
2395 (sgml-mode-hook, html-mode-hook): Customize. | |
2396 (sgml-validate-command): Fix :version. | |
2397 (html-autoview-mode): Doc fix. | |
2398 | |
2399 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2400 nothing in Latin-N environment. | |
2401 | |
2402 * info.el (Info-find-node): Call info-initialize here. | |
2403 (info): Not here. | |
2404 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2405 | |
2406 1999-08-04 Richard Stallman <rms@gnu.org> | |
2407 | |
2408 * ansi-color.el: New file. | |
2409 | |
2410 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2411 | |
2412 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2413 found with global search. | |
2414 | |
2415 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2416 * terminal.el (te-terminfo-directory): | |
2417 * mail/mailpost.el (post-mail-send-it): | |
2418 * mail/metamail.el (metamail-region): | |
2419 * progmodes/ada-mode.el (ada-tmp-directory): | |
2420 Use temporary-file-directory. | |
2421 | |
2422 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2423 (compilation-filter, compilation-forget-errors) | |
2424 (compilation-parse-errors): Use a marker instead of an integer for | |
2425 `compilation-parsing-end'. | |
2426 | |
2427 * progmodes/diff.el (diff-parse-differences): | |
2428 Use a marker instead of an integer for `compilation-parsing-end'. | |
2429 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2430 Use a marker instead of an integer for `compilation-parsing-end'. | |
2431 | |
2432 1999-08-03 Richard Stallman <rms@gnu.org> | |
2433 | |
2434 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2435 (Buffer-menu-mode): Doc fix. | |
2436 (Buffer-menu-view): New command. | |
2437 (Buffer-menu-view-other-window): New command. | |
2438 | |
2439 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2440 | |
2441 * replace.el (query-replace-regexp-eval) | |
2442 (replace-eval-replacement, replace-loop-through-replacements) | |
2443 (replace-match-string-symbols): New functions. | |
2444 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2445 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
|
2446 |
25837 | 2447 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2448 | |
2449 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2450 (5x5): Doc fix. | |
2451 | |
2452 1999-08-03 Dave Love <fx@gnu.org> | |
2453 | |
2454 * fortran.el (fortran-indent-new-line): Make it an alias | |
2455 for reindent-then-newline-and-indent. | |
2456 | |
2457 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2458 | |
2459 * rect.el: All functions rewritten, except when noted above | |
2460 their declaration. Below is a list of interface changes. | |
2461 (apply-on-rectangle): New function, mostly replaces | |
2462 `operate-on-rectangle'. All callers changed. | |
2463 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2464 (kill-rectangle): Added optional prefix arg to fill lines. | |
2465 (delete-rectangle): Ditto. | |
2466 (delete-whitespace-rectangle): Ditto. | |
2467 (delete-extract-rectangle): Ditto. | |
2468 (open-rectangle): Ditto. | |
2469 (clear-rectangle): Ditto. | |
2470 (delete-whitespace-rectangle-line): New function. | |
2471 (delete-rectangle-line): Added third arg FILL. | |
2472 (delete-extract-rectangle-line): Ditto. | |
2473 (open-rectangle-line): Ditto. | |
2474 (clear-rectangle-line): Ditto. | |
2475 | |
2476 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2477 | |
2478 * progmodes/delphi.el: New file. | |
2479 | |
2480 1999-08-02 Richard Stallman <rms@gnu.org> | |
2481 | |
2482 * textmodes/outline.el (outline-previous-heading): New function. | |
2483 (outline-up-heading-all): Use outline-previous-heading. | |
2484 (outline-next-heading): Delete definition inserted yesterday. | |
2485 | |
2486 1999-08-01 Richard Stallman <rms@gnu.org> | |
2487 | |
2488 * textmodes/outline.el (outline-next-heading): New function. | |
2489 (outline-up-heading-all): New function. | |
2490 (outline-font-lock-level): Using outline-up-heading-all. | |
2491 Tell outline-back-to-heading to accept invisible headings. | |
2492 | |
2493 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2494 | |
2495 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2496 (mh-find-path): Test and set that. | |
2497 Set mail-user-agent only the first time this function is run. | |
2498 (mail-user-agent): Defvar deleted. | |
2499 | |
2500 * info.el (info-initialize): New function. | |
2501 (info): Call info-initialize. | |
2502 (Info-directory-list): Initialize to nil, | |
2503 so info-initialize will set it up for real. | |
2504 | |
2505 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2506 | |
2507 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2508 does not interpret a time as the year in a day-month entry. | |
2509 | |
2510 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2511 the diary as part of the european-date-diary-pattern fix. | |
2512 | |
2513 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2514 | |
2515 * international/mule.el (set-auto-coding): Allow whitespace before | |
2516 and after the "variable: value" pair. | |
2517 | |
2518 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2519 | |
2520 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2521 (default-sendmail-coding-system): Doc-string fixed. | |
2522 | |
2523 1999-07-30 Dave Love <fx@gnu.org> | |
2524 | |
2525 * subr.el (assoc-delete-all): New function, renamed from | |
2526 frame-delete-all. | |
2527 | |
2528 * frame.el: Change comments to doc strings and other doc fixes. | |
2529 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2530 Callers changed. | |
2531 (set-background-color, set-foreground-color, set-cursor-color) | |
2532 (set-mouse-color, set-border-color): Offer completion of colours. | |
2533 (cursor): Add :version to defgroup. | |
2534 | |
2535 * facemenu.el (list-colors-display): Make it work on ttys. | |
2536 (facemenu-read-color): Likewise. | |
2537 | |
2538 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2539 | |
2540 * frame.el (frame-notice-user-settings): If background | |
2541 color has been changed, update background-mode from it, | |
2542 then update faces. | |
2543 | |
2544 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2545 | |
2546 * net-utils.el (finger): Don't do indirect fingering. | |
2547 | |
2548 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2549 | |
2550 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2551 rules. Add separator at end of holidays. | |
2552 (cal-tex-rules): New customizable variable. | |
2553 (cal-tex-latexify-list): Add optional parameter to put separator | |
2554 at end. | |
2555 | |
2556 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2557 | |
2558 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2559 fill prefix on each line while looping to the end of paragraph. | |
2560 End paragraph if it's longer than the existing fill prefix. | |
2561 | |
2562 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2563 | |
2564 1999-07-30 Dave Love <fx@gnu.org> | |
2565 | |
2566 * font-lock.el (jit-lock): Fix :load, add :version. | |
2567 | |
2568 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2569 | |
2570 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2571 Vface_tty_color_alist. | |
2572 (face-color-supported-p, face_color_gray_p): New functions. | |
2573 | |
2574 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2575 is bound. | |
2576 | |
2577 * startup.el (command-line): Don't register default colors for | |
2578 MSDOS window-system. | |
2579 | |
2580 1999-07-29 Dave Love <fx@gnu.org> | |
2581 | |
2582 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2583 charquote. | |
2584 | |
2585 * lisp-mode.el (eval-defun): Re-written to avoid | |
2586 capturing variables. | |
2587 | |
2588 * picture.el (picture-beginning-of-line): Don't call | |
2589 hscroll-point-visible now we have real autoscrolling. | |
2590 (picture-end-of-line, picture-newline, picture-open-line): | |
2591 Likewise. | |
2592 | |
2593 * international/latin-8.el: New file. | |
2594 * international/latin-9.el: New file. | |
2595 | |
2596 1999-07-28 Dave Love <fx@gnu.org> | |
2597 | |
2598 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2599 | |
2600 * msb.el: Require cl only when compiling. | |
2601 (msb--home-dir): Deleted. | |
2602 (msb--format-title): Use abbreviate-file-name. | |
2603 (msb--choose-file-menu): Simplify string comparison. | |
2604 | |
2605 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2606 | |
2607 * faces.el (toolbar): Add face definition for mono displays. | |
2608 | |
2609 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2610 | |
2611 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2612 | |
2613 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2614 force copying of default-frame-alist. | |
2615 | |
2616 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2617 | |
2618 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2619 | |
2620 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2621 | |
2622 * frame.el (set-mouse-color): If new color is nil, | |
2623 really respecify the current color. | |
2624 | |
2625 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2626 | |
2627 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2628 to white for mono displays. | |
2629 | |
2630 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2631 | |
2632 * international/ccl.el (ccl-embed-symbol): New function. | |
2633 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2634 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2635 (ccl-compile-translate-character): Likewise. | |
2636 (ccl-compile-map-single): Likewise. | |
2637 (ccl-compile-multiple-map-function): Likewise. | |
2638 (declare-ccl-program): Doc-string modified. | |
2639 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2640 | |
2641 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2642 | |
2643 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2644 | |
2645 1999-07-25 Markus Rost <rost@gnu.org> | |
2646 | |
2647 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2648 the entries to make custom-file more readable. | |
2649 | |
2650 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2651 | |
2652 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2653 | |
2654 * emacs-lisp/edebug.el: Delete compatibility code. | |
2655 (edebug-next-token-class): If . is followed by a digit, | |
2656 return `symbol' for the token class. | |
2657 | |
2658 * startup.el (command-line): If we don't find the user's init file, | |
2659 set user-init-file to nil. | |
2660 | |
2661 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2662 | |
2663 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2664 argument query for new choice of help mode. | |
2665 (info-lookup-symbol): Use it. | |
2666 (info-lookup-file): Ditto. | |
2667 (info-lookup): Don't switch to other window, if already in Info | |
2668 buffer. | |
2669 | |
2670 1999-07-23 Dave Love <fx@gnu.org> | |
2671 | |
2672 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2673 syntax. | |
2674 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2675 (fortran-font-lock-syntactic-keywords): New variable. | |
2676 (fortran-mode): Use it. | |
2677 (fortran-font-lock-keywords-1): Don't do comments. | |
2678 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2679 match data. | |
2680 | |
2681 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2682 | |
2683 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2684 menu-bar-update-buffers. | |
2685 (msb-custom-set, msb--toggle-menu-type): Call | |
2686 msb-menu-bar-update-buffers. | |
2687 (msb-mode): Revise the hook setting. | |
2688 | |
2689 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2690 | |
2691 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2692 | |
25956 | 2693 * font-lock.el, help.el, simple.el: Re-integrate previously |
2694 described changes that were lost due to errors while checking them | |
2695 in. | |
25837 | 2696 |
2697 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2698 | |
2699 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2700 | |
2701 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2702 | |
2703 * international/encoded-kb.el | |
2704 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2705 but push it to unread-command-events. | |
2706 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2707 (encoded-kbd-self-insert-sjis): Likewise. | |
2708 (encoded-kbd-self-insert-big5): Likewise. | |
2709 | |
2710 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2711 before left margin and fill-prefix by fill-find-break-point. | |
2712 | |
2713 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2714 | |
2715 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2716 info-lookup-make-completions returns an error. | |
2717 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2718 name latex, not latex2e. | |
2719 | |
2720 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2721 | |
2722 * replace.el (perform-replace): Turn off case-fold-search | |
2723 if FROM-STRING argument has uppercase in it. | |
2724 | |
2725 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2726 | |
2727 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2728 mode is on. Don't use end of changed text. | |
2729 | |
2730 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2731 | |
2732 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2733 (cl-hash-table-p): Renamed from hash-table-p. | |
2734 (cl-hash-table-count): Renamed from hash-table-count. | |
2735 (maphash): Alias to cl-maphash removed. | |
2736 (gethash): Likewise. | |
2737 (puthash): Likewise. | |
2738 (remhash): Likewise. | |
2739 (clrhash): Likewise. | |
2740 | |
2741 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2742 | |
2743 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2744 third arg non-nil. See comment there why this isn't a good idea. | |
2745 | |
2746 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2747 | |
2748 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2749 | |
2750 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2751 sit-for with 3rd arg non-nil to prevent redisplay. | |
2752 | |
2753 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2754 | |
2755 * image.el (image-type-from-file-header): If file doesn't | |
2756 have a directory part, add data-directory. | |
2757 | |
2758 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2759 | |
2760 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2761 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2762 motion handling when tooltip-gud-tips-p is nil. | |
2763 | |
2764 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2765 | |
2766 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2767 (tooltip-active): Use initial value of nil. | |
2768 | |
2769 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2770 | |
2771 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2772 | |
2773 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2774 definitions for `top-line'. | |
2775 | |
2776 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2777 | |
2778 * faces.el (top-line): New face. | |
2779 | |
2780 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2781 | |
2782 * image.el (image-type-regexps): Add regexp for PS files. | |
2783 | |
2784 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2785 | |
2786 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2787 begin equal to t. | |
2788 | |
2789 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2790 | |
2791 * image.el (image-type-regexps): Add PNG format. | |
2792 | |
2793 1999-07-21 Dave Love <fx@gnu.org> | |
2794 | |
2795 * bindings.el (mode-line-modified): New variable. | |
2796 (mode-line-mode-menu-1): Switch to appropriate window before | |
2797 showing menu. | |
2798 | |
2799 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2800 | |
2801 * faces.el (face-underline): Removed. | |
2802 (face-underline-color): Ditto. | |
2803 | |
2804 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2805 | |
2806 * faces.el (face-x-resources): Fix typo. | |
2807 | |
2808 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2809 | |
2810 * faces.el: Remove handling of `:relief', extend handling of | |
2811 `:box'. | |
2812 (frame-set-background-mode): Choose new defface specs after | |
2813 frame parameters have changed. | |
2814 | |
2815 * cus-face.el: Ditto. | |
2816 | |
2817 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2818 | |
2819 * custom.el (defface): Extend documentation to include new | |
2820 face attributes. | |
2821 | |
2822 * cus-face.el (custom-face-attributes): Add overline, | |
2823 strike-through, box. | |
2824 | |
2825 * faces.el (face-valid-attribute-values): Handle overline, | |
2826 strike-through, box. | |
2827 (face-attribute-name-alist): Add pairs for new face attributes. | |
2828 (describe-face): Handle new face attributes. | |
2829 | |
2830 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2831 | |
2832 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2833 | |
2834 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2835 | |
2836 * enriched.el (enriched-translations): Add `display' and | |
2837 "x-display". | |
2838 (enriched-handle-display-prop): New. | |
2839 (enriched-decode-display-prop): New. | |
2840 | |
2841 * format.el (top-level): Give `display' property | |
2842 `format-list-atomic-p. | |
2843 (format-annotate-single-property-change): Test that property. | |
2844 If present, treat list property values like atoms. | |
2845 | |
2846 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2847 | |
2848 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2849 so that "*" can be entered. | |
2850 | |
2851 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2852 | |
2853 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2854 | |
2855 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2856 | |
2857 * cus-face.el (custom-face-attributes): Return underline | |
2858 face attribute directly from the second lambda of underline. | |
2859 | |
2860 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2861 | |
2862 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2863 | |
2864 * frame.el (after-setting-font-hooks): New variable. | |
2865 (set-frame-font): Run those hooks. | |
2866 | |
2867 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2868 | |
2869 * faces.el (set-face-attribute): Fix doc string. | |
2870 | |
2871 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2872 | |
2873 * cus-face.el (custom-face-attributes): Accept color name. | |
2874 | |
2875 * faces.el (face-underline-p): Accept unspecified underlining. | |
2876 (face-underline): Ditto. Fix doc string. | |
2877 | |
2878 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2879 | |
2880 * faces.el (face-underline-color): New function. | |
2881 | |
2882 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2883 | |
2884 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2885 Added slot to choose a color. | |
2886 | |
2887 * faces.el (face-underline): New function. | |
2888 (face-underline-p): Support underline coloring. | |
2889 Return nil only if the underline attribute is 'normal. | |
2890 (set-face-underline): New function. | |
2891 (face-valid-attribute-values): Support underline coloring. | |
2892 | |
2893 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2894 | |
2895 * image.el (insert-image): Use `display' instead of `glyph' | |
2896 as text property name. | |
2897 (put-image): Ditto. | |
2898 (image-type-from-file-header): Use insert-file-contents-literally. | |
2899 | |
2900 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2901 | |
2902 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2903 string to indicate separators. | |
2904 | |
2905 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2906 | |
2907 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2908 instead of message-log. | |
2909 | |
2910 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2911 | |
2912 * faces.el (bitmap-area): New face. | |
2913 | |
2914 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2915 | |
2916 * image.el (insert-image): New. | |
2917 | |
2918 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2919 | |
2920 * frame.el (blink-cursor): Set the symbol's value. | |
2921 (show-trailing-whitespace): Change group to font-lock. | |
2922 | |
2923 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2924 | |
2925 * jit-lock.el: New. | |
2926 * font-lock.el: Add jit-mode as new support mode. | |
2927 | |
2928 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2929 reaching end instead of letting re-search-forward signal an error. | |
2930 (demand-lock-mode): New. | |
2931 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2932 (font-lock-turn-off-thing-lock): Ditto. | |
2933 (font-lock-after-fontify-buffer): Ditto. | |
2934 (font-lock-after-unfontify-buffer): Ditto. | |
2935 | |
2936 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2937 | |
2938 * gs.el: New file. | |
2939 | |
2940 * startup.el (command-line-1): Activate tooltip mode if | |
2941 interactive. | |
2942 | |
2943 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2944 | |
2945 * faces.el (toolbar): Grey default background. | |
2946 (modeline): Ditto. | |
2947 | |
2948 * image.el (image-type-regexps): New. | |
2949 (image-type-from-file-header): New. | |
2950 (create-image): Call it. | |
2951 | |
2952 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2953 | |
2954 * image.el: New file. | |
2955 | |
2956 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2957 | |
2958 * bindings.el (mode-line-format): Replace `mode-name' with | |
2959 `(:eval mode-line-mode-name)'. | |
2960 (mode-line-mode-name): New. | |
2961 (make-mode-line-mouse-sensitive): Don't change default value | |
2962 of `mode-name'. | |
2963 | |
2964 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2965 | |
2966 * tooltip.el: New file. | |
2967 | |
2968 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2969 | |
2970 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2971 instead of mouse-3 to pop up menus. | |
2972 (mode-line-kill-buffer): Removed. | |
2973 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2974 buffer name. | |
2975 (mode-line-buffer-menu-1): Removed. | |
2976 | |
2977 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2978 | |
2979 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2980 (mode-line-buffer-menu-keymap): New. | |
2981 (mode-line-mode-menu-keymap): New. | |
2982 (mode-line-unbury-buffer): New. | |
2983 (mode-line-other-buffer): New. | |
2984 (mode-line-kill-buffer): New. | |
2985 (mode-line-buffer-menu-1): New. | |
2986 (mode-line-mode-menu-1): New. | |
2987 (make-mode-line-mouse-sensitive): New. | |
2988 | |
2989 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2990 | |
2991 * help.el (describe-key-briefly): Handle mode line strings | |
2992 with local-map properties. | |
2993 (describe-key): Ditto. | |
2994 (mode-line-key-binding): New. | |
2995 | |
2996 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2997 | |
2998 * scroll-bar.el (scroll-bar-timer): New. | |
2999 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
3000 | |
3001 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3002 | |
3003 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
3004 and `bottom'. | |
3005 | |
3006 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3007 | |
3008 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
3009 (global): Use different key bindings if using tookit scroll bars. | |
3010 | |
3011 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3012 | |
3013 * faces.el (modeline): Define mode line face with relief for | |
3014 class color, only. | |
3015 (toolbar): New face. | |
3016 | |
3017 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3018 | |
3019 * frame.el (frame-initialize): Set frame-creation-function to | |
3020 tty-create-frame-with-faces. | |
3021 | |
3022 * faces.el (frame-set-background-mode): Make it work for | |
3023 window-system nil. | |
3024 | |
3025 * faces.el (tty-create-frame-with-faces): New. | |
3026 (face-set-after-frame-default): Make it work for TTY frames. | |
3027 | |
3028 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3029 | |
3030 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
3031 Return a list of one font family for TTYs. Don't return bitmap | |
3032 file paths for TTY frames. | |
3033 | |
3034 * faces.el: Add face specs for tty displays to basic faces. | |
3035 | |
3036 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
3037 (font-lock-string-face): Ditto. | |
3038 (font-lock-keyword-face): Ditto. | |
3039 (font-lock-builtin-face): Ditto. | |
3040 (font-lock-function-name-face): Ditto. | |
3041 (font-lock-variable-name-face): Ditto. | |
3042 (font-lock-type-face): Ditto. | |
3043 (font-lock-constant-face): Ditto. | |
3044 (font-lock-warning-face): Ditto. | |
3045 | |
3046 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3047 | |
3048 * startup.el (command-line): Register default tty colors. | |
3049 | |
3050 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
3051 | |
3052 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3053 | |
3054 * faces.el (modeline): For X frames, use a modeline with relief. | |
3055 | |
3056 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3057 | |
3058 * faces.el (frame-update-faces): Copied from 20.2. | |
3059 (frame-update-face-colors): Ditto. Code removed that isn't | |
3060 applicable in the new face implementation. | |
3061 | |
3062 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3063 | |
3064 * frame.el (show-trailing-whitespace): New. | |
3065 | |
3066 * faces.el (trailing-whitespace): New basic face. | |
3067 | |
3068 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3069 | |
3070 * cus-face.el (custom-facep): Always define as alias for facep. | |
3071 | |
3072 * cus-face.el (custom-face-attributes): Use choice widgets. | |
3073 Remove :bold and :italic. | |
3074 | |
3075 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3076 | |
3077 * faces.el (face-charset-registries): Removed since fontset.el | |
3078 is no always loaded. | |
3079 | |
3080 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3081 | |
3082 * faces.el (internal-get-face): Added as obsolete function for | |
3083 compatibility. | |
3084 | |
3085 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3086 | |
3087 * frame.el (blink-cursor-end): Call show-cursor. | |
3088 (blink-cursor-mode): Ditto. | |
3089 | |
3090 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3091 | |
3092 * faces.el (face-spec-reset-face): Reset all attributes to | |
3093 `unspecified'. | |
3094 (face-spec-set): Use it. | |
3095 | |
3096 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3097 | |
3098 * faces.el (read-all-face-attributes): Bug fix. | |
3099 (face-read-integer): Allow nil default value. | |
3100 (face-valid-attribute-values): Use symbol names of attribute | |
3101 values for completion list. | |
3102 | |
3103 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3104 | |
3105 * faces.el (internal-find-face): Define for compatibility with | |
3106 20.2. | |
3107 (face-id): Likewise. | |
3108 | |
3109 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
3110 | |
3111 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
3112 (x-complement-fontset-spec): Use face-charset-registries. | |
3113 | |
3114 * faces.el (face-font-selection-order): Set font selection order | |
3115 from Lisp. | |
3116 (face-alternative-font-family-alist): Set alternative font | |
3117 families from Lisp. | |
3118 | |
3119 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3120 | |
3121 * faces.el (set-face-charset-registries): Set symbol value. | |
3122 | |
3123 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3124 | |
3125 * faces.el (face-set-after-frame-default): Call function | |
3126 internal-merge-in-global-face. | |
3127 | |
3128 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3129 | |
3130 * faces.el (face-list): Return symbols from face-global-alist. | |
3131 | |
3132 * faces.el (face-list): Return a copy of the face name list so | |
3133 that it cannot be modified from outside (facemenu.el uses | |
3134 nreverse, for example). | |
3135 | |
3136 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
3137 for compatibility with old code. | |
3138 | |
3139 * faces.el (set-face-attributes-from-resources): Additional | |
3140 frame parameter. | |
3141 (make-face-x-resource-internal): Set attributes from resources | |
3142 for a given frame or all frames. | |
3143 | |
3144 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3145 | |
3146 * faces.el (all-faces): Removed. | |
3147 | |
3148 * custom.el (defface): Add new face attributes to function | |
3149 comment. | |
3150 | |
3151 * font-lock.el (font-lock-comment-face): Use new face attribute | |
3152 names. | |
3153 (font-lock-string-face): Ditto. | |
3154 (font-lock-keyword-face): Ditto. | |
3155 (font-lock-builtin-face): Ditto. | |
3156 (font-lock-function-name-face): Ditto. | |
3157 (font-lock-variable-name-face): Ditto. | |
3158 (font-lock-type-face): Ditto. | |
3159 (font-lock-reference-face): Ditto. | |
3160 (font-lock-warning-face): Ditto. | |
3161 ((boundp 'font-lock-face-attributes)): Ditto. | |
3162 | |
3163 * cus-face.el (custom-face-attributes): Use new face attributes. | |
3164 | |
3165 * faces.el (set-face-attribute-from-resource): Initialize | |
3166 from resources only for X and W32. | |
3167 | |
3168 * cus-face.el (custom-declare-face): Don't make frame-local | |
3169 faces. | |
3170 | |
3171 * faces.el (describe-face): Use princ instead of insert. | |
3172 | |
3173 * faces.el: Add XLFD manipulation functions from 20.2 again | |
3174 because fontset.el uses them. | |
3175 (face-set-after-frame-default): Add empty definition. | |
3176 | |
3177 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3178 | |
3179 * faces.el (make-face): Correct typo. | |
3180 (set-face-attribute-from-resource): Use let*. | |
3181 (face-underline-p): Correct typo. | |
3182 (face-inverse-video-p): Ditto. | |
3183 (set-face-stipple): Ditto. | |
3184 (face-read-string): Make completion-list optional parameter. | |
3185 | |
3186 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3187 | |
3188 * faces.el (face-charset-registries): Alist mapping charset | |
3189 symbols to registries and encoding. | |
3190 | |
3191 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3192 | |
3193 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
3194 | |
3195 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3196 | |
3197 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
3198 mode. The cursor of selected_window blinks if the mode is enabled. | |
3199 | |
3200 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3201 | |
3202 * simple.el (next-history-element): Set point to the end of the | |
3203 prompt if minibuffer-prompt-in-buffer. | |
3204 | |
3205 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3206 | |
3207 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
3208 several font name components. | |
3209 | |
3210 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3211 | |
3212 * faces.el (set-face-relief): Use index 12 for relief. | |
3213 (face-fill-in): Set relief from data. | |
3214 (internal-make-face): Init relief to zero. | |
3215 | |
3216 * faces.el (face-spec-set): call modify-face with additional | |
3217 parameters for relief and fixed-p. | |
3218 | |
3219 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3220 | |
3221 * cus-face.el: ':fixed and ':relief added. | |
3222 | |
3223 * faces.el (describe-face): Add fixed font attribute and relief. | |
3224 (face-attr-match-p): Ditto. | |
3225 (face-attr-construct): Ditto. | |
3226 (face-spec-set): Ditto. | |
3227 | |
3228 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3229 | |
3230 * faces.el (internal-make-face): Function to create a Lisp vector | |
3231 suitable for representing a face. | |
3232 (make-face): Use it instead of make-vector. | |
3233 (x-create-frame-with-faces): Use it instead of vector. | |
3234 (internal-facep): Increase vector size to 14. | |
3235 (internal-make-face): Ditto. | |
3236 (face-relief): Access relief thickness. | |
3237 (face-fixed-p): Access fixed font attribute. | |
3238 (set-face-fixed-p): Set fixed font attribute. | |
3239 (set-face-relief): Set relief attribute. | |
3240 (internal-face-interactive-int): Read int attribute of face. | |
3241 (modify-face): Add fixed-p and relief parameters. | |
3242 (copy-face): Handle fixed-p and relief. | |
3243 (face-equal): Compare fixed-p and relief. | |
3244 (face-differs-from-default-p): Ditto. | |
3245 (face-nontrivial-p): Add fixed-p and relief. | |
3246 | |
3247 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3248 | |
3249 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
3250 (internal-facep): Increase vector size. | |
3251 (make-face): Ditto. | |
3252 (face-shadow-thickness): Added. | |
3253 (set-face-shadow-thickness): Added. | |
3254 (modify-face): Add optional shadow-thickness parameter. | |
3255 (make-face-x-resource-internal): Add shadows. | |
3256 (copy-face): Ditto. | |
3257 (face-equal): Ditto. | |
3258 (face-differs-from-default-p): Ditto. | |
3259 (face-nontrivial-p): Ditto. | |
3260 (face-attr-match-p): Ditto. | |
3261 (face-attr-construct): Ditto. | |
3262 (face-spec-set): Ditto. | |
3263 (face-fill-in): Ditto. | |
3264 | |
3265 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3266 | |
3267 * bench.el (bench-mark-split-window): New bench mark. | |
3268 | |
3269 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3270 | |
3271 * faces.el (set-face-font): Don't pass default font to | |
3272 x-resolve-font so that font will not have to be of the same | |
3273 size. | |
3274 | |
3275 1999-07-20 Dave Love <fx@gnu.org> | |
3276 | |
3277 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
3278 unconditionally t. | |
3279 | |
3280 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
3281 | |
3282 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
3283 | |
3284 1999-07-20 Dave Love <fx@gnu.org> | |
3285 | |
3286 * help.el (describe-variable): Fix test for customizability. | |
3287 | |
3288 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
3289 Check for readonly buffer in interactive spec. | |
3290 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
3291 (backward-kill-word): Add * to interactive spec. | |
3292 | |
3293 * underline.el (underline-region, ununderline-region): Add * to | |
3294 interactive spec. | |
3295 | |
3296 * fill.el (canonically-space-region, justify-current-line): Add * | |
3297 to interactive spec. | |
3298 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
3299 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
3300 readonly buffer in interactive spec. | |
3301 | |
3302 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
3303 (backward-kill-sentence, kill-sentence): Add * to interactive | |
3304 spec. | |
3305 | |
3306 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
3307 | |
3308 * dired-aux.el (dired-do-shell-command): Doc fix. | |
3309 | |
3310 * shell.el (shell-unquote-argument): New function. | |
3311 (shell-directory-tracker): Use shell-unquote-argument. | |
3312 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
3313 | |
3314 1999-07-19 John Wiegley <jwiegley@borland.com> | |
3315 | |
3316 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
3317 color codes 39 and 49, which by the way lynx uses them seem to | |
3318 mean "foreground reset" and "background reset". | |
3319 | |
3320 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
3321 | |
3322 * font-lock.el (c++-keywords): Add "typeid". | |
3323 | |
3324 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
3325 selects no font, treat that as zero selections, not one. | |
3326 | |
3327 1999-07-19 Dave Love <fx@gnu.org> | |
3328 | |
3329 * info.el (Info-search): Don't lose with empty regexp. | |
3330 | |
3331 * version.el: Cater for (free) `ident' program, not `which'. | |
3332 | |
3333 * hl-line.el: New file. | |
3334 | |
3335 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
3336 for modes which don't define menus. | |
3337 | |
3338 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
3339 | |
3340 * webjump.el (webjump-sample-sites): Update some URLs. | |
3341 | |
3342 1999-07-14 Richard Stallman <rms@gnu.org> | |
3343 | |
3344 * Version 20.4 released. | |
3345 | |
3346 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3347 | |
3348 * compare-w.el (compare-windows): Try to find the next window in | |
3349 the current frame before looking at the other frames. | |
3350 | |
3351 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3352 | |
3353 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3354 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
|
3355 |
25837 | 3356 1999-07-12 Richard Stallman <rms@gnu.org> |
3357 | |
3358 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3359 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3360 | |
3361 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3362 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3363 | |
3364 * textmodes/flyspell.el (flyspell-get-word): | |
3365 Add special handling for when ispell-otherchars is empty. | |
3366 | |
3367 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3368 | |
3369 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3370 when having nested functons. | |
3371 (pascal-indent-nested-functions) (pascal-indent-line) | |
3372 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3373 indenting nested functions. | |
3374 | |
3375 1999-07-09 Richard Stallman <rms@gnu.org> | |
3376 | |
3377 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3378 | |
3379 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3380 | |
3381 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3382 the `end' keyword was in the very beginning of the buffer. | |
3383 | |
3384 1999-07-08 Richard Stallman <rms@gnu.org> | |
3385 | |
3386 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3387 | |
3388 * term.el (term-emulate-terminal): Avoid infinite loop | |
3389 in strange case where minibuffer window is selected but not active. | |
3390 | |
3391 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3392 | |
3393 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3394 Change regexp so that it doesn't match commands beginning with `cd'. | |
3395 | |
3396 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3397 | |
3398 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3399 | |
3400 1999-07-06 Richard Stallman <rms@gnu.org> | |
3401 | |
3402 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3403 (hscroll-global-mode): Add and remove that hook. | |
3404 Set hscroll-old-truncate-was-global's default value. | |
3405 | |
3406 1999-07-05 Richard Stallman <rms@gnu.org> | |
3407 | |
3408 * files.el (revert-buffer): Don't preserve point here. | |
3409 (revert-buffer-insert-file-contents-function): Doc fix. | |
3410 | |
3411 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3412 | |
3413 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3414 doing a `stat' when it isn't necessary because that can cause | |
3415 trouble when an NFS server is down. | |
3416 | |
3417 1999-07-04 Richard Stallman <rms@gnu.org> | |
3418 | |
3419 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3420 | |
3421 1999-07-03 Richard Stallman <rms@gnu.org> | |
3422 | |
3423 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3424 for \200...\240 also. | |
3425 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3426 | |
3427 1999-07-02 Richard Stallman <rms@gnu.org> | |
3428 | |
3429 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3430 (pop-up-frame-alist): Likewise. | |
3431 (initial-frame-alist): Specify * in the doc string. | |
3432 | |
3433 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3434 (hscroll-mode): Don't cancel the timer | |
3435 if HScroll mode is enabled in some other buffer. | |
3436 | |
3437 * isearch.el (isearch-done): If search ends in middle of intangible | |
3438 text (due to text property), move on to the limit of that text. | |
3439 | |
3440 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3441 | |
3442 * man.el (Man-build-man-command): Use value of null-device, | |
3443 instead of hard-coding "/dev/null". | |
3444 | |
3445 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3446 ange-ftp file names, which might force ange-ftp to prompt for a | |
3447 password. | |
3448 | |
3449 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3450 to prevent references to temp files. | |
3451 | |
3452 1999-06-30 Richard Stallman <rms@gnu.org> | |
3453 | |
3454 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3455 about the given shell, use the values for `sh'. | |
3456 | |
3457 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3458 | |
3459 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3460 to make it non-recursive. | |
3461 | |
3462 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3463 | |
3464 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3465 | |
3466 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3467 | |
3468 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3469 | |
3470 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3471 table, default to the standard one. | |
3472 | |
3473 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3474 | |
3475 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3476 | |
3477 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3478 | |
3479 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3480 a frame when `return' is requested (even if pop-up-frames = t) | |
3481 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3482 should only be set for the bibtex buffer. | |
3483 | |
3484 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3485 | |
3486 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3487 being buffer-local. | |
3488 | |
3489 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3490 | |
3491 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3492 | |
3493 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3494 | |
3495 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3496 * calendar.el (calendar): Call it if requested. | |
3497 | |
3498 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3499 | |
3500 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3501 | |
3502 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3503 | |
3504 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3505 | |
3506 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3507 | |
3508 * files.el (auto-mode-alist): Add pike-mode. | |
3509 | |
3510 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3511 | |
3512 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3513 last byte of a numeric field is a space or a NUL. Parse it as | |
3514 potentially part of the number. This is used by GNU tar | |
3515 1.12.64012 to handle larger values. | |
3516 | |
3517 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3518 | |
3519 * custom.el (custom-handle-keyword): Fix error message. | |
3520 | |
3521 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3522 | |
3523 * mail/smtpmail.el (smtpmail-send-it): Use | |
3524 convert-standard-filename to make file names for queued mail safe | |
3525 on Windows (`:' is invalid in file names on Windows). | |
3526 | |
3527 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3528 | |
3529 * international/mule-cmds.el (describe-current-input-method): | |
3530 Current-input-method is string. | |
3531 (toggle-input-method): Docstring fixed. | |
3532 | |
3533 * international/mule-diag.el | |
3534 (describe-current-coding-system-briefly): Fix format string. | |
3535 | |
3536 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3537 Docstring modified. Return a string. | |
3538 | |
3539 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3540 | |
3541 * sql.el (sql-input-ring-file-name): Doc fix. | |
3542 | |
3543 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3544 | |
3545 * calendar/cal-x.el (special-display-buffer-names): | |
3546 Don't put (get-file-buffer diary-file) on this list. | |
3547 | |
3548 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3549 | |
3550 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3551 Don't penalize player for certain impossible guesses. | |
3552 | |
3553 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3554 | |
3555 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3556 return the string "Unk 0 0000" so at least it appears to be a | |
3557 valid timestamp to `dired-move-to-filename-regexp'. | |
3558 | |
3559 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3560 | |
3561 * ps-print.el (ps-control-character): Fix previous change. | |
3562 | |
3563 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3564 | |
3565 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3566 multiple output of the last message. | |
3567 | |
3568 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3569 | |
3570 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3571 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3572 there. | |
3573 | |
3574 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3575 | |
3576 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3577 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3578 (exit-ethiopic-environment): Likewize. | |
3579 | |
3580 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3581 | |
3582 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3583 | |
3584 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3585 | |
3586 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3587 custom-initialize-default to avoid infinite loop. | |
3588 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3589 loading the file. Run crisp-mode-hook here, and run | |
3590 crisp-load-hook when loading the file. | |
3591 | |
3592 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3593 rmail-summary buffer, search for pattern in rmail-file. | |
3594 | |
3595 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3596 | |
3597 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3598 | |
3599 * ps-print.el (ps-printer-name): Fix custom type. | |
3600 | |
3601 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3602 | |
3603 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3604 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3605 (vhdl-port-paste-port-map): Fix indentation bug. | |
3606 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3607 | |
3608 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3609 | |
3610 * files.el (write-file): When buffer is not already visiting a file, | |
3611 don't put buffer name in the minibuffer, just make it the default. | |
3612 Also handle just directory as arg usefully in that case. | |
3613 | |
3614 * simple.el (sendmail-user-agent-compose): | |
3615 Ignore case when inserting the rest of the "other" headers. | |
3616 | |
3617 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3618 | |
3619 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3620 (info-lookup-interactive-arguments): Never insert the default | |
3621 into the minibuffer automatically. | |
3622 | |
3623 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3624 | |
3625 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3626 | |
3627 * simple.el (shell-command): Avoid printing "mark set" message. | |
3628 | |
3629 1999-06-09 Dave Love <fx@gnu.org> | |
3630 | |
3631 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3632 digits in program name in first pattern. | |
3633 | |
3634 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3635 | |
3636 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3637 dired-move-to-filename-regexp. | |
3638 | |
3639 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3640 | |
3641 * international/quail.el (quail-define-rules): Fix typo in | |
3642 docstring. | |
3643 | |
3644 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3645 | |
3646 * iswitchb.el (iswitchb-default-keybindings): Add | |
3647 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3648 than when package is loaded. | |
3649 | |
3650 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3651 | |
3652 * startup.el (command-line): Don't set user-init-file directly; | |
3653 tell `load' to set it. | |
3654 | |
3655 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3656 | |
3657 * simple.el (next-history-element): | |
3658 Handle minibuffer-text-before-history properly when reading sexps. | |
3659 | |
3660 * disp-table.el (standard-display-european): | |
3661 For an interactive call by the user, | |
3662 don't set enable-multibyte-characters, | |
3663 and don't set the terminal coding system. | |
3664 | |
3665 * textmodes/refbib.el: Don't print any messages or display | |
3666 a buffer when loading the library. | |
3667 (r2b-help): Doc fix. | |
3668 (r2b-help-message): Update the documentation. | |
3669 (r2b-load-quietly): Variable deleted. | |
3670 (r2b-convert-buffer): Doc fix. | |
3671 | |
3672 1999-06-04 Dave Love <fx@gnu.org> | |
3673 | |
3674 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3675 | |
3676 * auto-show.el: Don't change hooks on loading. | |
3677 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3678 (auto-show-mode): Add to hooks here. | |
3679 | |
3680 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3681 | |
3682 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3683 recursion on bogus input. | |
3684 | |
3685 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3686 | |
3687 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3688 does not select a buffer from the buffers menu, then the attached | |
3689 frame is not switched to anything. | |
3690 | |
3691 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3692 | |
3693 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3694 (viet-viscii-...->viet-vscii...). | |
3695 | |
3696 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3697 | |
3698 1999-06-01 Dave Love <fx@gnu.org> | |
3699 | |
3700 * progmodes/fortran.el: Add :link to defgroup. | |
3701 (fortran-blink-matching-if): Match ELSE statements too. | |
3702 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3703 that filling is always done. | |
3704 | |
3705 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3706 | |
3707 * simple.el (append-next-kill): Use an arg to distinguish | |
3708 interactive calls from Lisp calls, rather than (interactive-p). | |
3709 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3710 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 3711 Interchange n and N. |
3712 | |
3713 1999-05-31 Dave Love <fx@gnu.org> | |
3714 | |
3715 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3716 and keymap munging on load. | |
3717 (msb-mode): New option. | |
3718 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3719 Doc fix. | |
3720 (msb-mode-map): New variable. | |
3721 (msb-mode): New command. | |
3722 | |
3723 1999-05-31 Dave Love <fx@gnu.org> | |
3724 | |
3725 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3726 (ispell-complete-word-dict): Likewise. | |
3727 | |
3728 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3729 | |
3730 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3731 force the data buffer to be saved, even if the data didn't | |
3732 change, in case the write filter was modified. Restore the | |
3733 current record after read-file-filter finishes. | |
3734 | |
3735 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3736 | |
3737 * ispell4.el: Obsolete; file deleted. | |
3738 | |
3739 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3740 | |
3741 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3742 VALUE is a syntax table. | |
3743 | |
3744 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3745 | |
3746 * simple.el (zap-to-char): Doc fix. | |
3747 | |
3748 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3749 | |
3750 * isearch.el (isearch-quote-char): Don't assume character codes | |
3751 0200 - 0237 stand for characters in some single-byte character | |
3752 charset. | |
3753 | |
3754 1999-05-27 Dave Love <fx@gnu.org> | |
3755 | |
3756 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3757 | |
3758 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3759 | |
3760 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3761 headerline does not exist already. | |
3762 | |
3763 1999-05-26 Richard Stallman <rms@gnu.org> | |
3764 | |
3765 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3766 Avoid nested null-loops. | |
3767 | |
3768 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3769 | |
3770 * international/characters.el: Typo fixed; prefered->preferred. | |
3771 | |
3772 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3773 Typo fixed; prefered->preferred. | |
3774 | |
3775 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3776 method in read-event. | |
3777 | |
3778 * international/mule.el (charset-info): Doc-string fixed. | |
3779 | |
3780 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3781 | |
3782 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3783 smtpmail-code-conv-from properly. | |
3784 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3785 by smtpmail-code-conv-from. | |
3786 | |
3787 1999-05-24 Richard Stallman <rms@gnu.org> | |
3788 | |
3789 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3790 Binding deleted also. | |
3791 | |
3792 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3793 | |
3794 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3795 | |
3796 1999-05-23 Dave Love <fx@gnu.org> | |
3797 | |
3798 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3799 Enter it on minor-mode-map-alist. | |
3800 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3801 Autoload. Add custom setter. | |
3802 (crisp-mark-line): Doc fix. | |
3803 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3804 (crisp-mode-hook): Define. | |
3805 | |
3806 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3807 | |
3808 * files.el (recover-file): Recover buffer-file-coding-system. | |
3809 | |
3810 1999-05-22 Richard Stallman <rms@gnu.org> | |
3811 | |
3812 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3813 regexp match the date, to avoid treating date as file size. | |
3814 Add YYYY S option to WESTERN/ | |
3815 | |
3816 * bookmark.el: Delete some XEmacs compatibility code. | |
3817 (bookmark-jump-noselect): Check vc-backend. | |
3818 | |
3819 * subr.el (add-to-list): Doc fix. | |
3820 | |
3821 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3822 | |
3823 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3824 | |
3825 1999-05-18 Richard Stallman <rms@gnu.org> | |
3826 | |
3827 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3828 non-space after the @anchor command. | |
3829 (texinfo-format-var): Handle other nested constructs, using | |
3830 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3831 texinfo-parse-arg-discard. | |
3832 | |
3833 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3834 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3835 Bind inhibit-redisplay to nil. | |
3836 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3837 | |
3838 1999-05-17 Dave Love <fx@gnu.org> | |
3839 | |
3840 * help.el (describe-function-1): Extra arg, interactive-p. | |
3841 (describe-key, describe-function): Use it. | |
3842 | |
3843 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3844 | |
3845 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3846 | |
3847 1999-05-16 Dave Love <fx@gnu.org> | |
3848 | |
3849 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3850 scroll-preserve-screen-position, scroll-conservatively. | |
3851 | |
3852 1999-05-16 Dave Love <fx@gnu.org> | |
3853 | |
3854 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3855 | |
3856 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3857 | |
3858 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3859 | |
3860 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3861 | |
3862 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3863 magic number and is not associated with a file. | |
3864 | |
3865 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3866 | |
3867 * files.el (find-file-noselect-1): Fix previous change. | |
3868 | |
3869 1999-05-14 Simon Marshall <simon@gnu.org> | |
3870 | |
3871 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3872 | |
3873 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3874 | |
3875 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3876 docstring. | |
3877 | |
3878 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3879 and menus. | |
3880 | |
3881 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3882 | |
3883 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3884 to correctly reflect the value of BaseLineOffset in | |
3885 RelativeCompose. Now the value of RelativeCompose is an array of | |
3886 low and high positions. | |
3887 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3888 RLC for the above change. | |
3889 | |
3890 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3891 | |
3892 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3893 output of ksu and ssh-add. | |
3894 | |
3895 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3896 | |
3897 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3898 Adjusted for the change of input method handling in isearch.el. | |
3899 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3900 (isearch-hangul-switch-hanja): Likewise. | |
3901 | |
3902 1999-05-10 Dave Love <fx@gnu.org> | |
3903 | |
3904 * help.el (help-make-xrefs): Fix typo. | |
3905 | |
3906 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3907 | |
3908 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3909 unibyte-display-via-language-environment. | |
3910 | |
3911 * help.el (help-make-xrefs): Handle more cases when looking for | |
3912 commands in a keymap description. | |
3913 | |
3914 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3915 | |
3916 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3917 | |
3918 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3919 | |
3920 * ps-print.el (ps-control-character): Call | |
3921 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3922 | |
3923 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3924 ps-multibyte-buffer is nil, use | |
3925 ps-mule-font-info-database-default." | |
3926 | |
3927 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3928 | |
3929 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3930 customizing local dictionaries not accessable by everyone. | |
3931 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3932 (ispell-required-version): Changed format `(major minor | |
3933 revision)' to support general pattern matching. | |
3934 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3935 skip region commented out due to incorrect skip potential in std latex. | |
3936 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3937 cursor point on small words for calls from `ispell-minor-mode'. | |
3938 (check-ispell-version): Tests and accepts versions major.minor | |
3939 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3940 (ispell-get-line): No longer skips ispell process special characters. | |
3941 (ispell-comments-and-strings): Removed `when' macro call. | |
3942 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3943 (ispell-buffer-local-parsing): Supports checking comments only. | |
3944 | |
3945 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3946 | |
3947 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3948 more specific. | |
3949 | |
3950 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3951 | |
3952 * subr.el (with-temp-message): Fix the other call to message | |
3953 to use %s. | |
3954 | |
3955 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3956 | |
3957 * gud.el (gud-format-command): "%F" means file sans extension. | |
3958 (jdb): use %F, not %f, for gud-break. | |
3959 | |
3960 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3961 | |
3962 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3963 matches the output of kinit. | |
3964 | |
3965 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3966 | |
3967 * timezone.el (timezone-parse-date): Recognize new format used in | |
3968 internet cookies. | |
3969 | |
3970 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3971 | |
3972 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3973 | |
3974 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3975 | |
3976 * time.el (display-time-update): Allow for wrap-around when | |
3977 checking against display-time-server-down-time. | |
3978 | |
3979 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3980 | |
3981 * international/mule-diag.el (describe-coding-system): Fix English | |
3982 message. | |
3983 | |
3984 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3985 | |
3986 * term/w32-win.el: Change the x-charset-registry property for the | |
3987 Japanese charsets that are supported by Japanese Windows fonts. | |
3988 | |
3989 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3990 | |
3991 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3992 diary-block diary entries for which the reminders and the diary | |
3993 entries can overlap. | |
3994 | |
3995 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3996 | |
3997 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3998 matches the font selected in the dialog. | |
3999 | |
4000 1999-05-02 Dave Love <fx@gnu.org> | |
4001 | |
4002 * browse-url.el (browse-url-browser-function): Add :version. | |
4003 | |
4004 * international/mule.el (auto-coding-alist): Add .tgz. | |
4005 | |
4006 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
4007 | |
4008 * international/codepage.el (cp-coding-system-for-codepage-1): | |
4009 Make the magnification parameter for the -dos encoder be 2. | |
4010 | |
4011 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
4012 | |
4013 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
4014 it is dropped, rather than current window. | |
4015 | |
4016 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
4017 after switching buffer, as case-fold-search is a buffer local | |
4018 variable. | |
4019 | |
4020 * w32-fns.el (convert-standard-filename): Only convert directory | |
4021 separators to backslash if the interactive shell is one of the | |
4022 standard Windows shells that has DOS semantics. | |
4023 | |
4024 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
4025 format-time-string, and return a suitable string to indicate the | |
4026 timestamp was invalid. | |
4027 | |
4028 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
4029 expanding hexl-program in case exec-directory contains a space. | |
4030 (dehexlify-command): Ditto. | |
4031 | |
4032 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
4033 file extension regexps which aren't necessarily binary files. | |
4034 (direct-print-region-helper): Use subst-char-in-string instead of | |
4035 binding directory-sep-char to convert filenames to DOS syntax. | |
4036 (direct-print-region-use-command-dot-com): New variable. | |
4037 (direct-print-region-helper): Use it to control whether to invoked | |
4038 command.com to print on Windows 9x. | |
4039 | |
4040 * browse-url.el (browse-url-browser-function): Default to | |
4041 browse-url-default-windows-browser on windows-nt. | |
4042 (browse-url-default-windows-browser): New function. | |
4043 | |
4044 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
4045 | |
4046 * forms.el (forms-mode): Don't call forms-first-record or | |
4047 forms-last-record if the data file has zero records. | |
4048 | |
4049 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
4050 | |
4051 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
4052 after find-file-not-found-hooks runs, recompute the truename. | |
4053 And don't use FILENAME after that point. | |
4054 | |
4055 1999-04-27 Dave Love <fx@gnu.org> | |
4056 | |
4057 * paren.el (show-paren-mode) | |
4058 * which-func.el (which-func-mode-global) | |
4059 * type-break.el (type-break-mode) | |
4060 * time.el (display-time-mode) | |
4061 * rsz-mini.el (resize-minibuffer-mode) | |
4062 * mouse-sel.el (mouse-sel-mode) | |
4063 * icomplete.el (icomplete-mode) | |
4064 * hscroll.el (hscroll-global-mode) | |
4065 * help.el (temp-buffer-resize-mode) | |
4066 * font-lock.el (global-font-lock-mode) | |
4067 * delsel.el (delete-selection-mode) | |
4068 * avoid.el (mouse-avoidance-mode) | |
4069 * autoinsert.el (auto-insert-mode) | |
4070 * winner.el (winner-mode): Doc fix. | |
4071 | |
4072 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
4073 | |
4074 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
4075 the same whitespace that was ignored in choosing the subject string. | |
4076 | |
4077 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
4078 | |
4079 * info.el (Info-find-node): Position properly after finding anchor. | |
4080 | |
4081 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
4082 | |
4083 * simple.el (indent-new-comment-line): Fix previous change. | |
4084 | |
4085 * complete.el: Delete the wildcard expansion feature | |
4086 since that is now standard in find-file. | |
4087 (PC-try-load-many-files): Function deleted. | |
4088 (PC-after-load-many-files): Function deleted. | |
4089 (PC-many-files-list): Variable deleted. | |
4090 (PC-disable-wildcards): Variable deleted. | |
4091 (partial-completion-mode): Don't enable the wildcard feature. | |
4092 | |
4093 * complete.el (PC-look-for-include-file): Don't set global variables | |
4094 `error', `buf' and `filename' here. | |
4095 | |
4096 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
4097 | |
4098 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
4099 | |
4100 * textmodes/outline.el (outline-regexp): Doc fix. | |
4101 | |
4102 1999-04-26 John Wiegley <johnw@borland.com> | |
4103 | |
4104 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
4105 C++Builder 4.0 error message syntax. | |
4106 | |
4107 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
4108 | |
4109 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
4110 supported, use find -exec. | |
4111 | |
4112 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4113 | |
4114 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
4115 coding-system-for-write, to avoid hanging when non-interactive. | |
4116 | |
4117 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
4118 | |
4119 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
4120 start with a newline. | |
4121 | |
4122 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
4123 | |
4124 * international/mule-conf.el (x-ctext): New coding system. | |
4125 | |
4126 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
4127 | |
4128 * international/mule-cmds.el (input-method-function): | |
4129 Add permanent-local property. | |
4130 | |
4131 1999-04-12 Dave Love <fx@gnu.org> | |
4132 | |
4133 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
4134 change to use jka-compr-byte-compiler-base-file-name. | |
4135 | |
4136 * supercite.el (sc-scan-info-alist): Revert last change. | |
4137 (sc-attrib-selection-list): Fix :type here instead. | |
4138 | |
4139 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
4140 | |
4141 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
4142 in the list of case-insensitive filesystems. | |
4143 | |
4144 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
4145 | |
4146 * international/fontset.el (create-fontset-from-fontset-spec): | |
4147 Don't register duplicated alias fontset names. | |
4148 | |
4149 1999-04-08 Richard Stallman <rms@gnu.org> | |
4150 | |
4151 * international/mule.el (auto-coding-alist-lookup): New function. | |
4152 (set-auto-coding): Use auto-coding-alist-lookup. | |
4153 | |
4154 * jka-compr.el (jka-compr-insert-file-contents): | |
4155 Use auto-coding-alist-lookup to check for files that | |
4156 should not have eol conversion, in the unibyte case. | |
4157 | |
4158 1999-04-07 Dave Love <fx@gnu.org> | |
4159 | |
4160 * help.el (describe-variable): Check custom-loads property as well | |
4161 as custom-type. | |
4162 | |
4163 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
4164 | |
4165 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4166 | |
4167 * vc.el (vc-backend-revert): For CVS files that were made | |
4168 writeable with "cvs edit", call "cvs unedit" to undo that. | |
4169 | |
4170 1999-04-08 Dave Love <fx@gnu.org> | |
4171 | |
4172 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
4173 more. | |
4174 (sc-emacs-features): Recognize Emacs 20. | |
4175 (sc-read-string): Use history arg. | |
4176 (sc-scan-info-alist): Check for rtnvalue a cons. | |
4177 | |
4178 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
4179 | |
4180 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
4181 coding system to encode the message by | |
4182 select-message-coding-system. | |
4183 | |
4184 1999-04-07 Richard Stallman <rms@gnu.org> | |
4185 | |
4186 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
4187 | |
4188 * winner.el: Reorder definitions. | |
4189 | |
4190 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
4191 | |
4192 * mail/rmail.el (rmail-decode-babyl-format): | |
4193 Undo previous change. | |
4194 | |
4195 1999-04-06 Richard Stallman <rms@gnu.org> | |
4196 | |
4197 * info.el (Info-find-node): Check for an anchor at the | |
4198 proper place, before reading an indirect file. | |
4199 | |
4200 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
4201 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4202 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 4203 Use raw-text-unix when we want no conversion. |
4204 | |
4205 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
4206 | |
4207 * timezone.el (timezone-parse-date): Corrected regexp for | |
4208 style (5) date format so that tenths of seconds are optional. | |
4209 | |
4210 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
4211 | |
4212 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
4213 of dos-codepage-setup. | |
4214 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
4215 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
|
4216 systems. |
25837 | 4217 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
4218 | |
4219 1999-04-05 Richard Stallman <rms@gnu.org> | |
4220 | |
4221 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
4222 | |
4223 1999-04-02 Richard Stallman <rms@gnu.org> | |
4224 | |
4225 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
4226 if (car status) doesn't end in a newline. | |
4227 | |
4228 1999-04-01 Dave Love <fx@gnu.org> | |
4229 | |
4230 * progmodes/sql.el (SQL): Add defgroup :version. | |
4231 | |
4232 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
4233 | |
4234 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
4235 buffer-file-coding-system. If the coding system used is raw-text, | |
4236 etc., make the *Compiler Input* buffer unibyte. | |
4237 | |
4238 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
4239 | |
4240 * loadup.el: Don't write the fns-...el file if not dumping. | |
4241 | |
4242 1999-03-31 Dave Love <fx@gnu.org> | |
4243 | |
4244 * snmp-mode.el (snmp): Fix defgroup :version. | |
4245 | |
4246 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
4247 | |
4248 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
4249 | |
4250 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
4251 the gnus-save-hidden-threads macro. | |
4252 | |
4253 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
4254 | |
4255 * faces.el (face-set-after-frame-default): Obey the | |
4256 `customized-face' for new faces. | |
4257 | |
4258 1999-03-30 Dave Love <fx@gnu.org> | |
4259 | |
4260 * international/mule-cmds.el (current-language-environment): Doc fix. | |
4261 * abbrev.el (abbrev-mode): Doc fix. | |
4262 * autoinsert.el (auto-insert-mode): Doc fix. | |
4263 * complete.el (partial-completion-mode): Doc fix. | |
4264 * avoid.el (mouse-avoidance-mode): Doc fix. | |
4265 * delsel.el (delete-selection-mode): Doc fix. | |
4266 * font-lock.el (global-font-lock-mode): Doc fix. | |
4267 * help.el (temp-buffer-resize-mode): Doc fix. | |
4268 * hscroll.el (hscroll-global-mode): Doc fix. | |
4269 * icomplete.el (icomplete-mode): Doc fix. | |
4270 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
4271 * paren.el (show-paren-mode): Doc fix. | |
4272 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
4273 * time.el (display-time-mode): Doc fix. | |
4274 * type-break.el (type-break-mode): Doc fix. | |
4275 * which-func.el (which-func-mode-global): Doc fix. | |
4276 * winner.el (winner-mode): Doc fix. | |
4277 | |
4278 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
4279 | |
4280 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
4281 than an ordinary error. | |
4282 | |
4283 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
4284 | |
4285 * repeat.el: Don't require advice. | |
4286 (repeat): Do function-indirection in check for kbd macro. | |
4287 In self-insert case, use the *last* char in INSERTION. | |
4288 | |
4289 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
4290 | |
4291 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
4292 | |
4293 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
4294 | |
4295 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
4296 comint-input-filter-functions. Make variables related to shell | |
4297 directory tracking local. | |
4298 | |
4299 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
4300 | |
4301 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
4302 | |
4303 * simple.el (shell-command-on-region): Cope with exit-status being | |
4304 nil, which happens if call-process-region was interrupted. | |
4305 | |
4306 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
4307 | |
4308 * simple.el (indent-new-comment-line): Handle use at a point | |
4309 after a comment-end. Handle multiple comments. | |
4310 | |
4311 * mail/rmail.el (rmail-decode-babyl-format): | |
4312 To prevent locking, bind buffer-file-name to nil. | |
4313 | |
4314 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
4315 | |
4316 * mail-hist.el (mail-hist-current-header-name): Don't make | |
4317 off-by-one-error when determining if in message body. | |
4318 | |
4319 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
4320 | |
4321 * w32-fns.el (set-default-process-coding-system): Copied from | |
4322 dos-w32.el, but modified to use Unix line endings for process | |
4323 input, and to add a suitable entry to process-coding-system-alist | |
4324 for DOS shells. | |
4325 | |
4326 * dos-fns.el (set-default-process-coding-system): Copied from | |
4327 dos-w32.el. | |
4328 | |
4329 * dos-w32.el (set-default-process-coding-system): Move function to | |
4330 dos-fns.el; a different version is used in w32-fns.el. | |
4331 | |
4332 1999-03-24 Dave Love <fx@gnu.org> | |
4333 | |
4334 * info.el (Info-directory-list): Revert change to re-writing | |
4335 Info-default-directory-list, but put `alternative' first. | |
4336 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
4337 | |
4338 1999-03-23 Simon Marshall <simon@gnu.org> | |
4339 | |
4340 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
4341 on the line by itself. | |
4342 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4343 it is not in a declarative context. | |
4344 | |
4345 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4346 | |
4347 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4348 autoloaded symbols. | |
4349 | |
4350 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4351 | |
4352 * simple.el (what-cursor-position): Don't cause error when point | |
4353 is at invalid multibyte sequence. | |
4354 | |
4355 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4356 | |
4357 * complete.el (partial-completion-mode): Doc fix. | |
4358 | |
4359 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4360 | |
4361 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4362 | |
4363 * progmodes/c-mode.el (old-c): Remove :group. | |
4364 | |
4365 1999-03-18 Simon Marshall <simon@gnu.org> | |
4366 | |
4367 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4368 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4369 | |
4370 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4371 | |
4372 * w32-fns.el (set-w32-system-coding-system) New function. | |
4373 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4374 | |
4375 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4376 | |
4377 * international/mule-cmds.el (set-language-environment): Fix | |
4378 previous change: don't use dos-codepage when unbound. | |
4379 | |
4380 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4381 | |
4382 * calendar/appt.el (appt-make-list): Fix previous change. | |
4383 | |
4384 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4385 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4386 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4387 Don't try to redisplay with the cursor at the end |
4388 on its own line--that would force a scroll and spoil things. | |
4389 | |
4390 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4391 | |
4392 * international/mule-cmds.el (set-language-environment): Don't use | |
4393 cpNNN-nonascii-translation-table if it is unbound. | |
4394 | |
4395 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4396 syntax table and bind unibyte-display-via-language-environment | |
4397 here, rather than at top level, so that resetting to unibyte in | |
4398 .emacs works as expected. | |
4399 | |
4400 1999-03-15 Simon Marshall <simon@gnu.org> | |
4401 | |
4402 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4403 | |
4404 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4405 | |
4406 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4407 | |
4408 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4409 | |
4410 * international/mule-util.el (detect-coding-with-priority): | |
4411 Restore the internal database. | |
4412 | |
4413 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4414 | |
4415 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4416 if mail-from-style has invalid value. | |
4417 | |
4418 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4419 | |
4420 * vc.el (vc-delete-logbuf-window): New var. | |
4421 (vc-finish-logentry): Use it. | |
4422 | |
4423 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4424 | |
4425 * startup.el (command-line-1): Improve startup msg. | |
4426 | |
4427 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4428 | |
4429 * speedbar.el: Added commentary about stealthy functions. | |
4430 (speedbar-message) new function. | |
4431 (speedbar-y-or-n-p): New function | |
4432 (speedbar-with-attached-buffer) Moved macro before reference. | |
4433 Now uses `save-selected-window'. | |
4434 (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
|
4435 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4436 speedbar-item-delete, speedbar-insert-generic-list, |
4437 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4438 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4439 speedbar-buffers-item-info) Use speedbar-message. | |
4440 (speedbar-item-info) Limit `message-log-max'. | |
4441 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4442 speedbar-item-delete, speedbar-item-object-delete, | |
4443 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4444 | |
4445 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4446 | |
4447 * server.el (server-start): Set coding system for the server | |
4448 process to raw-text. | |
4449 (server-process-filter): Decode file names if necessary. | |
4450 | |
4451 1999-03-12 Dave Love <fx@gnu.org> | |
4452 | |
4453 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4454 | |
4455 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4456 | |
4457 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4458 | |
4459 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4460 | |
4461 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4462 | |
4463 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4464 (ispell-dictionary-alist-2): Likewise. | |
4465 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4466 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4467 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4468 | |
4469 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4470 | |
4471 * enriched.el (enriched-mode): Make var permanent-local. | |
4472 | |
4473 1999-03-09 Dave Love <fx@gnu.org> | |
4474 | |
4475 * textmodes/sgml-mode.el (html-mode): Use | |
4476 sentence-end-double-space when setting sentence-end. | |
4477 | |
4478 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4479 | |
4480 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4481 | |
4482 1999-03-08 Felix Lee <flee@cygnus.com> | |
4483 | |
4484 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4485 | |
4486 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4487 | |
4488 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4489 | |
4490 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4491 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4492 | |
4493 * dired.el (dired-do-copy-regexp): Doc fix. | |
4494 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4495 | |
4496 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4497 | |
4498 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4499 | |
4500 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4501 | |
4502 * international/codepage.el (cp1250-decode-table) | |
4503 (cp1251-decode-table, cp1253-decode-table) | |
4504 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4505 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4506 | |
4507 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4508 | |
4509 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4510 | |
4511 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4512 | |
4513 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4514 | |
4515 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4516 | |
4517 1999-03-06 Dave Love <fx@gnu.org> | |
4518 | |
4519 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4520 buffer-invisibility-spec. | |
4521 | |
4522 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4523 | |
4524 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4525 | |
4526 1999-03-05 Felix Lee <flee@cygnus.com> | |
4527 | |
4528 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4529 | |
4530 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4531 | |
4532 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4533 | |
4534 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4535 | |
4536 * w32-fns.el (convert-standard-filename): Convert directory | |
4537 separators to Windows format. | |
4538 | |
4539 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4540 | |
4541 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4542 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4543 (batch-skkdic-convert): Doc fix. | |
4544 | |
4545 1999-03-04 Dave Love <fx@gnu.org> | |
4546 | |
4547 * custom.el (custom-set-variables): Protect against setter errors. | |
4548 | |
4549 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4550 | |
4551 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4552 the file sizes from overflowing. | |
4553 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4554 Under -s, print the size in blocks with %4.0f, in case they have | |
4555 a *really* huge file. | |
4556 | |
4557 1999-03-03 Dave Love <fx@gnu.org> | |
4558 | |
4559 * options.el (edit-options): Doc fix. | |
4560 (list-options): Don't lose with unbound symbols. Maintain | |
4561 Edit-options-mode. | |
4562 | |
4563 1999-03-01 Dave Love <fx@gnu.org> | |
4564 | |
4565 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4566 | |
4567 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4568 | |
4569 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4570 (ispell-dictionary-alist): Don't setq it, | |
4571 if ispell-dictionary-alist-override is set. | |
4572 | |
4573 * simple.el (shell-command-default-error-buffer): Renamed from | |
4574 shell-command-on-region-default-error-buffer. | |
4575 (shell-command-on-region): Mention in echo area when there | |
4576 is some error output. Mention success or failure, too. | |
4577 Accumulate multiple error outputs | |
4578 going forward, with formfeed in between. Display the error buffer | |
4579 when we have put something in it. | |
4580 (shell-command): Add the ERROR-BUFFER argument feature. | |
4581 | |
4582 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4583 | |
4584 * mail/mh-utils.el (mh-lib): Doc fix. | |
4585 (mh-lib-progs, mh-nmh-p): New vars. | |
4586 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4587 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4588 of mh-file-command-p. | |
4589 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4590 | |
4591 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4592 (mh-smail-batch): Don't ignore all arguments. | |
4593 (mh-reply): Do the right thing when using nmh. | |
4594 | |
4595 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4596 | |
4597 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4598 to show a buffer being decoded. | |
4599 | |
4600 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4601 | |
4602 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4603 '("/usr/local/share/emacs/fonts/bdf"). | |
4604 | |
4605 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4606 | |
4607 * ps-print.el: PostScript programming fix. | |
4608 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4609 setpagedevice operator). | |
4610 | |
4611 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4612 | |
4613 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4614 sizes. | |
4615 (ps-print-version): New version number (4.1.4). | |
4616 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4617 Specifies landscape and portrait sizes. | |
4618 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4619 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4620 fix. | |
4621 (ps-get-font-size): New fun. | |
4622 (ps-font-size-internal, ps-header-font-size-internal) | |
4623 (ps-header-title-font-size-internal): New vars. | |
4624 | |
4625 * ps-mule.el: Change of ps-print font size variable name. | |
4626 (ps-mule-generate-font): Fun fix. | |
4627 (ps-mule-begin-job): Programming uniformization. | |
4628 | |
4629 1999-02-25 Dave Love <fx@gnu.org> | |
4630 | |
4631 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4632 (help-make-xrefs): Do Info case first. | |
4633 | |
4634 * repeat.el: Don't require advice. | |
4635 (repeat-last-kill-command): Variable deleted. | |
4636 | |
4637 1999-02-25 Richard Stallman <rms@gnu.org> | |
4638 | |
4639 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4640 case just because the current buffer is the output buffer. | |
4641 | |
4642 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4643 | |
4644 * simple.el (what-cursor-position): To show the character's | |
4645 encoding, use encoded-string-description instead of information | |
4646 of chaset-origin-alist. | |
4647 | |
4648 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4649 (encoded-code-description): New function. | |
4650 (encoded-string-description): New function. | |
4651 (encode-coding-char): New function. | |
4652 | |
4653 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4654 | |
4655 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4656 checking for .emacs[.el[c]]. | |
4657 | |
4658 1999-02-24 Richard Stallman <rms@gnu.org> | |
4659 | |
4660 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4661 | |
4662 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4663 | |
4664 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4665 inputting ?\240. | |
4666 | |
4667 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4668 | |
4669 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4670 | |
4671 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4672 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4673 | |
4674 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4675 | |
4676 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4677 | |
4678 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4679 | |
4680 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4681 | |
4682 * 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
|
4683 excursion while calling set-auto-coding-function. |
25837 | 4684 |
4685 * play/handwrite.el (handwrite): Require ps-print, and use | |
4686 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4687 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4688 | |
4689 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4690 | |
4691 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4692 charset-origin-alist property to a coding system for the codepage. | |
4693 | |
4694 * international/mule.el: Modify comment for charset-origin-alist | |
4695 property of a coding system. | |
4696 | |
4697 * simple.el (what-cursor-position): charset-origin-alist property | |
4698 of a coding system may be a translation table or a symbol of which | |
4699 `translation-table' property is a translation table. | |
4700 | |
4701 1999-02-21 Richard Stallman <rms@gnu.org> | |
4702 | |
4703 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4704 to the "html" template. | |
4705 | |
4706 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4707 | |
4708 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4709 | |
4710 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4711 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4712 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 4713 instead of the buffer. |
4714 | |
4715 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4716 | |
4717 * sql.el: Set version to 1.4.1. Changed mail address to | |
4718 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4719 (sql-input-ring-separator): Doc fix. | |
4720 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4721 ". 56" instead of ". 12b" for XEmacs. | |
4722 (sql-stop, sql-interactive-mode): Doc fixes. | |
4723 (sql-postgres): Queries for database and server, not just one. | |
4724 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4725 | |
4726 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4727 changed. This is needed for master.el to work. | |
4728 (sql-set-sqli-buffer): Use the new hook. | |
4729 | |
4730 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4731 sql-alternate-buffer-name. | |
4732 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4733 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4734 (sql-rename-buffer): New command. | |
4735 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4736 | |
4737 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4738 and sql-input-ring-file-name are used to temporarily set | |
4739 comint-input-ring-file-name and comint-input-ring-separator when | |
4740 reading and writing input history files. | |
4741 | |
4742 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4743 (sql-input-ring-file-name): New variable with customization. | |
4744 (sql-input-ring-separator): New variable with customization. | |
4745 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4746 Callers changed. | |
4747 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4748 now includes the name of the current buffer. | |
4749 | |
4750 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4751 sql-send-paragraph sends the entire SQL statements, even if it | |
4752 contains indented lines. | |
4753 | |
4754 1999-02-18 Dave Love <fx@gnu.org> | |
4755 | |
4756 * format.el (format-encode-run-method, format-decode-run-method): | |
4757 Fix previous change. | |
4758 | |
4759 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4760 | |
4761 * international/mule.el (coding-system-list): Moved here from | |
4762 mule-util.el to avoid autoloading mule-util by the call of | |
4763 select-safe-coding-system. | |
4764 | |
4765 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4766 | |
4767 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4768 `text-mode-hook'. | |
4769 | |
4770 1999-02-17 Richard Stallman <rms@gnu.org> | |
4771 | |
4772 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4773 Don't crash if (current-local-map) is nil. | |
4774 | |
4775 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4776 | |
4777 * filecache.el (file-cache-filter-regexps): Added .class. | |
4778 | |
4779 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4780 | |
4781 * international/mule-util.el (decompose-region): Use | |
4782 insert-buffer-substring instead of insert-buffer to avoid putting | |
4783 mark. | |
4784 | |
4785 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4786 | |
4787 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4788 displayed-month and displayed-year here, let generate-calendar do | |
4789 it, after range checking. | |
4790 | |
4791 1999-02-17 Simon Marshall <simon@gnu.org> | |
4792 | |
4793 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4794 | |
4795 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4796 correctly between an object declared via a constructor and a method. | |
4797 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4798 (java-font-lock-keywords-1): Fontify package names individually. | |
4799 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4800 (java-font-lock-keywords-2): Simplify type fontification. | |
4801 (java-font-lock-keywords-3): Likewise. | |
4802 | |
4803 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4804 | |
4805 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4806 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4807 | |
4808 1999-02-16 Dave Love <fx@gnu.org> | |
4809 | |
4810 * help.el (describe-function-1): Accept non-symbols. | |
4811 | |
4812 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4813 | |
4814 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4815 find the last match if there are multiple matches. | |
4816 | |
4817 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4818 | |
4819 * tex-mode.el (tex-run-command, latex-run-command) | |
4820 (slitex-run-command, tex-command): Doc changes. | |
4821 (tex-start-options-string): Autoload it. Doc change. Provide | |
4822 a menu for customization. Allow nil. Quote backslashes only once. | |
4823 (tex-start-tex): Handle nil value of tex-start-options-string | |
4824 and apply shell-quote-argument to it. | |
4825 | |
4826 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4827 | |
4828 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4829 the size in blocks, since it can be a float. | |
4830 (ls-lisp-format): Likewise | |
4831 | |
4832 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4833 | |
4834 * language/japanese.el (japanese-shift-jis): Add | |
4835 charset-origin-alist property. | |
4836 | |
4837 1999-02-15 Richard Stallman <rms@gnu.org> | |
4838 | |
4839 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4840 | |
4841 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4842 | |
4843 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4844 | |
4845 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4846 | |
4847 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4848 Summary-line in its header, get past one more line before looking | |
4849 for the X-Coding-System header. | |
4850 | |
4851 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4852 | |
4853 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4854 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4855 | |
4856 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4857 | |
4858 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4859 instead of `eq'. | |
4860 | |
4861 1999-02-14 Richard Stallman <rms@gnu.org> | |
4862 | |
4863 * international/iso-transl.el: | |
4864 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4865 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4866 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4867 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4868 (iso-transl-char-map): Related changes. | |
4869 | |
4870 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4871 | |
4872 1999-02-13 Richard Stallman <rms@gnu.org> | |
4873 | |
4874 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4875 (texinfo-fold-nodename-case): Add defvar. | |
4876 (texinfo-format-node): Do case folding if specified. | |
4877 | |
4878 * ffap.el (ffap-file-at-point): Test local file names | |
4879 immediately. Strip off line numbers. | |
4880 | |
4881 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4882 | |
4883 * sql.el: Set version to 1.3.2 | |
4884 (sql-solid-program): Added support for solid. | |
4885 (sql-help): Doc mentions sql-solid. | |
4886 (sql-solid): Entry function for Solid. | |
4887 (sql-buffer): Doc explains the use of the variable and how to | |
4888 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4889 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 4890 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
4891 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4892 is new. | |
4893 (sql-show-sqli-buffer): New function to display the value of | |
4894 sql-buffer. | |
4895 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4896 (sql-mode): Doc explains how to change sql-buffer. | |
4897 (sql-send-paragraph): New function to send a paragraph. | |
4898 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4899 (sql-mysql): Doc corrected. | |
4900 (sql-ms): Doc corrected. | |
4901 | |
4902 * sql.el (sql-server): Doc fix. | |
4903 (sql-mysql): Added the use of sql-server to specify the host, | |
4904 sql-database now specifies database instead of host. | |
4905 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4906 is non-nil. | |
4907 (sql-help): Changed tag of entry functions a bit. | |
4908 | |
4909 * sql.el: Added keywords from `finder-by-keyword'. | |
4910 (sql-mode): Made sql-buffer a local variable, changed the | |
4911 documentation: removed instructions to add *.sql files to | |
4912 auto-mode-alist, added documentation for having mutliple SQL | |
4913 buffers sending their stuff to different SQLi buffers, each | |
4914 running a different process. | |
4915 (sql-postgres): Quoted *SQL* in doc string. | |
4916 (sql-ms): Likewise. | |
4917 (sql-ingres): Likewise. | |
4918 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4919 sql-user and sql-password used during login. | |
4920 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4921 (sql-oracle): Likewise. | |
4922 (sql-interactive-mode): Added extensive documentation for having | |
4923 mutliple SQL buffers sending their stuff to different SQLi | |
4924 buffers, each running a different process. | |
4925 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4926 (sql-get-login): Doc fix. | |
4927 | |
4928 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4929 | |
4930 * international/mule-conf.el (undecided): Set ascii in | |
4931 safe-charsets property. | |
4932 | |
4933 1999-02-12 Richard Stallman <rms@gnu.org> | |
4934 | |
4935 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4936 | |
4937 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4938 | |
4939 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4940 value to ps-mule-font-info-database-latin. | |
4941 | |
4942 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4943 | |
4944 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4945 (ps-mule-font-info-database-default): New variable. | |
4946 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4947 ps-mule-font-info-database-default. | |
4948 | |
4949 1999-02-12 Dave Love <fx@gnu.org> | |
4950 | |
4951 * timezone.el (timezone-make-date-sortable) | |
4952 (timezone-make-date-arpa-standard): Doc fix. | |
4953 | |
4954 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4955 | |
4956 * international/quail.el (quail-show-kbd-layout): Bind | |
4957 blink-matching-paren to nil. | |
4958 | |
4959 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4960 for ASCII and Latin-1. | |
4961 | |
4962 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4963 | |
4964 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4965 | |
4966 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4967 | |
4968 * international/mule-cmds.el (language-info-alist): Remove | |
4969 description about charset-origin-alist. | |
4970 | |
4971 * international/mule.el: Comment added for a new coding system | |
4972 property `charset-origin-alit'. | |
4973 (make-translation-table): This variable deleted. | |
4974 | |
4975 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4976 property. | |
4977 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4978 | |
4979 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4980 property. | |
4981 (cyrillic-alternativnyj): Likewise. | |
4982 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4983 ("Cyrillic-ALT"): Likewise. | |
4984 | |
4985 * language/vietnamese.el (vietnamese-viqr): Add | |
4986 charset-origin-alist property. | |
4987 ("Vietnamese"): Remove charset-origin-alist property. | |
4988 | |
4989 * simple.el (what-cursor-position): Don't use the varialbe | |
4990 charset-origin-alist, but use charset-origin-alist property of | |
4991 buffer-file-coding-system to decide external character set code. | |
4992 | |
4993 1999-02-10 Richard Stallman <rms@gnu.org> | |
4994 | |
4995 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4996 | |
4997 1999-02-09 Richard Stallman <rms@gnu.org> | |
4998 | |
4999 * progmodes/compile.el (compile-auto-highlight): Customize. | |
5000 | |
5001 * add-log.el (add-log-file-name-function): New variable. | |
5002 (add-change-log-entry): Call that function, if non-nil. | |
5003 | |
5004 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
5005 | |
5006 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
5007 | |
5008 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5009 | |
5010 * progmodes/compile.el (compilation-setup): Set value of | |
5011 compilation-directory-stack as in compilation-forget-errors. | |
5012 (compile-reinitialize-errors): Bind buffer-undo-list and | |
5013 deactivate-mark. | |
5014 (compilation-forget-errors): Likewise. | |
5015 | |
5016 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
5017 | |
5018 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
5019 def... constructs. | |
5020 | |
5021 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
5022 Remove calls to sleep-for. | |
5023 | |
5024 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
5025 | |
5026 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
5027 MS-DOS, use dos-unsupported-char-glyph for characters not | |
5028 supported by the codepage. | |
5029 (cp-make-coding-systems-for-codepage): Likewise. | |
5030 | |
5031 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
5032 | |
5033 * international/mule-util.el (coding-system-list): Don't sort | |
5034 coding-system-list here. | |
5035 | |
5036 * international/mule.el (coding-system-lessp): Moved here from | |
5037 mule-util.el | |
5038 (add-to-coding-system-list): New function. | |
5039 (make-subsidiary-coding-system, make-coding-system, | |
5040 define-coding-system-alias): Use it instead of setting | |
5041 coding-system-list directly. | |
5042 | |
5043 1999-02-07 Dave Love <fx@gnu.org> | |
5044 | |
5045 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
5046 onto message. | |
5047 | |
5048 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5049 | |
5050 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
5051 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
5052 | |
5053 1999-02-06 Richard Stallman <rms@gnu.org> | |
5054 | |
5055 * language/european.el (setup-slovenian-environment): New function. | |
5056 ("Slovenian"): New language environment. | |
5057 | |
5058 * progmodes/sql.el (sql-help): Doc fix. | |
5059 (sql-mysql): Doc fix. | |
5060 | |
5061 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5062 | |
5063 * tex-mode.el: When compiling, require compare-w and skeleton | |
5064 to pacify the byte-compiler. Move the def's of the tex-commands | |
5065 together. Add a comment on kill-process vs. quit-process. | |
5066 | |
5067 1999-02-05 Dave Love <fx@gnu.org> | |
5068 | |
5069 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
5070 null markers. | |
5071 (compile-goto-error): Likewise. | |
5072 | |
5073 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
5074 | |
5075 * time-stamp.el (time-stamp-format): Format doc tighter. | |
5076 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
5077 (time-stamp): don't re-write the time stamp if it didn't change. | |
5078 | |
5079 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
5080 | |
5081 * progmodes/sql.el: Changed version to 1.2.1. | |
5082 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
5083 (sql-mysql-program): Added MySQL support. | |
5084 (sql-prompt-length): Made prompt-length configurable. | |
5085 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
5086 (sql-help): Added MySQL support, changed documentation. | |
5087 (sql-send-region): A message is displayed if something is sent. | |
5088 (sql-mode): Added buffer-local comment-start. | |
5089 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
5090 (sql-interactive-mode): Added buffer-local comment-start. | |
5091 (sql-oracle): Set sql-prompt-length. | |
5092 (sql-sybase): Set sql-prompt-length. | |
5093 (sql-mysql): Added MySQL support. | |
5094 (sql-ingres): Set sql-prompt-length. | |
5095 (sql-ms): Set sql-prompt-length. | |
5096 (sql-postgres): Set sql-prompt-length. | |
5097 | |
5098 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
5099 | |
5100 * term/internal.el (dos-codepage-setup): Set selection coding | |
5101 system to cpNNN-dos. | |
5102 | |
5103 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5104 | |
5105 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
5106 | |
5107 1999-02-02 Dave Love <fx@gnu.org> | |
5108 | |
5109 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
5110 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
5111 | |
5112 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
5113 | |
5114 * terminal.el (terminal-emulator): Doc fix. | |
5115 | |
5116 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
5117 | |
5118 * international/mule-util.el (compose-chars): Doc-string | |
5119 modified. Correctly handle a composition character in ARGS. | |
5120 | |
5121 1999-02-01 Richard Stallman <rms@gnu.org> | |
5122 | |
5123 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
5124 (makefile-menu-index-function): Function deleted. | |
5125 (makefile-mode): Use makefile-imenu-generic-expression. | |
5126 | |
5127 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
5128 | |
5129 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
5130 change, invoke from before-init-hook. | |
5131 | |
5132 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
5133 | |
5134 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
5135 buffer-invisibility-spec is t. | |
5136 | |
5137 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
5138 | |
5139 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
5140 appt-add and appt-delete. | |
5141 | |
5142 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
5143 | |
5144 * term/pc-win.el (msdos-approximate-color): New function. | |
5145 (msdos-color-translate): Call it to find a DOS color that best | |
5146 approximates an X-style "#NNNNNN" color specification. | |
5147 | |
5148 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
5149 | |
5150 * international/mule-util.el (compose-chars-component): Add | |
5151 autoload cookie. | |
5152 | |
5153 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
5154 | |
5155 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
5156 function, replace cdr of MAP by the return value of the function | |
5157 unconditionally. | |
5158 | |
5159 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5160 | |
5161 * progmodes/compile.el (compilation-next-error-locus): Don't | |
5162 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
5163 | |
5164 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
5165 | |
5166 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
5167 and NLs before "charset", and allow the charset name be in double | |
5168 quotes. | |
5169 | |
5170 1999-01-31 Richard Stallman <rms@gnu.org> | |
5171 | |
5172 * imenu.el (imenu-sort-function): Fix custom type. | |
5173 | |
5174 1999-01-30 Richard Stallman <rms@gnu.org> | |
5175 | |
5176 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
5177 (speedbar-line-token): Likewise. | |
5178 | |
5179 * play/gametree.el (gametree-default-score): Use defcustom. | |
5180 (gametree-score-regexp, gametree-score-closer): Likewise. | |
5181 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
5182 | |
5183 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5184 | |
5185 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
5186 decoding. | |
5187 | |
5188 1999-01-29 Markus Rost <rost@gnu.org> | |
5189 | |
5190 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
5191 tex-validate-buffer. | |
5192 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
5193 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
5194 now with recent occur-mode. | |
5195 (tex-validate-region): Really walk through all Sexps. | |
5196 (tex-region): Bind shell-dirtrack-verbose. | |
5197 (tex-file, tex-bibtex-file): Likewise. | |
5198 | |
5199 1999-01-29 Dave Love <fx@gnu.org> | |
5200 | |
5201 * finder.el: (finder-commentary): Fix interactive spec. Try | |
5202 appending .el to file name. | |
5203 (finder-find-library, finder-commentary): Doc fixes. | |
5204 | |
5205 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
5206 | |
5207 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
5208 where the userid contains directory separators. | |
5209 | |
5210 1999-01-29 Dave Love <fx@gnu.org> | |
5211 | |
5212 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
5213 (lm-commentary): Doc fix. | |
5214 | |
5215 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
5216 | |
5217 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
5218 wildcard match. Fix regexp that tests if dirpart contains | |
5219 wildcard characters. | |
5220 | |
5221 1999-01-28 Richard Stallman <rms@gnu.org> | |
5222 | |
5223 * font-lock.el (font-lock-default-unfontify-region): | |
5224 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
5225 | |
5226 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
5227 | |
5228 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
5229 from FAMILY field. | |
5230 (w32-create-initial-fontsets): Do not use before-init-hook. | |
5231 (mouse-set-font): Document. Automatically create and use fontsets. | |
5232 | |
5233 * dos-w32.el (direct-print-region-helper): Check for printer | |
5234 being t as well as a string. | |
5235 | |
5236 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
5237 | |
5238 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
5239 (rmail-mime-charset-pattern): New variable. | |
5240 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
5241 rmail-decode-mime-charset is non-nil. | |
5242 | |
5243 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
5244 | |
5245 * international/characters.el: Set category `q' for all characters | |
5246 in tibetan and tibetan-1-column. | |
5247 | |
5248 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
5249 | |
5250 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
5251 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
5252 | |
5253 1999-01-27 Dave Love <fx@gnu.org> | |
5254 | |
5255 * international/mule-cmds.el (current-language-environment): | |
5256 Provide :link, :type (choices) and appropriate :get. | |
5257 | |
5258 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
5259 | |
5260 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
5261 display end-of-line format in mode line. | |
5262 | |
5263 * cus-start.el (all): Add eol-mnemonic-* variables. | |
5264 | |
5265 1999-01-26 Dave Love <fx@gnu.org> | |
5266 | |
5267 * startup.el (command-line-1): Up-date copyright. | |
5268 | |
5269 * paths.el (Info-default-directory-list): Use configdir twice. | |
5270 | |
5271 * info.el (Info-directory-list): Don't set path-separator now | |
5272 we're not shipped with Texinfo. Simplify path definition. | |
5273 Substitute all occurrences of instdir in Info-default-directory-list. | |
5274 | |
5275 1999-01-25 Richard Stallman <rms@gnu.org> | |
5276 | |
5277 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5278 Record the inode numbers of the dirs processed, to avoid loop. | |
5279 | |
5280 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
5281 | |
5282 1999-01-25 Dave Love <fx@gnu.org> | |
5283 | |
5284 * browse-url.el (browse-url-netscape-program): Doc addition. | |
5285 | |
5286 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
5287 prefix. | |
5288 | |
5289 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
5290 auto-mode-alist. | |
5291 | |
5292 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5293 | |
5294 * calendar/diary-lib.el (mark-diary-entries): Use | |
5295 assoc-ignore-case and do not capitalize when matching month and | |
5296 day names. | |
5297 | |
5298 * calendar/calendar.el (calendar-read-date): Ditto. | |
5299 | |
5300 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
5301 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
5302 | |
5303 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
5304 | |
5305 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
5306 | |
5307 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
5308 (mark-islamic-diary-entries): Ditto. | |
5309 | |
5310 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
5311 | |
5312 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
5313 (calendar-read-mayan-tzolkin-date): Ditto. | |
5314 | |
5315 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
5316 | |
5317 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
5318 | |
5319 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
5320 | |
5321 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
5322 | |
5323 * faces.el (list-faces-display): Multiline case of previous fix. | |
5324 | |
5325 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
5326 | |
5327 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
5328 | |
5329 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
5330 | |
5331 * files.el (find-file): If find-file-noselect returns a list, | |
5332 do switch-to-buffer on each element. | |
5333 (find-file-other-window): Likewise for all but the first element. | |
5334 (find-file-other-frame): Same. | |
5335 (find-file-noselect): When we expand a wildcard, return a list | |
5336 of buffers. | |
5337 | |
5338 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
5339 | |
5340 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
5341 to set the appropriate cpNNN-dos coding system as the | |
5342 highest-priority coding system. | |
5343 | |
5344 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5345 | |
5346 * international/fontset.el (generate-fontset-menu): Return a | |
5347 sorted list by plain names of fontsets. | |
5348 | |
5349 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5350 plain names. | |
5351 | |
5352 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5353 FIRST is a composite character, decompose it at first. | |
5354 | |
5355 1999-01-23 Dave Love <fx@gnu.org> | |
5356 | |
5357 * format.el: Doc fixes. | |
5358 (format-encode-run-method): Have things happen in the right buffer. | |
5359 Deal with errors from method. Set coding-system-for-write. | |
5360 (format-decode-run-method): Have things happen in the right buffer. | |
5361 Deal with errors from method. Set coding-system-for-read. | |
5362 (format-alist): Use nil instead of unmatchable regexps. | |
5363 | |
5364 * simple.el (shell-command-on-region): Return command's exit status. | |
5365 | |
5366 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5367 | |
5368 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5369 of the file whose info we want to display. | |
5370 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5371 (speedbar-add-mode-functions-list) Improve doc. | |
5372 (speedbar-line-token) New function. | |
5373 (speedbar-dired) Fix order of directories in -shown-directories. | |
5374 (speedbar-line-path): Default return is default-directory | |
5375 (speedbar-buffers-line-path): Return is dir name only. | |
5376 (speedbar-mode-functions-list): New variable. | |
5377 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5378 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5379 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5380 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5381 New functions. | |
5382 (speedbar-line-file): Broke out part that fetches file from a line. | |
5383 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5384 (speedbar-line-path): Converted into a replaceable function. | |
5385 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5386 | |
5387 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5388 | |
5389 * international/fontset.el (create-fontset-from-x-resource): Make | |
5390 style variants. | |
5391 | |
5392 1999-01-22 Dave Love <fx@gnu.org> | |
5393 | |
5394 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5395 | |
5396 1999-01-22 Sam Steingold <sds@goems.com> | |
5397 | |
5398 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5399 a process associated with it. | |
5400 | |
5401 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5402 | |
5403 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5404 | |
5405 1999-01-22 Felix Lee <flee@cygnus.com> | |
5406 | |
5407 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5408 major-mode. | |
5409 (vc-annotate-mode): Delete variable. | |
5410 | |
5411 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5412 | |
5413 * startup.el (command-line): [windows-nt]: Check for existence of | |
5414 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5415 in preference to _emacs. | |
5416 | |
5417 1999-01-22 Dave Love <fx@gnu.org> | |
5418 | |
5419 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5420 | |
5421 1999-01-20 Richard Stallman <rms@gnu.org> | |
5422 | |
5423 * files.el (find-file-noselect): Do wildcard processing only | |
5424 if new arg WILDCARDS is non-nil. | |
5425 (find-file, find-file-other-window): New arg WILDCARDS. | |
5426 Default it to non-nil if interactive. | |
5427 (find-file-other-frame): Likewise. | |
5428 (find-file-read-only): Likewise. | |
5429 (find-file-read-only-other-window): Likewise. | |
5430 (find-file-read-only-other-frame): Likewise. | |
5431 | |
5432 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5433 (widget-plist-convert-option): Delete spurious comma. | |
5434 | |
5435 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5436 | |
5437 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5438 iso8859-5 to koi8-r. Add iso8859-9. | |
5439 | |
5440 1999-01-19 Dave Love <fx@gnu.org> | |
5441 | |
5442 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5443 its uses. | |
5444 | |
5445 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5446 is active. | |
5447 (fortran-indent-subprogram): Likewise. | |
5448 | |
5449 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5450 | |
5451 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5452 | |
5453 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5454 | |
5455 * wid-edit.el (alist): Use sexp as default key-type. | |
5456 | |
5457 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5458 | |
5459 * textmodes/tex-mode.el (tex-define-common-keys): | |
5460 Remove key binding of tex-feed-input. | |
5461 (tex-mode-map): Bind tex-feed-input here. | |
5462 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5463 comint-input-filter-functions before running tex-shell-hook. | |
5464 (tex-start-tex): Forget compilation errors. | |
5465 (tex-compilation-parse-errors): Rewritten to work also with | |
5466 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5467 change in tex-region. | |
5468 (tex-region): For the temp file use file-name without directory. | |
5469 (tex-file): Expand file name of tex-print-file. | |
5470 | |
5471 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5472 | |
5473 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5474 | |
5475 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5476 | |
5477 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5478 beginning could cause Emacs to hang. Fixed. | |
5479 | |
5480 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5481 | |
5482 * international/ccl.el (ccl-compile-translate-character): Handle | |
5483 the case that a tranlation table is CCL register correctly. | |
5484 | |
5485 * international/mule-cmds.el (select-safe-coding-system): | |
5486 Hightlight at most 256 characters. | |
5487 | |
5488 1999-01-18 Dave Love <fx@gnu.org> | |
5489 | |
5490 * startup.el (command-line): If the init file changes operation to | |
5491 unibyte, make all buffers unibyte and re-set language environment. | |
5492 | |
5493 * disp-table.el (standard-display-european): Make all existing | |
5494 buffers unibyte. Fix doc. | |
5495 | |
5496 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5497 | |
5498 * wid-edit.el (coding-system): Define this unconditionally. | |
5499 | |
5500 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5501 (shell-command-on-region): Use that variable as interactive | |
5502 value of ERROR-BUFFER argument. | |
5503 | |
5504 1999-01-17 Sam Steingold <sds@goems.com> | |
5505 | |
5506 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5507 | |
5508 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5509 | |
5510 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5511 compilation buffer's window, keep it in that window. | |
5512 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5513 (compile-goto-error): Don't play with windows. | |
5514 | |
5515 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5516 (tex-command): Doc fix. | |
5517 (tex-compilation-parse-errors): Doc fix. | |
5518 (tex-generate-zap-file-name): Don't start the name with -. | |
5519 (tex-expand-files): Works now also with strings ending with ":". | |
5520 | |
5521 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5522 | |
5523 Patch failed to install: | |
5524 * gametree.el: Document scoring functionality. | |
5525 (gametree-score-regexp): Add optional plus sign. | |
5526 (gametree-score-opener): Replace `:' with `=' as the former | |
5527 conflicts with gametree-half-ply-regexp. | |
5528 (gametree-transpose-following-leaves): Add. | |
5529 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5530 only buffers. | |
5531 (gametree-break-line-here): Add a call to | |
5532 `gametree-transpose-following-leaves'. This maintains the | |
5533 necessary invariant that on each level all leaf children precede | |
5534 all nonleaf children. This has always been implied, but left to | |
5535 the user, and, unfortunately, undocumented. | |
5536 | |
5537 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5538 | |
5539 * wid-edit.el (plist, alist): New widget types. | |
5540 | |
5541 1999-01-17 Dave Love <fx@gnu.org> | |
5542 | |
5543 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5544 fix scope of condition-case therein. | |
5545 | |
5546 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5547 | |
5548 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5549 default-buffer-file-coding-system when file doesn't exist (and | |
5550 isn't covered by a special case) instead of forcing undecided-dos | |
5551 against the user's wishes. | |
5552 | |
5553 * dos-w32.el (direct-print-region-helper): New function based on | |
5554 direct-print-region-function; sends data to specified printer port | |
5555 without further translation. Recognize and handle specially the | |
5556 standard `print' and `nprint' programs, as well as `lpr' and | |
5557 similar programs. Only write directly to the printer port if no | |
5558 print program is specified. Work around a bug in Windows 9x | |
5559 affecting Win32 version of Emacs by invoking command.com to write | |
5560 to the printer port instead of writing directly. | |
5561 (direct-print-region-function): Use direct-print-region-helper to | |
5562 do most of the work. | |
5563 (direct-ps-print-region-function): New function; analogue of | |
5564 direct-print-region-function for ps-print. | |
5565 (ps-lpr-command): Comment out setq; leave as example usage. | |
5566 (ps-lpr-switches): Ditto. | |
5567 | |
5568 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5569 and MS-Windows. | |
5570 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5571 DOS and Windows platforms, to indicate direct printing. Update | |
5572 the docstring accordingly. | |
5573 | |
5574 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5575 MS-DOS and MS-Windows. | |
5576 (ps-lpr-command): Update docstring as for lpr-command. | |
5577 (ps-print-region-function): New variable. | |
5578 (ps-do-despool): Use it. | |
5579 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5580 DOS/Windows. | |
5581 | |
5582 * subr.el (subst-char-in-string): New function. | |
5583 | |
5584 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5585 | |
5586 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5587 | |
5588 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5589 (bdf-find-font-info): New function, looks for the first readable | |
5590 file from a list of alternatives. | |
5591 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5592 instead of bdf-get-font-info. | |
5593 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5594 to ps-mule-generate-bitmap-glyph. | |
5595 | |
5596 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5597 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5598 now be a list of alternative names. | |
5599 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5600 (ps-mule-prepare-font): Likewise. | |
5601 | |
5602 * international/codepage.el (cp855-decode-table, | |
5603 cp850-decode-table): Fill some nil entries. | |
5604 | |
5605 1999-01-16 Dave Love <fx@gnu.org> | |
5606 | |
5607 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5608 last change. | |
5609 | |
5610 1999-01-15 Dave Love <fx@gnu.org> | |
5611 | |
5612 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5613 and change regexp for command names. | |
5614 (help-xref-go-back, function-called-at-point, symbol-file) | |
5615 (where-is): Doc fixes. | |
5616 (help-xref-go-back): Remove interactive spec. | |
5617 (describe-function-1): Fix message for alias. Buttomize alias | |
5618 name. | |
5619 | |
5620 * simple.el (join-line): New alias. | |
5621 | |
5622 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5623 | |
5624 * forms.el: (forms--show-record): Convert integers to string | |
5625 expicitly since concat will no longer accept integers. | |
5626 (forms-print): Use local `total-nb-records' since | |
5627 `forms--total-records' will be inaccessible after buffer switching. | |
5628 | |
5629 1998-01-14 Felix Lee <flee@cygnus.com> | |
5630 | |
5631 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5632 | |
5633 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5634 | |
5635 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5636 | |
5637 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5638 | |
5639 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5640 | |
5641 1999-01-14 Simon Marshall <simon@gnu.org> | |
5642 | |
5643 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5644 (shell-dirstack-message): Use it. | |
5645 | |
5646 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5647 | |
5648 * international/mule-conf.el: Coding system alias `dos' for | |
5649 `undecided-dos', `mac' for `undecided-mac'. | |
5650 | |
5651 * international/mule-cmds.el (describe-language-environment): | |
5652 Don't alter input-method-alist. | |
5653 | |
5654 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5655 | |
5656 * international/codepage.el (cp850-decode-table): Replace nil | |
5657 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
|
5658 Jason Rumney <jasonr@altavista.net>.) |
25837 | 5659 |
5660 1999-01-13 Dave Love <fx@gnu.org> | |
5661 | |
5662 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5663 | |
5664 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5665 | |
5666 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5667 | |
5668 * files.el (auto-save-hook): Defvar this. | |
5669 | |
5670 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5671 | |
5672 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5673 faces, eliminating the need to load font-lock before loading sql. | |
5674 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5675 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5676 | |
5677 1999-01-11 Dave Love <fx@gnu.org> | |
5678 | |
5679 * cus-start.el: Add inhibit-eol-conversion. | |
5680 | |
5681 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5682 the values round. | |
5683 | |
5684 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5685 | |
5686 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5687 Don't switch to Help mode here. | |
5688 (temp-buffer-setup-hook): Use help-mode-finish. | |
5689 (help-mode-setup): New function. | |
5690 (temp-buffer-setup-hook): Use help-mode-setup. | |
5691 | |
5692 * progmodes/sql.el: New file. | |
5693 | |
5694 * files.el (auto-mode-alist): Add sql-mode. | |
5695 | |
5696 * faces.el (list-faces-display): Improve the formatting | |
5697 by computing the maximum length required for any face-name. | |
5698 | |
5699 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5700 | |
5701 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5702 | |
5703 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5704 | |
5705 * term.el (term_send_home): Change the string to | |
5706 be the same as the one emitted by xterm and consistent with the | |
5707 ones emitted by prior and next. | |
5708 (term_send_end): Likewise. | |
5709 | |
5710 1999-01-10 Dave Love <fx@gnu.org> | |
5711 | |
5712 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5713 bindings. | |
5714 | |
5715 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5716 | |
5717 * international/codepage.el (codepage-setup): Doc fix. | |
5718 (cp-decoding-vector-for-codepage): Likewise. | |
5719 | |
5720 1999-01-10 Markus Rost <rost@gnu.org> | |
5721 | |
5722 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5723 | |
5724 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5725 | |
5726 * international/iso-transl.el: Define a "function name" for | |
5727 each translation that isn't ASCII. Use these function names | |
5728 in iso-transl-char-map. | |
5729 | |
5730 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5731 | |
5732 * international/mule-util.el (decompose-region): Do decomposition | |
5733 on temporary unibyte buffer. | |
5734 | |
5735 * international/mule.el (make-char): Doc-string modified. | |
5736 | |
5737 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5738 | |
5739 * simple.el (comment-region): Delete spaces only if we | |
5740 deleted a comment starter. | |
5741 | |
5742 1999-01-07 Dave Love <fx@gnu.org> | |
5743 | |
5744 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5745 | |
5746 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5747 like eval-defun does. | |
5748 | |
5749 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5750 | |
5751 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5752 constructions. Doc fixes. | |
5753 (generic-create-generic-function): Use defalias, not fset. | |
5754 | |
5755 * find-func.el: More doc fixes. | |
5756 | |
5757 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5758 | |
5759 * files.el (save-buffers-kill-emacs): Show the list of current | |
5760 processes before prompting to kill them and exit. | |
5761 | |
5762 1999-01-06 Dave Love <fx@gnu.org> | |
5763 | |
5764 * emacs-lisp/find-func.el: Doc fixes. | |
5765 (find-function-regexp): Extend for define-generic-mode, | |
5766 define-derived-mode, easy-mmode-define-minor-mode. | |
5767 | |
5768 1999-01-06 Dave Love <fx@gnu.org> | |
5769 | |
5770 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5771 bar width. | |
5772 | |
5773 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5774 (browse-url-maybe-new-window): Make it a macro and revert last | |
5775 change to callers. | |
5776 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5777 | |
5778 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5779 | |
5780 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5781 argument. | |
5782 | |
5783 1999-01-06 Simon Marshall <simon@gnu.org> | |
5784 | |
5785 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5786 | |
5787 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5788 with-temp-message, use nil rather than current-message. | |
5789 | |
5790 * lazy-lock.el (lazy-lock-unstall): | |
5791 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5792 rather than current-message. | |
5793 | |
5794 * fast-lock.el (fast-lock-save-cache-1): | |
5795 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5796 than current-message. | |
5797 | |
5798 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5799 | |
5800 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5801 the valid-codes property. | |
5802 | |
5803 * international/mule-cmds.el (prefer-coding-system): Call | |
5804 set-coding-priority, so that the internal array of priorities is | |
5805 also updated. | |
5806 | |
5807 * international/mule-util.el: | |
5808 (coding-system-change-eol-conversion, | |
5809 coding-system-change-text-conversion): Don't define here. | |
5810 | |
5811 * international/mule-cmds.el: Define them here. Remove the | |
5812 autoload cookies. | |
5813 | |
5814 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5815 | |
5816 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5817 if it was enabled before. | |
5818 | |
5819 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5820 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5821 | |
5822 * files.el (recover-session): Preserve point when inserting | |
5823 explanation. | |
5824 | |
5825 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5826 | |
5827 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5828 and comments before the sexp that is replaced. | |
5829 | |
5830 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5831 | |
5832 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5833 | |
5834 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5835 | |
5836 * vc.el (vc-dired-hook): Use the original value of | |
5837 dired-move-to-filename-regexp on lines that have not been | |
5838 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5839 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 5840 file lines have already been reformatted. |
5841 | |
5842 1999-01-05 Dave Love <fx@gnu.org> | |
5843 | |
5844 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5845 buffer-local. | |
5846 | |
5847 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5848 | |
5849 * progmodes/f90.el: Change of regular expressions for type to | |
5850 correct highlighting and identation. Some small fixes for | |
5851 compatibility with XEmacs. | |
5852 | |
5853 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5854 | |
5855 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5856 value based on rmail-spool-directory if $MAIL is not defined. | |
5857 | |
5858 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5859 | |
5860 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5861 (reftex-section-info): Handle negative section levels. | |
5862 (reftex-view-crossref-extra): New option. | |
5863 (reftex-view-crossref): Generalized to work in more places. | |
5864 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5865 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5866 (reftex-view-cite-locations-from-bibtex): New command. | |
5867 (reftex-view-regexp-match, reftex-global-search, | |
5868 reftex-global-search-continue): New functions. | |
5869 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5870 file, just a message. | |
5871 (reftex-extract-bib-entries): Better error handling. | |
5872 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5873 help and force it on current frame. | |
5874 (reftex-default-bibliography): New function. | |
5875 (reftex-access-parse-file): Check consistency after loading a | |
5876 parse file. When inconsistent, enfore rescan. | |
5877 (reftex-check-parse-consistency): New function. | |
5878 (easy-menu-define): Options section drastically shortened. | |
5879 | |
5880 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5881 | |
5882 * language/thai-util.el (thai-compose-string): New function. | |
5883 | |
5884 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5885 | |
5886 * easymenu.el (easy-menu-define): Doc fix. | |
5887 (easy-menu-create-menu): New keyword :included. | |
5888 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5889 be an expression, not only a string. Simulate style `button'. | |
5890 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5891 (easy-menu-define-key-intern): New function. | |
5892 (easy-menu-add-item): Understand value returned from | |
5893 easy-menu-item-present-p and easy-menu-remove-item. | |
5894 (easy-menu-return-item): New function. | |
5895 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5896 | |
5897 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5898 | |
5899 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5900 Use rmail-output-read-rmail-file-name to read the file name. | |
5901 Always call rmail-output-to-rmail-file noninteractively. | |
5902 When count > 1, do the loop here. | |
5903 Handle rmail-delete-after-output here. | |
5904 (rmail-summary-output): Similar changes. | |
5905 | |
5906 * mail/rmailout.el: Provide `rmailout'. | |
5907 (rmail-output-read-rmail-file-name): New function. | |
5908 (rmail-output-to-rmail-file): Use that. | |
5909 (rmail-output-read-file-name): New function. | |
5910 (rmail-output): Use that. | |
5911 | |
5912 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5913 Error if wildcard matches no files. | |
5914 | |
5915 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5916 | |
5917 * menu-bar.el (clipboard-yank): Doc fix. | |
5918 | |
5919 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5920 | |
5921 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5922 | |
5923 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5924 | |
5925 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5926 | |
5927 * rmail.el (rmail-encode-string): Make sure mask value is | |
5928 positive; (emacs-pid) returns a negative number on Windows 9x | |
5929 which causes odd behaviour. | |
5930 | |
5931 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5932 | |
5933 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5934 and about w32-* variables unless on Windows/NT. | |
5935 | |
5936 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5937 | |
5938 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5939 if buffer is modified; ask about all modified buffers. | |
5940 | |
5941 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5942 | |
5943 * simple.el (what-cursor-position): Fix previous change. | |
5944 | |
5945 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5946 | |
5947 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5948 from paragraph-start. | |
5949 | |
5950 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5951 | |
5952 * international/mule-cmds.el (prefer-coding-system): If the | |
5953 argument requires specific EOL conversion type, make the default | |
5954 coding systems use that. | |
5955 | |
5956 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5957 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5958 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 5959 Use shell-command-on-region. |
5960 (m4-start-m4, m4-end-m4): Functions deleted. | |
5961 | |
5962 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5963 | |
5964 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5965 | |
5966 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5967 | |
5968 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5969 to compose-mail in the correct places and as a list. | |
5970 | |
5971 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5972 | |
5973 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5974 (pages-directory-map): Bind mouse-2 | |
5975 (pages-copy-header-and-position): Put text property. | |
5976 (pages-directory-goto-with-mouse): New function. | |
5977 | |
5978 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5979 | |
5980 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5981 Doc fix. | |
5982 (cp-coding-system-for-codepage-1): Likewise. | |
5983 | |
5984 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5985 | |
5986 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5987 composition sequence correctly here instead of calling | |
5988 thai-compose-region. | |
5989 | |
5990 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5991 newline in multibyte buffer, if previous or next character is a | |
5992 composite char, check the first component of the composite char. | |
5993 | |
5994 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5995 | |
5996 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5997 and track-mouse. | |
5998 | |
5999 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6000 | |
6001 * mail/sendmail.el (mail-yank-original): Remove text properties | |
6002 after insertion. | |
6003 (mail-yank-region): Barf if no mark is set in the message | |
6004 being replied to. | |
6005 | |
6006 * help.el (function-called-at-point): First look for function at point. | |
6007 | |
6008 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6009 | |
6010 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
6011 | |
6012 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6013 | |
6014 * simple.el (what-cursor-position): Print character encoding also. | |
6015 | |
6016 1998-12-26 Dave Love <fx@gnu.org> | |
6017 | |
6018 * textmodes/flyspell.el: If local-maps work, don't put | |
6019 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
6020 in flyspell-mouse-map (only). | |
6021 (flyspell-use-local-map): New variable. | |
6022 Use a different mouse-2 binding in that case, | |
6023 and don't add to minor-mode-map-alist. | |
6024 (make-flyspell-overlay, flyspell-correct-word): | |
6025 Test flyspell-use-local-map. | |
6026 | |
6027 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6028 | |
6029 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
6030 Be careful about whether to return a relative file name, | |
6031 and if so, relative to what directory. | |
6032 | |
6033 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6034 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6035 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 6036 Change global map only if this menu exists in the global map already, |
6037 and not in the local map. | |
6038 (easy-menu-do-add-item): Fix error message. | |
6039 | |
6040 * foldout.el (foldout-inhibit-key-bindings): | |
6041 Avoid concatenating onto outline-minor-mode-prefix. | |
6042 Make a new keymap for that prefix, if it does not already have one. | |
6043 | |
6044 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
6045 | |
6046 * cperl-mode.el: | |
6047 Can use linear algorithm for indentation if Emacs supports it. | |
6048 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
6049 (cperl-after-block-p): Likewise. | |
6050 (cperl-after-block-and-statement-beg): Likewise. | |
6051 (cperl-after-block-p): After END/BEGIN we are a block. | |
6052 (cperl-after-expr-p): Skip labels when checking | |
6053 (cperl-indent-region): Make a marker for END - text added/removed. | |
6054 Disable hooks during the call (how to call them later?). | |
6055 Now indents 820-line-long function in 6.5 sec (including | |
6056 syntaxification) the first time (when buffer has few | |
6057 properties), 7.1 sec the second time. | |
6058 (cperl-indent-region): Do not indent whitespace lines | |
6059 (cperl-style-alist) | |
6060 Include `cperl-merge-trailing-else' where the value is clear. | |
6061 (cperl-styles-entries): Likewise. | |
6062 (cperl-problems): Improvements to docs. | |
6063 (cperl-tips): Likewise. | |
6064 (cperl-non-problems): Likewise. | |
6065 (cperl-mode): Make lazy syntaxification possible. | |
6066 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
6067 `font-lock-unfontify-region-function' was set to a wrong function. | |
6068 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6069 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 6070 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
6071 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
6072 but 1<<6 was considered as HERE-doc. | |
6073 <file/glob> made into a string. | |
6074 Postpone addition of faces after syntactic step. | |
6075 Recognition of <FH> was wrong. | |
6076 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
6077 Knows that split// is null-RE. | |
6078 Highlights separators in 3-parts expressions as labels. | |
6079 <> was considered as a glob. | |
6080 Would err if the last line is `=head1'. | |
6081 $a-1 ? foo : bar; was a considered a regexp. | |
6082 `<< (' was considered a start of HERE-doc. | |
6083 mark qq[]-etc sections as syntax-type=string | |
6084 Was not processing sub protos after a comment ine. | |
6085 Was treating $a++ <= 5 as a glob. | |
6086 Tolerate unfinished REx at end-of-buffer. | |
6087 `unwind-protect' was left commented. | |
6088 / and ? after : start a REx. | |
6089 | |
6090 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
6091 Better default, customizes to `message' too, off in text-mode. | |
6092 | |
6093 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
6094 `defface'd. | |
6095 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
6096 `defface'd. | |
6097 (cperl-emacs-can-parse): New state variable. | |
6098 (cperl-indent-line): Corrected to use global state. | |
6099 (cperl-calculate-indent): Likewise. | |
6100 (cperl-fix-line-spacing): Likewise (not used yet). | |
6101 (cperl-calculate-indent): Did not consider `,' as | |
6102 continuation mark for statements. | |
6103 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
6104 Remove another parse-data optimization at toplevel: would | |
6105 indent correctly. | |
6106 Correct for labels when calculating indentation of continuations. | |
6107 Docstring updated. | |
6108 (cperl-choose-color): Converted to a function (to be | |
6109 compilable in text-mode). | |
6110 (cperl-dark-background): Disable without window-system. | |
6111 Do `defface' only if window-system. | |
6112 (cperl-fix-line-spacing): sped up to bail out early. | |
6113 (x-color-defined-p): was not compiling on XEmacs | |
6114 Was defmacro'ed with a tick. Remove another def. | |
6115 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
6116 (cperl-unwind-to-safe): New function. | |
6117 (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
|
6118 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 6119 long strings (not very successful). |
6120 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
6121 Highlight the starting // in s//foo/ as function-name. | |
6122 Emit a meaningful error instead of a cryptic one for an | |
6123 uncomplete REx near end-of-buffer. | |
6124 | |
6125 (cperl-electric-keyword): `qr' recognized. | |
6126 (cperl-electric-else): Likewise | |
6127 (cperl-to-comment-or-eol): Likewise | |
6128 (cperl-make-regexp-x): Likewise | |
6129 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
6130 Corrected to use new macros; | |
6131 `if' for copying `reference-face' to `constant-face' was backward. | |
6132 remove init `font-lock-other-emphasized-face', | |
6133 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
6134 Interpolate `cperl-invalid-face'. | |
6135 (cperl-make-regexp-x): Misprint in a message. | |
6136 (cperl-syntaxify-unwind): New configuration variable | |
6137 (cperl-fontify-m-as-s): New configuration variable | |
6138 (cperl-electric-pod): check for after-expr was performed | |
6139 inside of POD too. | |
6140 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
6141 (cperl-clobber-mode-lists): New configuration variable. | |
6142 (cperl-not-bad-style-regexp): Updated. | |
6143 Init: `cperl-is-face' was busted. | |
6144 (cperl-make-face): New macros. | |
6145 (cperl-force-face): New macros. | |
6146 (font-lock-other-type-face): Done via `defface' too. | |
6147 (cperl-nonoverridable-face): New face. Renamed from | |
6148 `font-lock-other-type-face'. | |
6149 (cperl-init-faces-weak): use `cperl-force-face'. | |
6150 (cperl-comment-indent): Commenting __END__ was not working. | |
6151 (cperl-indent-for-comment): Likewise. | |
6152 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
6153 When removing old TAGS info was not relativizing filename. | |
6154 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
6155 Another try to work around XEmacs problems. Better progress messages. | |
6156 (toplevel): require custom unprotected => failure on 19.28. | |
6157 (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
|
6158 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 6159 pos off by 1 and not at beg-of-line. |
6160 (cperl-etags-snarf-tag): New macro | |
6161 (cperl-etags-goto-tag-location): New macro | |
6162 (cperl-version): New variable. New menu entry | |
6163 random docstrings: References to "future" 20.3 removed. | |
6164 Menu was described as `CPerl' instead of `Perl' | |
6165 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
6166 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
6167 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
6168 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
6169 `font-lock-reference-face', `font-lock-keyword-face'. | |
6170 Use `eval-after-load'. | |
6171 Remove not-CPerl-related faces. | |
6172 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
6173 (cperl-indent-exp): Was not processing else-blocks. | |
6174 (cperl-get-state): NOP line removed. | |
6175 (cperl-ps-print): New function and menu entry. | |
6176 (cperl-ps-print-face-properties): New configuration variable. | |
6177 (cperl-invalid-face): New configuration variable. | |
6178 (perl-font-lock-keywords): Highlight trailing whitespace | |
6179 (cperl-contract-levels): Documentation corrected. | |
6180 (cperl-contract-level): Likewise. | |
6181 (cperl-ps-extend-face-list): New macro. | |
6182 (cperl-invalid-face): Change to ''underline. | |
6183 | |
6184 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
6185 | |
6186 * 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
|
6187 for read-file-name. |
25837 | 6188 (rmail-output-to-rmail-file): Likewise. |
6189 | |
6190 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6191 | |
6192 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6193 If MENU is nil, use global menu-bar map. | |
6194 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
6195 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
6196 | |
6197 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6198 | |
6199 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
6200 | |
6201 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6202 | |
6203 * ps-print.el (ps-print-version): New version number (4.1.3). | |
6204 | |
6205 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6206 | |
6207 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
6208 define-prefix-key when defining MULE menu items. | |
6209 | |
6210 * info.el (Info-node-at-bob-matching): New function. | |
6211 (Info-find-node, Info-build-node-completions): Call it. | |
6212 | |
6213 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6214 | |
6215 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
6216 when this is an autoloaded keymap. | |
6217 | |
6218 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6219 | |
6220 * international/codepage.el (cp-coding-system-for-codepage-1): | |
6221 Create separate encoders and decoders, for DOS and Unix. Make the | |
6222 usual family of 3 coding systems, so that automatic detection of | |
6223 EOL type works. | |
6224 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
6225 Unix-specific symbols here, and don't call | |
6226 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
6227 Handa <handa@etl.go.jp>.) | |
6228 | |
6229 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
6230 | |
6231 * term/internal.el (IT-character-translations): New variable, an | |
6232 alist used to display characters for which there's no glyphs in | |
6233 the current codepage. | |
6234 (IT-display-table-setup): New function, sets up the DOS terminal | |
6235 for a given codepage. | |
6236 (dos-codepage-setup): New function, sets up the MULE environment | |
6237 for the current value of dos-codepage. | |
6238 (top-level if): In the multibyte mode, turn on | |
6239 unibyte-display-via-language-environment. In the unibyte mode, | |
6240 set up the special syntax tables to map lower- to upper case and | |
6241 back. | |
6242 | |
6243 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
6244 | |
6245 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
6246 (speedbar-frame-plist) Remove useless comments. | |
6247 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
6248 Use default y position w/out changing it. | |
6249 If default x position is a list, keep, calculate the non-list X | |
6250 value when devining an initial position. | |
6251 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
6252 (speedbar-tag-group-name-minimum-length): New variable. | |
6253 (speedbar-frame-parameter): New compatibility function. | |
6254 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
6255 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
6256 groups to keep things in the right order, and to help with some | |
6257 naming conventions. | |
6258 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
6259 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
6260 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
6261 the case, derive it from the cursor location in speedbar. | |
6262 | |
6263 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6264 | |
6265 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
6266 terminals, install DOS-specific nonascii-translation-table if the | |
6267 language info doesn't specify one. Pass the default eol-type to | |
6268 set-language-environment-coding-systems. | |
6269 (set-default-coding-systems): Copy the eol-type property for the | |
6270 new default values of {buffer-file,process}-coding-system from the | |
6271 old defaults. | |
6272 (set-language-environment-coding-systems): Accept an optional | |
6273 argument EOL-TYPE, and set the eol-type property of the default | |
6274 coding systems accordingly. | |
6275 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
6276 (set-keyboard-coding-system): Likewise. | |
6277 (set-default-coding-systems): Don't set | |
6278 default-terminal-coding-system on MS-DOS to anything but nil. | |
6279 (prefer-coding-system): Describe in the doc string that | |
6280 default-terminal-coding-system is not changed on MS-DOS. | |
6281 (set-language-environment): For MS-DOS, set standard syntax table | |
6282 and display table for all characters with code above 127. | |
6283 (standard-display-european-internal): For MS-DOS, pass all | |
6284 characters with code above 127 directly to the terminal, and don't | |
6285 remap characters 160 and 146 in the unibyte case. | |
6286 | |
6287 * international/codepage.el: New file. | |
6288 | |
6289 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6290 | |
6291 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
6292 comments. | |
6293 | |
6294 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
6295 | |
6296 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
6297 | |
6298 * subr.el (read-passwd): Likewise. | |
6299 | |
6300 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6301 | |
6302 * info.el (Info-find-node): Add 1 to the position read from the | |
6303 tag table. Don't fail if the node delimiter ^_ is the first | |
6304 character in the file. | |
6305 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
6306 first character in the file. | |
6307 (Info-read-subfile): Likewise. | |
6308 (Info-select-node): Likewise. | |
6309 (Info-build-node-completions): Likewise. | |
6310 | |
6311 1998-12-16 Richard Stallman <rms@gnu.org> | |
6312 | |
6313 * term/x-win.el (x-cut-buffer-or-selection-value): | |
6314 If clipboard is enabled, try it before PRIMARY selection. | |
6315 | |
6316 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6317 | |
6318 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
6319 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
6320 | |
6321 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
6322 | |
6323 * language/hebrew.el: Don't use sublists in the flags argument | |
6324 passed to make-coding-system. | |
6325 | |
6326 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6327 | |
6328 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
6329 list of character sets found by find-charset-region. | |
6330 | |
6331 * ps-mule.el: Always require ps-print. Move some function | |
6332 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
6333 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
6334 | |
6335 * ps-print.el: Define several functions for Emacs 20.2 and the | |
6336 earlier version. | |
6337 (ps-printer-name): Check if printer-name is bound. | |
6338 | |
6339 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6340 | |
6341 * ps-mule.el: Programming uniformization and little code improvement. | |
6342 (ps-mule-prepare-font): Programming uniformization. | |
6343 (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
|
6344 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6345 |
6346 * ps-bdf.el: Programming uniformization and little code improvement. | |
6347 (bdf-search-and-read): New fun. | |
6348 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6349 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6350 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6351 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6352 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6353 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6354 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6355 improvement. | |
6356 | |
6357 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6358 | |
6359 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6360 and mule related code extraction. Autoload ps-mule funs. | |
6361 | |
6362 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6363 (ps-mule-prologue-generated): New fun. | |
6364 (ps-mule-plot-string): Add autoload cookie. | |
6365 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6366 | |
6367 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6368 | |
6369 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6370 (bdf-directory-list): Add autoload cookie. | |
6371 | |
6372 * ps-mule.el: New file. Mule related code extracted from | |
6373 ps-print.el. Require ps-print, provide ps-mule. | |
6374 (ps-multibyte-buffer): Add autoload cookie. | |
6375 (ps-mule-prepare-ascii-font): New fun. | |
6376 (ps-mule-set-ascii-font): New fun. | |
6377 (ps-mule-skip-same-charset): Fun deleted. | |
6378 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6379 (ps-mule-initialize): Add autload cookie. Don't set | |
6380 ps-mule-font-info-database here. | |
6381 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6382 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6383 (ps-mule-begin-page): New fun. | |
6384 | |
6385 * ps-print.el: Mule related code moved to ps-mule.el. | |
6386 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6387 check ps-mule-charset-list. | |
6388 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6389 ps-mule-begin-page. | |
6390 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6391 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6392 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6393 instead skip same charsets by itself. | |
6394 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6395 non-nil. Call ps-mule-begin-job. | |
6396 | |
6397 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6398 | |
6399 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6400 instead of bdf. | |
6401 | |
6402 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6403 (ps-mule-external-libraries): New element FEATURE. | |
6404 (ps-mule-init-external-library): Ajusted for the above change. | |
6405 (ps-mule-generate-font): Likewise. | |
6406 (ps-mule-generate-glyphs): Likewise. | |
6407 (ps-mule-prepare-font): Likewise. | |
6408 (ps-mule-initialize): Likewise. | |
6409 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6410 | |
6411 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6412 | |
6413 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6414 doesn't have any wild cards, return a vector made from a name that | |
6415 is found by x-resolve-font-name found. Comments added. | |
6416 | |
6417 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6418 Handle the case of unknown charset. | |
6419 (find-multibyte-characters): If invalid multibyte characters are | |
6420 found, return the corresponding strings instead of character | |
6421 codes. | |
6422 (find-multibyte-characters): Adjusted for the above change. | |
6423 (select-safe-coding-system): For a unibyte buffer, always returns | |
6424 DEFAULT-CODING-SYSTEM. | |
6425 (get-charset-property): Fix previous change. Make it a function. | |
6426 (put-charset-property): Make it a function. | |
6427 | |
6428 * international/mule.el (make-coding-system): Set mime-charset | |
6429 property of *-with-esc coding system to nil. | |
6430 | |
6431 * international/quail.el (quail-point-in-conversion-region): New | |
6432 function. | |
6433 (quail-conversion-backward-delete-char): When a key sequence is | |
6434 being translated, call quail-delete-last-char. | |
6435 | |
6436 * language/devan-util.el | |
6437 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6438 handle devanagari-decomposition-rules. | |
6439 | |
6440 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6441 | |
6442 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6443 tex-start-options-string to empty string. | |
6444 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6445 | |
6446 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6447 | |
6448 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6449 5xx responses are already handled properly). | |
6450 | |
6451 1998-12-13 Richard Stallman <rms@gnu.org> | |
6452 | |
6453 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6454 on a non-digit in the file name. | |
6455 | |
6456 * simple.el (comment-region): Handle comment-padding | |
6457 separately for insertion and for deletion, in the right way for each. | |
6458 | |
6459 1998-12-13 Felix Lee <flee@cygnus.com> | |
6460 | |
6461 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6462 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6463 | |
6464 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6465 | |
6466 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6467 | |
6468 1998-12-11 Dave Love <fx@gnu.org> | |
6469 | |
6470 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6471 forward-sexp in condition-case. | |
6472 | |
6473 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6474 Remove unnecessary test on `library' for explicit file name. | |
6475 Widen scope of save-match-data. | |
6476 | |
6477 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6478 | |
6479 * international/mule.el (load-with-code-conversion): If the loaded | |
6480 file was inserted with no-conversion or raw-text coding system, | |
6481 make the buffer unibyte. | |
6482 | |
6483 1998-12-09 Richard Stallman <rms@gnu.org> | |
6484 | |
6485 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6486 Get rid of nested loops. | |
6487 | |
6488 * mouse.el (mouse-drag-vertical-line): | |
6489 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6490 | |
6491 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6492 | |
6493 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6494 and defvar moved from loadhist.el. | |
6495 (symbol-file): Renamed from describe-function-find-file. | |
6496 Load fns-VERSION.el here. | |
6497 (describe-variable, describe-function-1): Use symbol-file. | |
6498 | |
6499 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6500 Don't start the name with #. | |
6501 | |
6502 * ispell.el: Take out the eval-when's. | |
6503 | |
6504 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6505 | |
6506 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6507 (dirtrack): Run it. Make debug message more verbose. | |
6508 | |
6509 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6510 | |
6511 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6512 name of the abbrev table, and provide support for XEmacs. | |
6513 (octave-xemacs-p): New variable. | |
6514 | |
6515 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6516 | |
6517 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6518 exit, when mail-interactive is nil. | |
6519 | |
6520 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6521 | |
6522 * files.el (after-find-file): Message fix. | |
6523 | |
6524 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6525 | |
6526 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6527 | |
6528 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6529 | |
6530 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6531 filenames using backslashes. | |
6532 | |
6533 1998-12-09 Dave Love <fx@gnu.org> | |
6534 | |
6535 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6536 with correct number of args. | |
6537 (browse-url-maybe-new-window): New arg. Callers changed. | |
6538 | |
6539 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6540 comment. | |
6541 | |
6542 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6543 | |
6544 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6545 | |
6546 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6547 | |
6548 * vc.el (vc-rcs-release): Fix Type. | |
6549 (vc-sccs-release): Fix Type. | |
6550 (vc-cvs-release): Fix Type. | |
6551 | |
6552 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6553 arg work right. | |
6554 | |
6555 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6556 output of last undeleted message. | |
6557 | |
6558 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6559 | |
6560 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6561 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6562 | |
6563 1998-12-07 Simon Marshall <simon@gnu.org> | |
6564 | |
6565 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6566 | |
6567 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6568 | |
6569 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6570 | |
6571 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6572 | |
6573 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6574 | |
6575 * info.el (Info-menu): Don't return error if point is between menu | |
6576 header and first menu item. | |
6577 | |
6578 1998-12-04 Dave Love <fx@gnu.org> | |
6579 | |
6580 * help.el (describe-function-1): Fix description for alias. | |
6581 | |
6582 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6583 | |
6584 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6585 specifications from summary line. | |
6586 | |
6587 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6588 (close-rectangle): Define alias only once in loaddefs.el. | |
6589 | |
6590 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6591 | |
6592 * term/internal.el: Remove code which sets up a special syntax | |
6593 table for non-ASCII characters. | |
6594 | |
6595 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6596 | |
6597 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6598 printer-name is expanded to a file name on a local drive; | |
6599 sometimes printing a file loaded from a network volume fails. | |
6600 (direct-print-region-function): Add a function to | |
6601 write-region-annotate-functions to append a formfeed character to | |
6602 the region being printed, if the region doesn't end with a | |
6603 formfeed already. This avoids creating a second print job | |
6604 containing a blank page when print spooling is enabled on Windows. | |
6605 | |
6606 1998-12-02 Dave Love <fx@gnu.org> | |
6607 | |
6608 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6609 `Info-goto-node'. | |
6610 | |
6611 1998-12-02 Richard Stallman <rms@gnu.org> | |
6612 | |
6613 * help.el (temp-buffer-resize-mode): Doc fix. | |
6614 | |
6615 * cus-edit.el (custom-save-delete): Save point before | |
6616 reading a sexp, rather than backing up. | |
6617 | |
6618 * international/iso-transl.el: Fix previous change. | |
6619 | |
6620 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6621 | |
6622 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6623 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6624 Added defvars to suppress compilation warnings. | |
6625 | |
6626 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6627 | |
6628 * ispell.el: Improved and fixed customize for variables: | |
6629 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6630 ispell-dictionary-alist, ispell-skip-sgml. | |
6631 Improved and fixed comments in variables and messages for | |
6632 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6633 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6634 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6635 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
|
6636 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 6637 ispell-message-text-end, ispell-add-per-file-word-list. |
6638 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6639 system is now required for all languages. Casechars improved for | |
6640 castellano, castellano8, and norsk dictionaries. Dictionary | |
6641 norsk7-tex added. Dictionary polish added. | |
6642 (ispell-dictionary-alist): Redefined at load-time to support | |
6643 dictionary changes. | |
6644 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6645 (ispell-check-version): New alias for `check-ispell-version'. | |
6646 (ispell-parse-output): Fixed matching for ispell error messages. | |
6647 Correctly returns spelling suggestions in order generated by ispell | |
6648 process. | |
6649 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6650 redefined. | |
6651 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6652 redefined. Fix bug that didn't respect case of word being completed. | |
6653 (ispell-init-process): Set process coding system to be compatible | |
6654 with emacs processes and the ispell process. | |
6655 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6656 starting new process. This can otherwise confuse process filters | |
6657 and hang the ispell process. | |
6658 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6659 skipping support for sgml. | |
6660 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6661 which could cause `ispell-complete-word' to hang. | |
6662 (ispell-message): Improved message reference matching. Ensure | |
6663 `case-fold-search' doesn't get redefined. | |
6664 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6665 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6666 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6667 get redefined. | |
6668 | |
6669 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6670 | |
6671 * textmodes/flyspell.el (flyspell-check-word-p): | |
6672 Don't delay inside a kbd macro. | |
6673 | |
6674 * subr.el (make-local-hook): Return the hook variable. | |
6675 | |
6676 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6677 | |
6678 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6679 Use a timer instead of post-command-hook. | |
6680 (hscroll-timer): New variable. | |
6681 | |
6682 1998-11-30 Dave Love <fx@gnu.org> | |
6683 | |
6684 * help.el (help-xref-button): Do nothing if text already has the | |
6685 help-xref property. | |
6686 (describe-variable): Revert previous change to hyperlink to source. | |
6687 | |
6688 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6689 | |
6690 * bindings.el (features): Add `base64' to this list. | |
6691 | |
6692 * loadhist.el (symbol-file): Doc fix. | |
6693 | |
6694 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6695 | |
6696 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6697 | |
6698 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6699 | |
6700 * help.el (describe-mode): Put major mode first. | |
6701 | |
6702 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6703 to support special-display and same-window features. | |
6704 | |
6705 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6706 | |
6707 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6708 bound in one function and used in the other. | |
6709 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6710 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6711 | |
6712 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6713 | |
6714 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6715 | |
6716 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6717 | |
6718 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6719 Give format correct control string. | |
6720 | |
6721 * international/mule.el (define-translation-table): Fix bug of | |
6722 setting incorrect translation-table-id. If the first element of | |
6723 ARGS is a translation table, just register it. | |
6724 | |
6725 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6726 property. | |
6727 | |
6728 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6729 | |
6730 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6731 syntax table to determine what is whitespace. | |
6732 | |
6733 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6734 | |
6735 * frame.el (frame-parameter): Doc fix. | |
6736 | |
6737 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6738 (tex-define-common-keys): Add binding for C-c C-m. | |
6739 | |
6740 1998-11-23 Dave Love <fx@gnu.org> | |
6741 | |
6742 * progmodes/fortran.el: Various minor doc fixes. | |
6743 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6744 (fortran-with-subprogram-narrowing): New macro. | |
6745 (fortran-check-for-matching-do): Use it. | |
6746 (fortran-end-do): Use fortran-check-end-prog-re. | |
6747 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6748 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6749 | |
6750 1998-11-23 Simon Marshall <simon@gnu.org> | |
6751 | |
6752 * font-lock.el (font-lock-defaults): Doc fix. | |
6753 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6754 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6755 | |
6756 * lazy-lock.el (lazy-lock-unstall): | |
6757 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6758 | |
6759 * fast-lock.el (fast-lock-save-cache-1): | |
6760 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6761 | |
6762 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6763 | |
6764 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6765 messages that have been added with DOS line endings and convert | |
6766 the line endings for such messages. | |
6767 | |
6768 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6769 | |
6770 * help.el: Add resizing of temporary buffers. | |
6771 (temp-buffer-resize-mode): New command and variable. | |
6772 (temp-buffer-max-height): New variable. | |
6773 (resize-temp-buffer-window): New function. | |
6774 | |
6775 * window.el (window-buffer-height): New function, split from | |
6776 shrink-window-if-larger-than-buffer. | |
6777 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6778 | |
6779 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6780 | |
6781 * frame.el (initial-frame-alist): Add defcustom. | |
6782 | |
6783 * shell.el (shell-prompt-pattern): Add defcustom. | |
6784 | |
6785 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6786 | |
6787 * 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
|
6788 NNTP-Posting-Date. |
25837 | 6789 |
6790 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6791 | |
6792 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6793 value of INDICATOR. | |
6794 | |
6795 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6796 | |
6797 * help.el (describe-variable): Allow any variable with a defcustom, | |
6798 even if it is not a user variable. | |
6799 | |
6800 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6801 | |
6802 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6803 | |
6804 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6805 requesting a new group. | |
6806 | |
6807 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6808 | |
6809 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6810 | |
6811 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6812 | |
6813 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6814 | |
6815 1998-11-19 Simon Marshall <simon@gnu.org> | |
6816 | |
6817 * subr.el (with-temp-message): New macro. | |
6818 | |
6819 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6820 Add lisp-indent-function property. | |
6821 | |
6822 1998-11-18 Dave Love <fx@gnu.org> | |
6823 | |
6824 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6825 | |
6826 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6827 | |
6828 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6829 This is not obsolete. | |
6830 | |
6831 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6832 | |
6833 * textmodes/picture.el: Make a new map by make-keymap. | |
6834 (picture-desired-column): New variable. | |
6835 (picture-update-desired-column): New function. | |
6836 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6837 (picture-end-of-line): Set picture-desired-column to the current | |
6838 column. | |
6839 (picture-forward-column): Pay attention to multi-column character. | |
6840 (picture-backward-column): Likewise. | |
6841 (picture-move-down): Likewise. | |
6842 (picture-move-up): Likewise. | |
6843 (picture-movement-nw): With prefix arg, move twice columns. | |
6844 (picture-movement-ne): Likewise. | |
6845 (picture-movement-sw): Likewise. | |
6846 (picture-movement-se): Likewise. | |
6847 (picture-set-motion): Handle two-column movements. | |
6848 (picture-move): Call picture-move-down or picture-forward-column | |
6849 only when necessary. | |
6850 (picture-insert): Pay attention to picture-desired-column. | |
6851 (picture-self-insert): Likewise. | |
6852 (picture-clear-column): Pay attention to multi-column character. | |
6853 (picture-mode): Modify doc-string for two-column movement. | |
6854 | |
6855 * rect.el (move-to-column-force): New function. | |
6856 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6857 move-to-column-force instead of move-to-column. | |
6858 (insert-rectangle): Call move-to-column-force instead of | |
6859 move-to-column. | |
6860 (open-rectangle-line): If begextra is not zero, call | |
6861 move-to-column-force. | |
6862 | |
6863 | |
6864 1998-11-16 Dave Love <fx@gnu.org> | |
6865 | |
6866 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6867 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6868 (v2): Defvar free variable. | |
6869 | |
6870 1998-11-16 Sam Steingold <sds@goems.com> | |
6871 | |
6872 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6873 macro, not ELisp one. | |
6874 | |
6875 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6876 | |
6877 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6878 characters to symbol. | |
6879 | |
6880 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6881 arg KATAKANA-ONLY. | |
6882 | |
6883 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6884 | |
6885 * international/mule.el | |
6886 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6887 is changed to unibyte, return inserted bytes. | |
6888 | |
6889 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6890 and link names if necessary. | |
6891 (tar-header-block-summarize): Handle the case that file or link | |
6892 names are multibyte. | |
6893 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6894 then if there are multibyte file names, change it to multibyte. | |
6895 (tar-mode): Get char position from tar-header-offset. | |
6896 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6897 insert-buffer-subsring by setting both buffers unibyte | |
6898 temporarily. | |
6899 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6900 without code conversion. | |
6901 (tar-expunge): Set the buffer unibyte while doing a work. | |
6902 (tar-alter-one-field): Likewise. | |
6903 (tar-clear-modification-flags): Compare byte position with | |
6904 tar-header-offset. | |
6905 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6906 insert-buffer-subsring by setting both buffers unibyte | |
6907 temporarily. Pay attention to multibyteness while updating the | |
6908 descriptor-line. | |
6909 (tar-mode-write-file): Write without code conversion. | |
6910 | |
6911 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6912 | |
6913 * nngateway.el: Require cl. | |
6914 | |
6915 1998-11-15 Dave Love <fx@gnu.org> | |
6916 | |
6917 * progmodes/fortran.el: Fix previous change: | |
6918 (fortran-end-prog-re1): Changed. | |
6919 (fortran-check-end-prog-re): New function. | |
6920 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6921 | |
6922 1998-11-13 Tom Breton <tob@world.std.com> | |
6923 | |
6924 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6925 GNU Emacs. | |
6926 | |
6927 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6928 | |
6929 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6930 fixed. | |
6931 (reftex-toc-toggle-file-boundary, | |
6932 reftex-toc-toggle-labels, | |
6933 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6934 (reftex-toc-include-labels, reftex-toc-include-context, | |
6935 reftex-toc-include-file-boundaries, | |
6936 reftex-toc-keep-other-windows): New options. | |
6937 (reftex-use-text-after-label-as-context): Option removed. | |
6938 (reftex-extract-bib-entries): Protect use in non-latex | |
6939 buffers. | |
6940 (reftex-toc-visit-location): Renamed from | |
6941 `reftex-toc-visit-line'. | |
6942 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6943 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6944 (reftex-get-offset): Made more general. | |
6945 (reftex-show-label-location): Renamed from | |
6946 `reftex-select-label-callback'. | |
6947 (reftex-pop-to-label): Function removed (using | |
6948 `reftex-show-label-location' instead. | |
6949 (reftex-insert-docstruct): Renamed from | |
6950 `reftex-make-and-insert-label-list'. Function args changed. | |
6951 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6952 `reftex-find-start-point'. | |
6953 (reftex-select-item): Use `reftex-find-start-point'. | |
6954 (reftex-toc-visit-line): Can display labels and file | |
6955 boundaries. | |
6956 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6957 | |
6958 1998-11-12 Sam Steingold <sds@goems.com> | |
6959 | |
6960 * browse-url.el (browse-url): Handle the case when | |
6961 `browse-url-browser-function' is a lambda list. | |
6962 | |
6963 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6964 | |
6965 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6966 version string. | |
6967 * loadhist.el (symbol-file): Likewise | |
6968 | |
6969 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6970 | |
6971 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6972 | |
6973 1998-11-11 Sam Steingold <sds@goems.com> | |
6974 | |
6975 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6976 `run-lisp' instead of signalling an error. | |
6977 | |
6978 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6979 | |
6980 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6981 | |
6982 1998-11-11 Richard Stallman <rms@gnu.org> | |
6983 | |
6984 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6985 | |
6986 1998-11-11 Per Starback <starback@update.uu.se> | |
6987 | |
6988 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6989 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6990 for it. | |
6991 | |
6992 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6993 | |
6994 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6995 handling if setpagedevice is not available. | |
6996 (ps-begin-file): Fix typo. | |
6997 | |
6998 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6999 | |
7000 * international/mule-util.el (compose-chars-component): Signal | |
7001 error if CH is a rule-based composition character. | |
7002 (compose-chars): Signal error if an already compsed character is | |
7003 going to be composed by rule-base. | |
7004 | |
7005 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
7006 full XLFD, don't try to get information of WEIGHT and SLANT from | |
7007 that font name. | |
7008 | |
7009 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
7010 | |
7011 * dos-w32.el (set-default-process-coding-system): Use function on | |
7012 before-init-hook to set default-process-coding-system based on | |
7013 enable-multibyte-characters. | |
7014 | |
7015 * term/w32-win.el ([language-change]): For now ignore | |
7016 keyboard language-change events. | |
7017 | |
7018 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7019 | |
7020 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
7021 convert-standard-file-name, but leave the results of | |
7022 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
7023 characters if the original name already exists, or has a special | |
7024 handler. | |
7025 | |
7026 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
7027 | |
7028 * international/iso-insert.el: Delete autoload cookies. | |
7029 | |
7030 * international/iso-transl.el: Add autoload cookies. | |
7031 | |
7032 1998-11-10 Richard Stallman <rms@gnu.org> | |
7033 | |
7034 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
7035 (ispell-process-line): Don't treat multibyte | |
7036 | |
7037 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
7038 | |
7039 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
7040 setpagedevice to specify the page size if setpagedevice is | |
7041 available. This is necessary to select the correct paper tray on | |
7042 Level 2 printers with multiple paper sizes available. | |
7043 | |
7044 (ps-begin-file): Cope with font names that contain spaces, and | |
7045 call BeginDoc in a BeginSetup/EndSetup block. | |
7046 | |
7047 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7048 | |
7049 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
7050 convert-standard-filename. | |
7051 | |
7052 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
7053 convert-standard-filename. | |
7054 | |
7055 1998-11-06 Richard Stallman <rms@gnu.org> | |
7056 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7057 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 7058 Detect the case of two @-commands in a row; process just the first. |
7059 (texinfo-append-refill): If line has a @c, insert the @refill | |
7060 before it. | |
7061 (texinfo-format-refill): Return with point where the @refill was. | |
7062 | |
7063 * files.el (hack-local-variables): Test local-enable-local-variables. | |
7064 (hack-local-variables-prop-line): Likewise. | |
7065 (set-auto-mode): Don't test local-enable-local-variables here. | |
7066 (enable-local-variables): Doc fix. | |
7067 (local-enable-local-variables): Doc fix. | |
7068 (normal-mode): Doc fix. | |
7069 | |
7070 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
7071 | |
7072 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
7073 | |
7074 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
7075 | |
7076 * simple.el (line-number-mode): Doc fix. | |
7077 | |
7078 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
7079 | |
7080 * international/fontset.el (create-fontset-from-fontset-spec): | |
7081 Give correct arg to `error'. | |
7082 | |
7083 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
7084 | |
7085 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
7086 (sgml-name-8bit-mode): Fix missing format character in message string. | |
7087 | |
7088 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
7089 | |
7090 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
7091 | |
7092 1998-11-05 Richard Stallman <rms@gnu.org> | |
7093 | |
7094 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
7095 | |
7096 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
7097 (close-rectangle): Define as alias. | |
7098 | |
7099 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
7100 | |
7101 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
7102 | |
7103 1998-11-05 Dave Love <fx@gnu.org> | |
7104 | |
7105 * help.el (describe-variable): Don't quote link to source. | |
7106 | |
7107 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7108 | |
7109 * gud.el (gud-common-init): Use pop-to-buffer. | |
7110 (same-window-regexps): Add an element that matches all gud buffers. | |
7111 | |
7112 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
7113 | |
7114 * term/w32-win.el (x-get-selection-value): Alias to | |
7115 x-cut-buffer-or-selection-value. | |
7116 (w32-standard-fontset-spec): New variable. | |
7117 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
7118 new-fontset is available. | |
7119 (w32-use-w32-font-dialog): Enable use of set-variable. | |
7120 | |
7121 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7122 | |
7123 * vc.el (with-vc-file, edit-vc-file): New macros. | |
7124 | |
7125 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
7126 | |
7127 * international/quail.el (quail-show-guidance-buf): Call | |
7128 set-minibuffer-window to set minibuffer window of the current | |
7129 frame correctly. | |
7130 | |
7131 1998-11-03 Theodore Jump <tjump@tertius.com> | |
7132 | |
7133 * term/w32-win.el: Require fontset. | |
7134 | |
7135 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
7136 | |
7137 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
7138 (set-face-font-auto): Ditto. | |
7139 | |
7140 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7141 | |
7142 * mouse.el (mouse-drag-region): Fix typo. | |
7143 | |
7144 1998-11-02 Dave Love <fx@gnu.org> | |
7145 | |
7146 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
7147 (fortran-fontify-string): New function. | |
7148 (fortran-font-lock-keywords-1): Use it. | |
7149 | |
7150 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
7151 | |
7152 * comint.el (comint-file-name-quote-list): Doc fix. | |
7153 | |
7154 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7155 | |
7156 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
7157 build directory, not source directory. | |
7158 | |
7159 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
7160 if we did not get one for the final move. | |
7161 | |
7162 1998-11-01 Dave Love <fx@gnu.org> | |
7163 | |
7164 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
7165 Don't funcall browse-url-browser-function. | |
7166 | |
7167 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
7168 Don't funcall browse-url-browser-function. | |
7169 | |
7170 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
7171 | |
7172 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7173 | |
7174 * files.el (revert-buffer): Doc fix. | |
7175 | |
7176 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7177 | |
7178 * textmodes/tex-mode.el (tex-start-options-string): | |
7179 Quote the backslashes with more backslashes. | |
7180 | |
7181 1998-10-31 Dave Love <fx@gnu.org> | |
7182 | |
7183 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
7184 (webjump): Don't funcall browse-url-browser-function. | |
7185 | |
7186 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
7187 | |
7188 * international/quail.el (quail-start-translation): Handle | |
7189 switching of the frame in read-key-sequence. | |
7190 (quail-start-conversion): Likewise. | |
7191 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
7192 windows before setting an appropriate window for it. | |
7193 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
7194 quail-guidance-win to nil. | |
7195 (quail-update-guidance): If quail-guidance-buf is not in the | |
7196 selected frame, call quail-show-guidance-buf again. | |
7197 | |
7198 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
7199 | |
7200 * progmodes/pascal.el (pascal-mode): | |
7201 `blink-matching-paren-dont-ignore-comments' set to t. | |
7202 | |
7203 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7204 | |
7205 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
7206 | |
7207 1998-10-30 Dave Love <fx@gnu.org> | |
7208 | |
7209 * vc.el (vc-backend-merge-news): Check for "P" output. | |
7210 | |
7211 * help.el (describe-variable): Hyperlink the definition. | |
7212 | |
7213 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
7214 | |
7215 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
7216 (sh-set-shell): Likewise. | |
7217 | |
7218 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
7219 | |
7220 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
7221 (edebug-on-error): Fix customize type to match that of | |
7222 debug-on-error. | |
7223 | |
7224 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
7225 | |
7226 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
7227 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
7228 | |
7229 * international/mule-cmds.el (select-message-coding-system): Doc | |
7230 fix. | |
7231 | |
7232 * international/mule-diag.el (describe-coding-system): Describe | |
7233 all flags. | |
7234 | |
7235 * mail/sendmail.el (sendmail-coding-system, | |
7236 default-sendmail-coding-system): Doc fix. | |
7237 | |
7238 * simple.el (shell-command-on-region): Doc fix. | |
7239 | |
7240 * loadup.el: Write fns-*.el in current directory instead of | |
7241 data-directory since no installation directory exists yet. Mark | |
7242 buffer unmodified afterwards. | |
7243 | |
7244 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
7245 instead of data-directory since it is architecture dependent. | |
7246 (load-history-loaded): Update doc string. | |
7247 | |
7248 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
7249 | |
7250 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
7251 path as a default directory when canonicalizing names. | |
7252 | |
7253 * w32-fns.el: Remove a dangling reference to a directory on the | |
7254 build machine. | |
7255 | |
7256 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7257 | |
7258 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
7259 namespace related keywords such as `class', `body', `private', | |
7260 `variable', `namespace eval', etc. | |
7261 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
7262 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
7263 imenu and font-lock so that searches for \sw would find words | |
7264 containing colons. | |
7265 | |
7266 * progmodes/etags.el (initialize-new-tags-table): | |
7267 Do not alter find-tag-marker-ring and tags-location-ring. | |
7268 | |
7269 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
7270 | |
7271 * term/w32-win.el: Require fontset. | |
7272 (w32-init-fontsets): New function (code from x-win.el). | |
7273 | |
7274 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7275 | |
7276 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
7277 calendar-and-diary-frame-parameters): Add title parameter. | |
7278 | |
7279 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7280 | |
7281 * completion.el (dynamic-completion-mode): New function to enable | |
7282 the mode. (Just loading the file now does not change anything.) | |
7283 | |
7284 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7285 | |
7286 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
7287 (ps-multibyte-buffer): New user option. | |
7288 (ps-setup): Print new user option. | |
7289 (ps-print-quote): New fun. | |
7290 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
7291 (ps-default-color, ps-mule-font-info-database) | |
7292 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
7293 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
7294 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
7295 Little code improvement. | |
7296 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
7297 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
7298 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
7299 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
7300 (ps-mule-external-libraries, ps-mule-init-external-library) | |
7301 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
7302 Doc fix. | |
7303 (ps-print-version): New version number (4.1.1) and doc fix. | |
7304 (ps-print-prologue-header): New user option. | |
7305 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
7306 Conditional compilation for GNU Emacs and emacsens. | |
7307 (ps-generate-postscript-with-faces): Skip invisible text better. | |
7308 (ps-setup): Print new user option. | |
7309 (ps-print-preprint): Check if input file name exists and is unwritable. | |
7310 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
7311 and insert user PostScript prologue header comments. | |
7312 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
7313 New funs. | |
7314 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
7315 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
7316 PostScript programming normalization. | |
7317 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
7318 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
7319 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
7320 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
7321 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
7322 Programming style normalization. | |
7323 | |
7324 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
7325 | |
7326 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7327 version, check the value of mule-version. | |
7328 | |
7329 * international/mule-util.el (compose-region): Insert then delete | |
7330 to preserve markers. | |
7331 (decompose-region): Use search-forward for efficiency. | |
7332 | |
7333 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
7334 change, use generate-new-buffer instead of get-buffer-create. | |
7335 * language/devan-util.el | |
7336 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7337 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7338 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7339 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7340 | |
7341 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7342 | |
7343 * mail/rmailsum.el (rmail-message-subject-p): | |
7344 Handle message whose header has not been reformatted. | |
7345 | |
7346 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7347 | |
7348 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7349 | |
7350 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7351 New variables. | |
7352 (mouse-set-font): Use font menus instead of dialog according to | |
7353 w32-use-w32-font-dialog. | |
7354 | |
7355 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7356 | |
7357 * 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
|
7358 correctly! |
25837 | 7359 (calendar-month-name-array): Add doc string correctly! |
7360 | |
7361 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7362 | |
7363 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7364 | |
7365 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7366 | |
7367 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7368 | |
7369 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7370 | |
7371 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7372 | |
7373 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7374 | |
7375 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7376 | |
7377 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7378 | |
7379 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7380 | |
7381 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7382 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7383 (profile-filter, profile-reset-timer): Functions deleted. | |
7384 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7385 (profile-find-function, profile-quit): Likewise. | |
7386 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7387 (profile-time-list, profile-init-list): Doc fix. | |
7388 (profile-functions): Simplify. | |
7389 (profile-print): Use float. Make output include space separators. | |
7390 (profile-add-time): New helper function. | |
7391 (profile-function-prolog): Renamed from profile-start-function. | |
7392 Handle profile-distinct. | |
7393 (profile-function-epilog): Renamed from profile-update-function. | |
7394 Handle profile-distinct. | |
7395 (profile-a-function): If the function to be profiled is an | |
7396 autoload form, load it. If it's lazy-loaded, fetch it. | |
7397 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7398 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7399 documented, rather than a one-element list. | |
7400 (profile-finish): Call profile-restore-fun properly. | |
7401 | |
7402 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7403 | |
7404 * international/characters.el: Setup charset property | |
7405 nospace-between-words. | |
7406 | |
7407 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7408 composition, return nil. | |
7409 (put-charset-property): If CHARSET is composition, do nothing. | |
7410 | |
7411 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7412 * language/devan-util.el | |
7413 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7414 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7415 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7416 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7417 | |
7418 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7419 (canonically-space-region): Pay attention to | |
7420 sentence-end-without-period. | |
7421 (fill-find-break-point): The first argument CHARSET deleted. | |
7422 Caller changed. | |
7423 (fill-region-as-paragraph): Pay attention to charset property | |
7424 nospace-between-words and text property nospace-between-words. | |
7425 | |
7426 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7427 | |
7428 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7429 an unrecognized shell. | |
7430 | |
7431 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7432 | |
7433 * desktop.el (desktop-save): Include minor modes symbolically. | |
7434 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7435 | |
7436 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7437 | |
7438 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7439 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7440 (sh-ancestor-alist): Handle rpm. | |
7441 | |
7442 * files.el (auto-mode-alist): Recognize .rpm files. | |
7443 Also .spec and .mspec files. | |
7444 | |
7445 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7446 | |
7447 * faces.el (frame-set-background-mode): Enable the function for | |
7448 MSDOS frames. | |
7449 | |
7450 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7451 | |
7452 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7453 (calendar-month-name-array): Add doc string. | |
7454 | |
7455 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7456 | |
7457 * simple.el (kill-ring-max): Increased to 60. | |
7458 | |
7459 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7460 | |
7461 * international/characters.el: Setup auto-fill-chars. | |
7462 | |
7463 * international/kinsoku.el (kinsoku): Check the variable | |
7464 enable-kinsoku. | |
7465 | |
7466 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7467 Don't call kinsoku directly, intead call fill-find-break-point. | |
7468 | |
7469 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7470 property to character sets which require `kinsoku' processing for | |
7471 filling. | |
7472 (fill-find-break-point): New function. | |
7473 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7474 Don't call kinsoku directly, intead call fill-find-break-point. | |
7475 | |
7476 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7477 | |
7478 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7479 (modify-face): Don't get error if (nil) is the argument. | |
7480 (face-try-color-list): Don't check whether nil is a valid color. | |
7481 | |
7482 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7483 | |
7484 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7485 Print message about each directory, even in batch mode. | |
7486 | |
7487 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7488 | |
7489 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7490 (ps-mule-string-char): No need to use sref. | |
7491 (ps-mule-next-index): No need to use sref. | |
7492 | |
7493 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7494 | |
7495 * files.el (revert-buffer-internal-hook): Add defvar. | |
7496 | |
7497 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7498 | |
7499 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7500 | |
7501 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7502 | |
7503 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7504 | |
7505 * net-utils.el (whois-server-list): Fix customization type. | |
7506 | |
7507 * shell.el (shell-input-autoexpand): Fix customization group. | |
7508 | |
7509 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7510 | |
7511 * repeat.el (repeat): Handle keyboard macros properly. | |
7512 Handle new prefix arg after self-insert command. | |
7513 | |
7514 * repeat.el: Don't include cl even at compile time. | |
7515 (repeat): Avoid using `loop'. | |
7516 | |
7517 * simple.el (shell-command-on-region): Doc fix. | |
7518 (next-history-element): Special error message if no default. | |
7519 | |
7520 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7521 | |
7522 * ps-print.el (ps-print-buffer): Doc fix. | |
7523 (ps-despool): Likewise. | |
7524 | |
7525 * arc-mode.el (arc-mode): Provide arc-mode. | |
7526 | |
7527 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7528 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7529 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7530 |
7531 1998-10-14 Dave Love <fx@gnu.org> | |
7532 | |
7533 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7534 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7535 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7536 | |
7537 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7538 Continuation Line" to "Join Line". | |
7539 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7540 | |
7541 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7542 | |
7543 * progmodes/fortran.el (fortran-join-line): Use | |
7544 `delete-indentation' instead of issuing an error message if not on | |
7545 a continuation line. Provide for joining several lines using | |
7546 prefix arg. | |
7547 | |
7548 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7549 | |
7550 * term/pc-win.el (msdos-color-values): New variable. | |
7551 (x-color-values): New function, emulates its namesake from | |
7552 src/xfns.c. | |
7553 (msdos-bg-mode): Add all dark colors to those which return | |
7554 "dark". | |
7555 | |
7556 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7557 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7558 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7559 Don't ignore case if arg has upper case letters. |
7560 | |
7561 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7562 | |
7563 * progmodes/vhdl-mode.el | |
7564 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7565 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7566 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7567 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7568 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7569 (vhdl-when): Fix indentation problem. | |
7570 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7571 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7572 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7573 | |
7574 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7575 | |
7576 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7577 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7578 (insert-directory): New function. | |
7579 | |
7580 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7581 | |
7582 * simple.el (completion-fixup-function): Variable deleted. | |
7583 (completion-setup-function): Delete code for completion-fixup-function. | |
7584 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7585 Don't bind completion-fixup-function. | |
7586 | |
7587 * files.el (find-file-wildcards): New option. | |
7588 (find-file-noselect): Handle wild cards, if enabled. | |
7589 (file-expand-wildcards): New function. | |
7590 | |
7591 * simple.el (set-fill-column): Doc fix. | |
7592 | |
7593 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7594 | |
7595 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7596 | |
7597 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7598 | |
7599 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7600 Move declaration before first use. | |
7601 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7602 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7603 hif-token-list. | |
7604 (hif-token, hif-token-list): Declare them. | |
7605 (hif-find-ifdef-block): Return cons of top and bottom point | |
7606 instead of setting dynamically bound variables. | |
7607 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7608 hif-find-ifdef-block. | |
7609 | |
7610 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7611 | |
7612 * subr.el (read-passwd): Use clear-this-command-keys. | |
7613 | |
7614 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7615 | |
7616 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7617 and ...-for-write. | |
7618 | |
7619 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7620 | |
7621 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7622 responses to GROUP command, since this may be called from a timer | |
7623 with quit inhibited. | |
7624 | |
7625 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7626 | |
7627 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7628 set unconditional-jump to nil. | |
7629 (ccl-compile-read-multibyte-character): Return nil. | |
7630 (ccl-compile-write-multibyte-character): Likewise. | |
7631 (ccl-compile-translate-character): Likewise | |
7632 (ccl-compile-map-multiple): Likewise. | |
7633 (ccl-compile-map-single): Likewise. | |
7634 | |
7635 * international/kinsoku.el: Add coding tag. | |
7636 (kinsoku-bol): Remove superfluous TAB in a string. | |
7637 | |
7638 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7639 Delete `composition' (if any) from CHARSETS. | |
7640 | |
7641 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7642 | |
7643 * international/mule-cmds.el (setup-specified-language-environment): | |
7644 Add apropos-inhibit property. | |
7645 (describe-specified-language-support): Likewise. | |
7646 | |
7647 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7648 | |
7649 * international/mule.el (make-coding-system): Create -with-esc | |
7650 variant coding system. | |
7651 | |
7652 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7653 | |
7654 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7655 (next-file): Optionally offer to revert a file's buffer, | |
7656 if it has an existing buffer but the file has changed. | |
7657 | |
7658 * info.el (Info-insert-dir): Detect and report problems | |
7659 in input files, such as "No Top node". Return with point | |
7660 at the beginning of the text. | |
7661 (Info-find-node): Reinsert the code to handle files | |
7662 with no tags table; it was deleted by mistake. | |
7663 | |
7664 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7665 | |
7666 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7667 texinfo-find-higher-level-node repeatedly find the same node. | |
7668 (texinfo-find-higher-level-node): Doc fix. | |
7669 | |
7670 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7671 | |
7672 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7673 (smtpmail-address-buffer): Add defvar. | |
7674 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7675 | |
7676 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7677 | |
7678 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7679 | |
7680 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7681 | |
7682 * faces.el (frame-set-background-mode): | |
7683 Don't do anythung for text-only or MSDOS frame. | |
7684 | |
7685 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7686 | |
7687 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7688 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7689 | |
7690 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7691 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7692 * gnus/pop3.el (pop3-open-server): |
25837 | 7693 Set process-coding-system-alist around open-network-stream. |
7694 | |
7695 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7696 | |
7697 * files.el (save-buffer): Doc fix. | |
7698 | |
7699 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7700 | |
7701 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7702 return DEF unchanged, not nil. Simplify. | |
7703 | |
7704 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7705 | |
7706 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7707 | |
7708 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7709 | |
7710 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7711 | |
7712 * net-utils.el (ftp, nslookup): Require comint. | |
7713 (network-service-connection): Likewise. | |
7714 (whois-server-name): Defaults to whois.arin.net | |
7715 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7716 (whois): Tries to guess the appropriate top-level domain server. | |
7717 (whois-get-tld): New function. | |
7718 | |
7719 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7720 (dirtrack-debug-toggle): Added this function. | |
7721 | |
7722 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7723 | |
7724 * files.el (find-file-noselect): Switch to the correct buffer | |
7725 before checking find-file-literally, and allow non-nil non-t | |
7726 rawfile params. | |
7727 | |
7728 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7729 | |
7730 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7731 | |
7732 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7733 no-autosave. | |
7734 * tar-mode.el (tar-mode-revert): Likewise. | |
7735 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7736 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7737 * gnus/message.el (message-auto-save-directory): Renamed from | |
7738 message-autosave-directory. All references changed. | |
7739 | |
7740 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7741 | |
7742 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7743 string. Expose mime stuff while searching. | |
7744 | |
7745 1998-10-06 Richard Stallman <rms@gnu.org> | |
7746 | |
7747 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7748 | |
7749 * replace.el (perform-replace): Position point properly | |
7750 before and after the recursive edit of C-r. | |
7751 | |
7752 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7753 find the markers in the old rings that are being discarded. | |
7754 | |
7755 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7756 | |
7757 * apropos.el (apropos-print): control invalid characters. | |
7758 | |
7759 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7760 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7761 confusing customize. | |
7762 | |
7763 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7764 | |
7765 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7766 built-in commands. Add more built-in commands and fix face names. | |
7767 | |
7768 1998-10-05 Simon Marshall <simon@gnu.org> | |
7769 | |
7770 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7771 | |
7772 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7773 | |
7774 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7775 customization since it is not useful in this case. | |
7776 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7777 sure it gets evalled to a number. Also verify that set-frame-name | |
7778 fn exists before calling it. | |
7779 | |
7780 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7781 Protect a `forward-sexp' call which could fail, and improved regex | |
7782 for ie, and eg abbreviations. | |
7783 | |
7784 1998-10-02 Noah Friedman <friedman@splode.com> | |
7785 | |
7786 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7787 send-string. | |
7788 (rlogin-send-Ctrl-D): Here also. | |
7789 (rlogin-send-Ctrl-Z): Here also. | |
7790 (rlogin-send-Ctrl-backslash): Here also. | |
7791 | |
7792 1998-10-02 Dave Love <fx@gnu.org> | |
7793 | |
7794 * outline.el (hide-region-body): Bind | |
7795 outline-view-change-hook to nil while making repeated calls to | |
7796 outline-flag-region. Run it once at the end. | |
7797 (hide-other, hide-sublevels, show-children): Likewise. | |
7798 | |
7799 * info-look.el: Remove duplicate scheme-mode entry. | |
7800 (info-lookup-make-completions): When looking for entries, check | |
7801 that `item' isn't null or "Menu". | |
7802 | |
7803 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7804 | |
7805 * net-utils.el: Don't require ffap. | |
7806 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7807 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7808 | |
7809 1998-09-30 Richard Stallman <rms@gnu.org> | |
7810 | |
7811 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7812 | |
7813 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7814 (imenu--sort-by-position): New function. | |
7815 | |
7816 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7817 (customize group): Fix info node name. | |
7818 | |
7819 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7820 a newline in the alias name. Don't define an alias | |
7821 if the definition would be empty. | |
7822 | |
7823 * which-func.el (which-func-mode-global): Make :set function | |
7824 more reliable. | |
7825 | |
7826 * custom.el (custom-set-variables): Load the requests first, | |
7827 then check the symbol's `set' function. | |
7828 | |
7829 * ffap.el: Doc fixes. | |
7830 | |
7831 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7832 | |
7833 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7834 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7835 * gnus-score.el (gnus-orphan-score): Fix type. | |
7836 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7837 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7838 (gnus-saved-headers): Fix type. | |
7839 | |
7840 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7841 Avoid nil value of `two-lines-citation-part'. | |
7842 | |
7843 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7844 | |
7845 * which-func.el (which-function): Handle case when | |
7846 (car imenu--index-alist) is nil. | |
7847 | |
7848 1998-09-29 Dave Love <fx@gnu.org> | |
7849 | |
7850 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7851 bzip2 args. | |
7852 | |
7853 1998-09-29 Simon Marshall <simon@gnu.org> | |
7854 | |
7855 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7856 comint-exec-hook. | |
7857 | |
7858 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7859 | |
7860 * info-look.el: Add support for Octave. | |
7861 | |
7862 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7863 | |
7864 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7865 (reftex-texpath-environment-variables, | |
7866 reftex-use-external-file-finders, reftex-external-file-finders, | |
7867 reftex-search-unrecursed-path-first): New options. | |
7868 (reftex-process-string, reftex-find-file-externally): New | |
7869 functions. | |
7870 (reftex-access-search-path): Execute shell commands to find the | |
7871 search path. | |
7872 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7873 `reftex-auto-view-crossref' becomes non-nil. | |
7874 (reftex-abbrev-regexp): Constant removed. | |
7875 (reftex-convert-string): Abbrev regexp calculated locally. | |
7876 | |
7877 1998-09-28 Dave Love <fx@gnu.org> | |
7878 | |
7879 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7880 font-lock patterns with keywords that aren't all literal. | |
7881 | |
7882 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7883 | |
7884 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7885 the form `octave.bin:1>' which come from using precopiled binary | |
7886 versions. | |
7887 | |
7888 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7889 | |
7890 * help.el (help-for-help): Use %THIS-KEY%. | |
7891 (help-quit): Add doc. | |
7892 | |
7893 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7894 in a separate function definition, not in the help command FNAME. | |
7895 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7896 | |
7897 1998-09-25 Richard Stallman <rms@gnu.org> | |
7898 | |
7899 * textmodes/texinfo.el (texinfo-show-structure): | |
7900 Bind inhibit-read-only. | |
7901 | |
7902 * isearch.el (isearch-search-and-update): Properly | |
7903 handle upper case letters in the reverse-search special case. | |
7904 | |
7905 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7906 | |
7907 * gnus.el: Extend the list of autoloaded functions. | |
7908 | |
7909 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7910 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7911 1998-08-20 Per Starback <starback@update.uu.se>) | |
7912 | |
7913 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7914 `rmail-output-to-rmail-file'. | |
7915 | |
7916 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7917 | |
7918 * hexl.el (hexl-mode-map): More of previous change. | |
7919 | |
7920 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7921 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7922 Quote file name in star case as well as in non-star. | |
7923 Add blank and quoting of option string here. | |
7924 (tex-start-options-string): Not here. | |
7925 | |
7926 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7927 | |
7928 * term.el (term-delimiter-argument-list): Doc fix. | |
7929 (term-emulate-terminal): Escape literal semicolon. | |
7930 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7931 (asm-comment-char): Escape literal semicolon. | |
7932 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7933 | |
7934 1998-09-23 Richard Stallman <rms@gnu.org> | |
7935 | |
7936 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7937 only those that normally modify the buffer. | |
7938 | |
7939 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7940 over again. | |
7941 | |
7942 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7943 | |
7944 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7945 when let-binding of case-fold-search ends. | |
7946 | |
7947 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7948 | |
7949 * ps-print.el: Skip invisible overlay. | |
7950 Test for set-buffer-multibyte rather than using mule-version. | |
7951 (ps-print-version): New version number (4.1) and doc fix. | |
7952 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7953 | |
7954 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7955 | |
7956 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7957 | |
7958 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7959 | |
7960 * international/quail.el (quail-update-guidance): Check for the | |
7961 return value of (quail-guidance) fixed. | |
7962 (quail-update-translation): Bind quail-current-str locally when it | |
7963 calls quail-update-guidance. | |
7964 (quail-update-translation): If input-method-exit-on-first-char is | |
7965 non-nil, terminate translation only when the current input method | |
7966 is simple. | |
7967 | |
7968 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7969 | |
7970 * startup.el (locale-translation-file-name): Prefer X-related names | |
7971 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7972 (command-line): Use locale-translation-file-name if it is not nil, | |
7973 instead of testing for its existence again. | |
7974 regexp-quote the ctype before using it in a regexp. | |
7975 Allow a colon to appear after the ctype in the aliases file, | |
7976 as is done in X11R6.4. | |
7977 | |
7978 1998-09-21 Richard Stallman <rms@gnu.org> | |
7979 | |
7980 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7981 | |
7982 * calendar/appt.el (appt-interval): Variable deleted. | |
7983 (appt-check): For minutes in between appt-display-interval times, | |
7984 do check, but don't display anything except an updated mode line. | |
7985 Count against appt-display-interval based on minutes since | |
7986 first display of this appointment, not based on time of day. | |
7987 If appt-display-mode-line, force mode line redisplay | |
7988 whenever appt-mode-string has changed. | |
7989 (appt-add, appt-delete): Add autoload cookies. | |
7990 (appt-check): Catch errors from calling `diary'. | |
7991 (appt-max-time): Renamed from max-time. | |
7992 (appt-now-displayed, appt-display-count): New variables. | |
7993 (appt-timer): Don't create one if we already have one. | |
7994 | |
7995 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7996 More general code to use the source buffer instead of the zap file. | |
7997 | |
7998 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7999 compare-with-file. | |
8000 | |
8001 * loadhist.el (load-history-loaded): New variable. | |
8002 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
8003 | |
8004 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
8005 | |
8006 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
8007 Fix error messages. | |
8008 | |
8009 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
8010 | |
8011 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
8012 Emacs frame. | |
8013 | |
8014 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8015 | |
8016 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
8017 `undecided' and `undecided-unix'. | |
8018 | |
8019 1998-09-21 Dave Love <fx@gnu.org> | |
8020 | |
8021 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
8022 | |
8023 * subr.el (remove-hook): Check list values to avoid errors. | |
8024 | |
8025 1998-09-18 Noah Friedman <friedman@splode.com> | |
8026 | |
8027 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
8028 store string in eldoc-last-message without consing a new string. | |
8029 Rearrange logic from nested if's into cond's. | |
8030 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
8031 Do not print message; just return string. | |
8032 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
8033 Do not print message; just return string. | |
8034 Cache that string in eldoc-last-data. | |
8035 (eldoc-last-data): Make into a vector. | |
8036 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
8037 (eldoc-get-var-docstring): Here also. | |
8038 (eldoc-last-data-store): New function. | |
8039 (eldoc-get-fnsym-args-string): Use it. | |
8040 (eldoc-get-var-docstring): Here also. | |
8041 (eldoc-docstring-first-line): Minimize interim string consing. | |
8042 Call substitute-command-keys on the result. | |
8043 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
8044 eldoc-docstring-message): Functions removed. | |
8045 (eldoc-docstring-format-sym-doc): New function, functionality | |
8046 ripped out of eldoc-docstring-message. | |
8047 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
8048 | |
8049 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
8050 | |
8051 * international/mule.el (make-coding-system): Doc-string modified. | |
8052 | |
8053 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
8054 | |
8055 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
8056 | |
8057 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
8058 customize type. | |
8059 | |
8060 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
8061 type. | |
8062 | |
8063 * progmodes/compile.el (compilation-error-screen-columns): New | |
8064 variable. | |
8065 (compilation-next-error-locus): Use it to decide whether to use | |
8066 forward-char or move-to-column. | |
8067 | |
8068 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
8069 | |
8070 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
8071 feedmail-fiddle-plex-user-list, | |
8072 feedmail-spray-address-fiddle-plex-list, | |
8073 feedmail-prompt-before-queue-user-alist, | |
8074 feedmail-prompt-before-queue-help-supplement, | |
8075 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
8076 feedmail-queue-alternative-mail-header-separator): Fix customize | |
8077 type. | |
8078 | |
8079 * startup.el (site-run-file): Fix customize type. | |
8080 | |
8081 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
8082 customize type. | |
8083 | |
8084 * shell.el (shell-input-autoexpand): Fix customize type. | |
8085 | |
8086 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
8087 Improve layout of customize type. | |
8088 | |
8089 * net-utils.el (traceroute-program-options, ping-program-options, | |
8090 ipconfig-program-options, netstat-program-options, | |
8091 arp-program-options, route-program-options, | |
8092 nslookup-program-options, ftp-program-options): Fix customize | |
8093 type. | |
8094 | |
8095 * midnight.el (clean-buffer-list-kill-regexps, | |
8096 clean-buffer-list-kill-buffer-names, | |
8097 clean-buffer-list-kill-never-buffer-names, | |
8098 clean-buffer-list-kill-never-regexps): Fix customize type. | |
8099 | |
8100 * man.el (Man-init-defvars): Avoid trailing nil on | |
8101 Man-filter-list. | |
8102 | |
8103 * lpr.el (printer-name): Fix customize type. | |
8104 | |
8105 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
8106 | |
8107 * international/mule-cmds.el (reset-language-environment): Call | |
8108 update-coding-systems-internal. | |
8109 | |
8110 * international/mule-conf.el: Call update-coding-systems-internal | |
8111 at the tail. | |
8112 | |
8113 1998-09-14 Dave Love <fx@gnu.org> | |
8114 | |
8115 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
8116 use the menu-enable properties, pending doing it correctly and | |
8117 acceptably fast. | |
8118 | |
8119 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
8120 | |
8121 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
8122 | |
8123 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
8124 comment-{start,end} non-nil as well as bound. Report an error if | |
8125 we can't grok the mode. | |
8126 | |
8127 1998-09-13 Richard Stallman <rms@gnu.org> | |
8128 | |
8129 * simple.el (blink-matching-open): Don't log paren matching | |
8130 messages in *Messages*. | |
8131 | |
8132 1998-09-12 Richard Stallman <rms@gnu.org> | |
8133 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8134 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 8135 Set point-before-scroll at end even if there was an error. |
8136 | |
8137 * ange-ftp.el (ange-ftp-insert-file-contents): | |
8138 Use binary mode for dumb-unix hosts as for unix hosts. | |
8139 (ange-ftp-copy-file-internal): Likewise. | |
8140 | |
8141 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8142 | |
8143 * emacs-lisp/pp.el: Doc fixes. | |
8144 | |
8145 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
8146 (widget-choose): Don't use single-char shortcuts if # items | |
8147 exceeds that many. Use minibuffer instead. | |
8148 | |
8149 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8150 | |
8151 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
8152 | |
8153 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
8154 | |
8155 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
8156 in terminal mode. | |
8157 | |
8158 1998-09-10 Noah Friedman <friedman@splode.com> | |
8159 | |
8160 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
8161 defcustom declaration. It's wreaking too much havoc with XEmacs | |
8162 and older versions of Emacs, which share this code. | |
8163 | |
8164 * type-break.el (type-break-mode): Here also. | |
8165 | |
8166 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
8167 `t' to add-hook also to modify the new local value. | |
8168 | |
8169 1998-09-10 Dave Love <fx@gnu.org> | |
8170 | |
8171 * vc.el (vc-insert-headers): Doc fix. | |
8172 | |
8173 1998-09-10 Richard Stallman <rms@gnu.org> | |
8174 | |
8175 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
8176 ispell-... variables permanent locals. | |
8177 (flyspell-mode-off): Add autoload cookie. | |
8178 | |
8179 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
8180 do use binary mode, just as for `unix'. | |
8181 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
8182 | |
8183 * dired.el (dired-mark-files-containing-regexp): | |
8184 Don't scan directories. Ignore non-readable files. | |
8185 | |
8186 * progmodes/compile.el (compilation-error-regexp-alist): | |
8187 Fix previous change: allow . and _ in command name. | |
8188 | |
8189 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
8190 | |
8191 * uncompress.el (uncompress-while-visiting): | |
8192 Use just the car of what find-operation-coding-system returns. | |
8193 | |
8194 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
8195 | |
8196 * shell.el (shell-file-name-quote-list): Add # to the value. | |
8197 | |
8198 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
8199 | |
8200 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
8201 to make killing of ispell process work even if | |
8202 kill-all-local-variables has been run. | |
8203 | |
8204 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8205 | |
8206 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
8207 loop when sexp entry ends at end of file with no newline. | |
8208 | |
8209 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8210 | |
8211 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
8212 (Custom-reset-standard): Fix menu inconsistency. | |
8213 | |
8214 * mail/feedmail.el (feedmail-from-line): Allow t. | |
8215 (feedmail-message-id-suffix): Allow nil. | |
8216 | |
8217 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
8218 Simplify. Make prefix arg work right. | |
8219 | |
8220 1998-09-09 Dave Love <fx@gnu.org> | |
8221 | |
8222 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8223 | |
8224 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
8225 | |
8226 1998-09-08 Dave Love <fx@gnu.org> | |
8227 | |
8228 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
8229 stuff only after file names or at start of line. Allow parens | |
8230 around e-mail, as well as angles. | |
8231 | |
8232 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
8233 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
8234 time for nicer failure if it's not available. | |
8235 | |
8236 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
8237 | |
8238 * comint.el (comint-arguments): Ignore backslashes when using | |
8239 w32 shells that expect backslashes as the directory separator. | |
8240 | |
8241 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
8242 | |
8243 * international/fontset.el (resolved-ascii-font): New variable. | |
8244 (x-complement-fontset-spec): By side effect, set | |
8245 `resolved-ascii-font' to the resolved name of ASCII font." | |
8246 (create-fontset-from-fontset-spec): Don't get a value for | |
8247 resolved-ascii-font from the list full-fontlist. It is set by | |
8248 x-complement-fontset-spec now. | |
8249 | |
8250 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8251 version, check the value of mule-version. | |
8252 | |
8253 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
8254 | |
8255 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
8256 several functions. No longer moves to find a macro. | |
8257 (reftex-view-cr-cite, reftex-view-cr-ref, | |
8258 reftex-end-of-bib-entry): New functions. | |
8259 (reftex-auto-view-crossref): New value `window' allowed. | |
8260 (reftex-view-crossref-when-idle): Process new `window' option in | |
8261 (reftex-translate-to-ascii-function): New default. | |
8262 (reftex-label-illegal-re): Default changed, removed Latin1. | |
8263 (reftex-latin1-to-ascii): New function. | |
8264 (reftex-what-environment): Check for section regexp before use. | |
8265 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
8266 absolute path names. | |
8267 (reftex-TeX-master-file): Changed sequence of file checks. | |
8268 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
8269 | |
8270 1998-09-06 Richard Stallman <rms@gnu.org> | |
8271 | |
8272 * progmodes/compile.el (compilation-error-regexp-alist): | |
8273 In first pattern (GNU utilities and other things), | |
8274 allow a space after the optional program name at the beginning. | |
8275 | |
8276 * mail/mail-hist.el (mail-hist-current-header-contents): | |
8277 Fix previous change: use mail-header-end. | |
8278 | |
8279 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
8280 | |
8281 * international/ccl.el: Doc fixes. | |
8282 * international/encoded-kb.el: Doc fixes. | |
8283 * international/fontset.el: Doc fixes. | |
8284 * international/kinsoku.el: Doc fixes. | |
8285 * international/kkc.el: Doc fixes. | |
8286 * international/mule-cmds.el: Doc fixes. | |
8287 * international/mule-conf.el: Doc fixes. | |
8288 * international/mule-util.el: Doc fixes. | |
8289 * international/mule.el: Doc fixes. | |
8290 | |
8291 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
8292 | |
8293 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
8294 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
8295 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
8296 punctuation for first line sentence breaking. | |
8297 (checkdoc-this-string-valid): When converting a comment into a doc | |
8298 string, make sure " chars are \". | |
8299 (checkdoc-sentencespace-region-engine): Only do double space check | |
8300 if based on the variable `sentence-end-double-space' | |
8301 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
8302 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
8303 | |
8304 1998-09-04 Richard Stallman <rms@gnu.org> | |
8305 | |
8306 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
8307 Recognize define-skeleton as a function definer. | |
8308 | |
8309 * cus-edit.el (customize-option): Refuse to customize | |
8310 a variable that has no defcustom. But if variable is autoloaded, | |
8311 first try to load the library that defines it. | |
8312 | |
8313 * international/iso-insert.el: Use `string' before calling `insert' | |
8314 so that in multibyte buffers we insert multibyte chars. | |
8315 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8316 * dired.el (dired-mark-files-containing-regexp): |
25837 | 8317 Don't use find-file; instead, insert the file in a temp buffer. |
8318 | |
8319 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
8320 (tex-start-tex): Use that variable. | |
8321 | |
8322 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
8323 value in the `repeat' alternative a list. | |
8324 | |
8325 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
8326 the inserted newline, verify that one was really inserted. | |
8327 | |
8328 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
8329 remains on or remains off. | |
8330 (flyspell-multi-language-p): Default changed to nil. | |
8331 | |
8332 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
8333 In "found in comment" case, don't beginning-of-line after forward-line. | |
8334 | |
8335 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
8336 If the function definition is not a lambda, return original FORM | |
8337 with no error. | |
8338 | |
8339 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
8340 | |
8341 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
8342 so that by default netstat shows all network connections. | |
8343 | |
8344 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8345 | |
8346 * international/quail.el: Doc fixes. | |
8347 | |
8348 * info.el (info): Don't add parens if FILE already has them. | |
8349 | |
8350 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8351 | |
8352 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8353 on extension lines. | |
8354 | |
8355 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8356 | |
8357 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8358 | |
8359 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8360 | |
8361 * 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
|
8362 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8363 |
8364 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8365 | |
8366 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8367 argument to ps-mule-generate-bitmap-font. | |
8368 | |
8369 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8370 entry and change Latin-1 entry in the default value. | |
8371 (ps-mule-font-info-database-ps-bdf): New variable. | |
8372 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8373 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8374 registerd in FONT-SPEC. | |
8375 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8376 charcter width of bitmap fonts. | |
8377 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8378 procedure NF. | |
8379 (ps-begin-file): Output PostScript code for setting | |
8380 SpaceWidthRatio. | |
8381 (ps-plot-region): Use line-beginning-position to get a position of | |
8382 the beginning of the current line. | |
8383 | |
8384 * international/mule-cmds.el (register-input-method): Doc-string | |
8385 modified. | |
8386 | |
8387 1998-09-01 Dave Love <fx@gnu.org> | |
8388 | |
8389 * international/mule-cmds.el (current-language-environment): Fix | |
8390 setter function. | |
8391 | |
8392 1998-09-01 Simon Marshall <simon@gnu.org> | |
8393 | |
8394 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8395 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8396 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8397 names with font-lock-type-face. Fontify type specs, etc., with | |
8398 font-lock-keyword-face. | |
8399 | |
8400 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8401 | |
8402 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8403 font is specified in FONTLIST, don't substitute it for the | |
8404 resolved name. | |
8405 | |
8406 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8407 | |
8408 * international/mule.el (charset-description): Doc fix. | |
8409 | |
8410 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8411 language/devanagari.el, language/ethiopic.el, | |
8412 language/european.el, language/hebrew.el, language/indian.el, | |
8413 language/japanese.el, language/korean.el, language/lao.el, | |
8414 language/slovak.el, language/thai.el, language/tibetan.el, | |
8415 language/vietnamese.el: | |
8416 Add coding: local variable, to avoid bootstrapping problem | |
8417 if you need to recompile all the Lisp files using interpreted code. | |
8418 | |
8419 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8420 | |
8421 * cal-china.el (chinese-year-cache): Change range of years from | |
8422 1989-2000 to 1990-2010. | |
8423 | |
8424 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8425 | |
8426 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8427 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8428 | |
8429 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8430 | |
8431 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8432 (ps-output-string-prim): Comment format changed. | |
8433 (ps-do-despool): Indentation of source code changed. | |
8434 | |
8435 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8436 | |
8437 * subr.el (sref): Make it an alias of aref. Make the | |
8438 byte-compiler warn that it is obsolete. | |
8439 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8440 | |
8441 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8442 Calculate the total bytes using position-bytes instead of | |
8443 char-bytes. | |
8444 | |
8445 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8446 | |
8447 * snmp-mode.el: New file. | |
8448 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8449 | |
8450 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8451 | |
8452 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8453 | |
8454 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8455 | |
8456 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8457 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8458 | |
8459 1998-08-27 Richard Stallman <rms@gnu.org> | |
8460 | |
8461 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8462 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8463 Clear appt-mode-string if we don't put something in it. | |
8464 | |
8465 1998-08-27 Dave Love <fx@gnu.org> | |
8466 | |
8467 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8468 dired-local-variables-file for dired-x. | |
8469 | |
8470 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8471 for compressed library files too. | |
8472 | |
8473 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8474 | |
8475 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8476 ("Latin-2"): Likewise. | |
8477 | |
8478 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8479 | |
8480 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8481 | |
8482 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8483 | |
8484 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8485 (mail-hist-current-header-contents): Use mail-text-start. | |
8486 | |
8487 1998-08-26 Richard Stallman <rms@gnu.org> | |
8488 | |
8489 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8490 (customize-changed-options-previous-release): New variable. | |
8491 (customize-changed-options): Use that variable as default arg. | |
8492 | |
8493 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8494 | |
8495 * midnight.el: Require `timer' not only when compiling. | |
8496 | |
8497 1998-08-26 Per Starback <starback@update.uu.se> | |
8498 | |
8499 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8500 buffer before creating help group. | |
8501 | |
8502 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8503 | |
8504 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8505 coding-system-for-write before saving. | |
8506 | |
8507 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8508 | |
8509 * isearch.el (isearch-forward): Doc fix. | |
8510 | |
8511 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8512 | |
8513 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8514 value, not a float. | |
8515 | |
8516 * cus-dep.el: Fix typo in output. | |
8517 | |
8518 1998-08-25 Dave Love <fx@gnu.org> | |
8519 | |
8520 * repeat.el (repeat): Doc fix. | |
8521 [From rms:] | |
8522 (repeat-previous-repeated-command): New variable. | |
8523 (repeat): Check for real-last-command being null or repeat. Set | |
8524 repeat-previous-repeated-command. | |
8525 | |
8526 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8527 | |
8528 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8529 | |
8530 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8531 coding-system-for-write by the return value of | |
8532 select-message-coding-system. | |
8533 (message-send-mail-with-qmail): Likewise. | |
8534 | |
8535 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8536 | |
8537 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8538 define-derived-mode. | |
8539 | |
8540 * files.el (file-name-invalid-regexp): | |
8541 Fix regex for ms-dos without long file names. | |
8542 | |
8543 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8544 | |
8545 * ps-print.el: Multi-byte buffer handling. | |
8546 (ps-print-version): New version number (4.0) and doc fix. | |
8547 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8548 compilation for GNU Emacs and emacsens. | |
8549 (ps-generate-postscript-with-faces): Force invisible text to be | |
8550 visible. | |
8551 (dos-ps-printer): New var to avoid compilation gripes. | |
8552 | |
8553 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8554 | |
8555 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8556 that no more characters can't be printed in the current line. | |
8557 | |
8558 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8559 | |
8560 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8561 greater than TO. | |
8562 | |
8563 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8564 | |
8565 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8566 20.2 and the earlier version. | |
8567 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8568 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8569 (ps-mule-find-wrappoint): Likewise. | |
8570 (ps-mule-generate-font): Change `X' to `x' in format | |
8571 control-string. | |
8572 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8573 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8574 `restore' form procedures `BC' and `EC'. | |
8575 | |
8576 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8577 | |
8578 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8579 is an executable procedure. Make LineThickness, Xshadow, and | |
8580 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8581 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8582 ps-mule-font-info-database-bdf): New vars. | |
8583 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8584 (ccl-encode-ethio-unicode): New CCL program. | |
8585 (ps-mule-encode-ethiopic): New fun. | |
8586 (ps-mule-current-charset): New var. | |
8587 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8588 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8589 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8590 (ps-mule-external-libraries): New var. | |
8591 (ps-mule-init-external-library): New fun. | |
8592 (ps-mule-font-cache): New var. | |
8593 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8594 (ps-last-font): New var. | |
8595 (ps-mule-prepare-font): New fun. | |
8596 (ps-mule-charset-list): New var. | |
8597 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8598 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8599 ps-mule-plot-string): New funs. | |
8600 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8601 New vars. | |
8602 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8603 ps-mule-prepare-cmpchar-font): New funs. | |
8604 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8605 vars. | |
8606 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8607 ps-mule-generate-bitmap-glyph): New funs. | |
8608 (ps-mule-initialize, ps-mule-begin): New funs. | |
8609 (ps-output-string-prim): Insert string as unibyte. | |
8610 (ps-output-prologue): New fun. | |
8611 (ps-flush-output): Handle the case of 'prologue. | |
8612 (ps-begin-file): Call ps-mule-initialize. | |
8613 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8614 printing multibyte characters. | |
8615 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8616 (ps-basic-plot-string): Handle the case of printing ASCII | |
8617 characters by external libraries (e.g. BDF). | |
8618 (ps-set-font): Set ps-last-font. | |
8619 (ps-plot-region): Handle multibyte characters, use | |
8620 ps-mule-plot-string for them. | |
8621 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8622 | |
8623 * bdf.el: New file. | |
8624 | |
8625 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8626 | |
8627 * international/mule-cmds.el (select-message-coding-system): New | |
8628 function. | |
8629 (set-language-environment-coding-systems): Set | |
8630 default-sendmail-coding-system. | |
8631 | |
8632 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8633 (default-sendmail-coding-system): New variable. | |
8634 (sendmail-send-it): Encode the message by a coding system | |
8635 select-message-coding-system returns. | |
8636 | |
8637 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8638 | |
8639 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8640 (speedbar-mode): Set buffer to read only. | |
8641 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8642 with arguments. | |
8643 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8644 | |
8645 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8646 | |
8647 * speedbar.el (speedbar-key-map): Fix typo. | |
8648 | |
8649 See ChangeLog.7 for earlier changes. |