Mercurial > emacs
annotate lisp/ChangeLog @ 27219:8cda50572ee2
Update xref.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 05 Jan 2000 23:34:41 +0000 |
parents | 5b9c236a581d |
children | 1c7665b7a026 |
rev | line source |
---|---|
27203 | 1 2000-01-02 Dave Love <fx@gnu.org> |
2 | |
27205 | 3 * outline.el (outline-mode-menu-bar-map): Add |
4 outline-headers-as-kill. | |
5 (outline-mode): Define imenu-generic-expression. | |
6 (outline-headers-as-kill): New command. | |
7 | |
27203 | 8 * text-mode.el (text-mode): Remove page-delimiter's `^' from |
9 paragraph-start. | |
10 (paragraph-indent-minor-mode): New command. | |
11 | |
12 * fortran.el (fortran-mode-map): Don't bind M-C-a, M-C-e, M-C-h, | |
13 C-j, C-xnd, TAB. | |
14 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
15 (fortran-column-ruler): Simplify. | |
16 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
17 (fortran-with-subprogram-narrowing): Likewise. | |
18 (fortran-indent-subprogram): Call mark-defun. | |
19 (fortran-check-for-matching-do): Change narrowing. | |
27198 | 20 |
21 * cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
22 (cl-lucid-hash-tag): Delete. | |
23 (cl-hash-table-p): Correct test for native table. | |
24 (cl-hash-table-count): Use hash-table-count. | |
25 | |
26 * browse-url.el (browse-url): Fix case of | |
27 browse-url-browser-function being an alist. | |
28 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
29 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
30 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
31 * textmodes/reftex-vars.el (reftex-parse-file-extension, |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
32 reftex-index-phrase-file-extension): New options. |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
33 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
34 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
35 Use new option `reftex-index-phrase-file-extension'. |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
36 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
37 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
38 `reftex-parse-file-extension'. |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
39 |
27191 | 40 2000-01-05 Dave Love <fx@gnu.org> |
41 | |
42 * lisp.el (beginning-of-defun): New variable. | |
43 (beginning-of-defun-raw): Use it. | |
44 (end-of-defun): New variable. | |
45 (end-of-defun): Use it. | |
46 (check-parens): New command. | |
47 | |
27182 | 48 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
49 | |
50 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region, | |
51 hs-show-block): Don't use `mapcar' when not accumulating. | |
52 | |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
53 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
54 |
27176 | 55 2000-01-05 Andreas Schwab <schwab@suse.de> |
56 | |
57 * hscroll.el (hscroll): Doc fix. | |
58 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
59 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
60 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
61 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
62 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
63 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
64 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
65 file idlw-rinfo.el. |
27182 | 66 (idlwave-customize): load must read file idlw-shell.el. |
67 (idlwave-create-customize-menu): load must read file idlw-shell.el. | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
68 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
69 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
70 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
71 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
72 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
73 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
74 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
75 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
76 both reftex-dcr and reftex-vcr. |
27182 | 77 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
78 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
79 |
27164 | 80 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 81 |
82 * ps-print.el: PostScript code now is in separate files, doc fix. | |
83 (ps-print-version): New version number (5.0.3). | |
84 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
85 local. | |
86 (ps-spool-config): Initialization fix. | |
27191 | 87 (ps-print-prologue-1, ps-print-prologue-2, |
88 ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 89 (ps-background-image): Little code reformating. |
90 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 91 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 92 (ps-prologue-file): New fun. |
93 | |
27159 | 94 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
95 | |
96 * ps-vars.el: eliminated. | |
97 | |
98 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
99 `;;;###autoload'. | |
100 | |
101 * ps-print.el: ps-vars eliminated, doc fix. | |
102 (ps-print-version): New version number (5.0.2). | |
103 (ps-spool-config): Initialization fix. | |
104 (ps-print-customize): New fun. | |
105 | |
27155 | 106 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
107 | |
108 * autorevert.el (auto-revert-mode): Return value of | |
109 auto-revert-mode. | |
110 | |
27152 | 111 2000-01-04 Dave Love <fx@gnu.org> |
112 | |
27198 | 113 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
114 menu items. | |
27152 | 115 |
27124 | 116 2000-01-03 Dave Love <fx@gnu.org> |
117 | |
27191 | 118 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 119 |
27124 | 120 * cl-extra.el (cl-emacs-type): Remove defvar. |
121 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use | |
122 `cl-hash-table-p', not `hash-table-p'. | |
123 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
124 | |
27119 | 125 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
126 | |
127 * faces.el (face-read-integer, read-face-attribute) | |
128 (color-defined-p, color-values): unspecified-{f,b}g are now | |
129 strings. | |
130 | |
27112 | 131 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
132 | |
133 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
134 at comment end, and re-insert them after filling. | |
135 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
136 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
137 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
138 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el |
27110
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
139 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
140 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el. |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
141 |
27102 | 142 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
143 | |
144 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
145 the new name of face-color-supported-p. | |
146 | |
147 * term/w32-win.el (xw-defined-colors): Likewise. | |
148 | |
27097 | 149 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
150 | |
151 * simple.el (completion-setup-function): Count completion-size | |
152 from minibuffer-prompt-end, not from point-min. | |
153 | |
27091 | 154 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
155 | |
156 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
157 Pass the frame to tty-color-* functions. | |
158 (display-color-p, frame-set-background-mode): Pass the frame to | |
159 tty-display-color-p. | |
160 | |
161 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
162 tty-color-alist. | |
163 (tty-color-alist, tty-modify-color-alist): New functions. | |
164 (tty-color-define, tty-color-clear, tty-color-approximate) | |
165 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
166 an optional parameter FRAME. | |
167 | |
27074 | 168 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
169 | |
27082 | 170 * image.el (create-image, defimage): Don't assume image data is a |
171 string. | |
172 | |
27074 | 173 * image.el (defimage): Handle specifications containing :data |
174 instead of :file. | |
175 (image-type-from-data): New function. | |
176 (image-type-from-file-header): Use it. | |
177 (create-image): Add parameter DATA-P. | |
27182 | 178 |
27063
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
179 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
180 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
181 * echistory.el (electric-command-history): Call Command-history-setup |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
182 and command-history-mode using their new conventions. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
183 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
184 * chistory.el (Command-history-setup): Don't switch buffers. Take |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
185 no args, and do not set major-mode, mode-name or the local map. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
186 (command-history-mode): New function, does some of those things |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
187 Command-history-setup used to do. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
188 (list-command-history): Call command-history-mode, not |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
189 Command-history-setup. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
190 (command-history): Renamed from command-history-mode. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
191 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
192 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
193 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
194 * arc-mode.el (archive-mode-map): Bind q to quit-window. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
195 |
27059
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
196 1999-12-31 William M. Perry <wmperry@aventail.com> |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
197 |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
198 * image.el (defimage): Images with the `:data' keyword should be |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
199 considered valid as well. |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
200 |
27052
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
201 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
202 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
203 * dired.el (dired-get-filename): Don't call file-name-absolute-p |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
204 with FILE if FILE is nil. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
205 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
206 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
207 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
208 * simple.el (choose-completion-string): In minibuffer, |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
209 do not delete the prompt string. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
210 |
27044 | 211 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
212 | |
27049 | 213 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap |
214 assigned to mode-line-mode-menu because bindings.el is dumped with | |
215 Emacs, and thus the lists used for menu-item definition will be | |
216 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
217 like pure menu item definitions. | |
218 | |
27044 | 219 * expand.el (expand-abbrev-hook): Return t if expansion was |
220 done, nil otherwise. | |
221 | |
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
222 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
223 |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
224 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
225 (tar-quit): Function deleted. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
226 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
227 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
228 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
229 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
230 was used but not declared. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
231 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
232 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
233 hs-find-block-beginning): Add or modify docstrings. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
234 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
235 (hs-isearch-show): Rewrite. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
236 |
27022 | 237 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
238 | |
27024 | 239 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
240 | |
27022 | 241 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
242 space in front of a C-style comment end. | |
243 | |
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
244 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
245 |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
246 * startup.el (command-line-1): Make mode line mouse-sensitive for |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
247 the MS-DOS version as well. |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
248 |
27016 | 249 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
250 | |
251 * bs.el: New file. | |
252 | |
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
253 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
254 |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
255 * textmodes/ispell.el (ispell-process-line): |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
256 Add local var line-offset to adjust for the change |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
257 in positions within the line, due to previous replacements. |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
258 |
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
259 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
260 |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
261 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
262 Doc fixes. |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
263 |
27004 | 264 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
265 | |
266 * add-log.el (change-log-version-number-regexp-list) | |
267 (change-log-version-info-enabled): Change :version to 21.1. | |
268 (toplevel): Require CL when compiling. | |
269 | |
270 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
271 | |
272 * add-log.el (change-log-version-number-regexp-list): Added tag | |
273 :version 20.6 | |
274 (change-log-version-info-enabled): Added tag :version 20.6 | |
275 | |
276 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
277 | |
278 * add-log.el: More general version number search with | |
279 user-configurable regexp list. | |
280 (change-log-version-number-regexp-list): New user variable. | |
281 (change-log-find-version): Rewritten. Use user-configurable | |
282 version numbering regexp list | |
283 change-log-version-number-regexp-list. | |
284 (change-log-find-version): Renamed to | |
285 change-log-version-number-search | |
286 (add-log-file-name-function): New. | |
287 (change-log-search-vc-number): Added END paramaeter. Added doc | |
288 string to function. | |
289 (change-log-version-rcs): Renamed. Was | |
290 change-log-search-vc-number. | |
291 | |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
292 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
293 |
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
294 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
295 overlays if they interfere. |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
296 (compilation-find-file): Make intangible overlays tangible. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
297 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
298 * progmodes/hideshow.el: Generally, synch w/ maintainer |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
299 version 5.9. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
300 |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
301 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
302 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
303 (hs-minor-mode-hook): Don't initialize. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
304 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
305 (hs-special-modes-alist): Rewrite value and docstring. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
306 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
307 (hs-minor-mode-prefix): Delete unused var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
308 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
309 (hs-block-start-mdata-select): New var, buffer local. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
310 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
311 (hs-headline): New var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
312 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
313 (hs-match-data, hs-forward-sexp): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
314 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
315 (hs-hide-comment-region): New func. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
316 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
317 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
318 hs-safety-is-job-n, hs-hide-initial-comment-block, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
319 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
320 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
321 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
322 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
323 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
324 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
325 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
326 (hs-isearch-show-temporary): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
327 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
328 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
329 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
330 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
331 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
332 When constructing menu, use `[(shift button2)]' notation. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
333 |
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
334 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
335 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
336 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
337 (jka-compr-compression-info-list): Add new elt to each vector. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
338 (jka-compr-write-region): Don't compress the data if it is |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
339 already compressed. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
340 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
341 * jka-compr.el (jka-compr-really-do-compress): New variable. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
342 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
343 if visiting. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
344 (jka-compr-write-region): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
345 if visiting. Test it when deciding to compress. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
346 |
26971 | 347 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
348 | |
349 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
350 with third argument t. | |
351 | |
26966 | 352 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
353 | |
354 * antlr-mode.el: Version 1.2 is released. | |
355 (antlr): This package has a web page. | |
356 | |
357 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
358 | |
359 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
360 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
361 (antlr-mode-map): New binding [C-c C-c]. | |
362 (antlr-mode-menu): New entries. | |
363 | |
364 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
365 | |
366 * antlr-mode.el: Respect Emacs conventions. | |
367 ((require 'cl)): Only use during compilation. | |
368 (antlr-language-for-option): New function to avoid using `find'. | |
369 (antlr-mode): Use it. | |
370 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
371 (antlr-imenu-create-index-function): Change accordingly. | |
372 (antlr-inside-rule-p): Ditto. | |
373 (antlr-end-of-rule): Ditto. | |
374 (antlr-end-of-body): Ditto. | |
375 (antlr-beginning-of-rule): Ditto. | |
376 (antlr-indent-line): Ditto. | |
377 | |
378 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
379 | |
380 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
381 (antlr-set-tabs): Don't use hard-coded values. | |
382 | |
383 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
384 won't be possible without a huge time penalty. | |
385 (antlr-skip-exception-part): Be more specific. | |
386 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
387 Renamed from `antlr-skip-grammar-header'. | |
388 (antlr-next-rule): Change accordingly. | |
389 (antlr-end-of-body): Ditto. Better error message. | |
390 (antlr-beginning-of-body): Better error message. | |
391 (antlr-imenu-create-index-function): Skip rule action prelude. | |
392 | |
393 * antlr-mode.el: Minor syntax highlighting changes. | |
394 (antlr-font-lock-default-face): Deletia. | |
395 (antlr-font-lock-tokendef-face): Changed color. | |
396 (antlr-font-lock-tokenref-face): Changed color. | |
397 (antlr-font-lock-literal-face): Changed color. | |
398 (antlr-font-lock-additional-keywords): Minor changes. | |
399 | |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
400 1999-12-20 Carsten Dominik <cd@gnu.org> |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
401 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
402 * progmodes/idlwave.el: New file. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
403 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
404 * progmodes/idlwave-rinfo.el: New file. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
405 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
406 * progmodes/idlwave-shell.el: New file. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
407 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
408 * progmodes/idlwave-toolbar.el: New file. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
409 |
27182 | 410 * files.el (auto-mode-alist): idlwave-mode default for .pro files. |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
411 |
26963 | 412 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
413 | |
414 * progmodes/cwarn.el: New file. | |
415 | |
26952 | 416 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
417 | |
418 * bindings.el (completion-ignored-extensions): Add .pdf. | |
419 | |
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
420 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
421 |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
422 * version.el: Put the version info into binary on MS-DOS as well. |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
423 |
26949 | 424 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
425 | |
426 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
427 debugger-may-continue is nil. | |
428 | |
26942 | 429 1999-12-18 Dave Love <fx@gnu.org> |
430 | |
26943 | 431 * emacs-lisp/cl-macs.el: Remove conditional definition of |
432 eval-when-compile. Don't specify abs, expt, gethash, | |
433 hash-table-count, hash-table-p as side-effect-free here. | |
26942 | 434 (cl-emacs-type): Don't declare. |
435 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
436 (cl-parse-loop-clause): Remove compatibility code. | |
437 | |
26943 | 438 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
26942 | 439 (side-effect-free-fns): Add gethash, hash-table-count. |
440 (side-effect-and-error-free-fns): Add hash-table-p. | |
441 | |
26943 | 442 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
443 `cl-' to autoload names for some hash functions. Don't autoload | |
26942 | 444 eval-when-compile. Don't provide mini-cl. |
445 (cl-emacs-type): Remove. | |
446 (cl-map-extents): Remove compatibility code. | |
447 | |
448 * float.el: Bind free variables. | |
449 | |
450 * bytecomp.el (byte-compile-constp): Include keywords. | |
451 | |
26930 | 452 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
453 | |
454 * bindings.el (completion-ignored-extensions): Add .tfm. | |
455 | |
26923 | 456 1999-12-16 Dave Love <fx@gnu.org> |
457 | |
26929 | 458 * faces.el (set-face-attribute): Purecopy the attributes set. |
459 | |
460 * custom.el (custom-declare-variable): Purecopy value. | |
461 | |
26943 | 462 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
26923 | 463 (byte-extrude-byte-code-vectors): Use remprop. |
464 (byte-compile-lambda): Check that arg is a lambda. | |
465 | |
26921 | 466 1999-11-16 Anders Lindgren <AndersL@andersl.com> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
467 |
26921 | 468 * font-lock.el: System for adding and removing keywords. |
469 Both local (previously added keyword) and global keywords | |
470 can be removed. | |
471 (font-lock-remove-keywords): New user-level function. | |
472 (font-lock-update-removed-keyword-alist): New internal function. | |
473 (font-lock-removed-keywords-alist): New variable. | |
474 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
475 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
476 growing datastructures. | |
477 (font-lock-set-defaults): Removes keywords stored in | |
478 `font-lock-removed-keywords-alist' after local keywords added. | |
479 | |
480 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
481 | |
482 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
483 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
484 | |
485 * font-lock.el (c-keywords): Only highlight preprocessor | |
486 directives when spelled correctly. | |
487 | |
488 * font-lock.el (font-lock-match-c++-structor-declaration, | |
489 c++-keywords): Fontify constructors and destructors with function | |
490 face inside C++ class declarations. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
491 |
26916 | 492 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
493 | |
26919 | 494 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
495 the shell from sh-shell-file. | |
496 | |
26916 | 497 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
498 | |
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
499 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
500 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
501 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
502 if one of the files specified cannot be accessed by |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
503 file-attributes. Do not strip any leading directories from the |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
504 file names, to behave more like `ls' does. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
505 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
506 * dired.el (dired-get-filename): Handle absolute file names. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
507 (dired-readin-insert): If argument is a cons, don't print |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
508 "wildcard" on the ``total'' line. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
509 |
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
510 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
511 |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
512 * faces.el (face-read-integer, read-face-attribute) |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
513 (color-defined-p, color-values): Allow color values unspecified-fg |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
514 and unspecified-bg, handle them as unspecified. |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
515 |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
516 1999-12-15 Carsten Dominik <dominik@astro.uva.nl> |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
517 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
518 * textmodes/reftex.el: (reftex-compile-variables): respect new |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
519 structure of `reftex-index-macro' |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
520 (reftex-compile-variables): Use the changed structure of |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
521 `reftex-label-alist'. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
522 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
523 * textmodes/reftex-vars.el (reftex-index-math-format, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
524 (reftex-toc-max-level): New option. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
525 reftex-index-phrases-search-whole-words, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
526 reftex-index-phrases-case-fold-search, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
527 reftex-index-phrases-skip-indexed-matches, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
528 reftex-index-phrases-wrap-long-lines, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
529 reftex-index-phrases-sort-prefers-entry, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
530 reftex-index-phrases-sort-in-blocks): New options. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
531 (reftex-index-macros): Option structure changed. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
532 (reftex-index-macros-builtin): Added `repeat' item to each entry. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
533 (reftex-label-alist): Additional item in each entry to specify if |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
534 the environment should be listed in the TOC. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
535 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
536 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
537 * textmodes/reftex-index.el (reftex-index-selection-or-word): No |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
538 longer deals with "repeat". |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
539 (reftex-index): "repeat property in `reftex-index-macro-alist' is |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
540 now used. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
541 (reftex-index-phrases-comment-regexp, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
542 reftex-index-phrases-macrodef-regexp, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
543 reftex-index-phrases-phrase-regexp1, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
544 reftex-index-phrases-phrase-regexp2, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
545 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
546 New constants. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
547 (reftex-index-phrases-macro-data, reftex-index-phrases-files, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
548 reftex-index-phrases-font-lock-keywords, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
549 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
550 reftex-index-phrases-restrict-file): New variables. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
551 (reftex-index-phrase-selection-or-word, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
552 reftex-index-visit-phrases-buffer, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
553 reftex-index-initialize-phrases-buffer, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
554 reftex-index-phrases-save-and-return, reftex-index-phrases-mode, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
555 reftex-index-next-phrase, reftex-index-this-phrase, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
556 reftex-index-all-phrases, reftex-index-region-phrases, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
557 reftex-index-phrases-parse-header, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
558 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
559 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
560 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
561 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
562 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
563 reftex-index-make-replace-string, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
564 reftex-query-index-phrase-globally, reftex-query-index-phrase, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
565 reftex-index-phrase-match-is-indexed, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
566 reftex-index-phrases-fixup-line, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
567 reftex-index-phrases-replace-space, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
568 reftex-index-select-phrases-macro): New functions. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
569 (reftex-index-globalize, reftex-index-globally): functions removed |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
570 (eval-when-compile (require 'cl)) added. |
27182 | 571 |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
572 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
573 for max level. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
574 (reftex-toc-max-level-indicator): New variable. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
575 (reftex-toc-max-level): New command. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
576 (reftex-toc-map): New keybinding `t'. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
577 (reftex-toc-help): Constant updated. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
578 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
579 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
580 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
581 `t' command key can change `reftex-toc-max-level' |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
582 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
583 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
584 * textmode/reftex-sel (reftex-insert-docstruct): Respect |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
585 `reftex-toc-max-level' |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
586 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
587 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
588 * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
589 added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
590 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
591 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
592 added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
593 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
594 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
595 commands. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
596 (reftex-citation, reftex-do-citation, |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
597 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
598 preselect a citation format. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
599 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
600 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
601 * textmodes/reftex-parse.el (reftex-context-substring): Optional |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
602 parameter to-end |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
603 (reftex-section-info): Deal with environment matches. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
604 (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
605 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
606 * reftex-global.el (eval-when-compile (require 'cl)) added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
607 |
26899 | 608 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
609 | |
610 The following changes are for the new composition mechanism. We | |
611 have deleted `composition' charset and composite characters, | |
612 instead introduced a special text property `composition'. | |
613 | |
614 * composite.el: New file. | |
615 | |
616 * ps-mule.el: Define encode-composition-rule and find-composition | |
617 for Emacs 20.4 and the earlier versions. | |
618 (ps-mule-init-external-library): Just require a feature for | |
619 external libraries. | |
620 (ps-mule-prologue): Postscript code modified for new composition. | |
621 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
622 (ps-mule-plot-string): Delete code for composite characaters. | |
623 (ps-mule-plot-composition): New funcion. | |
624 (ps-mule-prepare-font-for-components): New function. | |
625 (ps-mule-plot-components): New function. | |
626 (ps-mule-composition-prologue-generated): Renamed from | |
627 ps-mule-cmpchar-prologue-generated. | |
628 (ps-mule-composition-prologue): New named from | |
629 ps-mule-cmpchar-prologue. Modified for new composition. | |
630 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
631 ps-mule-prepare-cmpchar-font): Deleted. | |
632 (ps-mule-string-encoding): New arg NO-SETFONT. | |
633 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
634 check Composing, not Cmpchar | |
635 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
636 to nil. | |
637 (ps-mule-begin-job): Check existence of new composition. | |
638 | |
639 * ps-print.el (ps-plot-region): Handle new composition. | |
640 | |
641 * simple.el (what-cursor-position): Show "(composed)" if the | |
642 character is composed. | |
643 | |
644 * international/characters.el: Fix cateogries of Lao symbols. | |
645 | |
646 * international/fontset.el (vertical-centering-font-regexp): New | |
647 variable. | |
648 | |
649 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
650 (mule-version-date): Updated to 1999.12.7. | |
651 (with-category-table): New macro. | |
652 | |
653 * international/mule-cmds.el (encode-coding-char): Don't check | |
654 composite character. | |
655 | |
656 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
657 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
658 x-ctext): Give `composition' property t. | |
659 | |
660 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
661 non-nil) at the tail of ALIST. | |
662 (compose-region, decompose-region, decompse-string, | |
663 reference-point-alist, compose-chars): Moved to composite.el. | |
664 (compose-chars-component, compose-chars-rule, | |
665 decompose-composite-char): Deleted. | |
666 | |
667 * international/quail.el (quail-install-map): New optional arg | |
668 NAME. | |
669 (quail-get-translation): If DEF is a symbol but not a function, | |
670 ignore it. | |
671 (quail-start-translation): Put a key sequence undefined in the | |
672 translation keymap in unread-command-events, not generated-events. | |
673 Return parameterized event (compose-last-chars N) if the input | |
674 characters should be composed. | |
675 (quail-map-definition): If DEF is t, treat it as nil. | |
676 (quail-delete-last-char): Delete the quail region. | |
677 (quail-show-translations): Don't show list of translations if the | |
678 quail package is deterministic. | |
679 (quail-completion-max-depth): New variable. | |
680 (quail-completion-1): Pay attention to the above variable. Fix | |
681 for the case that a translation is a function. | |
682 (quail-map-from-table, quail-map-from-table-1, | |
683 quail-map-from-table-2): New functions. | |
684 (quail-lookup-map-and-concat): New function | |
685 | |
686 * language/devan-util.el: Mostly rewritten. | |
687 | |
688 * language/lao.el: Register lao-composition-function in | |
689 composition-function-table. | |
690 | |
691 * language/lao-util.el: Mostly rewritten. | |
692 | |
693 * language/thai.el: Register thai-composition-function in | |
694 composition-function-table. | |
695 (thai-tis620): Delete `pre-write-conversion' property. | |
696 | |
697 * language/thai-util.el: (thai-category-table): Make it by | |
698 make-category-table. | |
699 (thai-composition-pattern): New variable. | |
700 (thai-compose-region, thai-compose-string): Use | |
701 with-category-table. | |
702 (thai-post-read-conversion): Just call thai-compose-region. | |
703 (thai-pre-write-conversion): Deleted. | |
704 (thai-composition-function): New funciton. | |
705 | |
706 * language/tibet-util.el: Most functions rewritten. | |
707 (tibetan-char-p): Renamed from tibetan-char-examin. | |
708 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
709 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
710 (tibetan-add-components): New function. | |
711 (tibetan-composition-function): New function. | |
712 | |
713 * language/tibetan.el: Register tibetan-composition-function in | |
714 composition-function-table. | |
715 (tibetan-composable-pattern): New variable. | |
716 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
717 (tibetan-precomposition-rule-alist): Move punctuations to | |
718 tibetan-punctuation-transcription-alist and | |
719 tibetan-obsolete-glyphs. | |
720 (tibetan-punctuation-transcription-alist): New variable. | |
721 (tibetan-obsolete-glyphs): New variable. | |
722 (tibetan-regexp): Improve the initialization code. | |
723 | |
724 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
725 composite characters. | |
726 (fill-region-as-paragraph): Likewise. | |
727 | |
26830 | 728 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
729 | |
26833 | 730 * international/mule-cmds.el (default-input-method): Specify |
731 that it should be set after current-language-environment. | |
732 | |
733 * custom.el (custom-handle-keyword): Add :set-after. | |
734 (custom-add-dependencies): New function. | |
735 (custom-set-variables): Take dependencies between args into | |
736 account. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
737 |
26830 | 738 * battery.el (battery): Doc fix. |
739 | |
26821 | 740 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
741 | |
742 * progmodes/cc-make.el: Removed. | |
743 | |
26818 | 744 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
745 | |
746 * Release of cc-mode 5.26 | |
747 | |
748 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
749 | |
750 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
751 target depth. Optionally count #else lines as clause limits, | |
752 as suggested by don provan <provan@lucent.com>. #elif | |
753 handling fixed. | |
754 | |
755 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
756 (c-down-conditional-with-else): New commands that uses the | |
757 added functionality in `c-forward-conditional'. | |
758 | |
759 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
760 | |
761 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
762 a comment on the previous line instead of preserving the | |
763 comment-column. | |
764 | |
765 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
766 | |
767 * Fixes to IDL mode after input from Eric Eide | |
768 <eeide@cs.utah.edu>: | |
769 * cc-engine.el (c-beginning-of-statement-1): Allow | |
770 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
771 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
772 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
773 but do match CORBA 2.3 `valuetype'. | |
774 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
775 for IDL. | |
776 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
777 be nil for IDL. | |
778 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
779 Like C++. | |
780 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
781 set `c-method-key' and `c-baseclass-key' to nil. | |
782 | |
783 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
784 | |
785 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
786 with nonhanging open braces. | |
787 | |
788 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
789 | |
790 * cc-align.el: Added docstrings to all lineup functions. | |
791 | |
792 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
793 keyword. | |
794 | |
795 * cc-align.el (c-lineup-C-comments): Handle free form text | |
796 comments. Use c-comment-prefix-regexp and comment-start-skip | |
797 instead of hardcoded regexps. | |
798 | |
799 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
800 | |
801 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
802 behavior and return value as documented. | |
803 | |
804 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
805 | |
806 * Changes for new style variable init system: | |
807 * cc-langs.el (c-common-init): Dito. | |
808 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
809 now customizable. | |
810 * cc-vars.el: Style variables may now take a value | |
811 'set-from-style to make them take their value from the style | |
812 system. This value is now the default on all these variables. | |
813 * cc-vars.el (c-valid-offset): New function to verify a | |
814 syntactic symbol offset setting. | |
815 * cc-vars.el (c-offsets-alist): Variable moved from | |
816 cc-styles.el since it's now customizable in a similar way to | |
817 the other style variables. | |
818 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
819 revert to the old style init behavior. | |
820 | |
821 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
822 buffer local. | |
823 | |
824 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
825 the throws clause that might follow the function prototype in | |
826 C++. | |
827 | |
828 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
829 | |
830 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
831 could move forward for macros that doesn't start in column 0. | |
832 | |
833 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
834 | |
835 * cc-align.el (c-indent-multi-line-block, | |
836 c-lineup-whitesmith-in-block): Two new lineup functions for | |
837 use in whitesmith style. | |
838 | |
839 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
840 style. It should now handle all different braces uniformly in | |
841 both hanging and non-hanging cases. | |
842 | |
843 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
844 | |
845 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
846 make it stay in the same position relative to the surrounding | |
847 text. | |
848 | |
849 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
850 when adaptive-fill-mode doesn't manage to get it correct. | |
851 | |
852 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
853 with dotted notation, e.g. foo.bar.Gnu. | |
854 | |
855 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
856 within unwind-protect (previously only some were wrapped so it | |
857 would be possible to register mode initialization when full | |
858 initialization did not finish). | |
859 | |
860 * cc-styles.el (c-style-alist): Corrected the brace placement | |
861 in the whitesmith style. Thanks to Sean Luke | |
862 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
863 styles with consistent brace placement for all constructs. | |
864 | |
865 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
866 | |
867 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
868 when point is in the middle of them. | |
869 | |
870 * cc-cmds.el: Line breaking and paragraph filling code | |
871 rewritten: | |
872 (c-guess-fill-prefix): New function that uses various | |
873 heuristics to guess the comment prefix. | |
874 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
875 It now assumes adaptive filling is active to preserve the line | |
876 prefix inside comments. | |
877 (c-indent-new-comment-line): Replacement for the now | |
878 obsolete `c-comment-line-break-function' that uses | |
879 `c-guess-fill-prefix' when appropriate. It now observes the | |
880 setting of `comment-multi-line', which has effect in C-style | |
881 block comments. | |
882 | |
883 * cc-cmds.el (c-context-line-break): New function intended to | |
884 be put on RET. It's essentially `newline-and-indent', but | |
885 continues C block comments with the appropriate line prefix. | |
886 | |
887 * cc-cmds.el (c-do-auto-fill): New function put on | |
888 `normal-auto-fill-function' to implement the | |
889 `c-ignore-auto-fill' variable. | |
890 | |
891 * cc-cmds.el (c-beginning-of-statement): Use | |
892 `c-comment-prefix-regexp' to avoid ending up inside the | |
893 comment prefix. Better handling of comment starters and | |
894 enders. Catch comments better when traversing code. Stop at | |
895 preprocessor directives. | |
896 | |
897 * cc-defs.el (c-forward-comment): New subst to hide platform | |
898 dependent quirks in `forward-comment'. | |
899 | |
900 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
901 argument. | |
902 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
903 arguments. Activate this function by default when | |
904 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
905 | |
906 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
907 on the comment opener to make constants usable as lineup | |
908 arguments. | |
909 | |
910 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
911 changed anchor position in the `c' syntactic symbol. Handle | |
912 more than stars in the comment prefix; use the new variable | |
913 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
914 a comment prefix to the right of the comment opener if it's | |
915 long. | |
916 | |
917 * cc-langs.el: Fixes to mode initialization for new line | |
918 breaking and paragraph filling method. Adaptive fill mode is | |
919 now activated at startup instead of deactivated. The | |
920 variables used for adaptive filling and paragraph movement are | |
921 also changed to incorporate the value of | |
922 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
923 used to override some functions in the global map instead of | |
924 overriding their default bindings. | |
925 | |
926 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
927 javadoc markup at mode init. | |
928 | |
929 * cc-mode.el (c-setup-filladapt): A new convenience function | |
930 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
931 function is intended to be used explicitly by the end user | |
932 only. | |
933 | |
934 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
935 recognize the comment fill prefix inside comments. | |
936 (c-block-comment-prefix): New name for | |
937 `c-comment-contiuation-stars', which is now obsolete. It's | |
938 generalized to handle any character sequence. | |
939 (c-ignore-auto-fill): New variable used to selectively disable | |
940 Auto Fill mode in specific contexts. | |
941 | |
942 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
943 | |
944 * cc-cmds.el (c-comment-indent): Leave at least one space | |
945 between the comment and the last nonblank character in the | |
946 case where we look at the indentation of the comment on the | |
947 previous line (case 4). | |
948 | |
949 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
950 list of characters that may start a statement (it's a sort of | |
951 prefix operator in Pike, and isn't used at all in any of the | |
952 other languages). | |
953 | |
954 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
955 | |
956 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
957 inside continued statements as statement-cont instead of | |
958 brace-list-open. The reason is that one normally adjusts | |
959 brace-list-open for brace lists as top-level constructs, and | |
960 brace lists inside statements is a completely different | |
961 context. Case 10B.2 changed. Also changed (the somewhat | |
962 esoteric) case 9A to cope with this. | |
963 | |
964 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
965 | |
966 * cc-cmds.el (c-electric-brace): Added electric handling of | |
967 the open brace for brace-elseif-brace. | |
968 | |
969 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
970 | |
971 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
972 syntax tables temporarily. | |
973 | |
974 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
975 member init argument lists split over several lines. Case 5D | |
976 changed. | |
977 | |
978 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
979 @throws introduced in Javadoc 1.2. | |
980 | |
981 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
982 patch from RMS to avoid infinite backtracking. | |
983 | |
984 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
985 | |
986 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
987 by [ ]. | |
988 | |
989 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
990 | |
991 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
992 the column in langelem. | |
993 | |
994 * cc-engine.el (c-syntactic-information-on-region): New | |
995 function to help debugging the syntactic analysis. | |
996 | |
997 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
998 | |
999 * cc-align.el (c-lineup-template-args): Handle nested template | |
1000 arglists. | |
1001 | |
1002 * cc-langs.el (c++-template-syntax-table): New syntax table | |
1003 that makes `<' and `>' parenthesis characters, which is useful | |
1004 to switch to temporarily when analyzing template arglists. | |
1005 | |
1006 * cc-styles.el: Changed default alignment of labels in the | |
1007 java style to conform to the examples in the Java Language | |
1008 Specification. | |
1009 | |
1010 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
1011 by default. | |
1012 | |
1013 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1014 | |
1015 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
1016 immediately before the closing paren in an arglist, so don't | |
1017 check that in Pike mode. Case 7A changed. | |
1018 | |
1019 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1020 | |
1021 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
1022 lines were ignored under certain conditions. | |
1023 | |
1024 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1025 | |
1026 * cc-align.el (c-lineup-template-args): New function for | |
1027 aligning continued template argument lists. | |
1028 | |
1029 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
1030 lists containing function arglists split over several lines. | |
1031 Case 5D.1 changed. | |
1032 | |
1033 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
1034 template-args-cont didn't get recognized when the first | |
1035 arglist opener line doesn't contain a template argument. New | |
1036 case 5K. | |
1037 | |
1038 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1039 | |
1040 * cc-defs.el (c-point): Changed from subst to macro for | |
1041 efficiency. | |
1042 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
1043 beginning-of-defun/end-of-defun wrappers separated from | |
1044 c-point. | |
1045 | |
1046 * cc-menus.el (imenu-generic-expression, | |
1047 imenu-case-fold-search, imenu-progress-message): Dummy | |
1048 definitions to avoid compiler warnings if imenu can't be | |
1049 loaded. | |
1050 * cc-menus.el (cc-imenu-init): New function called at mode | |
1051 init. | |
1052 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
1053 imenu initializations to cc-imenu-init. | |
1054 | |
1055 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1056 | |
1057 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
1058 for lambda-intro-cont in Pike mode. Case 6 changed. | |
1059 | |
1060 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
1061 anything following "new Foo()" was considered an anonymous | |
1062 class body in Java mode. | |
1063 | |
1064 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
1065 | |
1066 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
1067 a string, don't insert a new line. | |
1068 | |
1069 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
1070 | |
1071 * cc-engine.el (c-at-toplevel-p): New interface function which | |
1072 returns information useful to add-on authors. It tells you | |
1073 whether you're at a toplevel statement or not. | |
1074 | |
1075 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
1076 | |
1077 * cc-cmds.el (c-comment-line-break-function): It is possible | |
1078 that forward-line does not land us at the bol, say if we're on | |
1079 the last line in a file. In that case, do a | |
1080 back-to-indentation instead of a forward-comment -1. | |
1081 | |
1082 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1083 | |
1084 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
1085 "default:" as normal label in case 4. | |
1086 | |
1087 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1088 | |
1089 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
1090 recognize continued bitfield declarations. Case 5D.1 changed. | |
1091 * cc-langs.el: New variable c-bitfield-key. | |
1092 * cc-mode.el: New variable c-bitfield-key. | |
1093 | |
1094 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1095 | |
1096 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
1097 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
1098 ..}"). | |
1099 | |
26816 | 1100 1999-12-12 Dave Love <fx@gnu.org> |
1101 | |
26943 | 1102 * mail/footnote.el: Require cl when compiling. Don't autoload |
1103 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
26816 | 1104 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
1105 Avoid `acons'. | |
1106 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
1107 autoload cookie. | |
1108 | |
26814 | 1109 1999-12-12 Richard Sharman <rsharman@pobox.com> |
1110 | |
1111 * sh-script.el: Fix for when font-lock mode is active. | |
1112 (sh-font-lock-unfontify-region-function): New function. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1113 |
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1114 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1115 |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1116 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1117 if start-process is not bound, since Ispell now supports such |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1118 platforms as well. |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
1119 |
26811 | 1120 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
1121 | |
1122 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
1123 rmail-summary-goto-msg. | |
1124 | |
1125 * files.el (after-find-file): Fix previous change. | |
1126 | |
1127 1999-12-11 Dave Love <fx@gnu.org> | |
1128 | |
1129 * help.el (where-is): Use `commandp' as predicate for | |
26806 | 1130 `completing-read' |
1131 | |
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1132 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1133 |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1134 * cus-edit.el (custom-save-delete): Delete all occurrences, |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1135 leave point where the first occurrence was. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1136 (custom-save-faces): Insert a newline at the end of the comment. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1137 Avoid a double newline there. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1138 If final closeparen is at bol, put a space before it. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1139 (custom-save-variables): Likewise. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1140 (custom-file): Doc fix. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
1141 |
26799 | 1142 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
1143 | |
1144 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
1145 regexp matching image and audio files. | |
1146 | |
26785 | 1147 1999-12-09 Dave Love <fx@gnu.org> |
1148 | |
1149 * mail/footnote.el: New file. | |
1150 | |
26780 | 1151 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
1152 | |
1153 * files.el (after-find-file): Use auto-save-visited-file-name if | |
1154 set. | |
1155 | |
1156 * mail/feedmail.el (feedmail-find-eoh): Take | |
1157 feedmail-queue-alternative-mail-header-separator into account. | |
1158 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1159 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1160 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1161 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1162 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1163 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1164 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1165 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1166 potential future support. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1167 (font-lock-fontify-anchored-keywords, |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1168 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1169 if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
1170 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
1171 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
1172 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
1173 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
1174 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
1175 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
1176 |
26760 | 1177 1999-12-07 Dave Love <fx@gnu.org> |
1178 | |
1179 * help.el (view-emacs-problems): New command, bound to C-h P. | |
1180 | |
1181 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
1182 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1183 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1184 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1185 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. |
26748
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1186 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1187 New code to support the minor mode version. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1188 (diff-recenter): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1189 (diff-next-hunk, diff-next-file): Use it. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1190 (diff-remembered-files-alist): New var. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1191 (diff-merge-strings): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1192 (diff-find-file-name): Make it smarter and use the user's input more. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1193 (diff-mode): Cosmetic changes. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
1194 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1195 * files.el (save-some-buffers): Turn EXITING into the more general |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1196 PRED argument to allow specifying a subset of buffers. |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1197 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1198 * simple.el (kill-region): Use the new `delete-and-extract-region' |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1199 rather than the undo log (which is incorrect with *-change-functions). |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1200 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1201 * font-lock.el (font-lock-default-fontify-region): Fix subtle |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1202 off-by-one problem that could force re-fontifying the whole buffer. |
26747
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
1203 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
1204 (font-lock-add-keywords): Use the new function to ensure idempotence. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1205 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
1206 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1207 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
1208 * viper-cmd.el (viper-minibuffer-standard-hook, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1209 viper-minibuffer-real-start): Mew functions. |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
1210 (viper-read-string-with-history,viper-file-add-suffix, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1211 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
1212 change in the status of the minibuffer prompt. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1213 |
26739 | 1214 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
1215 | |
1216 * comint.el (comint-redirect-results-list) | |
1217 (comint-redirect-results-list-from-process): Remove interactive | |
1218 spec. | |
1219 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
1220 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
1221 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
1222 * info.el (info-node, info-menu-5, info-xref): Define colors for |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
1223 Info faces if the display supports them. |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
1224 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1225 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1226 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1227 Changes for automatic remapping of X colors on terminal frames: |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1228 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1229 * term/pc-win.el (msdos-setup-initial-frame): New function, run by |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1230 term-setup-hook. Call msdos-remember-default-colors and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1231 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1232 (msdos-face-setup): Parts of code moved to |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1233 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1234 (msdos-handle-reverse-video): New function, modeled after |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1235 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1236 (make-msdos-frame): Don't use initial-frame-alist and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1237 default-frame-alist. Call msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1238 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1239 (msdos-color-translate, msdos-approximate-color): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1240 (msdos-color-values): Use 16-bit RGB values. RGB values updated |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1241 for better approximation of X colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1242 (msdos-face-setup): Call tty-color-clear. Remove code that sets |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1243 up tty-color-alist (it is now on startup.el). |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1244 (x-display-color-p, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1245 x-defined-colors, face-color-supported-p, face-color-gray-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1246 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1247 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1248 * facemenu.el (facemenu-read-color, list-colors-display): Use |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1249 defined-colors for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1250 (facemenu-color-equal): Use color-values for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1251 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1252 * faces.el (read-face-attribute): For :foreground and :background |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1253 attributes and frames on character terminals, translate the color |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1254 to the closest supported one before looking it up in the list of |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1255 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1256 (face-valid-attribute-values): Call defined-colors for all types |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1257 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1258 (defined-colors, color-defined-p, color-values, display-color-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1259 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1260 (x-defined-colors, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1261 x-display-color-p): Aliases for the above. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1262 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1263 * startup.el (command-line): Register terminal colors for frame |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1264 types other than x and w32, but only if the terminal supports |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1265 colors. Call tty-color-define instead of face-register-tty-color. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1266 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1267 * term/x-win.el (xw-defined-colors): Renamed from |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1268 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1269 * term/w32-win.el (xw-defined-colors): Likewise. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1270 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1271 * term/tty-colors.el: New file. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1272 * loadup.el: Load term/tty-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
1273 |
26733 | 1274 1999-12-06 Dave Love <fx@gnu.org> |
1275 | |
1276 * ffap.el: Autoload the ffap alias directly. | |
1277 | |
26727 | 1278 1999-12-06 Inge Frick <inge@nada.kth.se> |
1279 | |
1280 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
1281 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
1282 meaning as `*'. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1283 |
26721 | 1284 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
1285 | |
26724 | 1286 * simple.el (insert-buffer): Doc fix. |
1287 | |
26721 | 1288 * apropos.el (apropos-mode): Add autoload cookie. |
1289 | |
1290 1999-12-06 Sam Steingold <sds@goems.com> | |
1291 | |
1292 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
1293 regexp to allow for the CL symbols starting with `+*'. | |
1294 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
1295 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
1296 `function' quoting lambda. | |
1297 (tags-with-face): New macro. | |
1298 (list-tags, tags-apropos): Use it. | |
1299 (tags-apropos-additional-actions): New user option. | |
1300 (etags-tags-apropos-additional): Use it. | |
1301 (tags-apropos): Call etags-tags-apropos-additional. | |
1302 (tags-apropos-verbose): New user option. | |
1303 (etags-tags-apropos): Use it. | |
1304 (visit-tags-table-buffer, next-file): Use `unless'. | |
1305 (recognize-empty-tags-table): Renamed to | |
1306 tags-recognize-empty-tags-table. | |
1307 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1308 |
26717 | 1309 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
1310 | |
1311 * international/mule.el (set-buffer-file-coding-system): Docstring | |
1312 modified. | |
1313 | |
26712 | 1314 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
1315 | |
1316 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
1317 using the hideshow package. | |
1318 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
1319 of the hideshow package. | |
1320 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
1321 not longer provided by bibtex.el directly. Instead the hideshow | |
1322 package should be used. | |
1323 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
1324 references to bibtex-hide-entry-bodies. | |
1325 | |
1326 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1327 | |
1328 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
1329 maintainer information closer to the beginning of the bibtex.el | |
1330 file. | |
1331 (bibtex-maintainer-salutation): New constant. | |
1332 (bibtex-version): New constant. | |
1333 (bibtex-submit-bug-report): Use bibtex-version and | |
1334 bibtex-maintainer-salutation. | |
1335 (bibtex-entry-field-alist): Made booktitle field optional for | |
1336 @inproceedings entries when crossreferenced. | |
1337 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
1338 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
1339 for the suggestion. | |
1340 (bibtex-string-file-path): Fixed typo. | |
1341 | |
1342 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
1343 | |
1344 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
1345 for reftex.el. | |
1346 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
1347 to menu. | |
1348 | |
26708 | 1349 1999-12-04 Dave Love <fx@gnu.org> |
1350 | |
1351 * delsel.el: Revert previous change -- region is significant to | |
1352 skeleton. | |
1353 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1354 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1355 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1356 * viper-cmd.el (viper-change-state): Use |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1357 viper-ESC-moves-cursor-back to decide whether to move the cursor |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1358 back. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1359 |
26692 | 1360 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
1361 | |
1362 * international/mule-util.el (truncate-string-to-width): Docsting | |
1363 fixed. | |
1364 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1365 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1366 |
26692 | 1367 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1368 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1369 (lm-with-file): Move all the find-file...kill-buffer stuff into |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1370 this macro. Make it use `find-file-noselect' and make it kill |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1371 the buffer only if it wasn't already displayed somewhere. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1372 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1373 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 1374 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1375 (lm-commentary): Fix to handle the case when the change log is |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1376 at the end of the file. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1377 |
26689 | 1378 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
1379 | |
1380 * international/mule.el (charsetp): Fix typo in docstring. | |
1381 | |
1382 * international/mule-diag.el (list-coding-categories): Fix typo; | |
1383 automatic -> autoload. | |
1384 | |
26676 | 1385 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
1386 | |
26686 | 1387 * vc.el (vc-update-change-log): Look for rcs2log under |
1388 exec-directory. | |
1389 | |
26683 | 1390 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
1391 outline-regexp, add outline-level. | |
1392 (lisp-outline-level): New. | |
1393 | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1394 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
26681 | 1395 remove extraneous string-match. |
1396 | |
26676 | 1397 * finder.el (finder-commentary): Activate Finder mode. |
1398 | |
26674 | 1399 1999-12-01 Anders Lindgren <andersl@andersl.com> |
1400 | |
1401 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
1402 off when reverting buffers that contained mode specifiers. | |
1403 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
1404 argument. | |
1405 | |
26672 | 1406 1999-12-01 Dave Love <fx@gnu.org> |
1407 | |
1408 * delsel.el: Grok skeleton-pair-insert-maybe. | |
1409 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1410 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1411 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1412 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1413 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1414 |
26660 | 1415 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
1416 | |
1417 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
1418 versions without custom.el. | |
1419 | |
26658 | 1420 1999-11-30 Dave Love <fx@gnu.org> |
1421 | |
26943 | 1422 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 1423 |
26662 | 1424 * autoinsert.el: Minor doc fixes. |
1425 (auto-insert): Return nil. | |
1426 | |
26658 | 1427 * faces.el (set-face-documentation): Purecopy STRING. |
1428 | |
26654 | 1429 1999-11-29 Dave Love <fx@gnu.org> |
1430 | |
26656 | 1431 * derived.el: Doc fixes, remove old backquote syntax. |
1432 | |
26654 | 1433 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
1434 comment warning about editing. | |
1435 | |
26651 | 1436 * help.el (help-mode-hook): Define. |
1437 | |
26649 | 1438 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
1439 | |
1440 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
1441 invalid translation of old-style backquote syntax to new syntax. | |
1442 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1443 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1444 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1445 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1446 |
26628 | 1447 1999-11-26 Dave Love <fx@gnu.org> |
1448 | |
1449 * comint.el: Fix last change. | |
1450 | |
1451 * emacs-lisp/advice.el: Fix last change. | |
1452 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1453 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1454 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1455 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1456 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1457 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1458 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1459 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1460 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1461 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1462 |
26624 | 1463 1999-11-26 Dave Love <fx@gnu.org> |
1464 | |
1465 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
1466 | |
1467 * font-lock.el: Doc fixes. | |
1468 | |
1469 * menu-bar.el (menu-bar-mode): Customize. | |
1470 | |
1471 * cus-start.el: Add use-dialog-box. | |
1472 | |
1473 * add-log.el (change-log-mode-hook): Customize. | |
1474 (add-log-current-defun): Use | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1475 fortran-{beginning,end}-of-subprogram. |
26624 | 1476 |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1477 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1478 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1479 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1480 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1481 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1482 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1483 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1484 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1485 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1486 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1487 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1488 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1489 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1490 (checkdoc-message-text-engine): Improve messages for y-or-n-p. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1491 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1492 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1493 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1494 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1495 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1496 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1497 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1498 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1499 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1500 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1501 |
26608 | 1502 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
1503 | |
1504 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
1505 | |
26600 | 1506 1999-11-25 Dave Love <fx@gnu.org> |
1507 | |
1508 * hippie-exp.el: Require comint when compiling. | |
1509 (hippie-expand): Add :links. | |
1510 (hippie-expand-try-functions-list): Customize. | |
1511 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1512 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1513 |
26609 | 1514 * viper*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1515 |
26609 | 1516 * ediff*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1517 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1518 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1519 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 1520 Changed to support the new format for ediff-combination-pattern. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1521 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1522 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 1523 Changed to support the new format for ediff-combination-pattern. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1524 |
26581 | 1525 1999-11-24 Dave Love <fx@gnu.org> |
1526 | |
26584 | 1527 * custom.el (custom-declare-group): Purecopy DOC. |
1528 (custom-handle-keyword): Purecopy VALUE. | |
1529 (custom-add-link): Purecopy WIDGET. | |
1530 (custom-add-version): Purecopy VERSION. | |
1531 (custom-add-load): Purecopy LOAD. | |
1532 | |
1533 * cus-face.el (custom-declare-face): Purecopy DOC. | |
1534 | |
26581 | 1535 * info.el: |
1536 (Info-build-node-completions, Info-search, Info-follow-reference) | |
1537 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
1538 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
1539 which may appear in minibuffer. | |
1540 | |
26579 | 1541 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
1542 | |
1543 * locate.el (locate-with-filter): Doc fix. | |
1544 | |
26577 | 1545 1999-11-24 Alex Schroeder <alex@gnu.org> |
1546 | |
1547 * sql.el (sql-find-sqli-buffer): New function. | |
1548 (sql-set-sqli-buffer-generally): New function. | |
1549 (sql-set-sqli-buffer): Better checking of new-buffer. | |
1550 (sql-copy-column): Add comma after INTO clause, too. | |
1551 | |
1552 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1553 | |
1554 * sql.el (sql-imenu-generic-expression): New, used to set | |
1555 imenu-generic-expression. | |
1556 | |
1557 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
1558 setting font-lock-defaults' SYNTAX-ALIST. Set | |
1559 imenu-generic-expression, imenu-case-fold-search, and | |
1560 imenu-syntax-alist. | |
1561 | |
1562 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
1563 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
1564 | |
26575 | 1565 1999-11-23 Andrew Innes <andrewi@gnu.org> |
1566 | |
1567 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
1568 drop coords aren't over a specific window. | |
1569 | |
26564 | 1570 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1571 | |
1572 * ps-print.el: Define mule funs without checking if mule package is | |
1573 loaded. | |
1574 (ps-print-version): New version number (5.0.1). | |
1575 (ps-header-dirpart): Now uses abbreviate-file-name. | |
1576 | |
26559 | 1577 1999-11-23 Dave Love <fx@gnu.org> |
1578 | |
26943 | 1579 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
26561 | 1580 comment-line-start. |
1581 (fortran-comment-line-start-skip): Renamed from | |
1582 comment-line-start-skip. | |
1583 (fortran-mode-map): Use renamed functions. Add manual and custom | |
1584 entries to menu. | |
1585 (fortran-mode-hook): Customize. | |
1586 (fortran-comment-indent-function): Renamed from | |
1587 fortran-comment-hook. | |
1588 (delete-horizontal-regexp): Function deleted. | |
1589 (fortran-electric-line-number): Simplified. | |
1590 (fortran-beginning-of-subprogram): Renamed from | |
1591 beginning-of-fortran-subprogram. | |
1592 (fortran-end-of-subprogram): Renamed from | |
1593 end-of-fortran-subprogram. | |
1594 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
1595 (fortran-previous-statement, fortran-next-statement): Simplified. | |
1596 (fortran-blink-match): New function. | |
1597 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
1598 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
1599 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
1600 line-end-position. | |
1601 (fortran-fill): No longer interactive. Simplified. | |
1602 (fortran-break-line): Simplified. | |
1603 (fortran-analyze-file-format): Use char-after, not looking-at. | |
1604 | |
26943 | 1605 * emacs-lisp/find-func.el (find-function-regexp): Use |
1606 `define-minor-mode' after easy-menu change. | |
26559 | 1607 |
26554 | 1608 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
1609 | |
1610 * comint.el: Add redirection.from active comint buffers into | |
1611 another buffer. Written by Peter Breton. | |
1612 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1613 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1614 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1615 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 1616 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1617 (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
|
1618 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1619 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1620 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 1621 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1622 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1623 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 1624 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1625 |
26533 | 1626 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
1627 | |
26554 | 1628 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 1629 that the leading `^' is at the start. This is necessary because |
1630 paragraphs.el tries to remove anchors, but can find them only if | |
1631 they are the first character. | |
1632 | |
26543 | 1633 * progmodes/antlr-mode.el: New file. |
1634 | |
26533 | 1635 * calendar/calendar.el: Fix autoload for |
1636 calendar-absolute-from-astro. Add autoload for | |
1637 calendar-print-astro-day-number. | |
1638 | |
26524 | 1639 1999-11-21 Anders Lindgren <andersl@andersl.com> |
1640 | |
1641 * follow.el: Use modern backquote syntax. Minor comment update. | |
1642 | |
26520 | 1643 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
1644 | |
26522 | 1645 * simple.el (with-syntax-table): Don't switch buffers. |
1646 | |
26520 | 1647 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
1648 progmodes/hideif.el: Use new backquote syntax. | |
1649 | |
26517 | 1650 1999-11-21 Ken Manheimer <klm@python.org> |
1651 | |
1652 * icomplete.el (icomplete-completions): Use an explicit variable | |
1653 `icomplete-prospects-length', obviating the need to use an | |
1654 apparently faulty throw/catch arrangement. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1655 |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1656 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
|
1657 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1658 * 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
|
1659 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1660 |
26511 | 1661 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
1662 | |
1663 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
1664 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
1665 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1666 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
|
1667 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1668 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
26517 | 1669 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
1670 | |
1671 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
1672 | |
1673 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
1674 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
|
1675 |
26505 | 1676 1999-11-18 Dave Love <fx@gnu.org> |
1677 | |
1678 * simple.el (input-mode-8-bit): Fix the customization. | |
1679 | |
26489 | 1680 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
1681 | |
26494 | 1682 * international/iso-acc.el (iso-languages): Add more |
1683 characters for Portuguese. | |
1684 | |
26492 | 1685 * speedbar.el: Clean up comment at the start of the file. |
1686 Remove RCS id. | |
1687 | |
26489 | 1688 * progmodes/compile.el (compilation-parse-errors): Use |
1689 compilation-buffer-p instead of testing major-mode. | |
1690 | |
26496 | 1691 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
1692 | |
1693 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
1694 (quickurl-ask): completion-ignore-case is set to the value of | |
1695 quickurl-completion-ignore-case for the duration of the call to | |
1696 completing-read. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1697 |
26487 | 1698 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1699 | |
1700 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
1701 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1702 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
|
1703 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1704 * 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
|
1705 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1706 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1707 * 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
|
1708 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1709 * 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
|
1710 |
26477 | 1711 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
1712 | |
1713 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
1714 using save-excursion. | |
1715 | |
26467 | 1716 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
1717 | |
1718 * mail/supercite.el: New maintainer. | |
1719 | |
1720 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
1721 | |
1722 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
1723 | |
1724 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1725 | |
1726 * simple.el (with-syntax-table): New. | |
1727 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1728 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
|
1729 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1730 * 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
|
1731 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1732 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
|
1733 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1734 * goto-addr.el (goto-address-at-mouse, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1735 goto-address-find-address-at-point): Use compose-mail. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1736 (goto-address-mail-method): Removed variable. |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1737 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1738 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
|
1739 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1740 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
|
1741 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1742 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1743 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
|
1744 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1745 |
26456 | 1746 1999-11-15 Sam Steingold <sds@ksp.com> |
1747 | |
1748 * 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
|
1749 |
26452 | 1750 1999-11-15 Dave Love <fx@gnu.org> |
1751 | |
1752 * cus-edit.el (customize-face, customize-face-other-window): | |
1753 Require match from completing-read. | |
1754 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
1755 bury-buffer. | |
1756 | |
26450 | 1757 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
1758 | |
26456 | 1759 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
1760 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 1761 |
26445 | 1762 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
1763 | |
1764 * uniquify.el: Use new backquote syntax. | |
1765 | |
1766 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 1767 |
1768 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
1769 as in ispell-local-dictionary-alist. | |
1770 | |
26445 | 1771 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 1772 |
1773 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
1774 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1775 |
26445 | 1776 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 1777 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1778 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 1779 Treat `intangible' differently. |
1780 | |
1781 * forms.el: Use new backquote syntax. | |
1782 | |
26434 | 1783 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
1784 | |
1785 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
1786 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1787 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1788 |
26435 | 1789 * net-utils.el (run-network-program, net-utils-run-program): Use |
1790 the new backquote syntax. | |
1791 (smbclient-program, smbclient-program-options) | |
1792 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
1793 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1794 (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
|
1795 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1796 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
|
1797 |
26435 | 1798 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
1799 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
1800 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
1801 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
1802 (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
|
1803 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1804 |
26435 | 1805 * emulation/viper-cmd.el (viper-test-com-defun) |
1806 (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
|
1807 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1808 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1809 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1810 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1811 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1812 * 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
|
1813 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1814 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1815 * 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
|
1816 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1817 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1818 (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
|
1819 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1820 |
26424 | 1821 1999-11-12 Andrew Innes <andrewi@gnu.org> |
1822 | |
1823 * select.el (x-set-selection): Call buffer-substring, not | |
1824 substring. Also fix docstring | |
1825 | |
26422 | 1826 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
1827 | |
1828 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
1829 of customizable variables to bug report message. Added | |
1830 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
|
1831 |
26419 | 1832 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
1833 | |
1834 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
1835 to display file names. | |
1836 | |
26409 | 1837 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
1838 | |
26411 | 1839 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
1840 | |
26409 | 1841 * isearch.el: Add lazy-highlighting feature. |
1842 | |
26406 | 1843 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
1844 | |
1845 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
1846 constant. | |
1847 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
1848 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1849 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
|
1850 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1851 * 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
|
1852 |
26394 | 1853 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
1854 | |
26406 | 1855 * startup.el (initial-scratch-message): Add ";;" to the front of |
1856 lines in the message. | |
1857 | |
26396 | 1858 * files.el (file-local-copy): Remove optional BUFFER argument |
1859 because that's not used by anything. | |
1860 | |
26394 | 1861 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
1862 to-address. | |
1863 | |
26387 | 1864 1999-11-08 Markus Rost <rost@ias.edu> |
1865 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1866 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 1867 to restore track-mouse in the correct buffer. |
1868 | |
1869 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
1870 | |
1871 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
1872 | |
1873 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
1874 | |
1875 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
1876 lpr-command to "lp" for some system-types. (copied from lpr.el | |
1877 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1878 |
26362 | 1879 1999-11-04 Markus Rost <rost@ias.edu> |
1880 | |
1881 * simple.el (comment-region): Strip off white space at end of | |
1882 comment-start. | |
1883 | |
26354 | 1884 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1885 | |
1886 * faces.el (secondary-selection): Fix wrong color name. | |
1887 | |
26352 | 1888 1999-11-04 John Tobey <jtobey@epsilondev.com> |
1889 | |
1890 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
1891 the default when invoking perldb in a non-Perl buffer, and other | |
1892 cases involving -e or --. | |
1893 | |
26342 | 1894 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1895 | |
26352 | 1896 * simple.el (previous-matching-history-element) |
1897 (next-history-element): Use delete-field instead of erase-field. | |
1898 | |
1899 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
1900 Use delete-field instead of erase-field. | |
1901 | |
26344 | 1902 * faces.el (secondary-selection): Change background to yellow. |
1903 | |
26342 | 1904 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
1905 find the start of the text. Use field-string to read the user | |
1906 input. | |
1907 | |
26333 | 1908 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
1909 | |
26338 | 1910 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
1911 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
1912 for compatibility with old face implementation. | |
1913 | |
26336 | 1914 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
1915 Use erase-field instead of erase-buffer. | |
1916 | |
26333 | 1917 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
1918 internal-show-cursor with new interface. | |
1919 (blink-cursor-timer-function): New. | |
1920 (blink-cursor-start): Use blink-cursor-timer-function. | |
1921 | |
26331 | 1922 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
1923 | |
1924 * calendar.el (redraw-calendar): Move to nearest date before | |
1925 redrawing. | |
1926 | |
1927 * diary-lib.el (simple-diary-display): Reset modeline even if | |
1928 there are no diary entries since the diary buffer may be displayed. | |
1929 | |
26326 | 1930 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1931 | |
1932 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
1933 backtrace using `message', then exit Emacs. | |
1934 (debugger-batch-max-lines): New variable. | |
1935 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
1936 Change the messages put at the start, to say that the debugger | |
1937 was entered. | |
1938 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1939 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
|
1940 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1941 * 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
|
1942 |
26295 | 1943 1999-11-01 John Tobey <jtobey@epsilondev.com> |
1944 | |
1945 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
1946 presence of perl switches other than "-e". | |
1947 | |
26287 | 1948 1999-11-01 Markus Rost <rost@ias.edu> |
1949 | |
1950 * dired-x.el (dired-smart-shell-command): Use | |
1951 shell-command-history as in shell-command. | |
1952 | |
26282 | 1953 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1954 | |
1955 * userlock.el (ask-user-about-lock): Doc fix. | |
1956 | |
26285 | 1957 * frame.el: Doc fixes. |
1958 | |
26271 | 1959 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1960 | |
26279 | 1961 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
1962 of show-cursor. | |
1963 (blink-cursor-start, blink-cursor-end): Ditto. | |
1964 | |
26271 | 1965 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
1966 | |
26269 | 1967 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1968 | |
1969 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1970 start on that frame. Use save-selected-window. | |
1971 | |
26266 | 1972 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1973 | |
1974 * simple.el (end-of-buffer): Use window-end to find the window end | |
1975 instead of vertical-motion because this handles variable-height | |
1976 lines correctly. | |
1977 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1978 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1979 |
26266 | 1980 * 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
|
1981 |
26266 | 1982 * 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
|
1983 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
|
1984 windows. |
26266 | 1985 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1986 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1987 (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
|
1988 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1989 |
26266 | 1990 * 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
|
1991 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1992 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 1993 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1994 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1995 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1996 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 1997 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
|
1998 |
26271 | 1999 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 2000 (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
|
2001 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2002 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 2003 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
|
2004 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2005 |
26271 | 2006 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
2007 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2008 |
26266 | 2009 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
2010 (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
|
2011 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 2012 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2013 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 2014 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
|
2015 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2016 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2017 * viper-ex.el (ex-read,ex-edit): |
26266 | 2018 Fixes for correct interpretation of #,%. |
2019 (viper-ex): Now works correctly when called from other functions. | |
2020 (viper-glob-function): New variable. | |
2021 (viper-ex): Save excursion before doing :global. | |
2022 | |
2023 * 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
|
2024 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2025 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2026 viper-insert-state-post-command-sentinel, |
26266 | 2027 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
|
2028 cursor colors. |
26267 | 2029 |
2030 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
2031 |
26260 | 2032 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
2033 | |
2034 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
2035 that the modeline display was updated *only* when | |
2036 `whitespace-display-in-modeline' was set, not otherwise. | |
2037 | |
26248 | 2038 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
2039 | |
26251 | 2040 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
2041 "frac12". | |
2042 | |
26248 | 2043 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
2044 ad-activate. | |
2045 | |
26246 | 2046 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
2047 | |
26254 | 2048 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
2049 using fboundp instead of assuming that these are not present in | |
2050 particular flavors of emacs. | |
2051 (whitespace-version): Update to 2.8 | |
2052 (whitespace-display-in-modeline): Add custom variable to control | |
2053 displaying the whitespace errors on the modeline based on | |
2054 suggestion from <klaus.berndl@sdm.de> | |
2055 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
2056 clean, to enable using as a hook function, as suggested by Puneet | |
2057 Goel <puneet@computer.org> | |
2058 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
2059 quiet was not set, even with whitespace-auto-cleanup set. | |
2060 (whitespace-mode-line): Now uses less modeline real estate and | |
2061 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
2062 which is present in the file, and <y> is any type of whitespace | |
2063 whose check has been suppressed by setting | |
26246 | 2064 `whitespace-check-<whitespace-type>' to nil. |
26254 | 2065 (whitespace-unchecked-whitespaces): New function to return the |
2066 list of whitespaces for whom checks have been suppressed. | |
2067 (whitespace-display-unchecked-whitespaces): Renamed to | |
2068 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 2069 |
26244 | 2070 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
2071 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2072 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 2073 Undo previous change. |
2074 | |
26232 | 2075 1999-10-28 Dave Love <fx@gnu.org> |
2076 | |
2077 * help.el (help-follow): Make arg optional again and really | |
2078 default to point. | |
2079 | |
26228 | 2080 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
2081 | |
26234 | 2082 * 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
|
2083 |
26228 | 2084 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
2085 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
2086 comment fixes. | |
2087 | |
26231 | 2088 * 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
|
2089 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
|
2090 |
26223 | 2091 1999-10-27 Dave Love <fx@gnu.org> |
2092 | |
2093 * progmodes/compile.el: Checkdoc-inspired fixes. | |
2094 | |
26220 | 2095 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
2096 | |
2097 * lpr.el (print-buffer): Doc-string fix. | |
2098 | |
26218 | 2099 1999-10-27 Dave Love <fx@gnu.org> |
2100 | |
2101 * emacs-lisp/advice.el: Doc fixes. | |
2102 (ad-lemacs-p): Removed. | |
2103 (advice): Add :link to defgroup. | |
2104 | |
26209 | 2105 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
2106 | |
2107 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
2108 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
2109 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2110 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2111 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2112 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2113 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2114 |
26207 | 2115 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2116 | |
2117 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
2118 ad-activate. All callers changed, including those in data.c. | |
2119 (ad-activate-internal-off): Renamed from ad-activate-off. | |
2120 All uses changed. | |
2121 (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
|
2122 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 2123 Alter the definition of ad-activate-internal, not ad-activate. |
2124 | |
26196 | 2125 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
2126 | |
2127 * startup.el (command-line-1): Add support for command line | |
2128 arguments `file' and `execute'. Fix handling of `visit'. | |
2129 | |
26191 | 2130 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
2131 | |
2132 * international/mule-cmds.el (read-input-method-name): Handle the | |
2133 case that the arg DEFAULT is symbol. | |
2134 | |
2135 * international/mule-diag.el (mule-diag): Handle the case that | |
2136 default-input-method is symbol. | |
2137 | |
26187 | 2138 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
2139 | |
2140 * textmodes/tildify.el: New file. | |
2141 | |
26184 | 2142 1999-10-25 Sam Steingold <sds@ksp.com> |
2143 | |
2144 * Makefile (compile-files): Fixed the "tr" strings. | |
2145 (EMACS): Set to ../src/emacs. | |
2146 | |
26173 | 2147 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
2148 | |
2149 * info.el (Info-build-node-completions): Add '("*") to the | |
2150 completion list. | |
2151 | |
26167 | 2152 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2153 | |
2154 * frame.el (auto-raise-mode): When enabling the mode, | |
2155 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
|
2156 |
26170 | 2157 * indent.el (indent-region): Doc fix. |
2158 | |
26175 | 2159 * comint.el (comint-output-filter): Make the Comint buffer current |
2160 for the comint-preoutput-filter-functions. | |
2161 | |
26177 | 2162 * mail/reporter.el: Doc fix. |
2163 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
2164 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
2165 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
2166 * 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
|
2167 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
2168 (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
|
2169 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
2170 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
2171 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
2172 |
26151 | 2173 1999-10-23 Dave Love <fx@gnu.org> |
2174 | |
2175 * elide-head.el: New file. | |
2176 | |
26148 | 2177 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
2178 | |
2179 * Makefile (compile-files, backup-compiled-files): New targets. | |
2180 (bootstrap, bootstrap-clean): Ditto. | |
2181 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2182 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
|
2183 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2184 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2185 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
|
2186 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
|
2187 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2188 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2189 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
|
2190 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2191 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
|
2192 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
|
2193 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2194 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
|
2195 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2196 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2197 (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
|
2198 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
|
2199 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
2200 |
26132 | 2201 1999-10-22 Dave Love <fx@gnu.org> |
2202 | |
26137 | 2203 * make-mode.el: Minor doc fixes. |
2204 | |
26132 | 2205 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
2206 | |
26129 | 2207 1999-10-21 Dave Love <fx@gnu.org> |
2208 | |
2209 * loadup.el: Add latin-8, latin-9. | |
2210 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
2211 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
|
2212 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
2213 * 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
|
2214 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
|
2215 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
|
2216 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
|
2217 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
|
2218 |
26121 | 2219 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
2220 | |
2221 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
2222 that were split so that part of the comment appeared as Lisp code. | |
2223 | |
26117 | 2224 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2225 | |
2226 * ps-bdf.el: Doc fix. | |
2227 | |
2228 * ps-print-def.el: New file: common definitions for all parts of | |
2229 ps-print. | |
2230 (ps-multibyte-buffer): Moved from ps-mule. | |
2231 | |
2232 * ps-mule.el: File dependence fix. | |
2233 (ps-multibyte-buffer): Moved to ps-print-def. | |
2234 | |
2235 * ps-print.el: Doc fix, better customization. | |
2236 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
2237 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
2238 (ps-end-file): Doc fix. | |
2239 (ps-setup, ps-begin-file): Fun fix. | |
2240 (postscript): New group. | |
2241 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
2242 (ps-print-prologue-1): Adjust PostScript programming. | |
2243 (ps-print): Adjust group hierarchy. | |
2244 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
2245 ps-print-printer) | |
2246 (ps-print-page): New subgroups. | |
2247 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
2248 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
2249 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
2250 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
2251 (ps-zebra-stripe-height, ps-print-background-image) | |
2252 (ps-print-background-text, ps-spool-config): Adjust customization. | |
2253 (dos-ps-printer): Definition eliminated. | |
2254 | |
2255 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2256 | |
2257 * ps-mule.el: Doc fix, define functions properly if mule package is | |
2258 loaded or not. | |
2259 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
2260 mule package is loaded or not. | |
2261 | |
2262 * ps-print.el: Doc fix, n-up printing. | |
2263 (ps-print-version): New version number (5.0). | |
2264 (ps-page-dimensions-database): Added document media. | |
2265 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
2266 (ps-page-order, ps-printing-region-p): New vars. | |
2267 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
2268 funs. | |
2269 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
2270 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
2271 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
2272 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
2273 (ps-print-begin-sheet-hook): New hook. | |
2274 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
2275 const. | |
2276 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
2277 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
2278 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
2279 (ps-count-lines): Changed to defun. | |
2280 (ps-header-page): Changed to defsubst, fix fun. | |
2281 (ps-printing-region): Doc fix, adjust programming code. | |
2282 (ps-output-boolean, ps-background-pages, ps-background-text) | |
2283 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
2284 programming code. | |
2285 | |
2286 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2287 | |
2288 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
2289 (ps-print-version): New version number (4.2). | |
2290 (ps-spool-config, ps-spool-tumble): New vars. | |
2291 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
2292 programming, new PostScript procedure to handle errors. | |
2293 (ps-print-prologue-2): Changed to defconst. | |
2294 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
2295 (ps-setup, ps-begin-file): Fix funs. | |
2296 (ps-boolean-capitalized): New fun. | |
2297 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2298 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2299 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2300 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2301 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2302 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2303 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2304 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2305 version of the file (necessary for the update to work properly). |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2306 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2307 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2308 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2309 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2310 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2311 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2312 |
26102 | 2313 1999-10-19 Dave Love <fx@gnu.org> |
2314 | |
2315 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
2316 | |
26100 | 2317 1999-10-19 Sam Steingold <sds@ksp.com> |
2318 | |
2319 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
2320 comply with the comment. | |
2321 | |
26098 | 2322 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
2323 | |
2324 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
2325 permanent-local. | |
2326 | |
26094 | 2327 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
|
2328 |
26094 | 2329 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
2330 value: \"lpr\" changed to "lpr" | |
2331 (ps-mode-version): New constant | |
2332 (ps-mode-show-version): New function, added key in ps-mode-map | |
2333 (ps-run-messages): Removed | |
2334 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
2335 ps-run-messages. These keywords now include the value of | |
2336 ps-run-prompt, making its fontification customizable. | |
2337 (ps-run-init): Removed \\n from docstring, it is now added when | |
2338 the value is used | |
2339 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
2340 ps-run-prompt | |
2341 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 2342 customizable variables in doc-string (its equivalent |
26094 | 2343 ps-run-messages was missing in previous version of the doc-string) |
2344 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
2345 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2346 |
26091 | 2347 1999-10-19 Alex Schroeder <alex@gnu.org> |
2348 | |
2349 * ansi-color.el: Complete rewrite. | |
2350 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2351 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2352 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2353 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2354 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
|
2355 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2356 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2357 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2358 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
|
2359 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2360 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2361 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2362 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2363 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2364 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2365 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2366 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2367 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2368 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2369 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2370 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2371 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2372 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2373 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2374 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2375 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2376 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2377 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
|
2378 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2379 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2380 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2381 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2382 |
26080 | 2383 1999-10-18 Dave Love <fx@gnu.org> |
2384 | |
2385 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
2386 (expand-region-abbrevs): Remove properties from buffer text. | |
2387 | |
26064 | 2388 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
2389 | |
26066 | 2390 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
2391 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
|
2392 |
26064 | 2393 * simple.el (minibuffer-prompt-end): Return the position |
2394 after the prompt, not the position of that last character | |
2395 of the prompt. | |
2396 | |
26061 | 2397 1999-10-17 Miles Bader <miles@gnu.org> |
2398 | |
2399 * simple.el: Doc fixes. | |
2400 | |
2401 1999-10-17 Miles Bader <miles@gnu.org> | |
2402 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2403 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 2404 Change to work correctly even if the point is in the prompt. |
2405 (choose-completion-string): Likewise. | |
2406 (minibuffer-prompt-width): New function (compatibility with old subr). | |
2407 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2408 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 2409 When constraining the final position to the current field, |
2410 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
2411 | |
2412 1999-10-17 Miles Bader <miles@gnu.org> | |
2413 | |
2414 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
2415 constrain-to-field. | |
2416 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
2417 | |
2418 1999-10-17 Miles Bader <miles@gnu.org> | |
2419 | |
2420 * simple.el (line-move): Use constrain-to-field to avoid | |
2421 moving into a prompt. | |
2422 (previous-complete-history-element): Clarify doc string. | |
2423 (next-complete-history-element): Likewise. | |
2424 Use field-beginning instead of point-min. | |
2425 (next-matching-history-element): Use field-beginning and | |
2426 erase-field instead of point-min and erase-buffer. | |
2427 * textmodes/paragraphs.el | |
2428 (forward-paragraph, forward-sentence): Likewise. | |
2429 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
2430 constrain the kill to an field, as the movement commands now | |
2431 do this. | |
2432 | |
2433 1999-10-17 Miles Bader <miles@gnu.org> | |
2434 | |
2435 * simple.el (previous-matching-history-element): Get the | |
2436 minibuffer input with field-string instead of buffer-string. | |
2437 (choose-completion-string): Likewise. | |
2438 (next-history-element): Likewise. | |
2439 Erase the minibuffer input with erase-field, not erase-buffer. | |
2440 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
|
2441 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 2442 Remove minibuffer-prompt hack. |
2443 Constrain to any input field. | |
2444 | |
26053 | 2445 1999-10-17 Sam Steingold <sds@ksp.com> |
2446 | |
2447 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
2448 for CMUCL on sparc and ".ufsl" for LispWorks. | |
2449 (bound-and-true-p): Bugfix: free variable `v'. | |
2450 | |
26050 | 2451 1999-10-16 Dave Love <d.love@dl.ac.uk> |
2452 | |
2453 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
2454 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
2455 avoiding elisp-eval. | |
2456 | |
26048 | 2457 1999-10-16 Sam Steingold <sds@ksp.com> |
2458 | |
2459 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
2460 instead of `eql'. | |
2461 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2462 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2463 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2464 * 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
|
2465 * 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
|
2466 (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
|
2467 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2468 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2469 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2470 * 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
|
2471 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2472 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2473 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2474 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2475 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2476 |
26029 | 2477 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
2478 | |
2479 * smtpmail.el (smtpmail-via-smtp): Add support for | |
2480 automatically appending a domain to RCPT TO: addresses. | |
2481 | |
26027 | 2482 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2483 | |
2484 * dired.el (dired-insert-directory): Insert the amount of | |
2485 free space after the total size. | |
2486 (dired-free-space-program, dired-free-space-args): New variables. | |
2487 | |
26023 | 2488 1999-10-14 Karl Heuer <kwzh@gnu.org> |
2489 | |
2490 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
2491 | |
26017 | 2492 1999-10-14 Dave Love <fx@gnu.org> |
2493 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2494 * international/characters.el: |
26017 | 2495 * international/fontset.el: |
2496 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
2497 | |
2498 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
2499 strings. | |
2500 | |
2501 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
2502 (command-line): Detect Latin-[89] locales. | |
2503 | |
26011 | 2504 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2505 | |
2506 * international/mule-cmds.el (select-safe-coding-system) | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2507 (leim-list-header): Avoid the use of strings that start with backslash |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2508 newline since lread.c:read1 has a hack to turn those strings into |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2509 integer 0 during the loadup.el process. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2510 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2511 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
26011 | 2512 |
26008 | 2513 1999-10-13 Dave Love <fx@gnu.org> |
2514 | |
2515 * image.el (insert-image): Copy the image spec and add an | |
2516 intangible property. | |
2517 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2518 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
|
2519 |
26008 | 2520 * help.el (help-xref-interned): Make it also work on variable-only |
2521 and function-only symbols. | |
2522 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
2523 (help-follow): If the point under mouse is not highlighted, try | |
2524 `help-xref-interned' on the pointed-to symbol anyway. | |
2525 | |
2526 * info.el (Info-on-current-buffer): New entry point. | |
2527 (Info-find-node): Split into two for Info-on-current-buffer to | |
2528 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2529 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 2530 Info-current-file can now be t. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2531 (Info-clone-buffer-hook): Function for `clone-buffer'. |
26008 | 2532 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2533 Make `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
|
2534 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2535 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
|
2536 |
26008 | 2537 * simple.el (shell-command, shell-command-on-region): Use |
2538 make-temp-file. | |
2539 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
2540 | |
2541 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
2542 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2543 |
26008 | 2544 * loadup.el (load-path): Add subdirs for bootstrapping. |
2545 (docstrings): Ignore errors during bootstrapping. | |
2546 (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
|
2547 |
26001 | 2548 1999-10-12 Emmanuel Briot <briot@gnat.com> |
2549 | |
2550 * ada-stmt.el: Doc-string fixes. | |
2551 | |
25991 | 2552 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
2553 | |
25998 | 2554 * recentf.el: New file. |
2555 | |
25991 | 2556 * ps-mode.el: New file. |
2557 | |
2558 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
2559 case insensitive. | |
2560 | |
25985 | 2561 1999-10-12 Richard Sharman <rsharman@pobox.com> |
2562 | |
2563 * sh-script.el: Added support for indenting existing scripts. | |
2564 (sh-mode-map): Added new bindings. | |
2565 (sh-mode): Updated mode doc-string for new commands, added | |
2566 make-local-variable calls, initialize mode-specific variables. | |
2567 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
2568 is now a different function. | |
2569 (sh-header-marker): Changed docstring. | |
2570 (sh-set-shell): Initialize mode-specific variables. | |
2571 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
2572 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
2573 Changed these define-skeleton calls to work with user-specified | |
2574 indentation settings. | |
2575 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
2576 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
2577 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
2578 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
2579 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
2580 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
2581 (sh-guess-basic-offset, sh-handle-after-case-label) | |
2582 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
2583 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
2584 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
2585 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
2586 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
2587 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
2588 (sh-handle-this-then, sh-help-string-for-variable) | |
2589 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
2590 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
2591 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
2592 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
2593 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
2594 (sh-remove-our-text-properties, sh-rescan-buffer) | |
2595 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
2596 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
2597 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
2598 (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
|
2599 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 2600 functions. |
2601 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
2602 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
2603 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
2604 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
2605 (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
|
2606 |
25983 | 2607 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
2608 | |
25999 | 2609 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
2610 a value one line to high if the cursor wasn't at the start of a | |
2611 line. A `beginning-of-line' is now performed before making the | |
2612 call to `count-lines'. | |
25983 | 2613 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2614 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
|
2615 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2616 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2617 |
25960 | 2618 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
2619 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2620 * Makefile (setwins): Abstract out the command to find subdirectories |
25962 | 2621 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
25970 | 2622 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2623 (autoloads-with-other-emacs): Use it. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2624 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2625 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
25960 | 2626 |
25942 | 2627 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
2628 | |
2629 * Makefile (bootstrap-compile): New target. Compile Lisp | |
2630 files with ../src/temacs. | |
2631 | |
25939 | 2632 1999-10-08 Simon Marshall <simon@gnu.org> |
2633 | |
2634 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
2635 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
2636 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
|
2637 |
25937 | 2638 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2639 | |
2640 * Makefile (compile): Compile files one by one. Set load-path to | |
2641 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
|
2642 |
25918 | 2643 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2644 | |
2645 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
2646 (emacs): Use it everywhere instead of EMACS. | |
2647 (compile): New target. Compile all Lisp files from scratch. | |
2648 (recompile): New target. Recompile lisp directory. | |
2649 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
2650 an Emacs executable not built in the current directory tree. | |
2651 | |
25908 | 2652 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
2653 | |
2654 * filecache.el (file-cache-completion-ignore-case): New variable, | |
2655 defaulting to the value of completion-ignore-case. | |
2656 (file-cache-minibuffer-complete): Use it. | |
2657 (file-cache-files-matching, file-cache-files-matching-internal): | |
2658 New functions. | |
2659 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2660 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
|
2661 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2662 * 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
|
2663 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2664 * 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
|
2665 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2666 * 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
|
2667 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2668 * 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
|
2669 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2670 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2671 * 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
|
2672 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
|
2673 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2674 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2675 * 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
|
2676 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2677 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2678 * 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
|
2679 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2680 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2681 * 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
|
2682 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
|
2683 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2684 |
25900 | 2685 1999-10-07 Dave Love <fx@gnu.org> |
2686 | |
2687 * bindings.el (bound-and-true-p): New macro. | |
2688 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
2689 | |
25886 | 2690 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
2691 | |
2692 * custom.el (defface): Extend documentation for new values of | |
2693 `type'. | |
2694 | |
2695 * faces.el (face-spec-set-match-display): Recognize `type' of | |
2696 `motif', `lucid', `x-toolkit'. | |
2697 (menu): New face. | |
2698 | |
25870 | 2699 1999-10-05 Dave Love <fx@gnu.org> |
2700 | |
2701 * files.el: Recognize temporary crontab files. | |
2702 | |
25873 | 2703 * info.el: Require jka-compr when compiling. |
2704 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
2705 | |
25866 | 2706 1999-10-04 Dave Love <fx@gnu.org> |
2707 | |
2708 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
2709 scroll-up-aggressively, scroll-down-aggressively. | |
2710 | |
2711 * 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
|
2712 |
25867 | 2713 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 2714 |
2715 * help-macro.el (three-step-help): Customize. | |
2716 | |
25926 | 2717 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2718 | |
2719 * hexl.el (hexlify-buffer): Move point in proper range | |
2720 if it is too large. | |
2721 (hexl-after-revert-hook): Update hexl-max-address. | |
2722 (hexl-address-to-marker): Doc fix. | |
2723 | |
25865 | 2724 1999-10-03 Dave Love <fx@gnu.org> |
2725 | |
2726 * image.el (defimage): Remove redundant code. Substitute file in | |
2727 image plist. | |
2728 | |
2729 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2730 | |
2731 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
2732 when doing with-temp-file. | |
2733 | |
2734 1999-10-01 Dave Love <fx@gnu.org> | |
2735 | |
2736 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
2737 | |
2738 * help.el: Require view when compiling. | |
2739 (view-emacs-FAQ): Use Info version. | |
2740 | |
25837 | 2741 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
2742 | |
2743 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
2744 (normat->normal). Use correct font names for Korean | |
2745 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
2746 | |
2747 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
2748 | |
2749 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
2750 code not used by KOI8 to the same 8-bit code instead of mapping to | |
2751 SPC. | |
2752 (cyrillic-alternativnyj-decode-table): Likewise. | |
2753 | |
2754 1999-09-29 Alex Schroeder <alex@gnu.org> | |
2755 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2756 * sql.el (sql-imenu-generic-expression): Aew, used to set |
25837 | 2757 imenu-generic-expression. |
2758 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
2759 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
2760 imenu-case-fold-search, and imenu-syntax-alist. | |
2761 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
2762 setting font-lock-defaults' SYNTAX-ALIST. | |
2763 | |
26025 | 2764 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2765 | |
2766 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
2767 macro, try again. | |
2768 | |
25837 | 2769 1999-09-28 Dave Love <fx@gnu.org> |
2770 | |
2771 * cus-edit.el (custom-comment): Change widget definition. | |
2772 (custom-comment-create, custom-comment-show) | |
2773 (custom-comment-invisible-p): Don't use :comment-overlay. | |
2774 (custom-comment-hide): New function. | |
2775 (custom-variable-set, custom-variable-save) | |
2776 (custom-variable-reset-standard, custom-face-set) | |
2777 (custom-face-save): Use it. | |
2778 | |
25946 | 2779 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2780 | |
25949 | 2781 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
2782 | |
2783 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2784 | |
25946 | 2785 * faces.el (region): Doc fix. |
2786 | |
25837 | 2787 1999-09-27 Dave Love <fx@gnu.org> |
2788 | |
2789 * isearch.el (isearch): Add :links in defgroup. | |
2790 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
2791 (isearch-switch-frame-handler): Comment out (unused). | |
2792 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
2793 (isearch-ring-retreat-edit): Doc fix. | |
2794 (isearch-mouse-yank): New command. | |
2795 (isearch-last-command-char): Removed. Callers changed to use | |
2796 last-command-char. | |
2797 (isearch-char-to-string): Removed. Callers changed to use | |
2798 char-to-string. | |
2799 | |
25944 | 2800 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
2801 | |
2802 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
2803 option for Russian. | |
2804 | |
25837 | 2805 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
2806 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2807 * faces.el (face-differs-from-default-p): Compare face |
25837 | 2808 attributes individually. |
2809 | |
2810 * image.el (put-image, insert-image): Add string argument. | |
2811 | |
2812 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
2813 | |
2814 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
2815 LANG=de_DE.iso88591 on HPUX 11.0. | |
2816 | |
2817 * dired.el (dired-move-to-filename-regexp): Make it work | |
2818 for LANG=de_DE.iso88591 on HPUX 11.0. | |
2819 | |
26171 | 2820 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2821 | |
2822 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
2823 if we know for some other reason it should not be used. | |
2824 | |
26179 | 2825 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
2826 New variable. | |
2827 (edebug-recursive-edit): Save current-prefix-arg there, | |
2828 bind it, and set it back at the end. | |
2829 (edebug-outside-excursion): Restore and update the outside | |
2830 value of current-prefix-arg. | |
2831 (edebug-emacs-version-specific): Delete support for Epoch. | |
2832 | |
26180 | 2833 1999-09-24 Howard Melman <howard@silverstream.com> |
2834 | |
2835 * imenu.el (imenu-after-jump-hook): New variable. | |
2836 (imenu): Run menu-after-jump-hook. | |
2837 (imenu-name-lookup-function): New variable. | |
2838 * 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
|
2839 |
25837 | 2840 1999-09-24 Carsten Dominik <cd@gnu.org> |
2841 | |
2842 * 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
|
2843 multiple thebibliography environments. |
25837 | 2844 |
2845 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
2846 with recentering window. | |
2847 (reftex-extract-bib-entries-from-thebibliography, | |
2848 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
2849 with multiple thebibliography environments. | |
2850 | |
2851 * textmodes/reftex-vars.el | |
2852 (reftex-section-levels): Function allowed as cdr. | |
2853 (reftex-max-section-depth) New option. | |
2854 | |
2855 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
2856 with multiple thebibliography environments. | |
2857 | |
2858 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
2859 | |
2860 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
2861 instead of point-min in call to delete-region. | |
2862 | |
2863 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2864 | |
2865 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
2866 out into arbitrary file names. | |
2867 | |
2868 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
2869 | |
2870 * language/european.el ("Turkish"): New language environment. | |
2871 | |
2872 1999-09-19 Dave Love <fx@gnu.org> | |
2873 | |
2874 * delim-col.el: New file. | |
2875 | |
2876 1999-09-17 Richard Stallman <rms@gnu.org> | |
2877 | |
2878 * files.el (after-find-file): When visiting a backup file, | |
2879 make it read-only. | |
2880 | |
2881 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
2882 (apropos-keybinding-face, apropos-label-face): Likewise. | |
2883 (apropos-property-face, apropos-match-face): Likewise. | |
2884 (apropos-label-properties): New variable. | |
2885 (apropos-print-doc): Use apropos-label-properties. | |
2886 (apropos-print): Set apropos-label-properties. | |
2887 | |
2888 1999-09-15 Richard Stallman <rms@gnu.org> | |
2889 | |
2890 * winner.el: Use aref instead of sref. | |
2891 | |
2892 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
2893 | |
2894 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
2895 | |
2896 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
2897 | |
2898 1999-09-14 Richard Stallman <rms@gnu.org> | |
2899 | |
2900 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
2901 cookie, even if followed by a letter. | |
2902 | |
2903 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
2904 | |
2905 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
2906 --no-line-editing are passed to Octave by including them here | |
2907 rather than storing them in inferior-octave-startup-args. | |
2908 | |
2909 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
2910 | |
2911 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
2912 command, option, env and sc. | |
2913 | |
2914 * subr.el (shell-quote-argument): Quote argument with double | |
2915 quotes for ms-dos. | |
2916 | |
2917 1999-09-14 Richard Stallman <rms@gnu.org> | |
2918 | |
2919 * simple.el (eval-expression-print-level): New variable. | |
2920 (eval-expression-print-length): New variable. | |
2921 (eval-expression-debug-on-error): New variable. | |
2922 (eval-expression): Bind print-level, print-length and | |
2923 debug-on-error from those vars. | |
2924 | |
2925 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
2926 Bind print-level, print-length and debug-on-error. | |
2927 | |
2928 1999-09-14 Inge Frick <inge@nada.kth.se> | |
2929 | |
2930 * dired.el (dired-recursive-deletes): New custom variable. | |
2931 (dired-re-no-dot): New variable. | |
2932 (dired-delete-file): New function deletes files and directories | |
2933 recursively. | |
2934 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
2935 | |
2936 * dired-aux.el (dired-recursive-copies): New custom variable. | |
2937 (dired-handle-overwrite): Broke a long line. | |
2938 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
2939 `copy-file'. | |
2940 (dired-copy-file-recursive): New function. Copy directories | |
2941 recursively. | |
2942 (dired-do-create-files): Added support for generalized directory | |
2943 target. How-to function may now return a function. New fluid | |
2944 variable `dired-one-file'. | |
2945 (dired-copy-how-to-fn): New variable. | |
2946 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
2947 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
2948 (dired-do-copy-regexp): No recursive copies. | |
2949 | |
2950 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
2951 | |
2952 * whitespace.el (whitespace-version): Update version to 2.4 | |
2953 | |
2954 * whitespace.el: Add customization variables to conditionally test | |
2955 any of the five whitespaces, per request from Rune Kleveland | |
2956 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
2957 | |
2958 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
2959 | |
2960 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
2961 list of modes to be checked for bogus whitespaces. | |
2962 | |
2963 * whitespace.el (whitespace-rescan-timer-time): Update | |
2964 documentation. | |
2965 | |
2966 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2967 New function to update modeline with untested whitespaces. |
25837 | 2968 |
2969 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
2970 checking is turned on, and update modeline using the newly created | |
2971 `whitespace-display-unchecked-whitespaces'. | |
2972 | |
2973 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
2974 whose checking is turned on, and update modeline using the newly | |
2975 created `whitespace-display-unchecked-whitespaces'. | |
2976 | |
2977 * whitespace.el (whitespace-describe): Update documentation. | |
2978 | |
2979 * whitespace.el (whitespace-tickle-timer): Test if | |
2980 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
2981 | |
2982 1999-09-13 Dave Love <fx@gnu.org> | |
2983 | |
2984 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
2985 | |
2986 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
2987 for temp buffer. | |
2988 (checkdoc-this-string-valid): Don't assume default comment-start. | |
2989 | |
2990 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
2991 | |
2992 * rsz-mini.el: Remove code, keep the interface. | |
2993 | |
2994 1999-09-13 Dave Love <fx@gnu.org> | |
2995 | |
2996 * help.el (help-highlight-p): Doc fix. | |
2997 | |
2998 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
2999 (highlight, secondary-selection): Add :group. | |
3000 (trailing-whitespace): Add :group, :version. | |
3001 | |
3002 * wid-edit.el: Remove some compatibility code and checks. | |
3003 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
3004 properties. | |
3005 (widget-overlay-inactive): Change error message. | |
3006 (widget-button-pressed-face): New variable. | |
3007 (widget-button-click): Use it. | |
3008 (widget-documentation-link-add): Specify mouse and button faces. | |
3009 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
3010 removed now the functionality is built in. | |
3011 | |
3012 * cus-edit.el: Don't define-widget-keywords. | |
3013 (multimedia): New group. | |
3014 (custom-last): Function removed. | |
3015 (custom-quote): Add vectorp case, comment out characterp case. | |
3016 (custom-buffer-done-function, custom-raised-buttons): New option. | |
3017 (Custom-buffer-done): New function. | |
3018 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
3019 Custom-buffer-done. | |
3020 (custom-button-face): Make it `released-button'. | |
3021 (custom-button-pressed-face): Make it `pressed-button' | |
3022 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
3023 (custom-mode): Deal with raised/pressed buttons. | |
3024 | |
3025 Changes from Didier Verna: | |
3026 (custom-prompt-variable): Optional third arg makes prompt for a | |
3027 comment string. | |
3028 (customize-set-value, customize-set-variable, | |
3029 customize-save-variable): Optional prefix makes function handle | |
3030 variable comments. | |
3031 (customize-customized, customize-saved, custom-variable-state-set) | |
3032 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
3033 (custom-variable-reset-saved, custom-variable-reset-standard) | |
3034 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
3035 (custom-face-reset-standard, customize-save-customized): Handle | |
3036 custom comments. | |
3037 (custom-comment-face, custom-comment-tag-face): New face. | |
3038 (custom-comment): New widget. | |
3039 (custom-comment-create, custom-comment-delete) | |
3040 (custom-comment-value-set, custom-comment-show) | |
3041 ()custom-comment-invisible-p): New functions. | |
3042 (custom-variable-value-create, custom-face-value-create): Create a | |
3043 comment field widget. | |
3044 (custom-variable-menu, custom-face-menu): New entry for custom | |
3045 comment. | |
3046 (custom-face-value-create): Remove compatibility code. | |
3047 (custom-save-variables, custom-save-faces): Possibly save custom | |
3048 comments. | |
3049 | |
3050 * cus-face.el (custom-face-attributes): Simplify :underline, | |
3051 :overline, :inverse-video cases. Fix up :box case (probably needs | |
3052 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3053 |
25837 | 3054 Change from Didier Verna: |
3055 (custom-set-faces): The arguments can now have a custom comment as | |
3056 fourth argument. | |
3057 | |
3058 * custom.el: Don't define-widget-keywords. | |
3059 Change from Didier Verna: | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3060 (custom-set-variables): The arguments can now have a |
25837 | 3061 custom comment as fifth element. |
3062 | |
3063 1999-09-13 Richard Stallman <rms@gnu.org> | |
3064 | |
3065 * info.el (Info-find-node): Cope better if guesspos is too large. | |
3066 | |
3067 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
3068 | |
3069 * 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
|
3070 of buffer-substring because buffer-string doesn't copy the |
25837 | 3071 prompt. |
3072 | |
3073 * faces.el (mode-line): Replaces `modeline'. | |
3074 (toplevel): Make `modeline' an alias for `mode-line'. | |
3075 | |
3076 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
3077 | |
3078 * gs.el: Change `ghostscript' to `postscript' in comment. | |
3079 | |
3080 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
3081 | |
3082 * emulation/tpu-edt.el (tpu-version): New version. | |
3083 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
3084 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
3085 (tpu-lm-replace): Set tpu-replace-overlay. | |
3086 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
3087 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3088 |
25837 | 3089 1999-09-11 Richard Stallman <rms@gnu.org> |
3090 | |
3091 * isearch.el (isearch-mode-map): Undo previous change. | |
3092 | |
3093 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
3094 use all of that as the sexp. | |
3095 | |
3096 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
3097 and use the initial argument as file name directly. | |
3098 Likewise if nothing matches. | |
3099 | |
3100 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
3101 | |
3102 * winner.el: Major changes. Avoid changing point and mark. | |
3103 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
|
3104 |
25837 | 3105 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
3106 | |
3107 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
3108 Bind print-continuous-numbering and print-number-table. | |
3109 | |
3110 1999-09-10 Dave Love <fx@gnu.org> | |
3111 | |
3112 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
3113 | |
3114 1999-09-09 Richard Stallman <rms@gnu.org> | |
3115 | |
3116 * whitespace.el: Finish making it fit Emacs conventions. | |
3117 Add autoloads. | |
3118 | |
3119 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
3120 | |
3121 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
3122 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
3123 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
3124 from the list of keywords. Add DO to the list of keywords. | |
3125 | |
3126 1999-09-09 Dave Love <fx@gnu.org> | |
3127 | |
26943 | 3128 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
25837 | 3129 (byte-optimize-backward-word): New optimizations. |
3130 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
3131 entries. | |
3132 | |
3133 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
3134 | |
3135 * image.el (put-image): Remove optional buffer parameter. | |
3136 | |
3137 * faces.el (face-italic-p): Return t only for values `italic' | |
3138 and `oblique'. | |
3139 | |
3140 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
3141 mouse-drag-mode-line that also drags the header line. | |
3142 (mouse-drag-mode-line): Call it. | |
3143 (mouse-drag-header-line): New. | |
3144 (toplevel): Bind down-mouse-1 on header lines to | |
3145 mouse-drage-header-line. | |
3146 | |
3147 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
3148 | |
3149 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
3150 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
3151 `header-line'. | |
3152 | |
3153 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
3154 | |
3155 * help.el (describe-function-1): Don't return empty string for keymaps. | |
3156 | |
3157 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
3158 Respect colon-double-space at end of line. | |
3159 | |
3160 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
3161 | |
3162 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
3163 (backup-buffer): Use it. | |
3164 | |
3165 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
3166 | |
3167 * 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
|
3168 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 3169 etc-passwd-generic-mode. These are all defined for Unix by default. |
3170 (apache-generic-mode): Use an imenu-generic-expression to list | |
3171 Configuration keywords. | |
3172 (samba-generic-mode): Use both ; and # as comment characters. | |
3173 (samba-generic-mode): Font-lock expressions now highlight name | |
3174 value pairs. | |
3175 (bat-generic-mode): Keywords are now case-insensitive through | |
3176 font-lock-defaults setting. | |
3177 (java-properties-generic-mode): Supports both ! and # as comment | |
3178 characters. | |
3179 (java-properties-generic-mode): Added an imenu-generic-expression | |
3180 (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
|
3181 different ways to separate name and value (viz, '=', ':' and |
25837 | 3182 whitespace). |
3183 (show-tabs-generic-mode): Added this new generic-mode. | |
3184 | |
3185 1999-09-08 Richard Stallman <rms@gnu.org> | |
3186 | |
3187 * progmodes/inf-lisp.el: Moved from top directory. | |
3188 | |
3189 * tar-mode.el (tar-header-block-tokenize): | |
3190 Use `when' instead of `and'. Fix some clobbered text. | |
3191 | |
3192 * gud.el (gud-make-debug-menu): Make a child for the | |
3193 local menu, for its menu bar, and the debug menu. | |
3194 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
3195 Use the history in the simple way. | |
3196 | |
3197 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
3198 | |
3199 * language/korea-util.el (default-korean-keyboard): Initialize it | |
3200 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
3201 | |
3202 1999-09-07 Richard Stallman <rms@gnu.org> | |
3203 | |
3204 * subr.el (make-temp-file): New function. | |
3205 | |
3206 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
3207 | |
3208 * font-lock.el (font-lock-multiline): New text property contains | |
3209 a boolean to indicate if the char is part of a multiline match. | |
3210 (font-lock-default-fontify-region): Extend the region appropriately | |
3211 for multiline keywords. | |
3212 (font-lock-default-unfontify-region): Also remove the new | |
3213 font-lock-multiline text property. | |
3214 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
3215 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
3216 | |
3217 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3218 | |
3219 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
3220 have leading zeros. | |
3221 | |
3222 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
3223 | |
3224 * faces.el (face-set-after-frame-default): Initialize some | |
3225 attributes of some faces from frame parameters. | |
3226 | |
3227 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
3228 | |
3229 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
3230 | |
3231 * faces.el (fringe): Replaces face `margin'. | |
3232 | |
3233 1999-09-07 Dave Love <fx@gnu.org> | |
3234 | |
3235 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
3236 | |
3237 1999-09-07 Richard Stallman <rms@gnu.org> | |
3238 | |
3239 * subr.el (push): Doc fix. | |
3240 | |
3241 1999-09-06 Richard Stallman <rms@gnu.org> | |
3242 | |
3243 * 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
|
3244 to distinguish 20YY from 19YY. |
25837 | 3245 |
3246 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
3247 to distinguish 20YY from 19YY. | |
3248 | |
3249 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
3250 | |
3251 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
3252 | |
3253 * quickurl.el: (quickurl-list-focused-line): Removed. | |
3254 (quickurl-list-insert): Now works out the focused line using | |
3255 `count-lines' instead of using `quickurl-list-focused-line'. | |
3256 | |
3257 1999-09-06 Richard Stallman <rms@gnu.org> | |
3258 | |
3259 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
3260 to beginning of message. | |
3261 | |
3262 1999-09-06 Dave Love <fx@gnu.org> | |
3263 | |
3264 * isearch.el (isearch-mode-map): Add mouse-2. | |
3265 | |
26943 | 3266 * mail/rmail.el (rmail-read-password): Deleted. |
25837 | 3267 (rmail-get-pop-password): Use read-password. |
3268 | |
3269 * quickurl.el: Don't conditionally define caddr. | |
3270 (quickurl-url-comment): Use nth, not caddr in function and | |
3271 defsetf. | |
3272 | |
3273 1999-09-06 Richard Stallman <rms@gnu.org> | |
3274 | |
3275 * auto-show.el: Doc fixes. | |
3276 | |
3277 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
3278 | |
3279 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
3280 --no-line-editing so that TABs in source files are not interpreted | |
3281 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3282 |
25837 | 3283 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
|
3284 |
25837 | 3285 * hscroll.el, auto-show.el: Remove all code, keep the public |
3286 interface as no-ops. | |
3287 | |
3288 * faces.el (face-bold-p): Don't return t if face has lighter | |
3289 weight than normal. | |
3290 | |
3291 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
3292 | |
3293 * startup.el (command-line): Make small-temporary-file-directory | |
3294 be nil except on ms-dos. | |
3295 | |
3296 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
3297 | |
3298 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
3299 is defined. | |
3300 | |
3301 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
3302 letters with a colon after d or l. | |
3303 | |
3304 1999-09-06 Dave Love <fx@gnu.org> | |
3305 | |
26943 | 3306 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
3307 primitive.) | |
25837 | 3308 |
3309 1999-09-05 Richard Stallman <rms@gnu.org> | |
3310 | |
3311 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
3312 | |
3313 * textmodes/paragraphs.el (backward-kill-sentence): | |
3314 Don't test minibuffer-prompt-end here. | |
3315 (forward-sentence): Do handle it here. | |
3316 (backward-kill-paragraph): Don't test it here. | |
3317 (forward-paragraph): Handle it here. | |
3318 | |
3319 * mouse.el (font-menu-add-default): Simplify code. | |
3320 | |
3321 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3322 | |
3323 * faces.el (header-line): Renamed from `top-line'. | |
3324 | |
3325 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3326 | |
3327 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
3328 | |
3329 1999-09-04 Richard Stallman <rms@gnu.org> | |
3330 | |
3331 * whitespace.el: New file. | |
3332 | |
3333 1999-09-04 Dave Love <fx@gnu.org> | |
3334 | |
3335 * paths.el: Make some doc strings obey the make-docfile convention. | |
3336 | |
3337 * bindings.el: Likewise. | |
3338 (debug-ignored-errors): Remove BBDB ones. | |
3339 | |
3340 1999-09-03 Richard Stallman <rms@gnu.org> | |
3341 | |
3342 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
3343 not from the draft to forward. | |
3344 | |
3345 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
3346 | |
3347 1999-09-03 Dave Love <fx@gnu.org> | |
3348 | |
3349 * double.el (double-mode): Customize the variable. | |
3350 | |
3351 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
3352 | |
3353 * international/characters.el: Delete duplicated code. | |
3354 | |
3355 1999-09-02 Richard Stallman <rms@gnu.org> | |
3356 | |
3357 * indent.el (indent-relative): Doc fix. | |
3358 | |
3359 * quickurl.el (quickurl): Doc fix. | |
3360 | |
3361 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3362 | |
3363 * faces.el (margin): Change background to "gray" for mono (this is | |
3364 drawn with a stipple pattern). | |
3365 | |
3366 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3367 | |
3368 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
3369 again. Remove test for minibuffer-prompt-in-buffer. | |
3370 | |
3371 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
3372 | |
3373 * files.el (small-temporary-file-directory): New variable. | |
3374 | |
3375 * startup.el (command-line): Compute the value of | |
3376 small-temporary-file-directory. | |
3377 | |
3378 * ediff-init.el (ediff-temp-file-prefix): Use | |
3379 small-temporary-file-directory if non-nil. | |
3380 | |
3381 * vc.el (vc-update-change-log): Likewise. | |
3382 | |
3383 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
3384 | |
3385 * simple.el (shell-command, shell-command-on-region): Use | |
3386 make-temp-name properly. Use small-temporary-file-directory if | |
3387 non-nil, otherwise temporary-file-directory, to generate temporary | |
3388 files. | |
3389 | |
3390 * dos-w32.el (direct-print-region-helper): Use | |
3391 temporary-file-directory. (From Stefan Monnier.) | |
3392 | |
3393 1999-09-02 Richard Stallman <rms@gnu.org> | |
3394 | |
3395 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
3396 from asm-comment-char. | |
3397 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
3398 | |
3399 1999-09-01 Richard Stallman <rms@gnu.org> | |
3400 | |
3401 * play/fortune.el: New file. | |
3402 | |
3403 1999-08-31 Dave Love <fx@gnu.org> | |
3404 | |
3405 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
3406 after key table. | |
3407 | |
26943 | 3408 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
3409 redisplay variables. | |
25837 | 3410 |
3411 * subr.el (push): Fix typo. | |
3412 | |
3413 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
3414 | |
3415 * emacs-lisp/ring.el: Many doc fixes. | |
3416 (ring-size, ring-copy): New functions. | |
3417 | |
3418 1999-08-29 Richard Stallman <rms@gnu.org> | |
3419 | |
3420 * progmodes/etags.el (tags-loop-continue): | |
3421 After tags-loop-operate returns, force skip to next file. | |
3422 | |
3423 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
3424 (mail-extr-first-letters, mail-extr-last-letters): | |
3425 Use character classes [:alpha:] and [:alnum:]. | |
3426 | |
3427 * subr.el (push, pop): New macros. | |
3428 | |
3429 * progmodes/compile.el (compilation-error-regexp-alist): | |
3430 New item for SGI IRIX MipsPro compilers. | |
3431 | |
3432 * speedbar.el (speedbar-directory-buttons): Recognize | |
3433 device names when checking for file names. | |
3434 | |
3435 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
3436 | |
3437 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
3438 and specially handle defvar inside their expansions. | |
3439 (eval-defun-1): New subroutine. | |
3440 | |
3441 * progmodes/compile.el (compilation-error-regexp-alist): | |
3442 Fix the Perl -w entry to allow period after line number. | |
3443 Don't allow newlines in file name, but allow them after line number | |
3444 for Perl debugging traces. | |
3445 | |
3446 * which-func.el (which-func-cleanup-function): New variable. | |
3447 (which-function): Call that function. | |
3448 | |
3449 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
3450 to end a function name. | |
3451 | |
3452 * informat.el (Info-tagify): Don't insert more than one newline | |
3453 before the tag table. | |
3454 | |
3455 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
3456 | |
3457 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
3458 than make-temp-name, use match-string-no-properties, and eliminate | |
3459 a quadratic behavior when building bibtex-strings. | |
3460 | |
3461 1999-08-29 Alex Schroeder <alex@gnu.org> | |
3462 | |
3463 * comint.el (comint-input-ring-separator): New variable. | |
3464 (comint-read-input-ring): Doc change; use | |
3465 comint-input-ring-separator when reading file. | |
3466 (comint-write-input-ring): Use | |
3467 comint-input-ring-separator when writing file. | |
3468 | |
3469 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
3470 | |
3471 * informat.el (Info-tagify): Start by widening. | |
3472 Match node headers that don't list the file name, | |
3473 and more kinds of page separations. | |
3474 Strip properties during tagification. | |
3475 Use start of node header line as tag's position. | |
3476 Fix the "done" message. | |
3477 | |
3478 (Info-validate): Save and restore match data around narrowing down. | |
3479 | |
3480 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
3481 | |
3482 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
3483 On repeated call, override previous values put into | |
3484 minor-mode-map-alist and minor-mode-alist. | |
3485 | |
3486 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
3487 | |
3488 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
3489 | |
3490 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
3491 | |
3492 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
3493 from cvs update. | |
3494 | |
3495 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3496 | |
3497 * calendar/calendar.el (calendar-move-hook): New hook. | |
3498 | |
3499 * calendar/cal-move.el: Call the new hook in every movement function. | |
3500 | |
3501 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
3502 the right function name. | |
3503 | |
3504 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
3505 | |
3506 * time-stamp.el: Put quote-backquote around all symbol names | |
3507 in doc strings, for mousing. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3508 (time-stamp): Support multi-line patterns. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3509 (time-stamp-inserts-lines): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3510 (time-stamp-count): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3511 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
25837 | 3512 "Thu" instead of "%a". |
3513 | |
3514 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3515 | |
3516 * simple.el (kill-word): Undo previous change. | |
3517 | |
3518 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3519 | |
3520 * 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
|
3521 to the beginning of the line containing the range start and |
25837 | 3522 the beginning of the line following the range end. |
3523 | |
3524 1999-08-24 Dave Love <fx@gnu.org> | |
3525 | |
3526 * timezone.el: Move provide to end. | |
3527 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
3528 <70 are 2000+. | |
3529 (timezone-parse-time): Simplify somewhat. | |
3530 | |
3531 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
3532 | |
3533 * faces.el (margin): Renamed from bitmap-area. | |
3534 | |
3535 1999-08-24 Alex Schroeder <alex@gnu.org> | |
3536 | |
3537 * sql.el: Doc changes. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3538 (sql-sybase): Use sql-server instead of sql-database. |
25837 | 3539 |
3540 1999-08-23 Dave Love <fx@gnu.org> | |
3541 | |
3542 * rect.el: Add/fix various doc strings. Add `*' to all the | |
3543 interactive specs. | |
3544 | |
3545 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
3546 | |
3547 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
3548 Don't unwind-protect font-lock-fontify-region. | |
3549 | |
3550 * paragraphs.el (backward-kill-paragraph): Don't move | |
3551 point into mini-buffer prompt. | |
3552 (backward-kill-sentence): Ditto. | |
3553 | |
3554 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
3555 Remove test for minibuffer-prompt-in-buffer. | |
3556 (kill-word): Don't move point into mini-buffer prompt. | |
3557 | |
3558 1999-08-21 Dave Love <fx@gnu.org> | |
3559 | |
3560 * Makefile: Exclude CVS dirs like RCS. | |
3561 | |
3562 1999-08-19 Dave Love <fx@gnu.org> | |
3563 | |
3564 * tooltip.el (tooltip-mode): Customize this, per convention. | |
3565 (tooltip-active): Option deleted. | |
3566 | |
3567 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
3568 | |
3569 * hanoi.el, page-ext.el: Declare dynamic vars. | |
3570 | |
3571 * term.el: Avoid ange-ftp related compilation warnings. | |
3572 | |
3573 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
3574 | |
3575 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
3576 the default so that beginners can benefit from it without | |
3577 searching in manuals. | |
3578 | |
3579 1999-08-18 Ray Blaak <blaak@gnu.org> | |
3580 | |
3581 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
3582 indent them better. Make auto-indent on newline optional. | |
3583 | |
3584 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
3585 | |
3586 * bindings.el (mode-line-modified): Look up key binding for C-x | |
3587 C-q. If it's bound call that binding, otherwise call | |
3588 toggle-read-only. | |
3589 | |
3590 1999-08-17 Dave Love <fx@gnu.org> | |
3591 | |
3592 * info.el (info): Doc fix. | |
3593 | |
3594 * finder.el (finder-known-keywords): Add `multimedia'. | |
3595 | |
3596 * apropos.el: Don't capitalize custom group name. | |
3597 | |
3598 * info-look.el: Remove compatibility code. | |
3599 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
3600 (info-complete): Don't lose with point not at end of symbol. | |
3601 | |
3602 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
3603 | |
3604 * term.el (toplevel): Make face `term-default' an empty face. | |
3605 The code relied on the fact that Emacs ignored invalid faces in | |
3606 face text properties in 20.4. | |
3607 | |
3608 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
3609 | |
3610 * subr.el (point-at-eol, point-at-bol): New aliases. | |
3611 | |
3612 * simple.el: Functions reordered. | |
3613 | |
3614 * rect.el (delete-rectangle-line): Use line-end-position. | |
3615 | |
3616 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
3617 | |
3618 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
3619 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
|
3620 |
25837 | 3621 1999-08-16 Dave Love <fx@gnu.org> |
3622 | |
3623 * mouse.el: Provide `mldrag' for compatibility. | |
3624 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
3625 marked obsolete. | |
3626 | |
3627 * mldrag.el: Removed since the features are in mouse.el. | |
3628 | |
3629 * jka-compr.el (auto-compression-mode): New variable for | |
3630 customization. | |
3631 | |
3632 * bindings.el (mode-line-mule-info): Doc fix. | |
3633 | |
3634 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
3635 name comparisons. | |
3636 | |
3637 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
3638 (find-file): Doc fix. | |
3639 | |
3640 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3641 | |
3642 * textmodes/reftex.el: Most of the code moved to other files. | |
3643 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
3644 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
3645 * textmodes/reftex-global.el: New file, split out from reftex.el | |
3646 * textmodes/reftex-index.el: New file, split out from reftex.el | |
3647 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
3648 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
3649 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
3650 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
3651 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
3652 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
3653 | |
3654 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3655 | |
3656 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
3657 conflict with pop-up-frames. | |
3658 (reftex-special-environment-parsers): New constant. | |
3659 (reftex-label-alist): car of an entry can also be a function. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3660 (reftex-what-special-env): Cew function. |
25837 | 3661 (reftex-label-location): Call `reftex-what-special-env'. |
3662 (reftex-compile-variables): Check for symbol in | |
3663 `reftex-label-alist'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3664 (reftex-what-environment): Fixed bug with stacked environments of |
25837 | 3665 same kind (e.g. enumerate). |
3666 (reftex-process-string): Preserve default directory. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3667 (reftex-label-alist-builtin): Changed prefixes of endnote and |
25837 | 3668 footnote. Also the magic words. |
3669 (reftex-reference): Interprete new option | |
3670 `reftex-fref-is-default'. | |
3671 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
3672 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
3673 (reftex-everything-regexp): New function. | |
3674 (reftex-nearest-match): Made better. | |
3675 (reftex-toc-find-section): Use new version of | |
3676 `reftex-nearest-match'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3677 (reftex-insert-docstruct): Adapted to work with the index stuff. |
25837 | 3678 (reftex-parse-from-file): Find index entries as well. |
3679 (reftex-toc-toggle-index): New function | |
3680 (reftex-toc-map): `i' is now used to togle the index, File | |
3681 boundaries has been moved to `F'. | |
3682 (reftex-select-label-map): Toggling display of file boundaries is | |
3683 now on the `F' key, for consistency with `reftex-toc-map'. | |
3684 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
3685 `reftex-erase-all-selection-buffer'. Now also kills the index | |
3686 buffers. | |
3687 (reftex-viewing-cross-references): Customization group renamed | |
3688 from reftex-viewing-cross-references-and-citations. | |
3689 (reftex-index-macro-regexp, | |
3690 reftex-find-index-entry-regexp-format): New variables | |
3691 (reftex-macros-with-index): New variable | |
3692 (reftex-add-index-macros): New function | |
3693 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
3694 multiple labels in a single ref command. | |
3695 (reftex-index-support): New customization group | |
3696 (reftex-support-index, reftex-index-special-chars, | |
3697 reftex-index-macros, reftex-index-default-macro, | |
3698 reftex-index-default-tag, reftex-index-math-format, | |
3699 reftex-index-section-letters, reftex-index-include-context, | |
3700 reftex-index-follow-mode, reftex-index-header-face, | |
3701 reftex-index-section-face, reftex-index-tag-face, | |
3702 reftex-index-face): New options | |
3703 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
3704 reftex-index-tag, reftex-index-return-marker, | |
3705 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
3706 reftex-index-macro-regexp, reftex-index-level-re, | |
3707 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
3708 reftex-everything-regexp-no-index, reftex-index-re, | |
3709 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
3710 (reftex-index-help, reftex-index-macros-builtin, | |
3711 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
3712 reftex-query-index-macro-help): New constants | |
3713 (reftex-index-selection-or-word, reftex-index, | |
3714 reftex-default-index, reftex-update-default-index, | |
3715 reftex-index-complete-tag, reftex-index-select-tag, | |
3716 reftex-index-complete-key, reftex-index-update-taglist, | |
3717 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
3718 reftex-display-index, reftex-insert-index, | |
3719 reftex-index-insert-new-letter, reftex-get-restriction, | |
3720 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
3721 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
3722 reftex-index-toggle-follow, reftex-index-toggle-context, | |
3723 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
3724 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
3725 reftex-index-quit, reftex-index-quit-and-kill, | |
3726 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
3727 reftex-index-revert, reftex-index-switch-index-tag, | |
3728 reftex-index-restrict-to-section, reftex-index-widen, | |
3729 reftex-index-restriction-forward, | |
3730 reftex-index-restriction-backward, reftex-index-visit-location, | |
3731 reftex-index-analyze-entry, reftex-index-globalize, | |
3732 reftex-index-edit, reftex-index-toggle-range-beginning, | |
3733 reftex-index-toggle-range-end, reftex-index-edit-key, | |
3734 reftex-index-edit-attribute, reftex-index-edit-visual, | |
3735 reftex-index-edit-part, reftex-index-level-down, | |
3736 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
3737 reftex-index-change-entry, reftex-index-goto-letter, | |
3738 reftex-add-index-macros, reftex-ensure-index-support, | |
3739 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
|
3740 |
25837 | 3741 |
3742 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
3743 | |
3744 * paren.el (show-paren-mode): Support making show-paren-mode | |
3745 a buffer-local variable. Don't check for a window system. | |
3746 (show-paren-function): Check whether show-paren-function is | |
3747 enabled in current buffer; do the right thing if not. | |
3748 Don't check for a window system. | |
3749 (show-paren-mode): Make it a user variable. | |
3750 | |
3751 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
3752 Handle `enum' like `struct'. | |
3753 | |
3754 * server.el (server-process-filter): If a client visits no buffers, | |
3755 close it immediately before recording it. | |
3756 | |
3757 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
3758 Optimize by calling concat just once. Handle =\n sequence. | |
3759 (mail-unquote-printable-region): New command. | |
3760 (mail-quote-printable): Make it autoload. | |
3761 | |
3762 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
3763 | |
3764 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
3765 | |
3766 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
3767 | |
3768 * lisp/texinfmt.el: Handle @ifnottex. | |
3769 | |
3770 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
3771 | |
3772 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
3773 ms-dos. | |
3774 | |
3775 * faces.el (face-valid-attribute-values): Look in | |
3776 x-bitmap-file-path only for x and w32 window systems. | |
3777 | |
3778 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
3779 Do that if width is nil as well. | |
3780 (x-display-mm-height, x-display-mm-width): Update values. | |
3781 (x-colors): Compute the list from msdos-color-values. | |
3782 (x-select-enable-clipboard): Doc fix. | |
3783 (x-frob-font-weight, x-font-family-list): New functions. | |
3784 | |
3785 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
3786 | |
3787 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
3788 back up from beginning of buffer. | |
3789 | |
3790 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
3791 | |
3792 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
3793 | |
3794 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
3795 | |
3796 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
3797 doomsday clock, speed control is added and changes are made to | |
3798 allow large numbers of rings: rings now show the whole ring | |
3799 number, not just the last digit; consecutive rings are allowed to | |
3800 be the same size when necessary to fit all the rings in the | |
3801 window; and poles can be oriented horizontally. Face support is | |
3802 thrown in gratuitously. | |
3803 (hanoi): Changed default number of rings back to 3. | |
3804 (hanoi-unix, hanoi-unix-64): New commands | |
3805 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
3806 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
3807 hanoi-odd-ring-face): New variables. | |
3808 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
3809 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
3810 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
3811 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
3812 (hanoi-topos, hanoi-draw-ring): Removed. | |
3813 | |
3814 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
3815 | |
3816 * faces.el (face-valid-attribute-values): Return an alist for | |
3817 families on ttys. | |
3818 (face-read-integer): Handle unspecified face attributes. Add | |
3819 completion for `unspecified'. | |
3820 (read-face-attribute): Handle unspecified font attributes. | |
3821 (face-valid-attribute-values): Add `unspecified' to lists so that | |
3822 it can be chosen via completion. | |
3823 (face-read-string): Don't recognize "none" as input. | |
3824 | |
3825 1999-08-10 Dave Love <fx@gnu.org> | |
3826 | |
3827 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
3828 string. | |
3829 | |
3830 * sun-curs.el: Require sun-fns. | |
3831 | |
3832 1999-08-10 Dave Love <fx@gnu.org> | |
3833 | |
3834 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
3835 | |
3836 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
3837 hscroll. | |
3838 | |
3839 * simple.el (hscroll-step, hscroll-point-visible) | |
3840 (hscroll-window-column): Remove now we have the mentioned real | |
3841 horizontal autoscrolling. | |
3842 | |
3843 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
3844 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3845 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 3846 control use of -f option. |
3847 (mail-specify-envelope-from): New variable. | |
3848 (mail-from-style): Doc fix. | |
3849 | |
3850 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
3851 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
3852 between local and global maps. | |
3853 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
3854 (easy-menu-change): Doc fix. | |
3855 | |
3856 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
3857 (info-lookup-guess-default): Simplified and cleaned up. | |
3858 (info-lookup-guess-default*): Preserve point. | |
3859 | |
3860 * view.el (view-mode-disable): If buffer-read-only is nil, | |
3861 don't change it. | |
3862 | |
3863 * files.el (after-find-file): Disable View mode if buffer is no | |
3864 longer read-only. | |
3865 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3866 * view.el (view-mode-enable, view-mode-disable): |
25837 | 3867 Call force-mode-line-update. |
3868 | |
3869 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
3870 | |
3871 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
3872 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
3873 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
3874 | |
3875 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
3876 | |
3877 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
3878 to prevent m-eating-bug. | |
3879 | |
3880 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
3881 | |
3882 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
3883 frame-set-background-mode instead. All callers changed. | |
3884 (msdos-face-setup): Don't force color display parameter, it is set | |
3885 by frame-set-background-mode. | |
3886 (make-msdos-frame): Call x-handle-reverse-video and | |
3887 face-set-after-frame-default. Delete frame if creation failed. | |
3888 | |
3889 * faces.el (face-set-after-frame-default): Don't call | |
3890 make-face-x-resource-internal for the pc window-system. | |
3891 | |
3892 1999-08-10 Dave Love <fx@melange.gnu.org> | |
3893 | |
3894 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
3895 case with no docstring specially. | |
3896 | |
3897 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
3898 | |
3899 * complete.el (PC-do-completion): If completing on file name, | |
3900 reproduce str by concatenating its directory and basename parts. | |
3901 | |
3902 1999-08-07 Dave Love <fx@gnu.org> | |
3903 | |
3904 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
3905 unibyte to multibyte conversion of search-forward (from Handa), | |
3906 but avoid the replacement if the language is Latin-N. | |
3907 | |
3908 1999-08-06 Richard Stallman <rms@gnu.org> | |
3909 | |
3910 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
3911 of eval-buffer. | |
3912 | |
3913 * international/mule.el (load-with-code-conversion): | |
3914 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
3915 | |
3916 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
3917 | |
3918 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
3919 of filenames and attributes. | |
3920 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
3921 for speed. | |
3922 | |
3923 1999-08-05 Dave Love <fx@gnu.org> | |
3924 | |
3925 * auto-show.el (auto-show-mode): Fix :set. | |
3926 | |
3927 * widget.el (define-widget-keywords): Make dummy definition and | |
3928 comment-out its use. | |
3929 | |
3930 1999-08-04 Richard Stallman <rms@gnu.org> | |
3931 | |
3932 * progmodes/tcl.el: Customized. | |
3933 | |
3934 * sql.el (sql-accumulate-and-indent): Instead of testing | |
3935 whether this is Emacs 20 before calling comint-accumulate, | |
3936 test whether comint-accumulate is defined. | |
3937 | |
3938 1999-08-04 Dave Love <fx@gnu.org> | |
3939 | |
3940 * sgml-mode.el: Require outline when compiling. | |
3941 (sgml-mode-hook, html-mode-hook): Customize. | |
3942 (sgml-validate-command): Fix :version. | |
3943 (html-autoview-mode): Doc fix. | |
3944 | |
3945 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
3946 nothing in Latin-N environment. | |
3947 | |
3948 * info.el (Info-find-node): Call info-initialize here. | |
3949 (info): Not here. | |
3950 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
3951 | |
3952 1999-08-04 Richard Stallman <rms@gnu.org> | |
3953 | |
3954 * ansi-color.el: New file. | |
3955 | |
3956 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
3957 | |
3958 * dired.el (dired-string-replace-match): Return `nil' when no match | |
3959 found with global search. | |
3960 | |
3961 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
3962 * terminal.el (te-terminfo-directory): | |
3963 * mail/mailpost.el (post-mail-send-it): | |
3964 * mail/metamail.el (metamail-region): | |
3965 * progmodes/ada-mode.el (ada-tmp-directory): | |
3966 Use temporary-file-directory. | |
3967 | |
3968 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
3969 (compilation-filter, compilation-forget-errors) | |
3970 (compilation-parse-errors): Use a marker instead of an integer for | |
3971 `compilation-parsing-end'. | |
3972 | |
3973 * progmodes/diff.el (diff-parse-differences): | |
3974 Use a marker instead of an integer for `compilation-parsing-end'. | |
3975 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3976 Use a marker instead of an integer for `compilation-parsing-end'. | |
3977 | |
3978 1999-08-03 Richard Stallman <rms@gnu.org> | |
3979 | |
3980 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
3981 (Buffer-menu-mode): Doc fix. | |
3982 (Buffer-menu-view): New command. | |
3983 (Buffer-menu-view-other-window): New command. | |
3984 | |
3985 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
3986 | |
3987 * replace.el (query-replace-regexp-eval) | |
3988 (replace-eval-replacement, replace-loop-through-replacements) | |
3989 (replace-match-string-symbols): New functions. | |
3990 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
3991 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
|
3992 |
25837 | 3993 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
3994 | |
3995 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
3996 (5x5): Doc fix. | |
3997 | |
3998 1999-08-03 Dave Love <fx@gnu.org> | |
3999 | |
4000 * fortran.el (fortran-indent-new-line): Make it an alias | |
4001 for reindent-then-newline-and-indent. | |
4002 | |
4003 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
4004 | |
4005 * rect.el: All functions rewritten, except when noted above | |
4006 their declaration. Below is a list of interface changes. | |
4007 (apply-on-rectangle): New function, mostly replaces | |
4008 `operate-on-rectangle'. All callers changed. | |
4009 (move-to-column-force): Pass new second argument to `move-to-column'. | |
4010 (kill-rectangle): Added optional prefix arg to fill lines. | |
4011 (delete-rectangle): Ditto. | |
4012 (delete-whitespace-rectangle): Ditto. | |
4013 (delete-extract-rectangle): Ditto. | |
4014 (open-rectangle): Ditto. | |
4015 (clear-rectangle): Ditto. | |
4016 (delete-whitespace-rectangle-line): New function. | |
4017 (delete-rectangle-line): Added third arg FILL. | |
4018 (delete-extract-rectangle-line): Ditto. | |
4019 (open-rectangle-line): Ditto. | |
4020 (clear-rectangle-line): Ditto. | |
4021 | |
4022 1999-08-03 Ray Blaak <blaak@gnu.org> | |
4023 | |
4024 * progmodes/delphi.el: New file. | |
4025 | |
4026 1999-08-02 Richard Stallman <rms@gnu.org> | |
4027 | |
4028 * textmodes/outline.el (outline-previous-heading): New function. | |
4029 (outline-up-heading-all): Use outline-previous-heading. | |
4030 (outline-next-heading): Delete definition inserted yesterday. | |
4031 | |
4032 1999-08-01 Richard Stallman <rms@gnu.org> | |
4033 | |
4034 * textmodes/outline.el (outline-next-heading): New function. | |
4035 (outline-up-heading-all): New function. | |
4036 (outline-font-lock-level): Using outline-up-heading-all. | |
4037 Tell outline-back-to-heading to accept invisible headings. | |
4038 | |
4039 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
4040 | |
4041 * mail/mh-utils.el (mh-find-path-run): New variable. | |
4042 (mh-find-path): Test and set that. | |
4043 Set mail-user-agent only the first time this function is run. | |
4044 (mail-user-agent): Defvar deleted. | |
4045 | |
4046 * info.el (info-initialize): New function. | |
4047 (info): Call info-initialize. | |
4048 (Info-directory-list): Initialize to nil, | |
4049 so info-initialize will set it up for real. | |
4050 | |
4051 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4052 | |
4053 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
4054 does not interpret a time as the year in a day-month entry. | |
4055 | |
4056 * calendar/diary-lib.el: Change syntax table entry for colon in | |
4057 the diary as part of the european-date-diary-pattern fix. | |
4058 | |
4059 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
4060 | |
4061 * international/mule.el (set-auto-coding): Allow whitespace before | |
4062 and after the "variable: value" pair. | |
4063 | |
4064 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
4065 | |
4066 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
4067 (default-sendmail-coding-system): Doc-string fixed. | |
4068 | |
4069 1999-07-30 Dave Love <fx@gnu.org> | |
4070 | |
4071 * subr.el (assoc-delete-all): New function, renamed from | |
4072 frame-delete-all. | |
4073 | |
4074 * frame.el: Change comments to doc strings and other doc fixes. | |
4075 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
4076 Callers changed. | |
4077 (set-background-color, set-foreground-color, set-cursor-color) | |
4078 (set-mouse-color, set-border-color): Offer completion of colours. | |
4079 (cursor): Add :version to defgroup. | |
4080 | |
4081 * facemenu.el (list-colors-display): Make it work on ttys. | |
4082 (facemenu-read-color): Likewise. | |
4083 | |
4084 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
4085 | |
4086 * frame.el (frame-notice-user-settings): If background | |
4087 color has been changed, update background-mode from it, | |
4088 then update faces. | |
4089 | |
4090 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
4091 | |
4092 * net-utils.el (finger): Don't do indirect fingering. | |
4093 | |
4094 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4095 | |
4096 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
4097 rules. Add separator at end of holidays. | |
4098 (cal-tex-rules): New customizable variable. | |
4099 (cal-tex-latexify-list): Add optional parameter to put separator | |
4100 at end. | |
4101 | |
4102 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
4103 | |
4104 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
4105 fill prefix on each line while looping to the end of paragraph. | |
4106 End paragraph if it's longer than the existing fill prefix. | |
4107 | |
4108 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
4109 | |
4110 1999-07-30 Dave Love <fx@gnu.org> | |
4111 | |
4112 * font-lock.el (jit-lock): Fix :load, add :version. | |
4113 | |
4114 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
4115 | |
4116 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
4117 Vface_tty_color_alist. | |
4118 (face-color-supported-p, face_color_gray_p): New functions. | |
4119 | |
4120 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
4121 is bound. | |
4122 | |
4123 * startup.el (command-line): Don't register default colors for | |
4124 MSDOS window-system. | |
4125 | |
4126 1999-07-29 Dave Love <fx@gnu.org> | |
4127 | |
4128 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
4129 charquote. | |
4130 | |
4131 * lisp-mode.el (eval-defun): Re-written to avoid | |
4132 capturing variables. | |
4133 | |
4134 * picture.el (picture-beginning-of-line): Don't call | |
4135 hscroll-point-visible now we have real autoscrolling. | |
4136 (picture-end-of-line, picture-newline, picture-open-line): | |
4137 Likewise. | |
4138 | |
4139 * international/latin-8.el: New file. | |
4140 * international/latin-9.el: New file. | |
4141 | |
4142 1999-07-28 Dave Love <fx@gnu.org> | |
4143 | |
4144 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
4145 | |
4146 * msb.el: Require cl only when compiling. | |
4147 (msb--home-dir): Deleted. | |
4148 (msb--format-title): Use abbreviate-file-name. | |
4149 (msb--choose-file-menu): Simplify string comparison. | |
4150 | |
4151 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
4152 | |
4153 * faces.el (toolbar): Add face definition for mono displays. | |
4154 | |
4155 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
4156 | |
4157 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
4158 | |
4159 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
4160 force copying of default-frame-alist. | |
4161 | |
4162 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
4163 | |
4164 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
4165 | |
4166 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
4167 | |
4168 * frame.el (set-mouse-color): If new color is nil, | |
4169 really respecify the current color. | |
4170 | |
4171 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
4172 | |
4173 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
4174 to white for mono displays. | |
4175 | |
4176 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
4177 | |
4178 * international/ccl.el (ccl-embed-symbol): New function. | |
4179 (ccl-program-p): Deleted. Now it's implemented in C code. | |
4180 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
4181 (ccl-compile-translate-character): Likewise. | |
4182 (ccl-compile-map-single): Likewise. | |
4183 (ccl-compile-multiple-map-function): Likewise. | |
4184 (declare-ccl-program): Doc-string modified. | |
4185 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
4186 | |
4187 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
4188 | |
4189 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
4190 | |
4191 1999-07-25 Markus Rost <rost@gnu.org> | |
4192 | |
4193 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
4194 the entries to make custom-file more readable. | |
4195 | |
4196 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
4197 | |
4198 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
4199 | |
4200 * emacs-lisp/edebug.el: Delete compatibility code. | |
4201 (edebug-next-token-class): If . is followed by a digit, | |
4202 return `symbol' for the token class. | |
4203 | |
4204 * startup.el (command-line): If we don't find the user's init file, | |
4205 set user-init-file to nil. | |
4206 | |
4207 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4208 | |
4209 * info-look.el (info-lookup-interactive-arguments): Add optional | |
4210 argument query for new choice of help mode. | |
4211 (info-lookup-symbol): Use it. | |
4212 (info-lookup-file): Ditto. | |
4213 (info-lookup): Don't switch to other window, if already in Info | |
4214 buffer. | |
4215 | |
4216 1999-07-23 Dave Love <fx@gnu.org> | |
4217 | |
4218 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
4219 syntax. | |
26624 | 4220 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 4221 (fortran-font-lock-syntactic-keywords): New variable. |
4222 (fortran-mode): Use it. | |
4223 (fortran-font-lock-keywords-1): Don't do comments. | |
4224 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
4225 match data. | |
4226 | |
4227 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
4228 | |
4229 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
4230 menu-bar-update-buffers. | |
4231 (msb-custom-set, msb--toggle-menu-type): Call | |
4232 msb-menu-bar-update-buffers. | |
4233 (msb-mode): Revise the hook setting. | |
4234 | |
4235 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
4236 | |
4237 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
4238 | |
25956 | 4239 * font-lock.el, help.el, simple.el: Re-integrate previously |
4240 described changes that were lost due to errors while checking them | |
4241 in. | |
25837 | 4242 |
4243 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
4244 | |
4245 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
4246 | |
4247 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
4248 | |
4249 * international/encoded-kb.el | |
4250 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
4251 but push it to unread-command-events. | |
4252 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
4253 (encoded-kbd-self-insert-sjis): Likewise. | |
4254 (encoded-kbd-self-insert-big5): Likewise. | |
4255 | |
4256 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
4257 before left margin and fill-prefix by fill-find-break-point. | |
4258 | |
4259 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4260 | |
4261 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
4262 info-lookup-make-completions returns an error. | |
4263 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
4264 name latex, not latex2e. | |
4265 | |
4266 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
4267 | |
4268 * replace.el (perform-replace): Turn off case-fold-search | |
4269 if FROM-STRING argument has uppercase in it. | |
4270 | |
4271 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4272 | |
4273 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
4274 mode is on. Don't use end of changed text. | |
4275 | |
4276 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4277 | |
4278 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
4279 (cl-hash-table-p): Renamed from hash-table-p. | |
4280 (cl-hash-table-count): Renamed from hash-table-count. | |
4281 (maphash): Alias to cl-maphash removed. | |
4282 (gethash): Likewise. | |
4283 (puthash): Likewise. | |
4284 (remhash): Likewise. | |
4285 (clrhash): Likewise. | |
4286 | |
4287 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4288 | |
4289 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
4290 third arg non-nil. See comment there why this isn't a good idea. | |
4291 | |
4292 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4293 | |
4294 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
4295 | |
4296 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
4297 sit-for with 3rd arg non-nil to prevent redisplay. | |
4298 | |
4299 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4300 | |
4301 * image.el (image-type-from-file-header): If file doesn't | |
4302 have a directory part, add data-directory. | |
4303 | |
4304 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4305 | |
4306 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
4307 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
4308 motion handling when tooltip-gud-tips-p is nil. | |
4309 | |
4310 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4311 | |
4312 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
4313 (tooltip-active): Use initial value of nil. | |
4314 | |
4315 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
4316 | |
4317 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4318 | |
4319 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
4320 definitions for `top-line'. | |
4321 | |
4322 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4323 | |
4324 * faces.el (top-line): New face. | |
4325 | |
4326 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4327 | |
4328 * image.el (image-type-regexps): Add regexp for PS files. | |
4329 | |
4330 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4331 | |
4332 * faces.el (set-face-attribute): Fix wrong handling of frame | |
4333 begin equal to t. | |
4334 | |
4335 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4336 | |
4337 * image.el (image-type-regexps): Add PNG format. | |
4338 | |
4339 1999-07-21 Dave Love <fx@gnu.org> | |
4340 | |
4341 * bindings.el (mode-line-modified): New variable. | |
4342 (mode-line-mode-menu-1): Switch to appropriate window before | |
4343 showing menu. | |
4344 | |
4345 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4346 | |
4347 * faces.el (face-underline): Removed. | |
4348 (face-underline-color): Ditto. | |
4349 | |
4350 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4351 | |
4352 * faces.el (face-x-resources): Fix typo. | |
4353 | |
4354 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4355 | |
4356 * faces.el: Remove handling of `:relief', extend handling of | |
4357 `:box'. | |
4358 (frame-set-background-mode): Choose new defface specs after | |
4359 frame parameters have changed. | |
4360 | |
4361 * cus-face.el: Ditto. | |
4362 | |
4363 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4364 | |
4365 * custom.el (defface): Extend documentation to include new | |
4366 face attributes. | |
4367 | |
4368 * cus-face.el (custom-face-attributes): Add overline, | |
4369 strike-through, box. | |
4370 | |
4371 * faces.el (face-valid-attribute-values): Handle overline, | |
4372 strike-through, box. | |
4373 (face-attribute-name-alist): Add pairs for new face attributes. | |
4374 (describe-face): Handle new face attributes. | |
4375 | |
4376 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4377 | |
4378 * faces.el (face-x-resources): Add overline, strike-through, box. | |
4379 | |
4380 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4381 | |
4382 * enriched.el (enriched-translations): Add `display' and | |
4383 "x-display". | |
4384 (enriched-handle-display-prop): New. | |
4385 (enriched-decode-display-prop): New. | |
4386 | |
4387 * format.el (top-level): Give `display' property | |
4388 `format-list-atomic-p. | |
4389 (format-annotate-single-property-change): Test that property. | |
4390 If present, treat list property values like atoms. | |
4391 | |
4392 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4393 | |
4394 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
4395 so that "*" can be entered. | |
4396 | |
4397 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4398 | |
4399 * cus-face.el (custom-face-attributes): Don't use `#''. | |
4400 | |
4401 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4402 | |
4403 * cus-face.el (custom-face-attributes): Return underline | |
4404 face attribute directly from the second lambda of underline. | |
4405 | |
4406 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4407 | |
4408 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
4409 | |
4410 * frame.el (after-setting-font-hooks): New variable. | |
4411 (set-frame-font): Run those hooks. | |
4412 | |
4413 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
4414 | |
4415 * faces.el (set-face-attribute): Fix doc string. | |
4416 | |
4417 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4418 | |
4419 * cus-face.el (custom-face-attributes): Accept color name. | |
4420 | |
4421 * faces.el (face-underline-p): Accept unspecified underlining. | |
4422 (face-underline): Ditto. Fix doc string. | |
4423 | |
4424 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4425 | |
4426 * faces.el (face-underline-color): New function. | |
4427 | |
4428 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4429 | |
4430 * cus-face.el (custom-face-attributes): Support underline coloring. | |
4431 Added slot to choose a color. | |
4432 | |
4433 * faces.el (face-underline): New function. | |
4434 (face-underline-p): Support underline coloring. | |
4435 Return nil only if the underline attribute is 'normal. | |
4436 (set-face-underline): New function. | |
4437 (face-valid-attribute-values): Support underline coloring. | |
4438 | |
4439 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4440 | |
4441 * image.el (insert-image): Use `display' instead of `glyph' | |
4442 as text property name. | |
4443 (put-image): Ditto. | |
4444 (image-type-from-file-header): Use insert-file-contents-literally. | |
4445 | |
4446 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4447 | |
4448 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
4449 string to indicate separators. | |
4450 | |
4451 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4452 | |
4453 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
4454 instead of message-log. | |
4455 | |
4456 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4457 | |
4458 * faces.el (bitmap-area): New face. | |
4459 | |
4460 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4461 | |
4462 * image.el (insert-image): New. | |
4463 | |
4464 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4465 | |
4466 * frame.el (blink-cursor): Set the symbol's value. | |
4467 (show-trailing-whitespace): Change group to font-lock. | |
4468 | |
4469 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4470 | |
4471 * jit-lock.el: New. | |
4472 * font-lock.el: Add jit-mode as new support mode. | |
4473 | |
4474 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
4475 reaching end instead of letting re-search-forward signal an error. | |
4476 (demand-lock-mode): New. | |
4477 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
4478 (font-lock-turn-off-thing-lock): Ditto. | |
4479 (font-lock-after-fontify-buffer): Ditto. | |
4480 (font-lock-after-unfontify-buffer): Ditto. | |
4481 | |
4482 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4483 | |
4484 * gs.el: New file. | |
4485 | |
4486 * startup.el (command-line-1): Activate tooltip mode if | |
4487 interactive. | |
4488 | |
4489 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4490 | |
4491 * faces.el (toolbar): Grey default background. | |
4492 (modeline): Ditto. | |
4493 | |
4494 * image.el (image-type-regexps): New. | |
4495 (image-type-from-file-header): New. | |
4496 (create-image): Call it. | |
4497 | |
4498 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4499 | |
4500 * image.el: New file. | |
4501 | |
4502 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4503 | |
4504 * bindings.el (mode-line-format): Replace `mode-name' with | |
4505 `(:eval mode-line-mode-name)'. | |
4506 (mode-line-mode-name): New. | |
4507 (make-mode-line-mouse-sensitive): Don't change default value | |
4508 of `mode-name'. | |
4509 | |
4510 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4511 | |
4512 * tooltip.el: New file. | |
4513 | |
4514 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4515 | |
4516 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
4517 instead of mouse-3 to pop up menus. | |
4518 (mode-line-kill-buffer): Removed. | |
4519 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
4520 buffer name. | |
4521 (mode-line-buffer-menu-1): Removed. | |
4522 | |
4523 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
4524 | |
4525 * bindings.el (mode-line-buffer-identification-keymap): New. | |
4526 (mode-line-buffer-menu-keymap): New. | |
4527 (mode-line-mode-menu-keymap): New. | |
4528 (mode-line-unbury-buffer): New. | |
4529 (mode-line-other-buffer): New. | |
4530 (mode-line-kill-buffer): New. | |
4531 (mode-line-buffer-menu-1): New. | |
4532 (mode-line-mode-menu-1): New. | |
4533 (make-mode-line-mouse-sensitive): New. | |
4534 | |
4535 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4536 | |
4537 * help.el (describe-key-briefly): Handle mode line strings | |
4538 with local-map properties. | |
4539 (describe-key): Ditto. | |
4540 (mode-line-key-binding): New. | |
4541 | |
4542 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4543 | |
4544 * scroll-bar.el (scroll-bar-timer): New. | |
4545 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
4546 | |
4547 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4548 | |
4549 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
4550 and `bottom'. | |
4551 | |
4552 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4553 | |
4554 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
4555 (global): Use different key bindings if using tookit scroll bars. | |
4556 | |
4557 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4558 | |
4559 * faces.el (modeline): Define mode line face with relief for | |
4560 class color, only. | |
4561 (toolbar): New face. | |
4562 | |
4563 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4564 | |
4565 * frame.el (frame-initialize): Set frame-creation-function to | |
4566 tty-create-frame-with-faces. | |
4567 | |
4568 * faces.el (frame-set-background-mode): Make it work for | |
4569 window-system nil. | |
4570 | |
4571 * faces.el (tty-create-frame-with-faces): New. | |
4572 (face-set-after-frame-default): Make it work for TTY frames. | |
4573 | |
4574 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4575 | |
4576 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
4577 Return a list of one font family for TTYs. Don't return bitmap | |
4578 file paths for TTY frames. | |
4579 | |
4580 * faces.el: Add face specs for tty displays to basic faces. | |
4581 | |
4582 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
4583 (font-lock-string-face): Ditto. | |
4584 (font-lock-keyword-face): Ditto. | |
4585 (font-lock-builtin-face): Ditto. | |
4586 (font-lock-function-name-face): Ditto. | |
4587 (font-lock-variable-name-face): Ditto. | |
4588 (font-lock-type-face): Ditto. | |
4589 (font-lock-constant-face): Ditto. | |
4590 (font-lock-warning-face): Ditto. | |
4591 | |
4592 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4593 | |
4594 * startup.el (command-line): Register default tty colors. | |
4595 | |
4596 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
4597 | |
4598 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4599 | |
4600 * faces.el (modeline): For X frames, use a modeline with relief. | |
4601 | |
4602 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4603 | |
4604 * faces.el (frame-update-faces): Copied from 20.2. | |
4605 (frame-update-face-colors): Ditto. Code removed that isn't | |
4606 applicable in the new face implementation. | |
4607 | |
4608 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4609 | |
4610 * frame.el (show-trailing-whitespace): New. | |
4611 | |
4612 * faces.el (trailing-whitespace): New basic face. | |
4613 | |
4614 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4615 | |
4616 * cus-face.el (custom-facep): Always define as alias for facep. | |
4617 | |
4618 * cus-face.el (custom-face-attributes): Use choice widgets. | |
4619 Remove :bold and :italic. | |
4620 | |
4621 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4622 | |
4623 * faces.el (face-charset-registries): Removed since fontset.el | |
4624 is no always loaded. | |
4625 | |
4626 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4627 | |
4628 * faces.el (internal-get-face): Added as obsolete function for | |
4629 compatibility. | |
4630 | |
4631 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4632 | |
4633 * frame.el (blink-cursor-end): Call show-cursor. | |
4634 (blink-cursor-mode): Ditto. | |
4635 | |
4636 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4637 | |
4638 * faces.el (face-spec-reset-face): Reset all attributes to | |
4639 `unspecified'. | |
4640 (face-spec-set): Use it. | |
4641 | |
4642 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4643 | |
4644 * faces.el (read-all-face-attributes): Bug fix. | |
4645 (face-read-integer): Allow nil default value. | |
4646 (face-valid-attribute-values): Use symbol names of attribute | |
4647 values for completion list. | |
4648 | |
4649 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4650 | |
4651 * faces.el (internal-find-face): Define for compatibility with | |
4652 20.2. | |
4653 (face-id): Likewise. | |
4654 | |
4655 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
4656 | |
4657 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
4658 (x-complement-fontset-spec): Use face-charset-registries. | |
4659 | |
4660 * faces.el (face-font-selection-order): Set font selection order | |
4661 from Lisp. | |
4662 (face-alternative-font-family-alist): Set alternative font | |
4663 families from Lisp. | |
4664 | |
4665 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4666 | |
4667 * faces.el (set-face-charset-registries): Set symbol value. | |
4668 | |
4669 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4670 | |
4671 * faces.el (face-set-after-frame-default): Call function | |
4672 internal-merge-in-global-face. | |
4673 | |
4674 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4675 | |
4676 * faces.el (face-list): Return symbols from face-global-alist. | |
4677 | |
4678 * faces.el (face-list): Return a copy of the face name list so | |
4679 that it cannot be modified from outside (facemenu.el uses | |
4680 nreverse, for example). | |
4681 | |
4682 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
4683 for compatibility with old code. | |
4684 | |
4685 * faces.el (set-face-attributes-from-resources): Additional | |
4686 frame parameter. | |
4687 (make-face-x-resource-internal): Set attributes from resources | |
4688 for a given frame or all frames. | |
4689 | |
4690 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4691 | |
4692 * faces.el (all-faces): Removed. | |
4693 | |
4694 * custom.el (defface): Add new face attributes to function | |
4695 comment. | |
4696 | |
4697 * font-lock.el (font-lock-comment-face): Use new face attribute | |
4698 names. | |
4699 (font-lock-string-face): Ditto. | |
4700 (font-lock-keyword-face): Ditto. | |
4701 (font-lock-builtin-face): Ditto. | |
4702 (font-lock-function-name-face): Ditto. | |
4703 (font-lock-variable-name-face): Ditto. | |
4704 (font-lock-type-face): Ditto. | |
4705 (font-lock-reference-face): Ditto. | |
4706 (font-lock-warning-face): Ditto. | |
4707 ((boundp 'font-lock-face-attributes)): Ditto. | |
4708 | |
4709 * cus-face.el (custom-face-attributes): Use new face attributes. | |
4710 | |
4711 * faces.el (set-face-attribute-from-resource): Initialize | |
4712 from resources only for X and W32. | |
4713 | |
4714 * cus-face.el (custom-declare-face): Don't make frame-local | |
4715 faces. | |
4716 | |
4717 * faces.el (describe-face): Use princ instead of insert. | |
4718 | |
4719 * faces.el: Add XLFD manipulation functions from 20.2 again | |
4720 because fontset.el uses them. | |
4721 (face-set-after-frame-default): Add empty definition. | |
4722 | |
4723 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4724 | |
4725 * faces.el (make-face): Correct typo. | |
4726 (set-face-attribute-from-resource): Use let*. | |
4727 (face-underline-p): Correct typo. | |
4728 (face-inverse-video-p): Ditto. | |
4729 (set-face-stipple): Ditto. | |
4730 (face-read-string): Make completion-list optional parameter. | |
4731 | |
4732 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4733 | |
4734 * faces.el (face-charset-registries): Alist mapping charset | |
4735 symbols to registries and encoding. | |
4736 | |
4737 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4738 | |
4739 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
4740 | |
4741 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4742 | |
4743 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
4744 mode. The cursor of selected_window blinks if the mode is enabled. | |
4745 | |
4746 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4747 | |
4748 * simple.el (next-history-element): Set point to the end of the | |
4749 prompt if minibuffer-prompt-in-buffer. | |
4750 | |
4751 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4752 | |
4753 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
4754 several font name components. | |
4755 | |
4756 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4757 | |
4758 * faces.el (set-face-relief): Use index 12 for relief. | |
4759 (face-fill-in): Set relief from data. | |
4760 (internal-make-face): Init relief to zero. | |
4761 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4762 * faces.el (face-spec-set): Call modify-face with additional |
25837 | 4763 parameters for relief and fixed-p. |
4764 | |
4765 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4766 | |
4767 * cus-face.el: ':fixed and ':relief added. | |
4768 | |
4769 * faces.el (describe-face): Add fixed font attribute and relief. | |
4770 (face-attr-match-p): Ditto. | |
4771 (face-attr-construct): Ditto. | |
4772 (face-spec-set): Ditto. | |
4773 | |
4774 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4775 | |
4776 * faces.el (internal-make-face): Function to create a Lisp vector | |
4777 suitable for representing a face. | |
4778 (make-face): Use it instead of make-vector. | |
4779 (x-create-frame-with-faces): Use it instead of vector. | |
4780 (internal-facep): Increase vector size to 14. | |
4781 (internal-make-face): Ditto. | |
4782 (face-relief): Access relief thickness. | |
4783 (face-fixed-p): Access fixed font attribute. | |
4784 (set-face-fixed-p): Set fixed font attribute. | |
4785 (set-face-relief): Set relief attribute. | |
4786 (internal-face-interactive-int): Read int attribute of face. | |
4787 (modify-face): Add fixed-p and relief parameters. | |
4788 (copy-face): Handle fixed-p and relief. | |
4789 (face-equal): Compare fixed-p and relief. | |
4790 (face-differs-from-default-p): Ditto. | |
4791 (face-nontrivial-p): Add fixed-p and relief. | |
4792 | |
4793 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4794 | |
4795 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
4796 (internal-facep): Increase vector size. | |
4797 (make-face): Ditto. | |
4798 (face-shadow-thickness): Added. | |
4799 (set-face-shadow-thickness): Added. | |
4800 (modify-face): Add optional shadow-thickness parameter. | |
4801 (make-face-x-resource-internal): Add shadows. | |
4802 (copy-face): Ditto. | |
4803 (face-equal): Ditto. | |
4804 (face-differs-from-default-p): Ditto. | |
4805 (face-nontrivial-p): Ditto. | |
4806 (face-attr-match-p): Ditto. | |
4807 (face-attr-construct): Ditto. | |
4808 (face-spec-set): Ditto. | |
4809 (face-fill-in): Ditto. | |
4810 | |
4811 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4812 | |
4813 * bench.el (bench-mark-split-window): New bench mark. | |
4814 | |
4815 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4816 | |
4817 * faces.el (set-face-font): Don't pass default font to | |
4818 x-resolve-font so that font will not have to be of the same | |
4819 size. | |
4820 | |
4821 1999-07-20 Dave Love <fx@gnu.org> | |
4822 | |
4823 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
4824 unconditionally t. | |
4825 | |
4826 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
4827 | |
4828 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
4829 | |
4830 1999-07-20 Dave Love <fx@gnu.org> | |
4831 | |
4832 * help.el (describe-variable): Fix test for customizability. | |
4833 | |
4834 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
4835 Check for readonly buffer in interactive spec. | |
4836 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
4837 (backward-kill-word): Add * to interactive spec. | |
4838 | |
4839 * underline.el (underline-region, ununderline-region): Add * to | |
4840 interactive spec. | |
4841 | |
4842 * fill.el (canonically-space-region, justify-current-line): Add * | |
4843 to interactive spec. | |
4844 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
4845 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
4846 readonly buffer in interactive spec. | |
4847 | |
4848 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4849 (backward-kill-sentence, kill-sentence): Add * to interactive | |
4850 spec. | |
4851 | |
4852 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
4853 | |
4854 * dired-aux.el (dired-do-shell-command): Doc fix. | |
4855 | |
4856 * shell.el (shell-unquote-argument): New function. | |
4857 (shell-directory-tracker): Use shell-unquote-argument. | |
4858 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
4859 | |
4860 1999-07-19 John Wiegley <jwiegley@borland.com> | |
4861 | |
4862 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
4863 color codes 39 and 49, which by the way lynx uses them seem to | |
4864 mean "foreground reset" and "background reset". | |
4865 | |
4866 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
4867 | |
4868 * font-lock.el (c++-keywords): Add "typeid". | |
4869 | |
4870 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
4871 selects no font, treat that as zero selections, not one. | |
4872 | |
4873 1999-07-19 Dave Love <fx@gnu.org> | |
4874 | |
4875 * info.el (Info-search): Don't lose with empty regexp. | |
4876 | |
4877 * version.el: Cater for (free) `ident' program, not `which'. | |
4878 | |
4879 * hl-line.el: New file. | |
4880 | |
4881 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
4882 for modes which don't define menus. | |
4883 | |
4884 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
4885 | |
4886 * webjump.el (webjump-sample-sites): Update some URLs. | |
4887 | |
4888 1999-07-14 Richard Stallman <rms@gnu.org> | |
4889 | |
4890 * Version 20.4 released. | |
4891 | |
4892 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
4893 | |
4894 * compare-w.el (compare-windows): Try to find the next window in | |
4895 the current frame before looking at the other frames. | |
4896 | |
4897 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
4898 | |
4899 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
4900 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
|
4901 |
25837 | 4902 1999-07-12 Richard Stallman <rms@gnu.org> |
4903 | |
4904 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
4905 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
4906 | |
4907 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
4908 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
4909 | |
4910 * textmodes/flyspell.el (flyspell-get-word): | |
4911 Add special handling for when ispell-otherchars is empty. | |
4912 | |
4913 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
4914 | |
4915 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
4916 when having nested functons. | |
4917 (pascal-indent-nested-functions) (pascal-indent-line) | |
4918 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
4919 indenting nested functions. | |
4920 | |
4921 1999-07-09 Richard Stallman <rms@gnu.org> | |
4922 | |
4923 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
4924 | |
4925 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
4926 | |
4927 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
4928 the `end' keyword was in the very beginning of the buffer. | |
4929 | |
4930 1999-07-08 Richard Stallman <rms@gnu.org> | |
4931 | |
4932 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
4933 | |
4934 * term.el (term-emulate-terminal): Avoid infinite loop | |
4935 in strange case where minibuffer window is selected but not active. | |
4936 | |
4937 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
4938 | |
4939 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
4940 Change regexp so that it doesn't match commands beginning with `cd'. | |
4941 | |
4942 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4943 | |
4944 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
4945 | |
4946 1999-07-06 Richard Stallman <rms@gnu.org> | |
4947 | |
4948 * hscroll.el (hscroll-minibuffer-hook): New function. | |
4949 (hscroll-global-mode): Add and remove that hook. | |
4950 Set hscroll-old-truncate-was-global's default value. | |
4951 | |
4952 1999-07-05 Richard Stallman <rms@gnu.org> | |
4953 | |
4954 * files.el (revert-buffer): Don't preserve point here. | |
4955 (revert-buffer-insert-file-contents-function): Doc fix. | |
4956 | |
4957 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
4958 | |
4959 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
4960 doing a `stat' when it isn't necessary because that can cause | |
4961 trouble when an NFS server is down. | |
4962 | |
4963 1999-07-04 Richard Stallman <rms@gnu.org> | |
4964 | |
4965 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
4966 | |
4967 1999-07-03 Richard Stallman <rms@gnu.org> | |
4968 | |
4969 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
4970 for \200...\240 also. | |
4971 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
4972 | |
4973 1999-07-02 Richard Stallman <rms@gnu.org> | |
4974 | |
4975 * frame.el (minibuffer-frame-alist): Use defcustom. | |
4976 (pop-up-frame-alist): Likewise. | |
4977 (initial-frame-alist): Specify * in the doc string. | |
4978 | |
4979 * hscroll.el (hscroll-mode): Make it a permanent local. | |
4980 (hscroll-mode): Don't cancel the timer | |
4981 if HScroll mode is enabled in some other buffer. | |
4982 | |
4983 * isearch.el (isearch-done): If search ends in middle of intangible | |
4984 text (due to text property), move on to the limit of that text. | |
4985 | |
4986 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
4987 | |
4988 * man.el (Man-build-man-command): Use value of null-device, | |
4989 instead of hard-coding "/dev/null". | |
4990 | |
4991 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
4992 ange-ftp file names, which might force ange-ftp to prompt for a | |
4993 password. | |
4994 | |
4995 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
4996 to prevent references to temp files. | |
4997 | |
4998 1999-06-30 Richard Stallman <rms@gnu.org> | |
4999 | |
5000 * progmodes/sh-script.el (sh-feature): If nothing is known | |
5001 about the given shell, use the values for `sh'. | |
5002 | |
5003 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5004 | |
5005 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
5006 to make it non-recursive. | |
5007 | |
5008 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
5009 | |
5010 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5011 | |
5012 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
5013 | |
5014 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
5015 | |
5016 * progmodes/sh-script.el (sh-mode): When setting syntax | |
5017 table, default to the standard one. | |
5018 | |
5019 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
5020 | |
5021 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
5022 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5023 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5024 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5025 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
25837 | 5026 a frame when `return' is requested (even if pop-up-frames = t) |
5027 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
5028 should only be set for the bibtex buffer. | |
5029 | |
5030 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
5031 | |
5032 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
5033 being buffer-local. | |
5034 | |
5035 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5036 | |
5037 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
5038 | |
5039 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5040 | |
5041 * cal-x.el (calendar-only-one-frame-setup): New function. | |
5042 * calendar.el (calendar): Call it if requested. | |
5043 | |
5044 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
5045 | |
5046 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
5047 | |
5048 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
5049 | |
5050 * mail/supercite.el (sc-emacs-features): Doc fix. | |
5051 | |
5052 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
5053 | |
5054 * files.el (auto-mode-alist): Add pike-mode. | |
5055 | |
5056 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
5057 | |
5058 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
5059 last byte of a numeric field is a space or a NUL. Parse it as | |
5060 potentially part of the number. This is used by GNU tar | |
5061 1.12.64012 to handle larger values. | |
5062 | |
5063 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
5064 | |
5065 * custom.el (custom-handle-keyword): Fix error message. | |
5066 | |
5067 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
5068 | |
5069 * mail/smtpmail.el (smtpmail-send-it): Use | |
5070 convert-standard-filename to make file names for queued mail safe | |
5071 on Windows (`:' is invalid in file names on Windows). | |
5072 | |
5073 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
5074 | |
5075 * international/mule-cmds.el (describe-current-input-method): | |
5076 Current-input-method is string. | |
5077 (toggle-input-method): Docstring fixed. | |
5078 | |
5079 * international/mule-diag.el | |
5080 (describe-current-coding-system-briefly): Fix format string. | |
5081 | |
5082 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
5083 Docstring modified. Return a string. | |
5084 | |
5085 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
5086 | |
5087 * sql.el (sql-input-ring-file-name): Doc fix. | |
5088 | |
5089 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
5090 | |
5091 * calendar/cal-x.el (special-display-buffer-names): | |
5092 Don't put (get-file-buffer diary-file) on this list. | |
5093 | |
5094 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
5095 | |
5096 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
5097 Don't penalize player for certain impossible guesses. | |
5098 | |
5099 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
5100 | |
5101 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
5102 return the string "Unk 0 0000" so at least it appears to be a | |
5103 valid timestamp to `dired-move-to-filename-regexp'. | |
5104 | |
5105 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
5106 | |
5107 * ps-print.el (ps-control-character): Fix previous change. | |
5108 | |
5109 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5110 | |
5111 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
5112 multiple output of the last message. | |
5113 | |
5114 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
5115 | |
5116 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
5117 the ASCII apostrophe, as most DOS codepages have some other glyph | |
5118 there. | |
5119 | |
5120 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
5121 | |
5122 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
5123 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
5124 (exit-ethiopic-environment): Likewize. | |
5125 | |
5126 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
5127 | |
5128 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
5129 | |
5130 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5131 | |
5132 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
5133 custom-initialize-default to avoid infinite loop. | |
5134 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
5135 loading the file. Run crisp-mode-hook here, and run | |
5136 crisp-load-hook when loading the file. | |
5137 | |
5138 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
5139 rmail-summary buffer, search for pattern in rmail-file. | |
5140 | |
5141 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
5142 | |
5143 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
5144 | |
5145 * ps-print.el (ps-printer-name): Fix custom type. | |
5146 | |
5147 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
5148 | |
5149 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
5150 (vhdl-port-paste-generic-map): Fix indentation bug. | |
5151 (vhdl-port-paste-port-map): Fix indentation bug. | |
5152 (vhdl-scan-file-contents): Make scanning case insensitive. | |
5153 | |
5154 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
5155 | |
5156 * files.el (write-file): When buffer is not already visiting a file, | |
5157 don't put buffer name in the minibuffer, just make it the default. | |
5158 Also handle just directory as arg usefully in that case. | |
5159 | |
5160 * simple.el (sendmail-user-agent-compose): | |
5161 Ignore case when inserting the rest of the "other" headers. | |
5162 | |
5163 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
5164 | |
5165 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
5166 (info-lookup-interactive-arguments): Never insert the default | |
5167 into the minibuffer automatically. | |
5168 | |
5169 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
5170 | |
5171 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
5172 | |
5173 * simple.el (shell-command): Avoid printing "mark set" message. | |
5174 | |
5175 1999-06-09 Dave Love <fx@gnu.org> | |
5176 | |
5177 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
5178 digits in program name in first pattern. | |
5179 | |
5180 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5181 | |
5182 * vc.el (vc-dired-mode): Don't match anything before the date in | |
5183 dired-move-to-filename-regexp. | |
5184 | |
5185 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
5186 | |
5187 * international/quail.el (quail-define-rules): Fix typo in | |
5188 docstring. | |
5189 | |
5190 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
5191 | |
5192 * iswitchb.el (iswitchb-default-keybindings): Add | |
5193 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
5194 than when package is loaded. | |
5195 | |
5196 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
5197 | |
5198 * startup.el (command-line): Don't set user-init-file directly; | |
5199 tell `load' to set it. | |
5200 | |
5201 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
5202 | |
5203 * simple.el (next-history-element): | |
5204 Handle minibuffer-text-before-history properly when reading sexps. | |
5205 | |
5206 * disp-table.el (standard-display-european): | |
5207 For an interactive call by the user, | |
5208 don't set enable-multibyte-characters, | |
5209 and don't set the terminal coding system. | |
5210 | |
5211 * textmodes/refbib.el: Don't print any messages or display | |
5212 a buffer when loading the library. | |
5213 (r2b-help): Doc fix. | |
5214 (r2b-help-message): Update the documentation. | |
5215 (r2b-load-quietly): Variable deleted. | |
5216 (r2b-convert-buffer): Doc fix. | |
5217 | |
5218 1999-06-04 Dave Love <fx@gnu.org> | |
5219 | |
5220 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
5221 | |
5222 * auto-show.el: Don't change hooks on loading. | |
5223 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
5224 (auto-show-mode): Add to hooks here. | |
5225 | |
5226 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
5227 | |
5228 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
5229 recursion on bogus input. | |
5230 | |
5231 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
5232 | |
5233 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
5234 does not select a buffer from the buffers menu, then the attached | |
5235 frame is not switched to anything. | |
5236 | |
5237 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
5238 | |
5239 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
5240 (viet-viscii-...->viet-vscii...). | |
5241 | |
5242 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
5243 | |
5244 1999-06-01 Dave Love <fx@gnu.org> | |
5245 | |
5246 * progmodes/fortran.el: Add :link to defgroup. | |
5247 (fortran-blink-matching-if): Match ELSE statements too. | |
5248 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
5249 that filling is always done. | |
5250 | |
5251 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
5252 | |
5253 * simple.el (append-next-kill): Use an arg to distinguish | |
5254 interactive calls from Lisp calls, rather than (interactive-p). | |
5255 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5256 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 5257 Interchange n and N. |
5258 | |
5259 1999-05-31 Dave Love <fx@gnu.org> | |
5260 | |
5261 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
5262 and keymap munging on load. | |
5263 (msb-mode): New option. | |
5264 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
5265 Doc fix. | |
5266 (msb-mode-map): New variable. | |
5267 (msb-mode): New command. | |
5268 | |
5269 1999-05-31 Dave Love <fx@gnu.org> | |
5270 | |
5271 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
5272 (ispell-complete-word-dict): Likewise. | |
5273 | |
5274 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
5275 | |
5276 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
5277 force the data buffer to be saved, even if the data didn't | |
5278 change, in case the write filter was modified. Restore the | |
5279 current record after read-file-filter finishes. | |
5280 | |
5281 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
5282 | |
5283 * ispell4.el: Obsolete; file deleted. | |
5284 | |
5285 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
5286 | |
5287 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
5288 VALUE is a syntax table. | |
5289 | |
5290 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
5291 | |
5292 * simple.el (zap-to-char): Doc fix. | |
5293 | |
5294 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
5295 | |
5296 * isearch.el (isearch-quote-char): Don't assume character codes | |
5297 0200 - 0237 stand for characters in some single-byte character | |
5298 charset. | |
5299 | |
5300 1999-05-27 Dave Love <fx@gnu.org> | |
5301 | |
5302 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
5303 | |
5304 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
5305 | |
5306 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
5307 headerline does not exist already. | |
5308 | |
5309 1999-05-26 Richard Stallman <rms@gnu.org> | |
5310 | |
5311 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5312 Avoid nested null-loops. | |
5313 | |
5314 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
5315 | |
5316 * international/characters.el: Typo fixed; prefered->preferred. | |
5317 | |
5318 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5319 Typo fixed; prefered->preferred. | |
5320 | |
5321 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
5322 method in read-event. | |
5323 | |
5324 * international/mule.el (charset-info): Doc-string fixed. | |
5325 | |
5326 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
5327 | |
5328 * mail/smtpmail.el (smtpmail-send-it): Bind | |
5329 smtpmail-code-conv-from properly. | |
5330 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
5331 by smtpmail-code-conv-from. | |
5332 | |
5333 1999-05-24 Richard Stallman <rms@gnu.org> | |
5334 | |
5335 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
5336 Binding deleted also. | |
5337 | |
5338 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
5339 | |
5340 * comint.el (comint-bol-or-process-mark): Doc fix. | |
5341 | |
5342 1999-05-23 Dave Love <fx@gnu.org> | |
5343 | |
5344 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
5345 Enter it on minor-mode-map-alist. | |
5346 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
5347 Autoload. Add custom setter. | |
5348 (crisp-mark-line): Doc fix. | |
5349 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
5350 (crisp-mode-hook): Define. | |
5351 | |
5352 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
5353 | |
5354 * files.el (recover-file): Recover buffer-file-coding-system. | |
5355 | |
5356 1999-05-22 Richard Stallman <rms@gnu.org> | |
5357 | |
5358 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
5359 regexp match the date, to avoid treating date as file size. | |
5360 Add YYYY S option to WESTERN/ | |
5361 | |
5362 * bookmark.el: Delete some XEmacs compatibility code. | |
5363 (bookmark-jump-noselect): Check vc-backend. | |
5364 | |
5365 * subr.el (add-to-list): Doc fix. | |
5366 | |
5367 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
5368 | |
5369 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
5370 | |
5371 1999-05-18 Richard Stallman <rms@gnu.org> | |
5372 | |
5373 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
5374 non-space after the @anchor command. | |
5375 (texinfo-format-var): Handle other nested constructs, using | |
5376 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
5377 texinfo-parse-arg-discard. | |
5378 | |
5379 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
5380 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
5381 Bind inhibit-redisplay to nil. | |
5382 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
5383 | |
5384 1999-05-17 Dave Love <fx@gnu.org> | |
5385 | |
5386 * help.el (describe-function-1): Extra arg, interactive-p. | |
5387 (describe-key, describe-function): Use it. | |
5388 | |
5389 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
5390 | |
5391 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
5392 | |
5393 1999-05-16 Dave Love <fx@gnu.org> | |
5394 | |
5395 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
5396 scroll-preserve-screen-position, scroll-conservatively. | |
5397 | |
5398 1999-05-16 Dave Love <fx@gnu.org> | |
5399 | |
5400 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
5401 | |
5402 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
5403 | |
5404 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
5405 | |
5406 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5407 | |
5408 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
5409 magic number and is not associated with a file. | |
5410 | |
5411 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
5412 | |
5413 * files.el (find-file-noselect-1): Fix previous change. | |
5414 | |
5415 1999-05-14 Simon Marshall <simon@gnu.org> | |
5416 | |
5417 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
5418 | |
5419 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
5420 | |
5421 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
5422 docstring. | |
5423 | |
5424 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
5425 and menus. | |
5426 | |
5427 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
5428 | |
5429 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
5430 to correctly reflect the value of BaseLineOffset in | |
5431 RelativeCompose. Now the value of RelativeCompose is an array of | |
5432 low and high positions. | |
5433 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
5434 RLC for the above change. | |
5435 | |
5436 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
5437 | |
5438 * comint.el (comint-password-prompt-regexp): Modified to match the | |
5439 output of ksu and ssh-add. | |
5440 | |
5441 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
5442 | |
5443 * language/korea-util.el (isearch-toggle-korean-input-method): | |
5444 Adjusted for the change of input method handling in isearch.el. | |
5445 (isearch-hangul-switch-symbol-ksc): Likewise. | |
5446 (isearch-hangul-switch-hanja): Likewise. | |
5447 | |
5448 1999-05-10 Dave Love <fx@gnu.org> | |
5449 | |
5450 * help.el (help-make-xrefs): Fix typo. | |
5451 | |
5452 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
5453 | |
5454 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
5455 unibyte-display-via-language-environment. | |
5456 | |
5457 * help.el (help-make-xrefs): Handle more cases when looking for | |
5458 commands in a keymap description. | |
5459 | |
5460 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
5461 | |
5462 * loadup.el: For ms-dos systems, load ccl and codepage. | |
5463 | |
5464 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
5465 | |
5466 * ps-print.el (ps-control-character): Call | |
5467 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
5468 | |
5469 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
5470 ps-multibyte-buffer is nil, use | |
5471 ps-mule-font-info-database-default." | |
5472 | |
5473 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
5474 | |
5475 * ispell.el (ispell-local-dictionary-alist): New variable for | |
5476 customizing local dictionaries not accessable by everyone. | |
5477 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
5478 (ispell-required-version): Changed format `(major minor | |
5479 revision)' to support general pattern matching. | |
5480 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
5481 skip region commented out due to incorrect skip potential in std latex. | |
5482 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
5483 cursor point on small words for calls from `ispell-minor-mode'. | |
5484 (check-ispell-version): Tests and accepts versions major.minor | |
5485 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
5486 (ispell-get-line): No longer skips ispell process special characters. | |
5487 (ispell-comments-and-strings): Removed `when' macro call. | |
5488 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
5489 (ispell-buffer-local-parsing): Supports checking comments only. | |
5490 | |
5491 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
5492 | |
5493 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
5494 more specific. | |
5495 | |
5496 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
5497 | |
5498 * subr.el (with-temp-message): Fix the other call to message | |
5499 to use %s. | |
5500 | |
5501 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
5502 | |
5503 * gud.el (gud-format-command): "%F" means file sans extension. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5504 (jdb): Use %F, not %f, for gud-break. |
25837 | 5505 |
5506 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
5507 | |
5508 * comint.el (comint-password-prompt-regexp): Modified so that it | |
5509 matches the output of kinit. | |
5510 | |
5511 1999-05-06 Greg Stark <gsstark@mit.edu> | |
5512 | |
5513 * timezone.el (timezone-parse-date): Recognize new format used in | |
5514 internet cookies. | |
5515 | |
5516 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
5517 | |
5518 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
5519 | |
5520 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
5521 | |
5522 * time.el (display-time-update): Allow for wrap-around when | |
5523 checking against display-time-server-down-time. | |
5524 | |
5525 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
5526 | |
5527 * international/mule-diag.el (describe-coding-system): Fix English | |
5528 message. | |
5529 | |
5530 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
5531 | |
5532 * term/w32-win.el: Change the x-charset-registry property for the | |
5533 Japanese charsets that are supported by Japanese Windows fonts. | |
5534 | |
5535 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5536 | |
5537 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
5538 diary-block diary entries for which the reminders and the diary | |
5539 entries can overlap. | |
5540 | |
5541 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
5542 | |
5543 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
5544 matches the font selected in the dialog. | |
5545 | |
5546 1999-05-02 Dave Love <fx@gnu.org> | |
5547 | |
5548 * browse-url.el (browse-url-browser-function): Add :version. | |
5549 | |
5550 * international/mule.el (auto-coding-alist): Add .tgz. | |
5551 | |
5552 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
5553 | |
5554 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5555 Make the magnification parameter for the -dos encoder be 2. | |
5556 | |
5557 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
5558 | |
5559 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
5560 it is dropped, rather than current window. | |
5561 | |
5562 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
5563 after switching buffer, as case-fold-search is a buffer local | |
5564 variable. | |
5565 | |
5566 * w32-fns.el (convert-standard-filename): Only convert directory | |
5567 separators to backslash if the interactive shell is one of the | |
5568 standard Windows shells that has DOS semantics. | |
5569 | |
5570 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
5571 format-time-string, and return a suitable string to indicate the | |
5572 timestamp was invalid. | |
5573 | |
5574 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
5575 expanding hexl-program in case exec-directory contains a space. | |
5576 (dehexlify-command): Ditto. | |
5577 | |
5578 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
5579 file extension regexps which aren't necessarily binary files. | |
5580 (direct-print-region-helper): Use subst-char-in-string instead of | |
5581 binding directory-sep-char to convert filenames to DOS syntax. | |
5582 (direct-print-region-use-command-dot-com): New variable. | |
5583 (direct-print-region-helper): Use it to control whether to invoked | |
5584 command.com to print on Windows 9x. | |
5585 | |
5586 * browse-url.el (browse-url-browser-function): Default to | |
5587 browse-url-default-windows-browser on windows-nt. | |
5588 (browse-url-default-windows-browser): New function. | |
5589 | |
5590 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
5591 | |
5592 * forms.el (forms-mode): Don't call forms-first-record or | |
5593 forms-last-record if the data file has zero records. | |
5594 | |
5595 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
5596 | |
5597 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
5598 after find-file-not-found-hooks runs, recompute the truename. | |
5599 And don't use FILENAME after that point. | |
5600 | |
5601 1999-04-27 Dave Love <fx@gnu.org> | |
5602 | |
5603 * paren.el (show-paren-mode) | |
5604 * which-func.el (which-func-mode-global) | |
5605 * type-break.el (type-break-mode) | |
5606 * time.el (display-time-mode) | |
5607 * rsz-mini.el (resize-minibuffer-mode) | |
5608 * mouse-sel.el (mouse-sel-mode) | |
5609 * icomplete.el (icomplete-mode) | |
5610 * hscroll.el (hscroll-global-mode) | |
5611 * help.el (temp-buffer-resize-mode) | |
5612 * font-lock.el (global-font-lock-mode) | |
5613 * delsel.el (delete-selection-mode) | |
5614 * avoid.el (mouse-avoidance-mode) | |
5615 * autoinsert.el (auto-insert-mode) | |
5616 * winner.el (winner-mode): Doc fix. | |
5617 | |
5618 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
5619 | |
5620 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
5621 the same whitespace that was ignored in choosing the subject string. | |
5622 | |
5623 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
5624 | |
5625 * info.el (Info-find-node): Position properly after finding anchor. | |
5626 | |
5627 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
5628 | |
5629 * simple.el (indent-new-comment-line): Fix previous change. | |
5630 | |
5631 * complete.el: Delete the wildcard expansion feature | |
5632 since that is now standard in find-file. | |
5633 (PC-try-load-many-files): Function deleted. | |
5634 (PC-after-load-many-files): Function deleted. | |
5635 (PC-many-files-list): Variable deleted. | |
5636 (PC-disable-wildcards): Variable deleted. | |
5637 (partial-completion-mode): Don't enable the wildcard feature. | |
5638 | |
5639 * complete.el (PC-look-for-include-file): Don't set global variables | |
5640 `error', `buf' and `filename' here. | |
5641 | |
5642 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
5643 | |
5644 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
5645 | |
5646 * textmodes/outline.el (outline-regexp): Doc fix. | |
5647 | |
5648 1999-04-26 John Wiegley <johnw@borland.com> | |
5649 | |
5650 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
5651 C++Builder 4.0 error message syntax. | |
5652 | |
5653 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
5654 | |
5655 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
5656 supported, use find -exec. | |
5657 | |
5658 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5659 | |
5660 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
5661 coding-system-for-write, to avoid hanging when non-interactive. | |
5662 | |
5663 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5664 | |
5665 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
5666 start with a newline. | |
5667 | |
5668 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
5669 | |
5670 * international/mule-conf.el (x-ctext): New coding system. | |
5671 | |
5672 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
5673 | |
5674 * international/mule-cmds.el (input-method-function): | |
5675 Add permanent-local property. | |
5676 | |
5677 1999-04-12 Dave Love <fx@gnu.org> | |
5678 | |
5679 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
5680 change to use jka-compr-byte-compiler-base-file-name. | |
5681 | |
5682 * supercite.el (sc-scan-info-alist): Revert last change. | |
5683 (sc-attrib-selection-list): Fix :type here instead. | |
5684 | |
5685 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
5686 | |
5687 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
5688 in the list of case-insensitive filesystems. | |
5689 | |
5690 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
5691 | |
5692 * international/fontset.el (create-fontset-from-fontset-spec): | |
5693 Don't register duplicated alias fontset names. | |
5694 | |
5695 1999-04-08 Richard Stallman <rms@gnu.org> | |
5696 | |
5697 * international/mule.el (auto-coding-alist-lookup): New function. | |
5698 (set-auto-coding): Use auto-coding-alist-lookup. | |
5699 | |
5700 * jka-compr.el (jka-compr-insert-file-contents): | |
5701 Use auto-coding-alist-lookup to check for files that | |
5702 should not have eol conversion, in the unibyte case. | |
5703 | |
5704 1999-04-07 Dave Love <fx@gnu.org> | |
5705 | |
5706 * help.el (describe-variable): Check custom-loads property as well | |
5707 as custom-type. | |
5708 | |
5709 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
5710 | |
5711 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5712 | |
5713 * vc.el (vc-backend-revert): For CVS files that were made | |
5714 writeable with "cvs edit", call "cvs unedit" to undo that. | |
5715 | |
5716 1999-04-08 Dave Love <fx@gnu.org> | |
5717 | |
5718 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
5719 more. | |
5720 (sc-emacs-features): Recognize Emacs 20. | |
5721 (sc-read-string): Use history arg. | |
5722 (sc-scan-info-alist): Check for rtnvalue a cons. | |
5723 | |
5724 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
5725 | |
5726 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
5727 coding system to encode the message by | |
5728 select-message-coding-system. | |
5729 | |
5730 1999-04-07 Richard Stallman <rms@gnu.org> | |
5731 | |
5732 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
5733 | |
5734 * winner.el: Reorder definitions. | |
5735 | |
5736 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
5737 | |
5738 * mail/rmail.el (rmail-decode-babyl-format): | |
5739 Undo previous change. | |
5740 | |
5741 1999-04-06 Richard Stallman <rms@gnu.org> | |
5742 | |
5743 * info.el (Info-find-node): Check for an anchor at the | |
5744 proper place, before reading an indirect file. | |
5745 | |
5746 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
5747 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5748 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 5749 Use raw-text-unix when we want no conversion. |
5750 | |
5751 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
5752 | |
5753 * timezone.el (timezone-parse-date): Corrected regexp for | |
5754 style (5) date format so that tenths of seconds are optional. | |
5755 | |
5756 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
5757 | |
5758 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
5759 of dos-codepage-setup. | |
5760 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
5761 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
|
5762 systems. |
25837 | 5763 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
5764 | |
5765 1999-04-05 Richard Stallman <rms@gnu.org> | |
5766 | |
5767 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
5768 | |
5769 1999-04-02 Richard Stallman <rms@gnu.org> | |
5770 | |
5771 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
5772 if (car status) doesn't end in a newline. | |
5773 | |
5774 1999-04-01 Dave Love <fx@gnu.org> | |
5775 | |
5776 * progmodes/sql.el (SQL): Add defgroup :version. | |
5777 | |
5778 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
5779 | |
5780 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
5781 buffer-file-coding-system. If the coding system used is raw-text, | |
5782 etc., make the *Compiler Input* buffer unibyte. | |
5783 | |
5784 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
5785 | |
5786 * loadup.el: Don't write the fns-...el file if not dumping. | |
5787 | |
5788 1999-03-31 Dave Love <fx@gnu.org> | |
5789 | |
5790 * snmp-mode.el (snmp): Fix defgroup :version. | |
5791 | |
5792 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
5793 | |
5794 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
5795 | |
5796 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
5797 the gnus-save-hidden-threads macro. | |
5798 | |
5799 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
5800 | |
5801 * faces.el (face-set-after-frame-default): Obey the | |
5802 `customized-face' for new faces. | |
5803 | |
5804 1999-03-30 Dave Love <fx@gnu.org> | |
5805 | |
5806 * international/mule-cmds.el (current-language-environment): Doc fix. | |
5807 * abbrev.el (abbrev-mode): Doc fix. | |
5808 * autoinsert.el (auto-insert-mode): Doc fix. | |
5809 * complete.el (partial-completion-mode): Doc fix. | |
5810 * avoid.el (mouse-avoidance-mode): Doc fix. | |
5811 * delsel.el (delete-selection-mode): Doc fix. | |
5812 * font-lock.el (global-font-lock-mode): Doc fix. | |
5813 * help.el (temp-buffer-resize-mode): Doc fix. | |
5814 * hscroll.el (hscroll-global-mode): Doc fix. | |
5815 * icomplete.el (icomplete-mode): Doc fix. | |
5816 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
5817 * paren.el (show-paren-mode): Doc fix. | |
5818 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
5819 * time.el (display-time-mode): Doc fix. | |
5820 * type-break.el (type-break-mode): Doc fix. | |
5821 * which-func.el (which-func-mode-global): Doc fix. | |
5822 * winner.el (winner-mode): Doc fix. | |
5823 | |
5824 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
5825 | |
5826 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
5827 than an ordinary error. | |
5828 | |
5829 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
5830 | |
5831 * repeat.el: Don't require advice. | |
5832 (repeat): Do function-indirection in check for kbd macro. | |
5833 In self-insert case, use the *last* char in INSERTION. | |
5834 | |
5835 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
5836 | |
5837 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
5838 | |
5839 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
5840 | |
5841 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
5842 comint-input-filter-functions. Make variables related to shell | |
5843 directory tracking local. | |
5844 | |
5845 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
5846 | |
5847 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
5848 | |
5849 * simple.el (shell-command-on-region): Cope with exit-status being | |
5850 nil, which happens if call-process-region was interrupted. | |
5851 | |
5852 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
5853 | |
5854 * simple.el (indent-new-comment-line): Handle use at a point | |
5855 after a comment-end. Handle multiple comments. | |
5856 | |
5857 * mail/rmail.el (rmail-decode-babyl-format): | |
5858 To prevent locking, bind buffer-file-name to nil. | |
5859 | |
5860 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
5861 | |
5862 * mail-hist.el (mail-hist-current-header-name): Don't make | |
5863 off-by-one-error when determining if in message body. | |
5864 | |
5865 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
5866 | |
5867 * w32-fns.el (set-default-process-coding-system): Copied from | |
5868 dos-w32.el, but modified to use Unix line endings for process | |
5869 input, and to add a suitable entry to process-coding-system-alist | |
5870 for DOS shells. | |
5871 | |
5872 * dos-fns.el (set-default-process-coding-system): Copied from | |
5873 dos-w32.el. | |
5874 | |
5875 * dos-w32.el (set-default-process-coding-system): Move function to | |
5876 dos-fns.el; a different version is used in w32-fns.el. | |
5877 | |
5878 1999-03-24 Dave Love <fx@gnu.org> | |
5879 | |
5880 * info.el (Info-directory-list): Revert change to re-writing | |
5881 Info-default-directory-list, but put `alternative' first. | |
5882 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
5883 | |
5884 1999-03-23 Simon Marshall <simon@gnu.org> | |
5885 | |
5886 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
5887 on the line by itself. | |
5888 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
5889 it is not in a declarative context. | |
5890 | |
5891 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
5892 | |
5893 * cus-edit.el (custom-variable-prompt): Allow customization of | |
5894 autoloaded symbols. | |
5895 | |
5896 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
5897 | |
5898 * simple.el (what-cursor-position): Don't cause error when point | |
5899 is at invalid multibyte sequence. | |
5900 | |
5901 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
5902 | |
5903 * complete.el (partial-completion-mode): Doc fix. | |
5904 | |
5905 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
5906 | |
5907 * progmodes/cplus-md.el (old-c++): Remove :group. | |
5908 | |
5909 * progmodes/c-mode.el (old-c): Remove :group. | |
5910 | |
5911 1999-03-18 Simon Marshall <simon@gnu.org> | |
5912 | |
5913 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
5914 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
5915 | |
5916 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
5917 | |
5918 * w32-fns.el (set-w32-system-coding-system) New function. | |
5919 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
5920 | |
5921 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
5922 | |
5923 * international/mule-cmds.el (set-language-environment): Fix | |
5924 previous change: don't use dos-codepage when unbound. | |
5925 | |
5926 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
5927 | |
5928 * calendar/appt.el (appt-make-list): Fix previous change. | |
5929 | |
5930 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
5931 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5932 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 5933 Don't try to redisplay with the cursor at the end |
5934 on its own line--that would force a scroll and spoil things. | |
5935 | |
5936 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
5937 | |
5938 * international/mule-cmds.el (set-language-environment): Don't use | |
5939 cpNNN-nonascii-translation-table if it is unbound. | |
5940 | |
5941 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
5942 syntax table and bind unibyte-display-via-language-environment | |
5943 here, rather than at top level, so that resetting to unibyte in | |
5944 .emacs works as expected. | |
5945 | |
5946 1999-03-15 Simon Marshall <simon@gnu.org> | |
5947 | |
5948 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
5949 | |
5950 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
5951 | |
5952 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
5953 | |
5954 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
5955 | |
5956 * international/mule-util.el (detect-coding-with-priority): | |
5957 Restore the internal database. | |
5958 | |
5959 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
5960 | |
5961 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
5962 if mail-from-style has invalid value. | |
5963 | |
5964 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
5965 | |
5966 * vc.el (vc-delete-logbuf-window): New var. | |
5967 (vc-finish-logentry): Use it. | |
5968 | |
5969 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
5970 | |
5971 * startup.el (command-line-1): Improve startup msg. | |
5972 | |
5973 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
5974 | |
5975 * speedbar.el: Added commentary about stealthy functions. | |
5976 (speedbar-message) new function. | |
5977 (speedbar-y-or-n-p): New function | |
5978 (speedbar-with-attached-buffer) Moved macro before reference. | |
5979 Now uses `save-selected-window'. | |
5980 (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
|
5981 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 5982 speedbar-item-delete, speedbar-insert-generic-list, |
5983 speedbar-timer-fn, speedbar-check-vc-this-line, | |
5984 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
5985 speedbar-buffers-item-info) Use speedbar-message. | |
5986 (speedbar-item-info) Limit `message-log-max'. | |
5987 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
5988 speedbar-item-delete, speedbar-item-object-delete, | |
5989 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
5990 | |
5991 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
5992 | |
5993 * server.el (server-start): Set coding system for the server | |
5994 process to raw-text. | |
5995 (server-process-filter): Decode file names if necessary. | |
5996 | |
5997 1999-03-12 Dave Love <fx@gnu.org> | |
5998 | |
5999 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
6000 | |
6001 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
6002 | |
6003 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
6004 | |
6005 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
6006 | |
6007 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
6008 | |
6009 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
6010 (ispell-dictionary-alist-2): Likewise. | |
6011 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
6012 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
6013 (ispell-dictionary-alist): Build from six pieces, not just two. | |
6014 | |
6015 * ps-bdf.el (bdf-directory-list): Doc fix. | |
6016 | |
6017 * enriched.el (enriched-mode): Make var permanent-local. | |
6018 | |
6019 1999-03-09 Dave Love <fx@gnu.org> | |
6020 | |
6021 * textmodes/sgml-mode.el (html-mode): Use | |
6022 sentence-end-double-space when setting sentence-end. | |
6023 | |
6024 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
6025 | |
6026 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
6027 | |
6028 1999-03-08 Felix Lee <flee@cygnus.com> | |
6029 | |
6030 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
6031 | |
6032 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
6033 | |
6034 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
6035 | |
6036 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
6037 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
6038 | |
6039 * dired.el (dired-do-copy-regexp): Doc fix. | |
6040 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
6041 | |
6042 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
6043 | |
6044 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
6045 | |
6046 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
6047 | |
6048 * international/codepage.el (cp1250-decode-table) | |
6049 (cp1251-decode-table, cp1253-decode-table) | |
6050 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
6051 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
6052 | |
6053 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
6054 | |
6055 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
6056 | |
6057 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
6058 | |
6059 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
6060 | |
6061 * term/internal.el (top level): Display character 255 as 8bit as well. | |
6062 | |
6063 1999-03-06 Dave Love <fx@gnu.org> | |
6064 | |
6065 * progmodes/cc-cmds.el (c-outline-level): Bind | |
6066 buffer-invisibility-spec. | |
6067 | |
6068 * progmodes/c-mode.el (c-outline-level): Likewise. | |
6069 | |
6070 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
6071 | |
6072 1999-03-05 Felix Lee <flee@cygnus.com> | |
6073 | |
6074 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
6075 | |
6076 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
6077 | |
6078 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
6079 | |
6080 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
6081 | |
6082 * w32-fns.el (convert-standard-filename): Convert directory | |
6083 separators to Windows format. | |
6084 | |
6085 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
6086 | |
6087 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
6088 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
6089 (batch-skkdic-convert): Doc fix. | |
6090 | |
6091 1999-03-04 Dave Love <fx@gnu.org> | |
6092 | |
6093 * custom.el (custom-set-variables): Protect against setter errors. | |
6094 | |
6095 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
6096 | |
6097 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
6098 the file sizes from overflowing. | |
6099 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
6100 Under -s, print the size in blocks with %4.0f, in case they have | |
6101 a *really* huge file. | |
6102 | |
6103 1999-03-03 Dave Love <fx@gnu.org> | |
6104 | |
6105 * options.el (edit-options): Doc fix. | |
6106 (list-options): Don't lose with unbound symbols. Maintain | |
6107 Edit-options-mode. | |
6108 | |
6109 1999-03-01 Dave Love <fx@gnu.org> | |
6110 | |
6111 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
6112 | |
6113 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
6114 | |
6115 * ispell.el (ispell-dictionary-alist-override): New variable. | |
6116 (ispell-dictionary-alist): Don't setq it, | |
6117 if ispell-dictionary-alist-override is set. | |
6118 | |
6119 * simple.el (shell-command-default-error-buffer): Renamed from | |
6120 shell-command-on-region-default-error-buffer. | |
6121 (shell-command-on-region): Mention in echo area when there | |
6122 is some error output. Mention success or failure, too. | |
6123 Accumulate multiple error outputs | |
6124 going forward, with formfeed in between. Display the error buffer | |
6125 when we have put something in it. | |
6126 (shell-command): Add the ERROR-BUFFER argument feature. | |
6127 | |
6128 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
6129 | |
6130 * mail/mh-utils.el (mh-lib): Doc fix. | |
6131 (mh-lib-progs, mh-nmh-p): New vars. | |
6132 (mh-find-progs): Set mh-lib-progs along with other vars. | |
6133 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
6134 of mh-file-command-p. | |
6135 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
6136 | |
6137 * mail/mh-comp.el (mh-repl-formfile): New var. | |
6138 (mh-smail-batch): Don't ignore all arguments. | |
6139 (mh-reply): Do the right thing when using nmh. | |
6140 | |
6141 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
6142 | |
6143 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
6144 to show a buffer being decoded. | |
6145 | |
6146 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
6147 | |
6148 * ps-bdf.el (bdf-directory-list): Initialize it to | |
6149 '("/usr/local/share/emacs/fonts/bdf"). | |
6150 | |
6151 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6152 | |
6153 * ps-print.el: PostScript programming fix. | |
6154 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
6155 setpagedevice operator). | |
6156 | |
6157 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6158 | |
6159 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
6160 sizes. | |
6161 (ps-print-version): New version number (4.1.4). | |
6162 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
6163 Specifies landscape and portrait sizes. | |
6164 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
6165 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
6166 fix. | |
6167 (ps-get-font-size): New fun. | |
6168 (ps-font-size-internal, ps-header-font-size-internal) | |
6169 (ps-header-title-font-size-internal): New vars. | |
6170 | |
6171 * ps-mule.el: Change of ps-print font size variable name. | |
6172 (ps-mule-generate-font): Fun fix. | |
6173 (ps-mule-begin-job): Programming uniformization. | |
6174 | |
6175 1999-02-25 Dave Love <fx@gnu.org> | |
6176 | |
6177 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
6178 (help-make-xrefs): Do Info case first. | |
6179 | |
6180 * repeat.el: Don't require advice. | |
6181 (repeat-last-kill-command): Variable deleted. | |
6182 | |
6183 1999-02-25 Richard Stallman <rms@gnu.org> | |
6184 | |
6185 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
6186 case just because the current buffer is the output buffer. | |
6187 | |
6188 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
6189 | |
6190 * simple.el (what-cursor-position): To show the character's | |
6191 encoding, use encoded-string-description instead of information | |
6192 of chaset-origin-alist. | |
6193 | |
6194 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
6195 (encoded-code-description): New function. | |
6196 (encoded-string-description): New function. | |
6197 (encode-coding-char): New function. | |
6198 | |
6199 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
6200 | |
6201 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
6202 checking for .emacs[.el[c]]. | |
6203 | |
6204 1999-02-24 Richard Stallman <rms@gnu.org> | |
6205 | |
6206 * help.el (describe-function-1): Don't print a whole lambda-function. | |
6207 | |
6208 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
6209 | |
6210 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
6211 inputting ?\240. | |
6212 | |
6213 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
6214 | |
6215 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
6216 | |
6217 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
6218 (clean-buffer-list-kill-buffer-names): Doc fix. | |
6219 | |
6220 * gud.el (gud-jdb-massage-args): Spelling fix. | |
6221 | |
6222 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
6223 | |
6224 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
6225 | |
6226 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
6227 | |
6228 * 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
|
6229 excursion while calling set-auto-coding-function. |
25837 | 6230 |
6231 * play/handwrite.el (handwrite): Require ps-print, and use | |
6232 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
6233 if it's defined, instead of forking ps-lpr-command unconditionally. | |
6234 | |
6235 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
6236 | |
6237 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
6238 charset-origin-alist property to a coding system for the codepage. | |
6239 | |
6240 * international/mule.el: Modify comment for charset-origin-alist | |
6241 property of a coding system. | |
6242 | |
6243 * simple.el (what-cursor-position): charset-origin-alist property | |
6244 of a coding system may be a translation table or a symbol of which | |
6245 `translation-table' property is a translation table. | |
6246 | |
6247 1999-02-21 Richard Stallman <rms@gnu.org> | |
6248 | |
6249 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
6250 to the "html" template. | |
6251 | |
6252 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
6253 | |
6254 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
6255 | |
6256 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
6257 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6258 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 6259 instead of the buffer. |
6260 | |
6261 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
6262 | |
6263 * sql.el: Set version to 1.4.1. Changed mail address to | |
6264 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
6265 (sql-input-ring-separator): Doc fix. | |
6266 (sql-mode-syntax-table): double-dash starts comments is defined as | |
6267 ". 56" instead of ". 12b" for XEmacs. | |
6268 (sql-stop, sql-interactive-mode): Doc fixes. | |
6269 (sql-postgres): Queries for database and server, not just one. | |
6270 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
6271 | |
6272 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
6273 changed. This is needed for master.el to work. | |
6274 (sql-set-sqli-buffer): Use the new hook. | |
6275 | |
6276 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
6277 sql-alternate-buffer-name. | |
6278 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
6279 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
6280 (sql-rename-buffer): New command. | |
6281 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
6282 | |
6283 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
6284 and sql-input-ring-file-name are used to temporarily set | |
6285 comint-input-ring-file-name and comint-input-ring-separator when | |
6286 reading and writing input history files. | |
6287 | |
6288 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
6289 (sql-input-ring-file-name): New variable with customization. | |
6290 (sql-input-ring-separator): New variable with customization. | |
6291 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
6292 Callers changed. | |
6293 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
6294 now includes the name of the current buffer. | |
6295 | |
6296 (sql-mode): Set paragraph-separate and paragraph-start so that | |
6297 sql-send-paragraph sends the entire SQL statements, even if it | |
6298 contains indented lines. | |
6299 | |
6300 1999-02-18 Dave Love <fx@gnu.org> | |
6301 | |
6302 * format.el (format-encode-run-method, format-decode-run-method): | |
6303 Fix previous change. | |
6304 | |
6305 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
6306 | |
6307 * international/mule.el (coding-system-list): Moved here from | |
6308 mule-util.el to avoid autoloading mule-util by the call of | |
6309 select-safe-coding-system. | |
6310 | |
6311 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6312 | |
6313 * simple.el (turn-on-auto-fill): Mark it as an option for | |
6314 `text-mode-hook'. | |
6315 | |
6316 1999-02-17 Richard Stallman <rms@gnu.org> | |
6317 | |
6318 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6319 Don't crash if (current-local-map) is nil. | |
6320 | |
6321 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
6322 | |
6323 * filecache.el (file-cache-filter-regexps): Added .class. | |
6324 | |
6325 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
6326 | |
6327 * international/mule-util.el (decompose-region): Use | |
6328 insert-buffer-substring instead of insert-buffer to avoid putting | |
6329 mark. | |
6330 | |
6331 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
6332 | |
6333 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
6334 displayed-month and displayed-year here, let generate-calendar do | |
6335 it, after range checking. | |
6336 | |
6337 1999-02-17 Simon Marshall <simon@gnu.org> | |
6338 | |
6339 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
6340 | |
6341 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
6342 correctly between an object declared via a constructor and a method. | |
6343 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
6344 (java-font-lock-keywords-1): Fontify package names individually. | |
6345 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
6346 (java-font-lock-keywords-2): Simplify type fontification. | |
6347 (java-font-lock-keywords-3): Likewise. | |
6348 | |
6349 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
6350 | |
6351 * language/japanese.el (iso-2022-jp-2): New coding system. | |
6352 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
6353 | |
6354 1999-02-16 Dave Love <fx@gnu.org> | |
6355 | |
6356 * help.el (describe-function-1): Accept non-symbols. | |
6357 | |
6358 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
6359 | |
6360 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
6361 find the last match if there are multiple matches. | |
6362 | |
6363 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6364 | |
6365 * tex-mode.el (tex-run-command, latex-run-command) | |
6366 (slitex-run-command, tex-command): Doc changes. | |
6367 (tex-start-options-string): Autoload it. Doc change. Provide | |
6368 a menu for customization. Allow nil. Quote backslashes only once. | |
6369 (tex-start-tex): Handle nil value of tex-start-options-string | |
6370 and apply shell-quote-argument to it. | |
6371 | |
6372 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
6373 | |
6374 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
6375 the size in blocks, since it can be a float. | |
6376 (ls-lisp-format): Likewise | |
6377 | |
6378 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
6379 | |
6380 * language/japanese.el (japanese-shift-jis): Add | |
6381 charset-origin-alist property. | |
6382 | |
6383 1999-02-15 Richard Stallman <rms@gnu.org> | |
6384 | |
6385 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
6386 | |
6387 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
6388 | |
6389 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
6390 | |
6391 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
6392 | |
6393 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
6394 Summary-line in its header, get past one more line before looking | |
6395 for the X-Coding-System header. | |
6396 | |
6397 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
6398 | |
6399 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
6400 explicitly to accomodate Windows 9X lack of a useful copy program. | |
6401 | |
6402 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
6403 | |
6404 * wid-edit.el (widget-choice-value-create): Use `equal' | |
6405 instead of `eq'. | |
6406 | |
6407 1999-02-14 Richard Stallman <rms@gnu.org> | |
6408 | |
6409 * international/iso-transl.el: | |
6410 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
6411 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
6412 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
6413 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
6414 (iso-transl-char-map): Related changes. | |
6415 | |
6416 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
6417 | |
6418 1999-02-13 Richard Stallman <rms@gnu.org> | |
6419 | |
6420 * textmodes/texinfmt.el (texinfo-alias): New function. | |
6421 (texinfo-fold-nodename-case): Add defvar. | |
6422 (texinfo-format-node): Do case folding if specified. | |
6423 | |
6424 * ffap.el (ffap-file-at-point): Test local file names | |
6425 immediately. Strip off line numbers. | |
6426 | |
6427 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
6428 | |
6429 * sql.el: Set version to 1.3.2 | |
6430 (sql-solid-program): Added support for solid. | |
6431 (sql-help): Doc mentions sql-solid. | |
6432 (sql-solid): Entry function for Solid. | |
6433 (sql-buffer): Doc explains the use of the variable and how to | |
6434 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6435 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 6436 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
6437 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
6438 is new. | |
6439 (sql-show-sqli-buffer): New function to display the value of | |
6440 sql-buffer. | |
6441 (sql-change-sqli-buffer): New function to change sql-buffer. | |
6442 (sql-mode): Doc explains how to change sql-buffer. | |
6443 (sql-send-paragraph): New function to send a paragraph. | |
6444 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
6445 (sql-mysql): Doc corrected. | |
6446 (sql-ms): Doc corrected. | |
6447 | |
6448 * sql.el (sql-server): Doc fix. | |
6449 (sql-mysql): Added the use of sql-server to specify the host, | |
6450 sql-database now specifies database instead of host. | |
6451 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
6452 is non-nil. | |
6453 (sql-help): Changed tag of entry functions a bit. | |
6454 | |
6455 * sql.el: Added keywords from `finder-by-keyword'. | |
6456 (sql-mode): Made sql-buffer a local variable, changed the | |
6457 documentation: removed instructions to add *.sql files to | |
6458 auto-mode-alist, added documentation for having mutliple SQL | |
6459 buffers sending their stuff to different SQLi buffers, each | |
6460 running a different process. | |
6461 (sql-postgres): Quoted *SQL* in doc string. | |
6462 (sql-ms): Likewise. | |
6463 (sql-ingres): Likewise. | |
6464 (sql-ingres): Quoted *SQL* in doc string, added references to | |
6465 sql-user and sql-password used during login. | |
6466 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
6467 (sql-oracle): Likewise. | |
6468 (sql-interactive-mode): Added extensive documentation for having | |
6469 mutliple SQL buffers sending their stuff to different SQLi | |
6470 buffers, each running a different process. | |
6471 (sql-buffer): Changed doc from *SQL* to SQLi. | |
6472 (sql-get-login): Doc fix. | |
6473 | |
6474 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6475 | |
6476 * international/mule-conf.el (undecided): Set ascii in | |
6477 safe-charsets property. | |
6478 | |
6479 1999-02-12 Richard Stallman <rms@gnu.org> | |
6480 | |
6481 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
6482 | |
6483 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6484 | |
6485 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
6486 value to ps-mule-font-info-database-latin. | |
6487 | |
6488 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
6489 | |
6490 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
6491 (ps-mule-font-info-database-default): New variable. | |
6492 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
6493 ps-mule-font-info-database-default. | |
6494 | |
6495 1999-02-12 Dave Love <fx@gnu.org> | |
6496 | |
6497 * timezone.el (timezone-make-date-sortable) | |
6498 (timezone-make-date-arpa-standard): Doc fix. | |
6499 | |
6500 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6501 | |
6502 * international/quail.el (quail-show-kbd-layout): Bind | |
6503 blink-matching-paren to nil. | |
6504 | |
6505 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
6506 for ASCII and Latin-1. | |
6507 | |
6508 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
6509 | |
6510 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
6511 | |
6512 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
6513 | |
6514 * international/mule-cmds.el (language-info-alist): Remove | |
6515 description about charset-origin-alist. | |
6516 | |
6517 * international/mule.el: Comment added for a new coding system | |
6518 property `charset-origin-alit'. | |
6519 (make-translation-table): This variable deleted. | |
6520 | |
6521 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
6522 property. | |
6523 ("Chinese-CNS"): Remove charset-origin-alist property. | |
6524 | |
6525 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
6526 property. | |
6527 (cyrillic-alternativnyj): Likewise. | |
6528 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
6529 ("Cyrillic-ALT"): Likewise. | |
6530 | |
6531 * language/vietnamese.el (vietnamese-viqr): Add | |
6532 charset-origin-alist property. | |
6533 ("Vietnamese"): Remove charset-origin-alist property. | |
6534 | |
6535 * simple.el (what-cursor-position): Don't use the varialbe | |
6536 charset-origin-alist, but use charset-origin-alist property of | |
6537 buffer-file-coding-system to decide external character set code. | |
6538 | |
6539 1999-02-10 Richard Stallman <rms@gnu.org> | |
6540 | |
6541 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
6542 | |
6543 1999-02-09 Richard Stallman <rms@gnu.org> | |
6544 | |
6545 * progmodes/compile.el (compile-auto-highlight): Customize. | |
6546 | |
6547 * add-log.el (add-log-file-name-function): New variable. | |
6548 (add-change-log-entry): Call that function, if non-nil. | |
6549 | |
6550 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
6551 | |
6552 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
6553 | |
6554 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6555 | |
6556 * progmodes/compile.el (compilation-setup): Set value of | |
6557 compilation-directory-stack as in compilation-forget-errors. | |
6558 (compile-reinitialize-errors): Bind buffer-undo-list and | |
6559 deactivate-mark. | |
6560 (compilation-forget-errors): Likewise. | |
6561 | |
6562 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
6563 | |
6564 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
6565 def... constructs. | |
6566 | |
6567 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
6568 Remove calls to sleep-for. | |
6569 | |
6570 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
6571 | |
6572 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
6573 MS-DOS, use dos-unsupported-char-glyph for characters not | |
6574 supported by the codepage. | |
6575 (cp-make-coding-systems-for-codepage): Likewise. | |
6576 | |
6577 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
6578 | |
6579 * international/mule-util.el (coding-system-list): Don't sort | |
6580 coding-system-list here. | |
6581 | |
6582 * international/mule.el (coding-system-lessp): Moved here from | |
6583 mule-util.el | |
6584 (add-to-coding-system-list): New function. | |
6585 (make-subsidiary-coding-system, make-coding-system, | |
6586 define-coding-system-alias): Use it instead of setting | |
6587 coding-system-list directly. | |
6588 | |
6589 1999-02-07 Dave Love <fx@gnu.org> | |
6590 | |
6591 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
6592 onto message. | |
6593 | |
6594 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6595 | |
6596 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
6597 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
6598 | |
6599 1999-02-06 Richard Stallman <rms@gnu.org> | |
6600 | |
6601 * language/european.el (setup-slovenian-environment): New function. | |
6602 ("Slovenian"): New language environment. | |
6603 | |
6604 * progmodes/sql.el (sql-help): Doc fix. | |
6605 (sql-mysql): Doc fix. | |
6606 | |
6607 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6608 | |
6609 * tex-mode.el: When compiling, require compare-w and skeleton | |
6610 to pacify the byte-compiler. Move the def's of the tex-commands | |
6611 together. Add a comment on kill-process vs. quit-process. | |
6612 | |
6613 1999-02-05 Dave Love <fx@gnu.org> | |
6614 | |
6615 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
6616 null markers. | |
6617 (compile-goto-error): Likewise. | |
6618 | |
6619 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
6620 | |
6621 * time-stamp.el (time-stamp-format): Format doc tighter. | |
6622 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6623 (time-stamp): Don't re-write the time stamp if it didn't change. |
25837 | 6624 |
6625 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
6626 | |
6627 * progmodes/sql.el: Changed version to 1.2.1. | |
6628 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
6629 (sql-mysql-program): Added MySQL support. | |
6630 (sql-prompt-length): Made prompt-length configurable. | |
6631 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
6632 (sql-help): Added MySQL support, changed documentation. | |
6633 (sql-send-region): A message is displayed if something is sent. | |
6634 (sql-mode): Added buffer-local comment-start. | |
6635 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
6636 (sql-interactive-mode): Added buffer-local comment-start. | |
6637 (sql-oracle): Set sql-prompt-length. | |
6638 (sql-sybase): Set sql-prompt-length. | |
6639 (sql-mysql): Added MySQL support. | |
6640 (sql-ingres): Set sql-prompt-length. | |
6641 (sql-ms): Set sql-prompt-length. | |
6642 (sql-postgres): Set sql-prompt-length. | |
6643 | |
6644 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
6645 | |
6646 * term/internal.el (dos-codepage-setup): Set selection coding | |
6647 system to cpNNN-dos. | |
6648 | |
6649 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6650 | |
6651 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
6652 | |
6653 1999-02-02 Dave Love <fx@gnu.org> | |
6654 | |
6655 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
6656 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
6657 | |
6658 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
6659 | |
6660 * terminal.el (terminal-emulator): Doc fix. | |
6661 | |
6662 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
6663 | |
6664 * international/mule-util.el (compose-chars): Doc-string | |
6665 modified. Correctly handle a composition character in ARGS. | |
6666 | |
6667 1999-02-01 Richard Stallman <rms@gnu.org> | |
6668 | |
6669 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
6670 (makefile-menu-index-function): Function deleted. | |
6671 (makefile-mode): Use makefile-imenu-generic-expression. | |
6672 | |
6673 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
6674 | |
6675 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
6676 change, invoke from before-init-hook. | |
6677 | |
6678 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6679 | |
6680 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
6681 buffer-invisibility-spec is t. | |
6682 | |
6683 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
6684 | |
6685 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
6686 appt-add and appt-delete. | |
6687 | |
6688 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
6689 | |
6690 * term/pc-win.el (msdos-approximate-color): New function. | |
6691 (msdos-color-translate): Call it to find a DOS color that best | |
6692 approximates an X-style "#NNNNNN" color specification. | |
6693 | |
6694 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
6695 | |
6696 * international/mule-util.el (compose-chars-component): Add | |
6697 autoload cookie. | |
6698 | |
6699 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
6700 | |
6701 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
6702 function, replace cdr of MAP by the return value of the function | |
6703 unconditionally. | |
6704 | |
6705 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6706 | |
6707 * progmodes/compile.el (compilation-next-error-locus): Don't | |
6708 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
6709 | |
6710 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
6711 | |
6712 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
6713 and NLs before "charset", and allow the charset name be in double | |
6714 quotes. | |
6715 | |
6716 1999-01-31 Richard Stallman <rms@gnu.org> | |
6717 | |
6718 * imenu.el (imenu-sort-function): Fix custom type. | |
6719 | |
6720 1999-01-30 Richard Stallman <rms@gnu.org> | |
6721 | |
6722 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
6723 (speedbar-line-token): Likewise. | |
6724 | |
6725 * play/gametree.el (gametree-default-score): Use defcustom. | |
6726 (gametree-score-regexp, gametree-score-closer): Likewise. | |
6727 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
6728 | |
6729 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6730 | |
6731 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
6732 decoding. | |
6733 | |
6734 1999-01-29 Markus Rost <rost@gnu.org> | |
6735 | |
6736 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
6737 tex-validate-buffer. | |
6738 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
6739 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
6740 now with recent occur-mode. | |
6741 (tex-validate-region): Really walk through all Sexps. | |
6742 (tex-region): Bind shell-dirtrack-verbose. | |
6743 (tex-file, tex-bibtex-file): Likewise. | |
6744 | |
6745 1999-01-29 Dave Love <fx@gnu.org> | |
6746 | |
6747 * finder.el: (finder-commentary): Fix interactive spec. Try | |
6748 appending .el to file name. | |
6749 (finder-find-library, finder-commentary): Doc fixes. | |
6750 | |
6751 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
6752 | |
6753 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
6754 where the userid contains directory separators. | |
6755 | |
6756 1999-01-29 Dave Love <fx@gnu.org> | |
6757 | |
6758 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
6759 (lm-commentary): Doc fix. | |
6760 | |
6761 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
6762 | |
6763 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
6764 wildcard match. Fix regexp that tests if dirpart contains | |
6765 wildcard characters. | |
6766 | |
6767 1999-01-28 Richard Stallman <rms@gnu.org> | |
6768 | |
6769 * font-lock.el (font-lock-default-unfontify-region): | |
6770 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
6771 | |
6772 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
6773 | |
6774 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
6775 from FAMILY field. | |
6776 (w32-create-initial-fontsets): Do not use before-init-hook. | |
6777 (mouse-set-font): Document. Automatically create and use fontsets. | |
6778 | |
6779 * dos-w32.el (direct-print-region-helper): Check for printer | |
6780 being t as well as a string. | |
6781 | |
6782 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
6783 | |
6784 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
6785 (rmail-mime-charset-pattern): New variable. | |
6786 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
6787 rmail-decode-mime-charset is non-nil. | |
6788 | |
6789 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
6790 | |
6791 * international/characters.el: Set category `q' for all characters | |
6792 in tibetan and tibetan-1-column. | |
6793 | |
6794 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
6795 | |
6796 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
6797 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
6798 | |
6799 1999-01-27 Dave Love <fx@gnu.org> | |
6800 | |
6801 * international/mule-cmds.el (current-language-environment): | |
6802 Provide :link, :type (choices) and appropriate :get. | |
6803 | |
6804 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
6805 | |
6806 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
6807 display end-of-line format in mode line. | |
6808 | |
6809 * cus-start.el (all): Add eol-mnemonic-* variables. | |
6810 | |
6811 1999-01-26 Dave Love <fx@gnu.org> | |
6812 | |
6813 * startup.el (command-line-1): Up-date copyright. | |
6814 | |
6815 * paths.el (Info-default-directory-list): Use configdir twice. | |
6816 | |
6817 * info.el (Info-directory-list): Don't set path-separator now | |
6818 we're not shipped with Texinfo. Simplify path definition. | |
6819 Substitute all occurrences of instdir in Info-default-directory-list. | |
6820 | |
6821 1999-01-25 Richard Stallman <rms@gnu.org> | |
6822 | |
6823 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
6824 Record the inode numbers of the dirs processed, to avoid loop. | |
6825 | |
6826 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6827 | |
6828 1999-01-25 Dave Love <fx@gnu.org> | |
6829 | |
6830 * browse-url.el (browse-url-netscape-program): Doc addition. | |
6831 | |
6832 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
6833 prefix. | |
6834 | |
6835 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
6836 auto-mode-alist. | |
6837 | |
6838 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6839 | |
6840 * calendar/diary-lib.el (mark-diary-entries): Use | |
6841 assoc-ignore-case and do not capitalize when matching month and | |
6842 day names. | |
6843 | |
6844 * calendar/calendar.el (calendar-read-date): Ditto. | |
6845 | |
6846 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
6847 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
6848 | |
6849 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
6850 | |
6851 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
6852 | |
6853 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
6854 (mark-islamic-diary-entries): Ditto. | |
6855 | |
6856 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
6857 | |
6858 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
6859 (calendar-read-mayan-tzolkin-date): Ditto. | |
6860 | |
6861 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
6862 | |
6863 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
6864 | |
6865 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
6866 | |
6867 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
6868 | |
6869 * faces.el (list-faces-display): Multiline case of previous fix. | |
6870 | |
6871 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
6872 | |
6873 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
6874 | |
6875 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
6876 | |
6877 * files.el (find-file): If find-file-noselect returns a list, | |
6878 do switch-to-buffer on each element. | |
6879 (find-file-other-window): Likewise for all but the first element. | |
6880 (find-file-other-frame): Same. | |
6881 (find-file-noselect): When we expand a wildcard, return a list | |
6882 of buffers. | |
6883 | |
6884 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
6885 | |
6886 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
6887 to set the appropriate cpNNN-dos coding system as the | |
6888 highest-priority coding system. | |
6889 | |
6890 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6891 | |
6892 * international/fontset.el (generate-fontset-menu): Return a | |
6893 sorted list by plain names of fontsets. | |
6894 | |
6895 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
6896 plain names. | |
6897 | |
6898 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
6899 FIRST is a composite character, decompose it at first. | |
6900 | |
6901 1999-01-23 Dave Love <fx@gnu.org> | |
6902 | |
6903 * format.el: Doc fixes. | |
6904 (format-encode-run-method): Have things happen in the right buffer. | |
6905 Deal with errors from method. Set coding-system-for-write. | |
6906 (format-decode-run-method): Have things happen in the right buffer. | |
6907 Deal with errors from method. Set coding-system-for-read. | |
6908 (format-alist): Use nil instead of unmatchable regexps. | |
6909 | |
6910 * simple.el (shell-command-on-region): Return command's exit status. | |
6911 | |
6912 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
6913 | |
6914 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
6915 of the file whose info we want to display. | |
6916 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
6917 (speedbar-add-mode-functions-list) Improve doc. | |
6918 (speedbar-line-token) New function. | |
6919 (speedbar-dired) Fix order of directories in -shown-directories. | |
6920 (speedbar-line-path): Default return is default-directory | |
6921 (speedbar-buffers-line-path): Return is dir name only. | |
6922 (speedbar-mode-functions-list): New variable. | |
6923 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
6924 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
6925 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
6926 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
6927 New functions. | |
6928 (speedbar-line-file): Broke out part that fetches file from a line. | |
6929 (speedbar-line-text): New function extracted from speedbar-line-file. | |
6930 (speedbar-line-path): Converted into a replaceable function. | |
6931 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
6932 | |
6933 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6934 | |
6935 * international/fontset.el (create-fontset-from-x-resource): Make | |
6936 style variants. | |
6937 | |
6938 1999-01-22 Dave Love <fx@gnu.org> | |
6939 | |
6940 * paths.el (Info-default-directory-list): Put sysdir after start. | |
6941 | |
6942 1999-01-22 Sam Steingold <sds@goems.com> | |
6943 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6944 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
25837 | 6945 a process associated with it. |
6946 | |
6947 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
6948 | |
6949 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
6950 | |
6951 1999-01-22 Felix Lee <flee@cygnus.com> | |
6952 | |
6953 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
6954 major-mode. | |
6955 (vc-annotate-mode): Delete variable. | |
6956 | |
6957 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
6958 | |
6959 * startup.el (command-line): [windows-nt]: Check for existence of | |
6960 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
6961 in preference to _emacs. | |
6962 | |
6963 1999-01-22 Dave Love <fx@gnu.org> | |
6964 | |
6965 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
6966 | |
6967 1999-01-20 Richard Stallman <rms@gnu.org> | |
6968 | |
6969 * files.el (find-file-noselect): Do wildcard processing only | |
6970 if new arg WILDCARDS is non-nil. | |
6971 (find-file, find-file-other-window): New arg WILDCARDS. | |
6972 Default it to non-nil if interactive. | |
6973 (find-file-other-frame): Likewise. | |
6974 (find-file-read-only): Likewise. | |
6975 (find-file-read-only-other-window): Likewise. | |
6976 (find-file-read-only-other-frame): Likewise. | |
6977 | |
6978 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
6979 (widget-plist-convert-option): Delete spurious comma. | |
6980 | |
6981 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
6982 | |
6983 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
6984 iso8859-5 to koi8-r. Add iso8859-9. | |
6985 | |
6986 1999-01-19 Dave Love <fx@gnu.org> | |
6987 | |
6988 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
6989 its uses. | |
6990 | |
6991 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
6992 is active. | |
6993 (fortran-indent-subprogram): Likewise. | |
6994 | |
6995 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
6996 | |
6997 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
6998 | |
6999 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7000 | |
7001 * wid-edit.el (alist): Use sexp as default key-type. | |
7002 | |
7003 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7004 | |
7005 * textmodes/tex-mode.el (tex-define-common-keys): | |
7006 Remove key binding of tex-feed-input. | |
7007 (tex-mode-map): Bind tex-feed-input here. | |
7008 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
7009 comint-input-filter-functions before running tex-shell-hook. | |
7010 (tex-start-tex): Forget compilation errors. | |
7011 (tex-compilation-parse-errors): Rewritten to work also with | |
7012 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
7013 change in tex-region. | |
7014 (tex-region): For the temp file use file-name without directory. | |
7015 (tex-file): Expand file name of tex-print-file. | |
7016 | |
7017 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7018 | |
7019 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
7020 | |
7021 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
7022 | |
7023 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
7024 beginning could cause Emacs to hang. Fixed. | |
7025 | |
7026 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
7027 | |
7028 * international/ccl.el (ccl-compile-translate-character): Handle | |
7029 the case that a tranlation table is CCL register correctly. | |
7030 | |
7031 * international/mule-cmds.el (select-safe-coding-system): | |
7032 Hightlight at most 256 characters. | |
7033 | |
7034 1999-01-18 Dave Love <fx@gnu.org> | |
7035 | |
7036 * startup.el (command-line): If the init file changes operation to | |
7037 unibyte, make all buffers unibyte and re-set language environment. | |
7038 | |
7039 * disp-table.el (standard-display-european): Make all existing | |
7040 buffers unibyte. Fix doc. | |
7041 | |
7042 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7043 | |
7044 * wid-edit.el (coding-system): Define this unconditionally. | |
7045 | |
7046 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
7047 (shell-command-on-region): Use that variable as interactive | |
7048 value of ERROR-BUFFER argument. | |
7049 | |
7050 1999-01-17 Sam Steingold <sds@goems.com> | |
7051 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7052 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
25837 | 7053 |
7054 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7055 | |
7056 * progmodes/compile.el (compilation-goto-locus): If already in the | |
7057 compilation buffer's window, keep it in that window. | |
7058 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
7059 (compile-goto-error): Don't play with windows. | |
7060 | |
7061 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
7062 (tex-command): Doc fix. | |
7063 (tex-compilation-parse-errors): Doc fix. | |
7064 (tex-generate-zap-file-name): Don't start the name with -. | |
7065 (tex-expand-files): Works now also with strings ending with ":". | |
7066 | |
7067 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
7068 | |
7069 Patch failed to install: | |
7070 * gametree.el: Document scoring functionality. | |
7071 (gametree-score-regexp): Add optional plus sign. | |
7072 (gametree-score-opener): Replace `:' with `=' as the former | |
7073 conflicts with gametree-half-ply-regexp. | |
7074 (gametree-transpose-following-leaves): Add. | |
7075 (gametree-insert-new-leaf): Make modifying commands barf in read | |
7076 only buffers. | |
7077 (gametree-break-line-here): Add a call to | |
7078 `gametree-transpose-following-leaves'. This maintains the | |
7079 necessary invariant that on each level all leaf children precede | |
7080 all nonleaf children. This has always been implied, but left to | |
7081 the user, and, unfortunately, undocumented. | |
7082 | |
7083 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
7084 | |
7085 * wid-edit.el (plist, alist): New widget types. | |
7086 | |
7087 1999-01-17 Dave Love <fx@gnu.org> | |
7088 | |
7089 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
7090 fix scope of condition-case therein. | |
7091 | |
7092 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
7093 | |
7094 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
7095 default-buffer-file-coding-system when file doesn't exist (and | |
7096 isn't covered by a special case) instead of forcing undecided-dos | |
7097 against the user's wishes. | |
7098 | |
7099 * dos-w32.el (direct-print-region-helper): New function based on | |
7100 direct-print-region-function; sends data to specified printer port | |
7101 without further translation. Recognize and handle specially the | |
7102 standard `print' and `nprint' programs, as well as `lpr' and | |
7103 similar programs. Only write directly to the printer port if no | |
7104 print program is specified. Work around a bug in Windows 9x | |
7105 affecting Win32 version of Emacs by invoking command.com to write | |
7106 to the printer port instead of writing directly. | |
7107 (direct-print-region-function): Use direct-print-region-helper to | |
7108 do most of the work. | |
7109 (direct-ps-print-region-function): New function; analogue of | |
7110 direct-print-region-function for ps-print. | |
7111 (ps-lpr-command): Comment out setq; leave as example usage. | |
7112 (ps-lpr-switches): Ditto. | |
7113 | |
7114 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
7115 and MS-Windows. | |
7116 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
7117 DOS and Windows platforms, to indicate direct printing. Update | |
7118 the docstring accordingly. | |
7119 | |
7120 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
7121 MS-DOS and MS-Windows. | |
7122 (ps-lpr-command): Update docstring as for lpr-command. | |
7123 (ps-print-region-function): New variable. | |
7124 (ps-do-despool): Use it. | |
7125 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
7126 DOS/Windows. | |
7127 | |
7128 * subr.el (subst-char-in-string): New function. | |
7129 | |
7130 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
7131 | |
7132 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
7133 | |
7134 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
7135 (bdf-find-font-info): New function, looks for the first readable | |
7136 file from a list of alternatives. | |
7137 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
7138 instead of bdf-get-font-info. | |
7139 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
7140 to ps-mule-generate-bitmap-glyph. | |
7141 | |
7142 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
7143 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
7144 now be a list of alternative names. | |
7145 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
7146 (ps-mule-prepare-font): Likewise. | |
7147 | |
7148 * international/codepage.el (cp855-decode-table, | |
7149 cp850-decode-table): Fill some nil entries. | |
7150 | |
7151 1999-01-16 Dave Love <fx@gnu.org> | |
7152 | |
7153 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
7154 last change. | |
7155 | |
7156 1999-01-15 Dave Love <fx@gnu.org> | |
7157 | |
7158 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
7159 and change regexp for command names. | |
7160 (help-xref-go-back, function-called-at-point, symbol-file) | |
7161 (where-is): Doc fixes. | |
7162 (help-xref-go-back): Remove interactive spec. | |
7163 (describe-function-1): Fix message for alias. Buttomize alias | |
7164 name. | |
7165 | |
7166 * simple.el (join-line): New alias. | |
7167 | |
7168 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
7169 | |
7170 * forms.el: (forms--show-record): Convert integers to string | |
7171 expicitly since concat will no longer accept integers. | |
7172 (forms-print): Use local `total-nb-records' since | |
7173 `forms--total-records' will be inaccessible after buffer switching. | |
7174 | |
7175 1998-01-14 Felix Lee <flee@cygnus.com> | |
7176 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7177 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
25837 | 7178 |
7179 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7180 | |
7181 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
7182 | |
7183 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
7184 | |
7185 * international/codepage.el (cp850-decode-table): Fix previous change. | |
7186 | |
7187 1999-01-14 Simon Marshall <simon@gnu.org> | |
7188 | |
7189 * shell.el (shell-dirtrack-verbose): New custom variable. | |
7190 (shell-dirstack-message): Use it. | |
7191 | |
7192 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
7193 | |
7194 * international/mule-conf.el: Coding system alias `dos' for | |
7195 `undecided-dos', `mac' for `undecided-mac'. | |
7196 | |
7197 * international/mule-cmds.el (describe-language-environment): | |
7198 Don't alter input-method-alist. | |
7199 | |
7200 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
7201 | |
7202 * international/codepage.el (cp850-decode-table): Replace nil | |
7203 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
|
7204 Jason Rumney <jasonr@altavista.net>.) |
25837 | 7205 |
7206 1999-01-13 Dave Love <fx@gnu.org> | |
7207 | |
7208 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
7209 | |
7210 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
7211 | |
7212 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
7213 | |
7214 * files.el (auto-save-hook): Defvar this. | |
7215 | |
7216 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
7217 | |
7218 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
7219 faces, eliminating the need to load font-lock before loading sql. | |
7220 (sql-mode-oracle-font-lock-keywords): Likewise. | |
7221 (sql-mode-postgres-font-lock-keywords): Likewise. | |
7222 | |
7223 1999-01-11 Dave Love <fx@gnu.org> | |
7224 | |
7225 * cus-start.el: Add inhibit-eol-conversion. | |
7226 | |
7227 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
7228 the values round. | |
7229 | |
7230 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7231 | |
7232 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
7233 Don't switch to Help mode here. | |
7234 (temp-buffer-setup-hook): Use help-mode-finish. | |
7235 (help-mode-setup): New function. | |
7236 (temp-buffer-setup-hook): Use help-mode-setup. | |
7237 | |
7238 * progmodes/sql.el: New file. | |
7239 | |
7240 * files.el (auto-mode-alist): Add sql-mode. | |
7241 | |
7242 * faces.el (list-faces-display): Improve the formatting | |
7243 by computing the maximum length required for any face-name. | |
7244 | |
7245 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7246 | |
7247 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
7248 | |
7249 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
7250 | |
7251 * term.el (term_send_home): Change the string to | |
7252 be the same as the one emitted by xterm and consistent with the | |
7253 ones emitted by prior and next. | |
7254 (term_send_end): Likewise. | |
7255 | |
7256 1999-01-10 Dave Love <fx@gnu.org> | |
7257 | |
7258 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
7259 bindings. | |
7260 | |
7261 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
7262 | |
7263 * international/codepage.el (codepage-setup): Doc fix. | |
7264 (cp-decoding-vector-for-codepage): Likewise. | |
7265 | |
7266 1999-01-10 Markus Rost <rost@gnu.org> | |
7267 | |
7268 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
7269 | |
7270 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7271 | |
7272 * international/iso-transl.el: Define a "function name" for | |
7273 each translation that isn't ASCII. Use these function names | |
7274 in iso-transl-char-map. | |
7275 | |
7276 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
7277 | |
7278 * international/mule-util.el (decompose-region): Do decomposition | |
7279 on temporary unibyte buffer. | |
7280 | |
7281 * international/mule.el (make-char): Doc-string modified. | |
7282 | |
7283 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7284 | |
7285 * simple.el (comment-region): Delete spaces only if we | |
7286 deleted a comment starter. | |
7287 | |
7288 1999-01-07 Dave Love <fx@gnu.org> | |
7289 | |
7290 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
7291 | |
7292 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
7293 like eval-defun does. | |
7294 | |
7295 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
7296 | |
7297 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
7298 constructions. Doc fixes. | |
7299 (generic-create-generic-function): Use defalias, not fset. | |
7300 | |
7301 * find-func.el: More doc fixes. | |
7302 | |
7303 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
7304 | |
7305 * files.el (save-buffers-kill-emacs): Show the list of current | |
7306 processes before prompting to kill them and exit. | |
7307 | |
7308 1999-01-06 Dave Love <fx@gnu.org> | |
7309 | |
7310 * emacs-lisp/find-func.el: Doc fixes. | |
7311 (find-function-regexp): Extend for define-generic-mode, | |
7312 define-derived-mode, easy-mmode-define-minor-mode. | |
7313 | |
7314 1999-01-06 Dave Love <fx@gnu.org> | |
7315 | |
7316 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
7317 bar width. | |
7318 | |
7319 * browse-url.el: Require (noerror) w3-auto when compiling. | |
7320 (browse-url-maybe-new-window): Make it a macro and revert last | |
7321 change to callers. | |
7322 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
7323 | |
7324 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7325 | |
7326 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
7327 argument. | |
7328 | |
7329 1999-01-06 Simon Marshall <simon@gnu.org> | |
7330 | |
7331 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
7332 | |
7333 * font-lock.el (font-lock-default-fontify-buffer): When using | |
7334 with-temp-message, use nil rather than current-message. | |
7335 | |
7336 * lazy-lock.el (lazy-lock-unstall): | |
7337 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
7338 rather than current-message. | |
7339 | |
7340 * fast-lock.el (fast-lock-save-cache-1): | |
7341 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
7342 than current-message. | |
7343 | |
7344 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
7345 | |
7346 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
7347 the valid-codes property. | |
7348 | |
7349 * international/mule-cmds.el (prefer-coding-system): Call | |
7350 set-coding-priority, so that the internal array of priorities is | |
7351 also updated. | |
7352 | |
7353 * international/mule-util.el: | |
7354 (coding-system-change-eol-conversion, | |
7355 coding-system-change-text-conversion): Don't define here. | |
7356 | |
7357 * international/mule-cmds.el: Define them here. Remove the | |
7358 autoload cookies. | |
7359 | |
7360 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
7361 | |
7362 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
7363 if it was enabled before. | |
7364 | |
7365 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
7366 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
7367 | |
7368 * files.el (recover-session): Preserve point when inserting | |
7369 explanation. | |
7370 | |
7371 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7372 | |
7373 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
7374 and comments before the sexp that is replaced. | |
7375 | |
7376 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7377 | |
7378 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
7379 | |
7380 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7381 | |
7382 * vc.el (vc-dired-hook): Use the original value of | |
7383 dired-move-to-filename-regexp on lines that have not been | |
7384 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7385 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 7386 file lines have already been reformatted. |
7387 | |
7388 1999-01-05 Dave Love <fx@gnu.org> | |
7389 | |
7390 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
7391 buffer-local. | |
7392 | |
7393 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
7394 | |
7395 * progmodes/f90.el: Change of regular expressions for type to | |
7396 correct highlighting and identation. Some small fixes for | |
7397 compatibility with XEmacs. | |
7398 | |
7399 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
7400 | |
7401 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
7402 value based on rmail-spool-directory if $MAIL is not defined. | |
7403 | |
7404 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
7405 | |
7406 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
7407 (reftex-section-info): Handle negative section levels. | |
7408 (reftex-view-crossref-extra): New option. | |
7409 (reftex-view-crossref): Generalized to work in more places. | |
7410 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
7411 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
7412 (reftex-view-cite-locations-from-bibtex): New command. | |
7413 (reftex-view-regexp-match, reftex-global-search, | |
7414 reftex-global-search-continue): New functions. | |
7415 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
7416 file, just a message. | |
7417 (reftex-extract-bib-entries): Better error handling. | |
7418 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
7419 help and force it on current frame. | |
7420 (reftex-default-bibliography): New function. | |
7421 (reftex-access-parse-file): Check consistency after loading a | |
7422 parse file. When inconsistent, enfore rescan. | |
7423 (reftex-check-parse-consistency): New function. | |
7424 (easy-menu-define): Options section drastically shortened. | |
7425 | |
7426 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
7427 | |
7428 * language/thai-util.el (thai-compose-string): New function. | |
7429 | |
7430 1999-01-04 Inge Frick <inge@nada.kth.se> | |
7431 | |
7432 * easymenu.el (easy-menu-define): Doc fix. | |
7433 (easy-menu-create-menu): New keyword :included. | |
7434 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
7435 be an expression, not only a string. Simulate style `button'. | |
7436 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
7437 (easy-menu-define-key-intern): New function. | |
7438 (easy-menu-add-item): Understand value returned from | |
7439 easy-menu-item-present-p and easy-menu-remove-item. | |
7440 (easy-menu-return-item): New function. | |
7441 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
7442 | |
7443 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7444 | |
7445 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7446 Use rmail-output-read-rmail-file-name to read the file name. | |
7447 Always call rmail-output-to-rmail-file noninteractively. | |
7448 When count > 1, do the loop here. | |
7449 Handle rmail-delete-after-output here. | |
7450 (rmail-summary-output): Similar changes. | |
7451 | |
7452 * mail/rmailout.el: Provide `rmailout'. | |
7453 (rmail-output-read-rmail-file-name): New function. | |
7454 (rmail-output-to-rmail-file): Use that. | |
7455 (rmail-output-read-file-name): New function. | |
7456 (rmail-output): Use that. | |
7457 | |
7458 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
7459 Error if wildcard matches no files. | |
7460 | |
7461 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7462 | |
7463 * menu-bar.el (clipboard-yank): Doc fix. | |
7464 | |
7465 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
7466 | |
7467 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
7468 | |
7469 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
7470 | |
7471 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
7472 | |
7473 * rmail.el (rmail-encode-string): Make sure mask value is | |
7474 positive; (emacs-pid) returns a negative number on Windows 9x | |
7475 which causes odd behaviour. | |
7476 | |
7477 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7478 | |
7479 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
7480 and about w32-* variables unless on Windows/NT. | |
7481 | |
7482 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
7483 | |
7484 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
7485 if buffer is modified; ask about all modified buffers. | |
7486 | |
7487 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7488 | |
7489 * simple.el (what-cursor-position): Fix previous change. | |
7490 | |
7491 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7492 | |
7493 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
7494 from paragraph-start. | |
7495 | |
7496 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7497 | |
7498 * international/mule-cmds.el (prefer-coding-system): If the | |
7499 argument requires specific EOL conversion type, make the default | |
7500 coding systems use that. | |
7501 | |
7502 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
7503 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7504 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 7505 Use shell-command-on-region. |
7506 (m4-start-m4, m4-end-m4): Functions deleted. | |
7507 | |
7508 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
7509 | |
7510 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
7511 | |
7512 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7513 | |
7514 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
7515 to compose-mail in the correct places and as a list. | |
7516 | |
7517 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
7518 | |
7519 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
7520 (pages-directory-map): Bind mouse-2 | |
7521 (pages-copy-header-and-position): Put text property. | |
7522 (pages-directory-goto-with-mouse): New function. | |
7523 | |
7524 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7525 | |
7526 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
7527 Doc fix. | |
7528 (cp-coding-system-for-codepage-1): Likewise. | |
7529 | |
7530 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
7531 | |
7532 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
7533 composition sequence correctly here instead of calling | |
7534 thai-compose-region. | |
7535 | |
7536 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
7537 newline in multibyte buffer, if previous or next character is a | |
7538 composite char, check the first component of the composite char. | |
7539 | |
7540 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
7541 | |
7542 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
7543 and track-mouse. | |
7544 | |
7545 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7546 | |
7547 * mail/sendmail.el (mail-yank-original): Remove text properties | |
7548 after insertion. | |
7549 (mail-yank-region): Barf if no mark is set in the message | |
7550 being replied to. | |
7551 | |
7552 * help.el (function-called-at-point): First look for function at point. | |
7553 | |
7554 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7555 | |
7556 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
7557 | |
7558 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7559 | |
7560 * simple.el (what-cursor-position): Print character encoding also. | |
7561 | |
7562 1998-12-26 Dave Love <fx@gnu.org> | |
7563 | |
7564 * textmodes/flyspell.el: If local-maps work, don't put | |
7565 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
7566 in flyspell-mouse-map (only). | |
7567 (flyspell-use-local-map): New variable. | |
7568 Use a different mouse-2 binding in that case, | |
7569 and don't add to minor-mode-map-alist. | |
7570 (make-flyspell-overlay, flyspell-correct-word): | |
7571 Test flyspell-use-local-map. | |
7572 | |
7573 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7574 | |
7575 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
7576 Be careful about whether to return a relative file name, | |
7577 and if so, relative to what directory. | |
7578 | |
7579 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7580 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7581 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 7582 Change global map only if this menu exists in the global map already, |
7583 and not in the local map. | |
7584 (easy-menu-do-add-item): Fix error message. | |
7585 | |
7586 * foldout.el (foldout-inhibit-key-bindings): | |
7587 Avoid concatenating onto outline-minor-mode-prefix. | |
7588 Make a new keymap for that prefix, if it does not already have one. | |
7589 | |
7590 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
7591 | |
7592 * cperl-mode.el: | |
7593 Can use linear algorithm for indentation if Emacs supports it. | |
7594 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
7595 (cperl-after-block-p): Likewise. | |
7596 (cperl-after-block-and-statement-beg): Likewise. | |
7597 (cperl-after-block-p): After END/BEGIN we are a block. | |
7598 (cperl-after-expr-p): Skip labels when checking | |
7599 (cperl-indent-region): Make a marker for END - text added/removed. | |
7600 Disable hooks during the call (how to call them later?). | |
7601 Now indents 820-line-long function in 6.5 sec (including | |
7602 syntaxification) the first time (when buffer has few | |
7603 properties), 7.1 sec the second time. | |
7604 (cperl-indent-region): Do not indent whitespace lines | |
7605 (cperl-style-alist) | |
7606 Include `cperl-merge-trailing-else' where the value is clear. | |
7607 (cperl-styles-entries): Likewise. | |
7608 (cperl-problems): Improvements to docs. | |
7609 (cperl-tips): Likewise. | |
7610 (cperl-non-problems): Likewise. | |
7611 (cperl-mode): Make lazy syntaxification possible. | |
7612 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
7613 `font-lock-unfontify-region-function' was set to a wrong function. | |
7614 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7615 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 7616 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
7617 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
7618 but 1<<6 was considered as HERE-doc. | |
7619 <file/glob> made into a string. | |
7620 Postpone addition of faces after syntactic step. | |
7621 Recognition of <FH> was wrong. | |
7622 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
7623 Knows that split// is null-RE. | |
7624 Highlights separators in 3-parts expressions as labels. | |
7625 <> was considered as a glob. | |
7626 Would err if the last line is `=head1'. | |
7627 $a-1 ? foo : bar; was a considered a regexp. | |
7628 `<< (' was considered a start of HERE-doc. | |
7629 mark qq[]-etc sections as syntax-type=string | |
7630 Was not processing sub protos after a comment ine. | |
7631 Was treating $a++ <= 5 as a glob. | |
7632 Tolerate unfinished REx at end-of-buffer. | |
7633 `unwind-protect' was left commented. | |
7634 / and ? after : start a REx. | |
7635 | |
7636 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
7637 Better default, customizes to `message' too, off in text-mode. | |
7638 | |
7639 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
7640 `defface'd. | |
7641 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
7642 `defface'd. | |
7643 (cperl-emacs-can-parse): New state variable. | |
7644 (cperl-indent-line): Corrected to use global state. | |
7645 (cperl-calculate-indent): Likewise. | |
7646 (cperl-fix-line-spacing): Likewise (not used yet). | |
7647 (cperl-calculate-indent): Did not consider `,' as | |
7648 continuation mark for statements. | |
7649 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
7650 Remove another parse-data optimization at toplevel: would | |
7651 indent correctly. | |
7652 Correct for labels when calculating indentation of continuations. | |
7653 Docstring updated. | |
7654 (cperl-choose-color): Converted to a function (to be | |
7655 compilable in text-mode). | |
7656 (cperl-dark-background): Disable without window-system. | |
7657 Do `defface' only if window-system. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7658 (cperl-fix-line-spacing): Sped up to bail out early. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7659 (x-color-defined-p): Was not compiling on XEmacs |
25837 | 7660 Was defmacro'ed with a tick. Remove another def. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7661 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
25837 | 7662 (cperl-unwind-to-safe): New function. |
7663 (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
|
7664 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 7665 long strings (not very successful). |
7666 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
7667 Highlight the starting // in s//foo/ as function-name. | |
7668 Emit a meaningful error instead of a cryptic one for an | |
7669 uncomplete REx near end-of-buffer. | |
7670 | |
7671 (cperl-electric-keyword): `qr' recognized. | |
7672 (cperl-electric-else): Likewise | |
7673 (cperl-to-comment-or-eol): Likewise | |
7674 (cperl-make-regexp-x): Likewise | |
7675 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
7676 Corrected to use new macros; | |
7677 `if' for copying `reference-face' to `constant-face' was backward. | |
7678 remove init `font-lock-other-emphasized-face', | |
7679 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
7680 Interpolate `cperl-invalid-face'. | |
7681 (cperl-make-regexp-x): Misprint in a message. | |
7682 (cperl-syntaxify-unwind): New configuration variable | |
7683 (cperl-fontify-m-as-s): New configuration variable | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7684 (cperl-electric-pod): Check for after-expr was performed |
25837 | 7685 inside of POD too. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7686 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
25837 | 7687 (cperl-clobber-mode-lists): New configuration variable. |
7688 (cperl-not-bad-style-regexp): Updated. | |
7689 Init: `cperl-is-face' was busted. | |
7690 (cperl-make-face): New macros. | |
7691 (cperl-force-face): New macros. | |
7692 (font-lock-other-type-face): Done via `defface' too. | |
7693 (cperl-nonoverridable-face): New face. Renamed from | |
7694 `font-lock-other-type-face'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7695 (cperl-init-faces-weak): Use `cperl-force-face'. |
25837 | 7696 (cperl-comment-indent): Commenting __END__ was not working. |
7697 (cperl-indent-for-comment): Likewise. | |
7698 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
7699 When removing old TAGS info was not relativizing filename. | |
7700 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
7701 Another try to work around XEmacs problems. Better progress messages. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7702 (toplevel): Require custom unprotected => failure on 19.28. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7703 (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
|
7704 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 7705 pos off by 1 and not at beg-of-line. |
7706 (cperl-etags-snarf-tag): New macro | |
7707 (cperl-etags-goto-tag-location): New macro | |
7708 (cperl-version): New variable. New menu entry | |
7709 random docstrings: References to "future" 20.3 removed. | |
7710 Menu was described as `CPerl' instead of `Perl' | |
7711 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
7712 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
7713 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
7714 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
7715 `font-lock-reference-face', `font-lock-keyword-face'. | |
7716 Use `eval-after-load'. | |
7717 Remove not-CPerl-related faces. | |
7718 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
7719 (cperl-indent-exp): Was not processing else-blocks. | |
7720 (cperl-get-state): NOP line removed. | |
7721 (cperl-ps-print): New function and menu entry. | |
7722 (cperl-ps-print-face-properties): New configuration variable. | |
7723 (cperl-invalid-face): New configuration variable. | |
7724 (perl-font-lock-keywords): Highlight trailing whitespace | |
7725 (cperl-contract-levels): Documentation corrected. | |
7726 (cperl-contract-level): Likewise. | |
7727 (cperl-ps-extend-face-list): New macro. | |
7728 (cperl-invalid-face): Change to ''underline. | |
7729 | |
7730 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
7731 | |
7732 * 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
|
7733 for read-file-name. |
25837 | 7734 (rmail-output-to-rmail-file): Likewise. |
7735 | |
7736 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7737 | |
7738 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7739 If MENU is nil, use global menu-bar map. | |
7740 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
7741 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
7742 | |
7743 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7744 | |
7745 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
7746 | |
7747 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7748 | |
7749 * ps-print.el (ps-print-version): New version number (4.1.3). | |
7750 | |
7751 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7752 | |
7753 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
7754 define-prefix-key when defining MULE menu items. | |
7755 | |
7756 * info.el (Info-node-at-bob-matching): New function. | |
7757 (Info-find-node, Info-build-node-completions): Call it. | |
7758 | |
7759 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7760 | |
7761 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
7762 when this is an autoloaded keymap. | |
7763 | |
7764 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7765 | |
7766 * international/codepage.el (cp-coding-system-for-codepage-1): | |
7767 Create separate encoders and decoders, for DOS and Unix. Make the | |
7768 usual family of 3 coding systems, so that automatic detection of | |
7769 EOL type works. | |
7770 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
7771 Unix-specific symbols here, and don't call | |
7772 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
7773 Handa <handa@etl.go.jp>.) | |
7774 | |
7775 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
7776 | |
7777 * term/internal.el (IT-character-translations): New variable, an | |
7778 alist used to display characters for which there's no glyphs in | |
7779 the current codepage. | |
7780 (IT-display-table-setup): New function, sets up the DOS terminal | |
7781 for a given codepage. | |
7782 (dos-codepage-setup): New function, sets up the MULE environment | |
7783 for the current value of dos-codepage. | |
7784 (top-level if): In the multibyte mode, turn on | |
7785 unibyte-display-via-language-environment. In the unibyte mode, | |
7786 set up the special syntax tables to map lower- to upper case and | |
7787 back. | |
7788 | |
7789 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
7790 | |
7791 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
7792 (speedbar-frame-plist) Remove useless comments. | |
7793 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
7794 Use default y position w/out changing it. | |
7795 If default x position is a list, keep, calculate the non-list X | |
7796 value when devining an initial position. | |
7797 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
7798 (speedbar-tag-group-name-minimum-length): New variable. | |
7799 (speedbar-frame-parameter): New compatibility function. | |
7800 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
7801 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
7802 groups to keep things in the right order, and to help with some | |
7803 naming conventions. | |
7804 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
7805 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
7806 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
7807 the case, derive it from the cursor location in speedbar. | |
7808 | |
7809 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7810 | |
7811 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
7812 terminals, install DOS-specific nonascii-translation-table if the | |
7813 language info doesn't specify one. Pass the default eol-type to | |
7814 set-language-environment-coding-systems. | |
7815 (set-default-coding-systems): Copy the eol-type property for the | |
7816 new default values of {buffer-file,process}-coding-system from the | |
7817 old defaults. | |
7818 (set-language-environment-coding-systems): Accept an optional | |
7819 argument EOL-TYPE, and set the eol-type property of the default | |
7820 coding systems accordingly. | |
7821 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
7822 (set-keyboard-coding-system): Likewise. | |
7823 (set-default-coding-systems): Don't set | |
7824 default-terminal-coding-system on MS-DOS to anything but nil. | |
7825 (prefer-coding-system): Describe in the doc string that | |
7826 default-terminal-coding-system is not changed on MS-DOS. | |
7827 (set-language-environment): For MS-DOS, set standard syntax table | |
7828 and display table for all characters with code above 127. | |
7829 (standard-display-european-internal): For MS-DOS, pass all | |
7830 characters with code above 127 directly to the terminal, and don't | |
7831 remap characters 160 and 146 in the unibyte case. | |
7832 | |
7833 * international/codepage.el: New file. | |
7834 | |
7835 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7836 | |
7837 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
7838 comments. | |
7839 | |
7840 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
7841 | |
7842 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
7843 | |
7844 * subr.el (read-passwd): Likewise. | |
7845 | |
7846 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7847 | |
7848 * info.el (Info-find-node): Add 1 to the position read from the | |
7849 tag table. Don't fail if the node delimiter ^_ is the first | |
7850 character in the file. | |
7851 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
7852 first character in the file. | |
7853 (Info-read-subfile): Likewise. | |
7854 (Info-select-node): Likewise. | |
7855 (Info-build-node-completions): Likewise. | |
7856 | |
7857 1998-12-16 Richard Stallman <rms@gnu.org> | |
7858 | |
7859 * term/x-win.el (x-cut-buffer-or-selection-value): | |
7860 If clipboard is enabled, try it before PRIMARY selection. | |
7861 | |
7862 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7863 | |
7864 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
7865 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
7866 | |
7867 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
7868 | |
7869 * language/hebrew.el: Don't use sublists in the flags argument | |
7870 passed to make-coding-system. | |
7871 | |
7872 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7873 | |
7874 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
7875 list of character sets found by find-charset-region. | |
7876 | |
7877 * ps-mule.el: Always require ps-print. Move some function | |
7878 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
7879 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
7880 | |
7881 * ps-print.el: Define several functions for Emacs 20.2 and the | |
7882 earlier version. | |
7883 (ps-printer-name): Check if printer-name is bound. | |
7884 | |
7885 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7886 | |
7887 * ps-mule.el: Programming uniformization and little code improvement. | |
7888 (ps-mule-prepare-font): Programming uniformization. | |
7889 (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
|
7890 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 7891 |
7892 * ps-bdf.el: Programming uniformization and little code improvement. | |
7893 (bdf-search-and-read): New fun. | |
7894 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
7895 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
7896 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
7897 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
7898 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
7899 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
7900 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
7901 improvement. | |
7902 | |
7903 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7904 | |
7905 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
7906 and mule related code extraction. Autoload ps-mule funs. | |
7907 | |
7908 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
7909 (ps-mule-prologue-generated): New fun. | |
7910 (ps-mule-plot-string): Add autoload cookie. | |
7911 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
7912 | |
7913 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7914 | |
7915 * ps-bdf.el: Require ps-mule instead of ps-print. | |
7916 (bdf-directory-list): Add autoload cookie. | |
7917 | |
7918 * ps-mule.el: New file. Mule related code extracted from | |
7919 ps-print.el. Require ps-print, provide ps-mule. | |
7920 (ps-multibyte-buffer): Add autoload cookie. | |
7921 (ps-mule-prepare-ascii-font): New fun. | |
7922 (ps-mule-set-ascii-font): New fun. | |
7923 (ps-mule-skip-same-charset): Fun deleted. | |
7924 (ps-mule-plot-string): Set ps-mule-current-charset. | |
7925 (ps-mule-initialize): Add autload cookie. Don't set | |
7926 ps-mule-font-info-database here. | |
7927 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
7928 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
7929 (ps-mule-begin-page): New fun. | |
7930 | |
7931 * ps-print.el: Mule related code moved to ps-mule.el. | |
7932 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
7933 check ps-mule-charset-list. | |
7934 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
7935 ps-mule-begin-page. | |
7936 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
7937 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
7938 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
7939 instead skip same charsets by itself. | |
7940 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
7941 non-nil. Call ps-mule-begin-job. | |
7942 | |
7943 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7944 | |
7945 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
7946 instead of bdf. | |
7947 | |
7948 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
7949 (ps-mule-external-libraries): New element FEATURE. | |
7950 (ps-mule-init-external-library): Ajusted for the above change. | |
7951 (ps-mule-generate-font): Likewise. | |
7952 (ps-mule-generate-glyphs): Likewise. | |
7953 (ps-mule-prepare-font): Likewise. | |
7954 (ps-mule-initialize): Likewise. | |
7955 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
7956 | |
7957 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7958 | |
7959 * international/fontset.el (x-decompose-font-name): If PATTERN | |
7960 doesn't have any wild cards, return a vector made from a name that | |
7961 is found by x-resolve-font-name found. Comments added. | |
7962 | |
7963 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7964 Handle the case of unknown charset. | |
7965 (find-multibyte-characters): If invalid multibyte characters are | |
7966 found, return the corresponding strings instead of character | |
7967 codes. | |
7968 (find-multibyte-characters): Adjusted for the above change. | |
7969 (select-safe-coding-system): For a unibyte buffer, always returns | |
7970 DEFAULT-CODING-SYSTEM. | |
7971 (get-charset-property): Fix previous change. Make it a function. | |
7972 (put-charset-property): Make it a function. | |
7973 | |
7974 * international/mule.el (make-coding-system): Set mime-charset | |
7975 property of *-with-esc coding system to nil. | |
7976 | |
7977 * international/quail.el (quail-point-in-conversion-region): New | |
7978 function. | |
7979 (quail-conversion-backward-delete-char): When a key sequence is | |
7980 being translated, call quail-delete-last-char. | |
7981 | |
7982 * language/devan-util.el | |
7983 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
7984 handle devanagari-decomposition-rules. | |
7985 | |
7986 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
7987 | |
7988 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
7989 tex-start-options-string to empty string. | |
7990 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
7991 | |
7992 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
7993 | |
7994 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
7995 5xx responses are already handled properly). | |
7996 | |
7997 1998-12-13 Richard Stallman <rms@gnu.org> | |
7998 | |
7999 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
8000 on a non-digit in the file name. | |
8001 | |
8002 * simple.el (comment-region): Handle comment-padding | |
8003 separately for insertion and for deletion, in the right way for each. | |
8004 | |
8005 1998-12-13 Felix Lee <flee@cygnus.com> | |
8006 | |
8007 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
8008 regexp to match "ChangeLog:1:1998-12-09 ..." | |
8009 | |
8010 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
8011 | |
8012 * cus-start.el (dos-unsupported-char-glyph): Add. | |
8013 | |
8014 1998-12-11 Dave Love <fx@gnu.org> | |
8015 | |
8016 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
8017 forward-sexp in condition-case. | |
8018 | |
8019 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
8020 Remove unnecessary test on `library' for explicit file name. | |
8021 Widen scope of save-match-data. | |
8022 | |
8023 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8024 | |
8025 * international/mule.el (load-with-code-conversion): If the loaded | |
8026 file was inserted with no-conversion or raw-text coding system, | |
8027 make the buffer unibyte. | |
8028 | |
8029 1998-12-09 Richard Stallman <rms@gnu.org> | |
8030 | |
8031 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
8032 Get rid of nested loops. | |
8033 | |
8034 * mouse.el (mouse-drag-vertical-line): | |
8035 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
8036 | |
8037 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
8038 | |
8039 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
8040 and defvar moved from loadhist.el. | |
8041 (symbol-file): Renamed from describe-function-find-file. | |
8042 Load fns-VERSION.el here. | |
8043 (describe-variable, describe-function-1): Use symbol-file. | |
8044 | |
8045 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
8046 Don't start the name with #. | |
8047 | |
8048 * ispell.el: Take out the eval-when's. | |
8049 | |
8050 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
8051 | |
8052 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
8053 (dirtrack): Run it. Make debug message more verbose. | |
8054 | |
8055 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
8056 | |
8057 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
8058 name of the abbrev table, and provide support for XEmacs. | |
8059 (octave-xemacs-p): New variable. | |
8060 | |
8061 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
8062 | |
8063 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
8064 exit, when mail-interactive is nil. | |
8065 | |
8066 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
8067 | |
8068 * files.el (after-find-file): Message fix. | |
8069 | |
8070 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
8071 | |
8072 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
8073 | |
8074 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
8075 | |
8076 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
8077 filenames using backslashes. | |
8078 | |
8079 1998-12-09 Dave Love <fx@gnu.org> | |
8080 | |
8081 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
8082 with correct number of args. | |
8083 (browse-url-maybe-new-window): New arg. Callers changed. | |
8084 | |
8085 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
8086 comment. | |
8087 | |
8088 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
8089 | |
8090 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
8091 | |
8092 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
8093 | |
8094 * vc.el (vc-rcs-release): Fix Type. | |
8095 (vc-sccs-release): Fix Type. | |
8096 (vc-cvs-release): Fix Type. | |
8097 | |
8098 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
8099 arg work right. | |
8100 | |
8101 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
8102 output of last undeleted message. | |
8103 | |
8104 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
8105 | |
8106 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
8107 (buffer-undo-list) [windows-nt]: Use different relative path. | |
8108 | |
8109 1998-12-07 Simon Marshall <simon@gnu.org> | |
8110 | |
8111 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
8112 | |
8113 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
8114 | |
8115 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
8116 | |
8117 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
8118 | |
8119 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
8120 | |
8121 * info.el (Info-menu): Don't return error if point is between menu | |
8122 header and first menu item. | |
8123 | |
8124 1998-12-04 Dave Love <fx@gnu.org> | |
8125 | |
8126 * help.el (describe-function-1): Fix description for alias. | |
8127 | |
8128 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8129 | |
8130 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
8131 specifications from summary line. | |
8132 | |
8133 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
8134 (close-rectangle): Define alias only once in loaddefs.el. | |
8135 | |
8136 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8137 | |
8138 * term/internal.el: Remove code which sets up a special syntax | |
8139 table for non-ASCII characters. | |
8140 | |
8141 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
8142 | |
8143 * dos-w32.el (direct-print-region-function): Try to ensure that | |
8144 printer-name is expanded to a file name on a local drive; | |
8145 sometimes printing a file loaded from a network volume fails. | |
8146 (direct-print-region-function): Add a function to | |
8147 write-region-annotate-functions to append a formfeed character to | |
8148 the region being printed, if the region doesn't end with a | |
8149 formfeed already. This avoids creating a second print job | |
8150 containing a blank page when print spooling is enabled on Windows. | |
8151 | |
8152 1998-12-02 Dave Love <fx@gnu.org> | |
8153 | |
8154 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
8155 `Info-goto-node'. | |
8156 | |
8157 1998-12-02 Richard Stallman <rms@gnu.org> | |
8158 | |
8159 * help.el (temp-buffer-resize-mode): Doc fix. | |
8160 | |
8161 * cus-edit.el (custom-save-delete): Save point before | |
8162 reading a sexp, rather than backing up. | |
8163 | |
8164 * international/iso-transl.el: Fix previous change. | |
8165 | |
8166 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8167 | |
8168 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
8169 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
8170 Added defvars to suppress compilation warnings. | |
8171 | |
8172 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
8173 | |
8174 * ispell.el: Improved and fixed customize for variables: | |
8175 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
8176 ispell-dictionary-alist, ispell-skip-sgml. | |
8177 Improved and fixed comments in variables and messages for | |
8178 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
8179 ispell-menu-map, ispell-checking-message, ispell-parser, | |
8180 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
8181 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
|
8182 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 8183 ispell-message-text-end, ispell-add-per-file-word-list. |
8184 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
8185 system is now required for all languages. Casechars improved for | |
8186 castellano, castellano8, and norsk dictionaries. Dictionary | |
8187 norsk7-tex added. Dictionary polish added. | |
8188 (ispell-dictionary-alist): Redefined at load-time to support | |
8189 dictionary changes. | |
8190 (ispell-menu-map): Redefined at load-time to support menu changes. | |
8191 (ispell-check-version): New alias for `check-ispell-version'. | |
8192 (ispell-parse-output): Fixed matching for ispell error messages. | |
8193 Correctly returns spelling suggestions in order generated by ispell | |
8194 process. | |
8195 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
8196 redefined. | |
8197 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
8198 redefined. Fix bug that didn't respect case of word being completed. | |
8199 (ispell-init-process): Set process coding system to be compatible | |
8200 with emacs processes and the ispell process. | |
8201 (ispell-kill-ispell): Ensures ispell process has terminated before | |
8202 starting new process. This can otherwise confuse process filters | |
8203 and hang the ispell process. | |
8204 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
8205 skipping support for sgml. | |
8206 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
8207 which could cause `ispell-complete-word' to hang. | |
8208 (ispell-message): Improved message reference matching. Ensure | |
8209 `case-fold-search' doesn't get redefined. | |
8210 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
8211 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
8212 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
8213 get redefined. | |
8214 | |
8215 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8216 | |
8217 * textmodes/flyspell.el (flyspell-check-word-p): | |
8218 Don't delay inside a kbd macro. | |
8219 | |
8220 * subr.el (make-local-hook): Return the hook variable. | |
8221 | |
8222 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8223 | |
8224 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
8225 Use a timer instead of post-command-hook. | |
8226 (hscroll-timer): New variable. | |
8227 | |
8228 1998-11-30 Dave Love <fx@gnu.org> | |
8229 | |
8230 * help.el (help-xref-button): Do nothing if text already has the | |
8231 help-xref property. | |
8232 (describe-variable): Revert previous change to hyperlink to source. | |
8233 | |
8234 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8235 | |
8236 * bindings.el (features): Add `base64' to this list. | |
8237 | |
8238 * loadhist.el (symbol-file): Doc fix. | |
8239 | |
8240 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
8241 | |
8242 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
8243 | |
8244 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8245 | |
8246 * help.el (describe-mode): Put major mode first. | |
8247 | |
8248 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
8249 to support special-display and same-window features. | |
8250 | |
8251 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8252 | |
8253 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
8254 bound in one function and used in the other. | |
8255 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
8256 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
8257 | |
8258 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8259 | |
8260 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
8261 | |
8262 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
8263 | |
8264 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
8265 Give format correct control string. | |
8266 | |
8267 * international/mule.el (define-translation-table): Fix bug of | |
8268 setting incorrect translation-table-id. If the first element of | |
8269 ARGS is a translation table, just register it. | |
8270 | |
8271 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
8272 property. | |
8273 | |
8274 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
8275 | |
8276 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
8277 syntax table to determine what is whitespace. | |
8278 | |
8279 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8280 | |
8281 * frame.el (frame-parameter): Doc fix. | |
8282 | |
8283 * textmodes/tex-mode.el (tex-feed-input): New function. | |
8284 (tex-define-common-keys): Add binding for C-c C-m. | |
8285 | |
8286 1998-11-23 Dave Love <fx@gnu.org> | |
8287 | |
8288 * progmodes/fortran.el: Various minor doc fixes. | |
8289 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
8290 (fortran-with-subprogram-narrowing): New macro. | |
8291 (fortran-check-for-matching-do): Use it. | |
8292 (fortran-end-do): Use fortran-check-end-prog-re. | |
8293 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
8294 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
8295 | |
8296 1998-11-23 Simon Marshall <simon@gnu.org> | |
8297 | |
8298 * font-lock.el (font-lock-defaults): Doc fix. | |
8299 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
8300 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
8301 | |
8302 * lazy-lock.el (lazy-lock-unstall): | |
8303 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
8304 | |
8305 * fast-lock.el (fast-lock-save-cache-1): | |
8306 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
8307 | |
8308 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
8309 | |
8310 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
8311 messages that have been added with DOS line endings and convert | |
8312 the line endings for such messages. | |
8313 | |
8314 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8315 | |
8316 * help.el: Add resizing of temporary buffers. | |
8317 (temp-buffer-resize-mode): New command and variable. | |
8318 (temp-buffer-max-height): New variable. | |
8319 (resize-temp-buffer-window): New function. | |
8320 | |
8321 * window.el (window-buffer-height): New function, split from | |
8322 shrink-window-if-larger-than-buffer. | |
8323 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
8324 | |
8325 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8326 | |
8327 * frame.el (initial-frame-alist): Add defcustom. | |
8328 | |
8329 * shell.el (shell-prompt-pattern): Add defcustom. | |
8330 | |
8331 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8332 | |
8333 * 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
|
8334 NNTP-Posting-Date. |
25837 | 8335 |
8336 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8337 | |
8338 * help.el (describe-mode): Don't avoid loop indirecting thru | |
8339 value of INDICATOR. | |
8340 | |
8341 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8342 | |
8343 * help.el (describe-variable): Allow any variable with a defcustom, | |
8344 even if it is not a user variable. | |
8345 | |
8346 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
8347 | |
8348 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
8349 | |
8350 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
8351 requesting a new group. | |
8352 | |
8353 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8354 | |
8355 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
8356 | |
8357 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8358 | |
8359 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
8360 | |
8361 1998-11-19 Simon Marshall <simon@gnu.org> | |
8362 | |
8363 * subr.el (with-temp-message): New macro. | |
8364 | |
8365 * emacs-lisp/lisp-mode.el (with-temp-message): | |
8366 Add lisp-indent-function property. | |
8367 | |
8368 1998-11-18 Dave Love <fx@gnu.org> | |
8369 | |
8370 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
8371 | |
8372 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8373 | |
8374 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
8375 This is not obsolete. | |
8376 | |
8377 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
8378 | |
8379 * textmodes/picture.el: Make a new map by make-keymap. | |
8380 (picture-desired-column): New variable. | |
8381 (picture-update-desired-column): New function. | |
8382 (picture-beginning-of-line): Set picture-desired-column to 0. | |
8383 (picture-end-of-line): Set picture-desired-column to the current | |
8384 column. | |
8385 (picture-forward-column): Pay attention to multi-column character. | |
8386 (picture-backward-column): Likewise. | |
8387 (picture-move-down): Likewise. | |
8388 (picture-move-up): Likewise. | |
8389 (picture-movement-nw): With prefix arg, move twice columns. | |
8390 (picture-movement-ne): Likewise. | |
8391 (picture-movement-sw): Likewise. | |
8392 (picture-movement-se): Likewise. | |
8393 (picture-set-motion): Handle two-column movements. | |
8394 (picture-move): Call picture-move-down or picture-forward-column | |
8395 only when necessary. | |
8396 (picture-insert): Pay attention to picture-desired-column. | |
8397 (picture-self-insert): Likewise. | |
8398 (picture-clear-column): Pay attention to multi-column character. | |
8399 (picture-mode): Modify doc-string for two-column movement. | |
8400 | |
8401 * rect.el (move-to-column-force): New function. | |
8402 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
8403 move-to-column-force instead of move-to-column. | |
8404 (insert-rectangle): Call move-to-column-force instead of | |
8405 move-to-column. | |
8406 (open-rectangle-line): If begextra is not zero, call | |
8407 move-to-column-force. | |
8408 | |
8409 | |
8410 1998-11-16 Dave Love <fx@gnu.org> | |
8411 | |
8412 * textmodes/sgml-mode.el Require skeleton when compiling. | |
8413 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
8414 (v2): Defvar free variable. | |
8415 | |
8416 1998-11-16 Sam Steingold <sds@goems.com> | |
8417 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8418 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
25837 | 8419 macro, not ELisp one. |
8420 | |
8421 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8422 | |
8423 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
8424 characters to symbol. | |
8425 | |
8426 * language/japan-util.el (japanese-zenkaku-region): New optional | |
8427 arg KATAKANA-ONLY. | |
8428 | |
8429 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8430 | |
8431 * international/mule.el | |
8432 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
8433 is changed to unibyte, return inserted bytes. | |
8434 | |
8435 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
8436 and link names if necessary. | |
8437 (tar-header-block-summarize): Handle the case that file or link | |
8438 names are multibyte. | |
8439 (tar-summarize-buffer): At first set the current buffer unibyte, | |
8440 then if there are multibyte file names, change it to multibyte. | |
8441 (tar-mode): Get char position from tar-header-offset. | |
8442 (tar-extract): Avoid multibyte<->unibyte conversion in | |
8443 insert-buffer-subsring by setting both buffers unibyte | |
8444 temporarily. | |
8445 (tar-copy): Set the buffer unibyte while doing a work. Write | |
8446 without code conversion. | |
8447 (tar-expunge): Set the buffer unibyte while doing a work. | |
8448 (tar-alter-one-field): Likewise. | |
8449 (tar-clear-modification-flags): Compare byte position with | |
8450 tar-header-offset. | |
8451 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
8452 insert-buffer-subsring by setting both buffers unibyte | |
8453 temporarily. Pay attention to multibyteness while updating the | |
8454 descriptor-line. | |
8455 (tar-mode-write-file): Write without code conversion. | |
8456 | |
8457 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8458 | |
8459 * nngateway.el: Require cl. | |
8460 | |
8461 1998-11-15 Dave Love <fx@gnu.org> | |
8462 | |
8463 * progmodes/fortran.el: Fix previous change: | |
8464 (fortran-end-prog-re1): Changed. | |
8465 (fortran-check-end-prog-re): New function. | |
8466 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
8467 | |
8468 1998-11-13 Tom Breton <tob@world.std.com> | |
8469 | |
8470 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
8471 GNU Emacs. | |
8472 | |
8473 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
8474 | |
8475 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
8476 fixed. | |
8477 (reftex-toc-toggle-file-boundary, | |
8478 reftex-toc-toggle-labels, | |
8479 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
8480 (reftex-toc-include-labels, reftex-toc-include-context, | |
8481 reftex-toc-include-file-boundaries, | |
8482 reftex-toc-keep-other-windows): New options. | |
8483 (reftex-use-text-after-label-as-context): Option removed. | |
8484 (reftex-extract-bib-entries): Protect use in non-latex | |
8485 buffers. | |
8486 (reftex-toc-visit-location): Renamed from | |
8487 `reftex-toc-visit-line'. | |
8488 (reftex-latin1-to-ascii): Works now with and without Mule. | |
8489 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
8490 (reftex-get-offset): Made more general. | |
8491 (reftex-show-label-location): Renamed from | |
8492 `reftex-select-label-callback'. | |
8493 (reftex-pop-to-label): Function removed (using | |
8494 `reftex-show-label-location' instead. | |
8495 (reftex-insert-docstruct): Renamed from | |
8496 `reftex-make-and-insert-label-list'. Function args changed. | |
8497 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
8498 `reftex-find-start-point'. | |
8499 (reftex-select-item): Use `reftex-find-start-point'. | |
8500 (reftex-toc-visit-line): Can display labels and file | |
8501 boundaries. | |
8502 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
8503 | |
8504 1998-11-12 Sam Steingold <sds@goems.com> | |
8505 | |
8506 * browse-url.el (browse-url): Handle the case when | |
8507 `browse-url-browser-function' is a lambda list. | |
8508 | |
8509 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8510 | |
8511 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
8512 version string. | |
8513 * loadhist.el (symbol-file): Likewise | |
8514 | |
8515 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8516 | |
8517 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
8518 | |
8519 1998-11-11 Sam Steingold <sds@goems.com> | |
8520 | |
8521 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
8522 `run-lisp' instead of signalling an error. | |
8523 | |
8524 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
8525 | |
8526 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
8527 | |
8528 1998-11-11 Richard Stallman <rms@gnu.org> | |
8529 | |
8530 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
8531 | |
8532 1998-11-11 Per Starback <starback@update.uu.se> | |
8533 | |
8534 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
8535 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
8536 for it. | |
8537 | |
8538 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
8539 | |
8540 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
8541 handling if setpagedevice is not available. | |
8542 (ps-begin-file): Fix typo. | |
8543 | |
8544 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
8545 | |
8546 * international/mule-util.el (compose-chars-component): Signal | |
8547 error if CH is a rule-based composition character. | |
8548 (compose-chars): Signal error if an already compsed character is | |
8549 going to be composed by rule-base. | |
8550 | |
8551 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
8552 full XLFD, don't try to get information of WEIGHT and SLANT from | |
8553 that font name. | |
8554 | |
8555 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
8556 | |
8557 * dos-w32.el (set-default-process-coding-system): Use function on | |
8558 before-init-hook to set default-process-coding-system based on | |
8559 enable-multibyte-characters. | |
8560 | |
8561 * term/w32-win.el ([language-change]): For now ignore | |
8562 keyboard language-change events. | |
8563 | |
8564 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8565 | |
8566 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
8567 convert-standard-file-name, but leave the results of | |
8568 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
8569 characters if the original name already exists, or has a special | |
8570 handler. | |
8571 | |
8572 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
8573 | |
8574 * international/iso-insert.el: Delete autoload cookies. | |
8575 | |
8576 * international/iso-transl.el: Add autoload cookies. | |
8577 | |
8578 1998-11-10 Richard Stallman <rms@gnu.org> | |
8579 | |
8580 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
8581 (ispell-process-line): Don't treat multibyte | |
8582 | |
8583 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
8584 | |
8585 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
8586 setpagedevice to specify the page size if setpagedevice is | |
8587 available. This is necessary to select the correct paper tray on | |
8588 Level 2 printers with multiple paper sizes available. | |
8589 | |
8590 (ps-begin-file): Cope with font names that contain spaces, and | |
8591 call BeginDoc in a BeginSetup/EndSetup block. | |
8592 | |
8593 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8594 | |
8595 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
8596 convert-standard-filename. | |
8597 | |
8598 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
8599 convert-standard-filename. | |
8600 | |
8601 1998-11-06 Richard Stallman <rms@gnu.org> | |
8602 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8603 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 8604 Detect the case of two @-commands in a row; process just the first. |
8605 (texinfo-append-refill): If line has a @c, insert the @refill | |
8606 before it. | |
8607 (texinfo-format-refill): Return with point where the @refill was. | |
8608 | |
8609 * files.el (hack-local-variables): Test local-enable-local-variables. | |
8610 (hack-local-variables-prop-line): Likewise. | |
8611 (set-auto-mode): Don't test local-enable-local-variables here. | |
8612 (enable-local-variables): Doc fix. | |
8613 (local-enable-local-variables): Doc fix. | |
8614 (normal-mode): Doc fix. | |
8615 | |
8616 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
8617 | |
8618 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
8619 | |
8620 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8621 | |
8622 * simple.el (line-number-mode): Doc fix. | |
8623 | |
8624 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
8625 | |
8626 * international/fontset.el (create-fontset-from-fontset-spec): | |
8627 Give correct arg to `error'. | |
8628 | |
8629 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
8630 | |
8631 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
8632 (sgml-name-8bit-mode): Fix missing format character in message string. | |
8633 | |
8634 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
8635 | |
8636 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
8637 | |
8638 1998-11-05 Richard Stallman <rms@gnu.org> | |
8639 | |
8640 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
8641 | |
8642 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
8643 (close-rectangle): Define as alias. | |
8644 | |
8645 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
8646 | |
8647 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
8648 | |
8649 1998-11-05 Dave Love <fx@gnu.org> | |
8650 | |
8651 * help.el (describe-variable): Don't quote link to source. | |
8652 | |
8653 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8654 | |
8655 * gud.el (gud-common-init): Use pop-to-buffer. | |
8656 (same-window-regexps): Add an element that matches all gud buffers. | |
8657 | |
8658 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
8659 | |
8660 * term/w32-win.el (x-get-selection-value): Alias to | |
8661 x-cut-buffer-or-selection-value. | |
8662 (w32-standard-fontset-spec): New variable. | |
8663 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
8664 new-fontset is available. | |
8665 (w32-use-w32-font-dialog): Enable use of set-variable. | |
8666 | |
8667 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8668 | |
8669 * vc.el (with-vc-file, edit-vc-file): New macros. | |
8670 | |
8671 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
8672 | |
8673 * international/quail.el (quail-show-guidance-buf): Call | |
8674 set-minibuffer-window to set minibuffer window of the current | |
8675 frame correctly. | |
8676 | |
8677 1998-11-03 Theodore Jump <tjump@tertius.com> | |
8678 | |
8679 * term/w32-win.el: Require fontset. | |
8680 | |
8681 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
8682 | |
8683 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
8684 (set-face-font-auto): Ditto. | |
8685 | |
8686 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8687 | |
8688 * mouse.el (mouse-drag-region): Fix typo. | |
8689 | |
8690 1998-11-02 Dave Love <fx@gnu.org> | |
8691 | |
8692 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
8693 (fortran-fontify-string): New function. | |
8694 (fortran-font-lock-keywords-1): Use it. | |
8695 | |
8696 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
8697 | |
8698 * comint.el (comint-file-name-quote-list): Doc fix. | |
8699 | |
8700 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8701 | |
8702 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
8703 build directory, not source directory. | |
8704 | |
8705 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
8706 if we did not get one for the final move. | |
8707 | |
8708 1998-11-01 Dave Love <fx@gnu.org> | |
8709 | |
8710 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
8711 Don't funcall browse-url-browser-function. | |
8712 | |
8713 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
8714 Don't funcall browse-url-browser-function. | |
8715 | |
8716 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
8717 | |
8718 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8719 | |
8720 * files.el (revert-buffer): Doc fix. | |
8721 | |
8722 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8723 | |
8724 * textmodes/tex-mode.el (tex-start-options-string): | |
8725 Quote the backslashes with more backslashes. | |
8726 | |
8727 1998-10-31 Dave Love <fx@gnu.org> | |
8728 | |
8729 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
8730 (webjump): Don't funcall browse-url-browser-function. | |
8731 | |
8732 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
8733 | |
8734 * international/quail.el (quail-start-translation): Handle | |
8735 switching of the frame in read-key-sequence. | |
8736 (quail-start-conversion): Likewise. | |
8737 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
8738 windows before setting an appropriate window for it. | |
8739 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
8740 quail-guidance-win to nil. | |
8741 (quail-update-guidance): If quail-guidance-buf is not in the | |
8742 selected frame, call quail-show-guidance-buf again. | |
8743 | |
8744 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
8745 | |
8746 * progmodes/pascal.el (pascal-mode): | |
8747 `blink-matching-paren-dont-ignore-comments' set to t. | |
8748 | |
8749 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8750 | |
8751 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
8752 | |
8753 1998-10-30 Dave Love <fx@gnu.org> | |
8754 | |
8755 * vc.el (vc-backend-merge-news): Check for "P" output. | |
8756 | |
8757 * help.el (describe-variable): Hyperlink the definition. | |
8758 | |
8759 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
8760 | |
8761 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
8762 (sh-set-shell): Likewise. | |
8763 | |
8764 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
8765 | |
8766 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
8767 (edebug-on-error): Fix customize type to match that of | |
8768 debug-on-error. | |
8769 | |
8770 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
8771 | |
8772 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
8773 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
8774 | |
8775 * international/mule-cmds.el (select-message-coding-system): Doc | |
8776 fix. | |
8777 | |
8778 * international/mule-diag.el (describe-coding-system): Describe | |
8779 all flags. | |
8780 | |
8781 * mail/sendmail.el (sendmail-coding-system, | |
8782 default-sendmail-coding-system): Doc fix. | |
8783 | |
8784 * simple.el (shell-command-on-region): Doc fix. | |
8785 | |
8786 * loadup.el: Write fns-*.el in current directory instead of | |
8787 data-directory since no installation directory exists yet. Mark | |
8788 buffer unmodified afterwards. | |
8789 | |
8790 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
8791 instead of data-directory since it is architecture dependent. | |
8792 (load-history-loaded): Update doc string. | |
8793 | |
8794 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
8795 | |
8796 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
8797 path as a default directory when canonicalizing names. | |
8798 | |
8799 * w32-fns.el: Remove a dangling reference to a directory on the | |
8800 build machine. | |
8801 | |
8802 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8803 | |
8804 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
8805 namespace related keywords such as `class', `body', `private', | |
8806 `variable', `namespace eval', etc. | |
8807 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
8808 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
8809 imenu and font-lock so that searches for \sw would find words | |
8810 containing colons. | |
8811 | |
8812 * progmodes/etags.el (initialize-new-tags-table): | |
8813 Do not alter find-tag-marker-ring and tags-location-ring. | |
8814 | |
8815 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
8816 | |
8817 * term/w32-win.el: Require fontset. | |
8818 (w32-init-fontsets): New function (code from x-win.el). | |
8819 | |
8820 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8821 | |
8822 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
8823 calendar-and-diary-frame-parameters): Add title parameter. | |
8824 | |
8825 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8826 | |
8827 * completion.el (dynamic-completion-mode): New function to enable | |
8828 the mode. (Just loading the file now does not change anything.) | |
8829 | |
8830 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8831 | |
8832 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
8833 (ps-multibyte-buffer): New user option. | |
8834 (ps-setup): Print new user option. | |
8835 (ps-print-quote): New fun. | |
8836 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
8837 (ps-default-color, ps-mule-font-info-database) | |
8838 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
8839 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
8840 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
8841 Little code improvement. | |
8842 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
8843 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
8844 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
8845 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
8846 (ps-mule-external-libraries, ps-mule-init-external-library) | |
8847 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
8848 Doc fix. | |
8849 (ps-print-version): New version number (4.1.1) and doc fix. | |
8850 (ps-print-prologue-header): New user option. | |
8851 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
8852 Conditional compilation for GNU Emacs and emacsens. | |
8853 (ps-generate-postscript-with-faces): Skip invisible text better. | |
8854 (ps-setup): Print new user option. | |
8855 (ps-print-preprint): Check if input file name exists and is unwritable. | |
8856 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
8857 and insert user PostScript prologue header comments. | |
8858 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
8859 New funs. | |
8860 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
8861 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
8862 PostScript programming normalization. | |
8863 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
8864 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
8865 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
8866 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
8867 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
8868 Programming style normalization. | |
8869 | |
8870 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
8871 | |
8872 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8873 version, check the value of mule-version. | |
8874 | |
8875 * international/mule-util.el (compose-region): Insert then delete | |
8876 to preserve markers. | |
8877 (decompose-region): Use search-forward for efficiency. | |
8878 | |
8879 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
8880 change, use generate-new-buffer instead of get-buffer-create. | |
8881 * language/devan-util.el | |
8882 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8883 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8884 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8885 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8886 | |
8887 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8888 | |
8889 * mail/rmailsum.el (rmail-message-subject-p): | |
8890 Handle message whose header has not been reformatted. | |
8891 | |
8892 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
8893 | |
8894 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
8895 | |
8896 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
8897 New variables. | |
8898 (mouse-set-font): Use font menus instead of dialog according to | |
8899 w32-use-w32-font-dialog. | |
8900 | |
8901 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8902 | |
8903 * 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
|
8904 correctly! |
25837 | 8905 (calendar-month-name-array): Add doc string correctly! |
8906 | |
8907 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8908 | |
8909 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
8910 | |
8911 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
8912 | |
8913 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
8914 | |
8915 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
8916 | |
8917 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
8918 | |
8919 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
8920 | |
8921 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8922 | |
8923 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
8924 | |
8925 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
8926 | |
8927 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
8928 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
8929 (profile-filter, profile-reset-timer): Functions deleted. | |
8930 (profile-check-zero-init-times, profile-get-time): Likewise. | |
8931 (profile-find-function, profile-quit): Likewise. | |
8932 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
8933 (profile-time-list, profile-init-list): Doc fix. | |
8934 (profile-functions): Simplify. | |
8935 (profile-print): Use float. Make output include space separators. | |
8936 (profile-add-time): New helper function. | |
8937 (profile-function-prolog): Renamed from profile-start-function. | |
8938 Handle profile-distinct. | |
8939 (profile-function-epilog): Renamed from profile-update-function. | |
8940 Handle profile-distinct. | |
8941 (profile-a-function): If the function to be profiled is an | |
8942 autoload form, load it. If it's lazy-loaded, fetch it. | |
8943 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
8944 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
8945 documented, rather than a one-element list. | |
8946 (profile-finish): Call profile-restore-fun properly. | |
8947 | |
8948 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
8949 | |
8950 * international/characters.el: Setup charset property | |
8951 nospace-between-words. | |
8952 | |
8953 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
8954 composition, return nil. | |
8955 (put-charset-property): If CHARSET is composition, do nothing. | |
8956 | |
8957 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
8958 * language/devan-util.el | |
8959 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8960 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8961 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8962 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8963 | |
8964 * textmodes/fill.el (sentence-end-without-period): New variable. | |
8965 (canonically-space-region): Pay attention to | |
8966 sentence-end-without-period. | |
8967 (fill-find-break-point): The first argument CHARSET deleted. | |
8968 Caller changed. | |
8969 (fill-region-as-paragraph): Pay attention to charset property | |
8970 nospace-between-words and text property nospace-between-words. | |
8971 | |
8972 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8973 | |
8974 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
8975 an unrecognized shell. | |
8976 | |
8977 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
8978 | |
8979 * desktop.el (desktop-save): Include minor modes symbolically. | |
8980 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
8981 | |
8982 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8983 | |
8984 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
8985 (sh-font-lock-keywords): Handle rpm and rpm2. | |
8986 (sh-ancestor-alist): Handle rpm. | |
8987 | |
8988 * files.el (auto-mode-alist): Recognize .rpm files. | |
8989 Also .spec and .mspec files. | |
8990 | |
8991 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8992 | |
8993 * faces.el (frame-set-background-mode): Enable the function for | |
8994 MSDOS frames. | |
8995 | |
8996 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8997 | |
8998 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
8999 (calendar-month-name-array): Add doc string. | |
9000 | |
9001 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9002 | |
9003 * simple.el (kill-ring-max): Increased to 60. | |
9004 | |
9005 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
9006 | |
9007 * international/characters.el: Setup auto-fill-chars. | |
9008 | |
9009 * international/kinsoku.el (kinsoku): Check the variable | |
9010 enable-kinsoku. | |
9011 | |
9012 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
9013 Don't call kinsoku directly, intead call fill-find-break-point. | |
9014 | |
9015 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
9016 property to character sets which require `kinsoku' processing for | |
9017 filling. | |
9018 (fill-find-break-point): New function. | |
9019 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
9020 Don't call kinsoku directly, intead call fill-find-break-point. | |
9021 | |
9022 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9023 | |
9024 * faces.el (modify-face-read-string): Return (nil) for "none". | |
9025 (modify-face): Don't get error if (nil) is the argument. | |
9026 (face-try-color-list): Don't check whether nil is a valid color. | |
9027 | |
9028 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9029 | |
9030 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
9031 Print message about each directory, even in batch mode. | |
9032 | |
9033 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
9034 | |
9035 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
9036 (ps-mule-string-char): No need to use sref. | |
9037 (ps-mule-next-index): No need to use sref. | |
9038 | |
9039 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
9040 | |
9041 * files.el (revert-buffer-internal-hook): Add defvar. | |
9042 | |
9043 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
9044 | |
9045 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
9046 | |
9047 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
9048 | |
9049 * international/mule-cmds.el (default-input-method): Fix custom type. | |
9050 | |
9051 * net-utils.el (whois-server-list): Fix customization type. | |
9052 | |
9053 * shell.el (shell-input-autoexpand): Fix customization group. | |
9054 | |
9055 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9056 | |
9057 * repeat.el (repeat): Handle keyboard macros properly. | |
9058 Handle new prefix arg after self-insert command. | |
9059 | |
9060 * repeat.el: Don't include cl even at compile time. | |
9061 (repeat): Avoid using `loop'. | |
9062 | |
9063 * simple.el (shell-command-on-region): Doc fix. | |
9064 (next-history-element): Special error message if no default. | |
9065 | |
9066 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9067 | |
9068 * ps-print.el (ps-print-buffer): Doc fix. | |
9069 (ps-despool): Likewise. | |
9070 | |
9071 * arc-mode.el (arc-mode): Provide arc-mode. | |
9072 | |
9073 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9074 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9075 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 9076 |
9077 1998-10-14 Dave Love <fx@gnu.org> | |
9078 | |
9079 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
9080 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
9081 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
9082 | |
9083 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
9084 Continuation Line" to "Join Line". | |
9085 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
9086 | |
9087 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
9088 | |
9089 * progmodes/fortran.el (fortran-join-line): Use | |
9090 `delete-indentation' instead of issuing an error message if not on | |
9091 a continuation line. Provide for joining several lines using | |
9092 prefix arg. | |
9093 | |
9094 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
9095 | |
9096 * term/pc-win.el (msdos-color-values): New variable. | |
9097 (x-color-values): New function, emulates its namesake from | |
9098 src/xfns.c. | |
9099 (msdos-bg-mode): Add all dark colors to those which return | |
9100 "dark". | |
9101 | |
9102 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9103 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9104 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 9105 Don't ignore case if arg has upper case letters. |
9106 | |
9107 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
9108 | |
9109 * progmodes/vhdl-mode.el | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9110 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
25837 | 9111 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
9112 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
9113 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
9114 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
9115 (vhdl-when): Fix indentation problem. | |
9116 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
9117 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
9118 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
9119 | |
9120 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
9121 | |
9122 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
9123 (ls-lisp-insert-directory): Renamed from insert-directory. | |
9124 (insert-directory): New function. | |
9125 | |
9126 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9127 | |
9128 * simple.el (completion-fixup-function): Variable deleted. | |
9129 (completion-setup-function): Delete code for completion-fixup-function. | |
9130 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
9131 Don't bind completion-fixup-function. | |
9132 | |
9133 * files.el (find-file-wildcards): New option. | |
9134 (find-file-noselect): Handle wild cards, if enabled. | |
9135 (file-expand-wildcards): New function. | |
9136 | |
9137 * simple.el (set-fill-column): Doc fix. | |
9138 | |
9139 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9140 | |
9141 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
9142 | |
9143 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
9144 | |
9145 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
9146 Move declaration before first use. | |
9147 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
9148 hif-math, hif-factor): Rename token to hif-token and token-list to | |
9149 hif-token-list. | |
9150 (hif-token, hif-token-list): Declare them. | |
9151 (hif-find-ifdef-block): Return cons of top and bottom point | |
9152 instead of setting dynamically bound variables. | |
9153 (hide-ifdef-block, show-ifdef-block): Use return value of | |
9154 hif-find-ifdef-block. | |
9155 | |
9156 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9157 | |
9158 * subr.el (read-passwd): Use clear-this-command-keys. | |
9159 | |
9160 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
9161 | |
9162 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
9163 and ...-for-write. | |
9164 | |
9165 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
9166 | |
9167 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
9168 responses to GROUP command, since this may be called from a timer | |
9169 with quit inhibited. | |
9170 | |
9171 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
9172 | |
9173 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
9174 set unconditional-jump to nil. | |
9175 (ccl-compile-read-multibyte-character): Return nil. | |
9176 (ccl-compile-write-multibyte-character): Likewise. | |
9177 (ccl-compile-translate-character): Likewise | |
9178 (ccl-compile-map-multiple): Likewise. | |
9179 (ccl-compile-map-single): Likewise. | |
9180 | |
9181 * international/kinsoku.el: Add coding tag. | |
9182 (kinsoku-bol): Remove superfluous TAB in a string. | |
9183 | |
9184 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
9185 Delete `composition' (if any) from CHARSETS. | |
9186 | |
9187 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9188 | |
9189 * international/mule-cmds.el (setup-specified-language-environment): | |
9190 Add apropos-inhibit property. | |
9191 (describe-specified-language-support): Likewise. | |
9192 | |
9193 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
9194 | |
9195 * international/mule.el (make-coding-system): Create -with-esc | |
9196 variant coding system. | |
9197 | |
9198 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
9199 | |
9200 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
9201 (next-file): Optionally offer to revert a file's buffer, | |
9202 if it has an existing buffer but the file has changed. | |
9203 | |
9204 * info.el (Info-insert-dir): Detect and report problems | |
9205 in input files, such as "No Top node". Return with point | |
9206 at the beginning of the text. | |
9207 (Info-find-node): Reinsert the code to handle files | |
9208 with no tags table; it was deleted by mistake. | |
9209 | |
9210 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
9211 | |
9212 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
9213 texinfo-find-higher-level-node repeatedly find the same node. | |
9214 (texinfo-find-higher-level-node): Doc fix. | |
9215 | |
9216 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9217 | |
9218 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
9219 (smtpmail-address-buffer): Add defvar. | |
9220 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
9221 | |
9222 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
9223 | |
9224 * ffap.el (ffap-machine-p-local): Fix editing error. | |
9225 | |
9226 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9227 | |
9228 * faces.el (frame-set-background-mode): | |
9229 Don't do anythung for text-only or MSDOS frame. | |
9230 | |
9231 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
9232 | |
9233 * international/quail.el (quail-defrule): New optional arg APPEND. | |
9234 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
9235 | |
9236 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9237 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9238 * gnus/pop3.el (pop3-open-server): |
25837 | 9239 Set process-coding-system-alist around open-network-stream. |
9240 | |
9241 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9242 | |
9243 * files.el (save-buffer): Doc fix. | |
9244 | |
9245 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
9246 | |
9247 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
9248 return DEF unchanged, not nil. Simplify. | |
9249 | |
9250 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
9251 | |
9252 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
9253 | |
9254 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
9255 | |
9256 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
9257 | |
9258 * net-utils.el (ftp, nslookup): Require comint. | |
9259 (network-service-connection): Likewise. | |
9260 (whois-server-name): Defaults to whois.arin.net | |
9261 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
9262 (whois): Tries to guess the appropriate top-level domain server. | |
9263 (whois-get-tld): New function. | |
9264 | |
9265 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
9266 (dirtrack-debug-toggle): Added this function. | |
9267 | |
9268 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9269 | |
9270 * files.el (find-file-noselect): Switch to the correct buffer | |
9271 before checking find-file-literally, and allow non-nil non-t | |
9272 rawfile params. | |
9273 | |
9274 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
9275 | |
9276 * midnight.el (clean-buffer-list): Add autoload cookie. | |
9277 | |
9278 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
9279 no-autosave. | |
9280 * tar-mode.el (tar-mode-revert): Likewise. | |
9281 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
9282 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
9283 * gnus/message.el (message-auto-save-directory): Renamed from | |
9284 message-autosave-directory. All references changed. | |
9285 | |
9286 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
9287 | |
9288 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
9289 string. Expose mime stuff while searching. | |
9290 | |
9291 1998-10-06 Richard Stallman <rms@gnu.org> | |
9292 | |
9293 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
9294 | |
9295 * replace.el (perform-replace): Position point properly | |
9296 before and after the recursive edit of C-r. | |
9297 | |
9298 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
9299 find the markers in the old rings that are being discarded. | |
9300 | |
9301 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9302 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9303 * apropos.el (apropos-print): Control invalid characters. |
25837 | 9304 |
9305 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
9306 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
9307 confusing customize. | |
9308 | |
9309 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
9310 | |
9311 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
9312 built-in commands. Add more built-in commands and fix face names. | |
9313 | |
9314 1998-10-05 Simon Marshall <simon@gnu.org> | |
9315 | |
9316 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
9317 | |
9318 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
9319 | |
9320 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
9321 customization since it is not useful in this case. | |
9322 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
9323 sure it gets evalled to a number. Also verify that set-frame-name | |
9324 fn exists before calling it. | |
9325 | |
9326 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
9327 Protect a `forward-sexp' call which could fail, and improved regex | |
9328 for ie, and eg abbreviations. | |
9329 | |
9330 1998-10-02 Noah Friedman <friedman@splode.com> | |
9331 | |
9332 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
9333 send-string. | |
9334 (rlogin-send-Ctrl-D): Here also. | |
9335 (rlogin-send-Ctrl-Z): Here also. | |
9336 (rlogin-send-Ctrl-backslash): Here also. | |
9337 | |
9338 1998-10-02 Dave Love <fx@gnu.org> | |
9339 | |
9340 * outline.el (hide-region-body): Bind | |
9341 outline-view-change-hook to nil while making repeated calls to | |
9342 outline-flag-region. Run it once at the end. | |
9343 (hide-other, hide-sublevels, show-children): Likewise. | |
9344 | |
9345 * info-look.el: Remove duplicate scheme-mode entry. | |
9346 (info-lookup-make-completions): When looking for entries, check | |
9347 that `item' isn't null or "Menu". | |
9348 | |
9349 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
9350 | |
9351 * net-utils.el: Don't require ffap. | |
9352 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
9353 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
9354 | |
9355 1998-09-30 Richard Stallman <rms@gnu.org> | |
9356 | |
9357 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
9358 | |
9359 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
9360 (imenu--sort-by-position): New function. | |
9361 | |
9362 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
9363 (customize group): Fix info node name. | |
9364 | |
9365 * mail/mailalias.el (build-mail-aliases): Don't allow | |
9366 a newline in the alias name. Don't define an alias | |
9367 if the definition would be empty. | |
9368 | |
9369 * which-func.el (which-func-mode-global): Make :set function | |
9370 more reliable. | |
9371 | |
9372 * custom.el (custom-set-variables): Load the requests first, | |
9373 then check the symbol's `set' function. | |
9374 | |
9375 * ffap.el: Doc fixes. | |
9376 | |
9377 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9378 | |
9379 * gnus.el: (gnus-valid-select-methods): Fix type. | |
9380 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
9381 * gnus-score.el (gnus-orphan-score): Fix type. | |
9382 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
9383 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
9384 (gnus-saved-headers): Fix type. | |
9385 | |
9386 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
9387 Avoid nil value of `two-lines-citation-part'. | |
9388 | |
9389 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
9390 | |
9391 * which-func.el (which-function): Handle case when | |
9392 (car imenu--index-alist) is nil. | |
9393 | |
9394 1998-09-29 Dave Love <fx@gnu.org> | |
9395 | |
9396 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
9397 bzip2 args. | |
9398 | |
9399 1998-09-29 Simon Marshall <simon@gnu.org> | |
9400 | |
9401 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
9402 comint-exec-hook. | |
9403 | |
9404 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
9405 | |
9406 * info-look.el: Add support for Octave. | |
9407 | |
9408 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
9409 | |
9410 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
9411 (reftex-texpath-environment-variables, | |
9412 reftex-use-external-file-finders, reftex-external-file-finders, | |
9413 reftex-search-unrecursed-path-first): New options. | |
9414 (reftex-process-string, reftex-find-file-externally): New | |
9415 functions. | |
9416 (reftex-access-search-path): Execute shell commands to find the | |
9417 search path. | |
9418 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
9419 `reftex-auto-view-crossref' becomes non-nil. | |
9420 (reftex-abbrev-regexp): Constant removed. | |
9421 (reftex-convert-string): Abbrev regexp calculated locally. | |
9422 | |
9423 1998-09-28 Dave Love <fx@gnu.org> | |
9424 | |
9425 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
9426 font-lock patterns with keywords that aren't all literal. | |
9427 | |
9428 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
9429 | |
9430 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
9431 the form `octave.bin:1>' which come from using precopiled binary | |
9432 versions. | |
9433 | |
9434 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9435 | |
9436 * help.el (help-for-help): Use %THIS-KEY%. | |
9437 (help-quit): Add doc. | |
9438 | |
9439 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
9440 in a separate function definition, not in the help command FNAME. | |
9441 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
9442 | |
9443 1998-09-25 Richard Stallman <rms@gnu.org> | |
9444 | |
9445 * textmodes/texinfo.el (texinfo-show-structure): | |
9446 Bind inhibit-read-only. | |
9447 | |
9448 * isearch.el (isearch-search-and-update): Properly | |
9449 handle upper case letters in the reverse-search special case. | |
9450 | |
9451 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9452 | |
9453 * gnus.el: Extend the list of autoloaded functions. | |
9454 | |
9455 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9456 buffer before creating help group. (from Gnus v5.6.43, fix by | |
9457 1998-08-20 Per Starback <starback@update.uu.se>) | |
9458 | |
9459 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
9460 `rmail-output-to-rmail-file'. | |
9461 | |
9462 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
9463 | |
9464 * hexl.el (hexl-mode-map): More of previous change. | |
9465 | |
9466 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
9467 (tex-start-tex): Don't use tex-start-options-string in star case. | |
9468 Quote file name in star case as well as in non-star. | |
9469 Add blank and quoting of option string here. | |
9470 (tex-start-options-string): Not here. | |
9471 | |
9472 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
9473 | |
9474 * term.el (term-delimiter-argument-list): Doc fix. | |
9475 (term-emulate-terminal): Escape literal semicolon. | |
9476 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
9477 (asm-comment-char): Escape literal semicolon. | |
9478 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
9479 | |
9480 1998-09-23 Richard Stallman <rms@gnu.org> | |
9481 | |
9482 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
9483 only those that normally modify the buffer. | |
9484 | |
9485 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
9486 over again. | |
9487 | |
9488 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
9489 | |
9490 * ispell.el (check-ispell-version): Ensure same buffer is current | |
9491 when let-binding of case-fold-search ends. | |
9492 | |
9493 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9494 | |
9495 * ps-print.el: Skip invisible overlay. | |
9496 Test for set-buffer-multibyte rather than using mule-version. | |
9497 (ps-print-version): New version number (4.1) and doc fix. | |
9498 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
9499 | |
9500 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
9501 | |
9502 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
9503 | |
9504 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
9505 | |
9506 * international/quail.el (quail-update-guidance): Check for the | |
9507 return value of (quail-guidance) fixed. | |
9508 (quail-update-translation): Bind quail-current-str locally when it | |
9509 calls quail-update-guidance. | |
9510 (quail-update-translation): If input-method-exit-on-first-char is | |
9511 non-nil, terminate translation only when the current input method | |
9512 is simple. | |
9513 | |
9514 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
9515 | |
9516 * startup.el (locale-translation-file-name): Prefer X-related names | |
9517 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
9518 (command-line): Use locale-translation-file-name if it is not nil, | |
9519 instead of testing for its existence again. | |
9520 regexp-quote the ctype before using it in a regexp. | |
9521 Allow a colon to appear after the ctype in the aliases file, | |
9522 as is done in X11R6.4. | |
9523 | |
9524 1998-09-21 Richard Stallman <rms@gnu.org> | |
9525 | |
9526 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
9527 | |
9528 * calendar/appt.el (appt-interval): Variable deleted. | |
9529 (appt-check): For minutes in between appt-display-interval times, | |
9530 do check, but don't display anything except an updated mode line. | |
9531 Count against appt-display-interval based on minutes since | |
9532 first display of this appointment, not based on time of day. | |
9533 If appt-display-mode-line, force mode line redisplay | |
9534 whenever appt-mode-string has changed. | |
9535 (appt-add, appt-delete): Add autoload cookies. | |
9536 (appt-check): Catch errors from calling `diary'. | |
9537 (appt-max-time): Renamed from max-time. | |
9538 (appt-now-displayed, appt-display-count): New variables. | |
9539 (appt-timer): Don't create one if we already have one. | |
9540 | |
9541 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
9542 More general code to use the source buffer instead of the zap file. | |
9543 | |
9544 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
9545 compare-with-file. | |
9546 | |
9547 * loadhist.el (load-history-loaded): New variable. | |
9548 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
9549 | |
9550 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
9551 | |
9552 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
9553 Fix error messages. | |
9554 | |
9555 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
9556 | |
9557 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
9558 Emacs frame. | |
9559 | |
9560 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9561 | |
9562 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
9563 `undecided' and `undecided-unix'. | |
9564 | |
9565 1998-09-21 Dave Love <fx@gnu.org> | |
9566 | |
9567 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
9568 | |
9569 * subr.el (remove-hook): Check list values to avoid errors. | |
9570 | |
9571 1998-09-18 Noah Friedman <friedman@splode.com> | |
9572 | |
9573 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
9574 store string in eldoc-last-message without consing a new string. | |
9575 Rearrange logic from nested if's into cond's. | |
9576 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
9577 Do not print message; just return string. | |
9578 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
9579 Do not print message; just return string. | |
9580 Cache that string in eldoc-last-data. | |
9581 (eldoc-last-data): Make into a vector. | |
9582 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
9583 (eldoc-get-var-docstring): Here also. | |
9584 (eldoc-last-data-store): New function. | |
9585 (eldoc-get-fnsym-args-string): Use it. | |
9586 (eldoc-get-var-docstring): Here also. | |
9587 (eldoc-docstring-first-line): Minimize interim string consing. | |
9588 Call substitute-command-keys on the result. | |
9589 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
9590 eldoc-docstring-message): Functions removed. | |
9591 (eldoc-docstring-format-sym-doc): New function, functionality | |
9592 ripped out of eldoc-docstring-message. | |
9593 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
9594 | |
9595 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
9596 | |
9597 * international/mule.el (make-coding-system): Doc-string modified. | |
9598 | |
9599 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
9600 | |
9601 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
9602 | |
9603 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
9604 customize type. | |
9605 | |
9606 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
9607 type. | |
9608 | |
9609 * progmodes/compile.el (compilation-error-screen-columns): New | |
9610 variable. | |
9611 (compilation-next-error-locus): Use it to decide whether to use | |
9612 forward-char or move-to-column. | |
9613 | |
9614 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
9615 | |
9616 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
9617 feedmail-fiddle-plex-user-list, | |
9618 feedmail-spray-address-fiddle-plex-list, | |
9619 feedmail-prompt-before-queue-user-alist, | |
9620 feedmail-prompt-before-queue-help-supplement, | |
9621 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
9622 feedmail-queue-alternative-mail-header-separator): Fix customize | |
9623 type. | |
9624 | |
9625 * startup.el (site-run-file): Fix customize type. | |
9626 | |
9627 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
9628 customize type. | |
9629 | |
9630 * shell.el (shell-input-autoexpand): Fix customize type. | |
9631 | |
9632 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
9633 Improve layout of customize type. | |
9634 | |
9635 * net-utils.el (traceroute-program-options, ping-program-options, | |
9636 ipconfig-program-options, netstat-program-options, | |
9637 arp-program-options, route-program-options, | |
9638 nslookup-program-options, ftp-program-options): Fix customize | |
9639 type. | |
9640 | |
9641 * midnight.el (clean-buffer-list-kill-regexps, | |
9642 clean-buffer-list-kill-buffer-names, | |
9643 clean-buffer-list-kill-never-buffer-names, | |
9644 clean-buffer-list-kill-never-regexps): Fix customize type. | |
9645 | |
9646 * man.el (Man-init-defvars): Avoid trailing nil on | |
9647 Man-filter-list. | |
9648 | |
9649 * lpr.el (printer-name): Fix customize type. | |
9650 | |
9651 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
9652 | |
9653 * international/mule-cmds.el (reset-language-environment): Call | |
9654 update-coding-systems-internal. | |
9655 | |
9656 * international/mule-conf.el: Call update-coding-systems-internal | |
9657 at the tail. | |
9658 | |
9659 1998-09-14 Dave Love <fx@gnu.org> | |
9660 | |
9661 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
9662 use the menu-enable properties, pending doing it correctly and | |
9663 acceptably fast. | |
9664 | |
9665 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
9666 | |
9667 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
9668 | |
9669 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
9670 comment-{start,end} non-nil as well as bound. Report an error if | |
9671 we can't grok the mode. | |
9672 | |
9673 1998-09-13 Richard Stallman <rms@gnu.org> | |
9674 | |
9675 * simple.el (blink-matching-open): Don't log paren matching | |
9676 messages in *Messages*. | |
9677 | |
9678 1998-09-12 Richard Stallman <rms@gnu.org> | |
9679 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9680 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 9681 Set point-before-scroll at end even if there was an error. |
9682 | |
9683 * ange-ftp.el (ange-ftp-insert-file-contents): | |
9684 Use binary mode for dumb-unix hosts as for unix hosts. | |
9685 (ange-ftp-copy-file-internal): Likewise. | |
9686 | |
9687 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9688 | |
9689 * emacs-lisp/pp.el: Doc fixes. | |
9690 | |
9691 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
9692 (widget-choose): Don't use single-char shortcuts if # items | |
9693 exceeds that many. Use minibuffer instead. | |
9694 | |
9695 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9696 | |
9697 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
9698 | |
9699 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
9700 | |
9701 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
9702 in terminal mode. | |
9703 | |
9704 1998-09-10 Noah Friedman <friedman@splode.com> | |
9705 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9706 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
25837 | 9707 defcustom declaration. It's wreaking too much havoc with XEmacs |
9708 and older versions of Emacs, which share this code. | |
9709 | |
9710 * type-break.el (type-break-mode): Here also. | |
9711 | |
9712 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
9713 `t' to add-hook also to modify the new local value. | |
9714 | |
9715 1998-09-10 Dave Love <fx@gnu.org> | |
9716 | |
9717 * vc.el (vc-insert-headers): Doc fix. | |
9718 | |
9719 1998-09-10 Richard Stallman <rms@gnu.org> | |
9720 | |
9721 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
9722 ispell-... variables permanent locals. | |
9723 (flyspell-mode-off): Add autoload cookie. | |
9724 | |
9725 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
9726 do use binary mode, just as for `unix'. | |
9727 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
9728 | |
9729 * dired.el (dired-mark-files-containing-regexp): | |
9730 Don't scan directories. Ignore non-readable files. | |
9731 | |
9732 * progmodes/compile.el (compilation-error-regexp-alist): | |
9733 Fix previous change: allow . and _ in command name. | |
9734 | |
9735 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
9736 | |
9737 * uncompress.el (uncompress-while-visiting): | |
9738 Use just the car of what find-operation-coding-system returns. | |
9739 | |
9740 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
9741 | |
9742 * shell.el (shell-file-name-quote-list): Add # to the value. | |
9743 | |
9744 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
9745 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9746 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
25837 | 9747 to make killing of ispell process work even if |
9748 kill-all-local-variables has been run. | |
9749 | |
9750 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9751 | |
9752 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
9753 loop when sexp entry ends at end of file with no newline. | |
9754 | |
9755 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9756 | |
9757 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
9758 (Custom-reset-standard): Fix menu inconsistency. | |
9759 | |
9760 * mail/feedmail.el (feedmail-from-line): Allow t. | |
9761 (feedmail-message-id-suffix): Allow nil. | |
9762 | |
9763 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
9764 Simplify. Make prefix arg work right. | |
9765 | |
9766 1998-09-09 Dave Love <fx@gnu.org> | |
9767 | |
9768 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9769 | |
9770 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
9771 | |
9772 1998-09-08 Dave Love <fx@gnu.org> | |
9773 | |
9774 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
9775 stuff only after file names or at start of line. Allow parens | |
9776 around e-mail, as well as angles. | |
9777 | |
9778 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
9779 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
9780 time for nicer failure if it's not available. | |
9781 | |
9782 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
9783 | |
9784 * comint.el (comint-arguments): Ignore backslashes when using | |
9785 w32 shells that expect backslashes as the directory separator. | |
9786 | |
9787 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
9788 | |
9789 * international/fontset.el (resolved-ascii-font): New variable. | |
9790 (x-complement-fontset-spec): By side effect, set | |
9791 `resolved-ascii-font' to the resolved name of ASCII font." | |
9792 (create-fontset-from-fontset-spec): Don't get a value for | |
9793 resolved-ascii-font from the list full-fontlist. It is set by | |
9794 x-complement-fontset-spec now. | |
9795 | |
9796 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
9797 version, check the value of mule-version. | |
9798 | |
9799 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
9800 | |
9801 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
9802 several functions. No longer moves to find a macro. | |
9803 (reftex-view-cr-cite, reftex-view-cr-ref, | |
9804 reftex-end-of-bib-entry): New functions. | |
9805 (reftex-auto-view-crossref): New value `window' allowed. | |
9806 (reftex-view-crossref-when-idle): Process new `window' option in | |
9807 (reftex-translate-to-ascii-function): New default. | |
9808 (reftex-label-illegal-re): Default changed, removed Latin1. | |
9809 (reftex-latin1-to-ascii): New function. | |
9810 (reftex-what-environment): Check for section regexp before use. | |
9811 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
9812 absolute path names. | |
9813 (reftex-TeX-master-file): Changed sequence of file checks. | |
9814 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
9815 | |
9816 1998-09-06 Richard Stallman <rms@gnu.org> | |
9817 | |
9818 * progmodes/compile.el (compilation-error-regexp-alist): | |
9819 In first pattern (GNU utilities and other things), | |
9820 allow a space after the optional program name at the beginning. | |
9821 | |
9822 * mail/mail-hist.el (mail-hist-current-header-contents): | |
9823 Fix previous change: use mail-header-end. | |
9824 | |
9825 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
9826 | |
9827 * international/ccl.el: Doc fixes. | |
9828 * international/encoded-kb.el: Doc fixes. | |
9829 * international/fontset.el: Doc fixes. | |
9830 * international/kinsoku.el: Doc fixes. | |
9831 * international/kkc.el: Doc fixes. | |
9832 * international/mule-cmds.el: Doc fixes. | |
9833 * international/mule-conf.el: Doc fixes. | |
9834 * international/mule-util.el: Doc fixes. | |
9835 * international/mule.el: Doc fixes. | |
9836 | |
9837 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
9838 | |
9839 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
9840 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
9841 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
9842 punctuation for first line sentence breaking. | |
9843 (checkdoc-this-string-valid): When converting a comment into a doc | |
9844 string, make sure " chars are \". | |
9845 (checkdoc-sentencespace-region-engine): Only do double space check | |
9846 if based on the variable `sentence-end-double-space' | |
9847 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
9848 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
9849 | |
9850 1998-09-04 Richard Stallman <rms@gnu.org> | |
9851 | |
9852 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
9853 Recognize define-skeleton as a function definer. | |
9854 | |
9855 * cus-edit.el (customize-option): Refuse to customize | |
9856 a variable that has no defcustom. But if variable is autoloaded, | |
9857 first try to load the library that defines it. | |
9858 | |
9859 * international/iso-insert.el: Use `string' before calling `insert' | |
9860 so that in multibyte buffers we insert multibyte chars. | |
9861 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9862 * dired.el (dired-mark-files-containing-regexp): |
25837 | 9863 Don't use find-file; instead, insert the file in a temp buffer. |
9864 | |
9865 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
9866 (tex-start-tex): Use that variable. | |
9867 | |
9868 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
9869 value in the `repeat' alternative a list. | |
9870 | |
9871 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
9872 the inserted newline, verify that one was really inserted. | |
9873 | |
9874 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
9875 remains on or remains off. | |
9876 (flyspell-multi-language-p): Default changed to nil. | |
9877 | |
9878 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
9879 In "found in comment" case, don't beginning-of-line after forward-line. | |
9880 | |
9881 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
9882 If the function definition is not a lambda, return original FORM | |
9883 with no error. | |
9884 | |
9885 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
9886 | |
9887 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
9888 so that by default netstat shows all network connections. | |
9889 | |
9890 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
9891 | |
9892 * international/quail.el: Doc fixes. | |
9893 | |
9894 * info.el (info): Don't add parens if FILE already has them. | |
9895 | |
9896 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
9897 | |
9898 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
9899 on extension lines. | |
9900 | |
9901 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
9902 | |
9903 * w32-fns.el (w32-shell-dos-semantics): New function. | |
9904 | |
9905 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
9906 | |
9907 * 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
|
9908 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 9909 |
9910 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
9911 | |
9912 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
9913 argument to ps-mule-generate-bitmap-font. | |
9914 | |
9915 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
9916 entry and change Latin-1 entry in the default value. | |
9917 (ps-mule-font-info-database-ps-bdf): New variable. | |
9918 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
9919 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
9920 registerd in FONT-SPEC. | |
9921 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
9922 charcter width of bitmap fonts. | |
9923 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
9924 procedure NF. | |
9925 (ps-begin-file): Output PostScript code for setting | |
9926 SpaceWidthRatio. | |
9927 (ps-plot-region): Use line-beginning-position to get a position of | |
9928 the beginning of the current line. | |
9929 | |
9930 * international/mule-cmds.el (register-input-method): Doc-string | |
9931 modified. | |
9932 | |
9933 1998-09-01 Dave Love <fx@gnu.org> | |
9934 | |
9935 * international/mule-cmds.el (current-language-environment): Fix | |
9936 setter function. | |
9937 | |
9938 1998-09-01 Simon Marshall <simon@gnu.org> | |
9939 | |
9940 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
9941 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
9942 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
9943 names with font-lock-type-face. Fontify type specs, etc., with | |
9944 font-lock-keyword-face. | |
9945 | |
9946 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
9947 | |
9948 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
9949 font is specified in FONTLIST, don't substitute it for the | |
9950 resolved name. | |
9951 | |
9952 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
9953 | |
9954 * international/mule.el (charset-description): Doc fix. | |
9955 | |
9956 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
9957 language/devanagari.el, language/ethiopic.el, | |
9958 language/european.el, language/hebrew.el, language/indian.el, | |
9959 language/japanese.el, language/korean.el, language/lao.el, | |
9960 language/slovak.el, language/thai.el, language/tibetan.el, | |
9961 language/vietnamese.el: | |
9962 Add coding: local variable, to avoid bootstrapping problem | |
9963 if you need to recompile all the Lisp files using interpreted code. | |
9964 | |
9965 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9966 | |
9967 * cal-china.el (chinese-year-cache): Change range of years from | |
9968 1989-2000 to 1990-2010. | |
9969 | |
9970 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
9971 | |
9972 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
9973 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
9974 | |
9975 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9976 | |
9977 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
9978 (ps-output-string-prim): Comment format changed. | |
9979 (ps-do-despool): Indentation of source code changed. | |
9980 | |
9981 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
9982 | |
9983 * subr.el (sref): Make it an alias of aref. Make the | |
9984 byte-compiler warn that it is obsolete. | |
9985 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
9986 | |
9987 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
9988 Calculate the total bytes using position-bytes instead of | |
9989 char-bytes. | |
9990 | |
9991 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
9992 | |
9993 * snmp-mode.el: New file. | |
9994 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
9995 | |
9996 1998-08-27 Karl Eichwalder <ke@suse.de> | |
9997 | |
9998 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
9999 | |
10000 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
10001 | |
10002 * calendar/diary-lib.el (diary-block): Doc fix.. | |
10003 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
10004 | |
10005 1998-08-27 Richard Stallman <rms@gnu.org> | |
10006 | |
10007 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
10008 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
10009 Clear appt-mode-string if we don't put something in it. | |
10010 | |
10011 1998-08-27 Dave Love <fx@gnu.org> | |
10012 | |
10013 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
10014 dired-local-variables-file for dired-x. | |
10015 | |
10016 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
10017 for compressed library files too. | |
10018 | |
10019 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
10020 | |
10021 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
10022 ("Latin-2"): Likewise. | |
10023 | |
10024 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
10025 | |
10026 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
10027 | |
10028 1998-08-26 Albert L. Ting <alt@artisan.com> | |
10029 | |
10030 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
10031 (mail-hist-current-header-contents): Use mail-text-start. | |
10032 | |
10033 1998-08-26 Richard Stallman <rms@gnu.org> | |
10034 | |
10035 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
10036 (customize-changed-options-previous-release): New variable. | |
10037 (customize-changed-options): Use that variable as default arg. | |
10038 | |
10039 1998-08-26 Karl Eichwalder <ke@suse.de> | |
10040 | |
10041 * midnight.el: Require `timer' not only when compiling. | |
10042 | |
10043 1998-08-26 Per Starback <starback@update.uu.se> | |
10044 | |
10045 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
10046 buffer before creating help group. | |
10047 | |
10048 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10049 | |
10050 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
10051 coding-system-for-write before saving. | |
10052 | |
10053 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
10054 | |
10055 * isearch.el (isearch-forward): Doc fix. | |
10056 | |
10057 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
10058 | |
10059 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
10060 value, not a float. | |
10061 | |
10062 * cus-dep.el: Fix typo in output. | |
10063 | |
10064 1998-08-25 Dave Love <fx@gnu.org> | |
10065 | |
10066 * repeat.el (repeat): Doc fix. | |
10067 [From rms:] | |
10068 (repeat-previous-repeated-command): New variable. | |
10069 (repeat): Check for real-last-command being null or repeat. Set | |
10070 repeat-previous-repeated-command. | |
10071 | |
10072 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
10073 | |
10074 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
10075 | |
10076 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
10077 coding-system-for-write by the return value of | |
10078 select-message-coding-system. | |
10079 (message-send-mail-with-qmail): Likewise. | |
10080 | |
10081 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
10082 | |
10083 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
10084 define-derived-mode. | |
10085 | |
10086 * files.el (file-name-invalid-regexp): | |
10087 Fix regex for ms-dos without long file names. | |
10088 | |
10089 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
10090 | |
10091 * ps-print.el: Multi-byte buffer handling. | |
10092 (ps-print-version): New version number (4.0) and doc fix. | |
10093 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
10094 compilation for GNU Emacs and emacsens. | |
10095 (ps-generate-postscript-with-faces): Force invisible text to be | |
10096 visible. | |
10097 (dos-ps-printer): New var to avoid compilation gripes. | |
10098 | |
10099 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
10100 | |
10101 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
10102 that no more characters can't be printed in the current line. | |
10103 | |
10104 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
10105 | |
10106 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
10107 greater than TO. | |
10108 | |
10109 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
10110 | |
10111 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
10112 20.2 and the earlier version. | |
10113 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
10114 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
10115 (ps-mule-find-wrappoint): Likewise. | |
10116 (ps-mule-generate-font): Change `X' to `x' in format | |
10117 control-string. | |
10118 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
10119 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
10120 `restore' form procedures `BC' and `EC'. | |
10121 | |
10122 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
10123 | |
10124 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
10125 is an executable procedure. Make LineThickness, Xshadow, and | |
10126 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
10127 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
10128 ps-mule-font-info-database-bdf): New vars. | |
10129 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
10130 (ccl-encode-ethio-unicode): New CCL program. | |
10131 (ps-mule-encode-ethiopic): New fun. | |
10132 (ps-mule-current-charset): New var. | |
10133 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
10134 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
10135 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
10136 (ps-mule-external-libraries): New var. | |
10137 (ps-mule-init-external-library): New fun. | |
10138 (ps-mule-font-cache): New var. | |
10139 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
10140 (ps-last-font): New var. | |
10141 (ps-mule-prepare-font): New fun. | |
10142 (ps-mule-charset-list): New var. | |
10143 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
10144 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
10145 ps-mule-plot-string): New funs. | |
10146 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
10147 New vars. | |
10148 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
10149 ps-mule-prepare-cmpchar-font): New funs. | |
10150 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
10151 vars. | |
10152 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
10153 ps-mule-generate-bitmap-glyph): New funs. | |
10154 (ps-mule-initialize, ps-mule-begin): New funs. | |
10155 (ps-output-string-prim): Insert string as unibyte. | |
10156 (ps-output-prologue): New fun. | |
10157 (ps-flush-output): Handle the case of 'prologue. | |
10158 (ps-begin-file): Call ps-mule-initialize. | |
10159 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
10160 printing multibyte characters. | |
10161 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
10162 (ps-basic-plot-string): Handle the case of printing ASCII | |
10163 characters by external libraries (e.g. BDF). | |
10164 (ps-set-font): Set ps-last-font. | |
10165 (ps-plot-region): Handle multibyte characters, use | |
10166 ps-mule-plot-string for them. | |
10167 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
10168 | |
10169 * bdf.el: New file. | |
10170 | |
10171 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
10172 | |
10173 * international/mule-cmds.el (select-message-coding-system): New | |
10174 function. | |
10175 (set-language-environment-coding-systems): Set | |
10176 default-sendmail-coding-system. | |
10177 | |
10178 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
10179 (default-sendmail-coding-system): New variable. | |
10180 (sendmail-send-it): Encode the message by a coding system | |
10181 select-message-coding-system returns. | |
10182 | |
10183 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
10184 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10185 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
25837 | 10186 (speedbar-mode): Set buffer to read only. |
10187 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
10188 with arguments. | |
10189 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
10190 | |
10191 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
10192 | |
10193 * speedbar.el (speedbar-key-map): Fix typo. | |
10194 | |
10195 See ChangeLog.7 for earlier changes. |