Mercurial > emacs
annotate lisp/ChangeLog @ 29166:dc6d60c27c31
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 24 May 2000 17:33:07 +0000 |
parents | 641e43bad886 |
children | 23b00eb0af27 |
rev | line source |
---|---|
29166 | 1 2000-05-24 Dave Love <fx@gnu.org> |
2 | |
3 * info.el (Info-find-node-2): Restructure [following "Vadim | |
4 S. Solomin" <sovs@uic.nnov.ru>]. | |
5 | |
6 * icomplete.el: Fix header for Finder. | |
7 | |
8 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
9 | |
10 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
11 STAY. | |
12 | |
13 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
14 (rmail-show-message): Add call to `rmail-auto-file' during | |
15 display. | |
16 (rmail-auto-file): New function. | |
17 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
18 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
19 |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
20 * ediff-diff.el (ediff-forward-word): take syntactic word class into |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
21 account. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
22 (ediff-test-utility,ediff-diff-mandatory-option, |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
23 ediff-reset-diff-options): utilities for proper initialization of |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
24 ediff-diff-options and ediff-diff3-options on Windows. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
25 |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
26 * ediff-init.el (ediff-merge-filename-prefix): new customizable |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
27 variable. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
28 |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
29 * ediff-mult.el (ediff-filegroup-action): use |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
30 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
31 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
32 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
33 |
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
34 * viper-ex.el (ex-write): set selective display to nil. |
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
35 |
29159 | 36 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
37 | |
38 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
39 aliases for hebrew-iso-8bit. | |
40 | |
29148 | 41 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
42 | |
43 * woman.el: New version from Francis J. Wright | |
44 <F.J.Wright@Maths.QMW.ac.uk>. | |
45 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
46 names in environment variables regardless of the path separator. | |
47 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
48 on all files, since woman-file-regexp already filters out any | |
49 directories. | |
50 | |
29140 | 51 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
52 | |
29144 | 53 * international/quail.el (quail-start-translation): Don't change |
54 modified-p of the current buffer. | |
55 (quail-start-conversion): Likewise. | |
56 | |
57 * international/kkc.el (kkc-region): Don't change modified-p of | |
58 the current buffer. | |
59 | |
29142 | 60 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
61 conform to RFC1468. | |
62 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 63 |
29138 | 64 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
65 | |
66 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
67 (speedbar-insert-button): Invisible text property fix. | |
68 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
69 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
70 (speedbar-page-plus): Renamed from speedbar-file-+ | |
71 (speedbar-page-minus): Renamed from speedbar-file-- | |
72 (speedbar-page): Renamed from speedbar-file- | |
73 (speedbar-tag): Renamed from speedbar-tag- | |
74 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
75 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
76 (speedbar-expand-image-button-alist): Use above renames. | |
77 | |
78 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
79 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
80 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
81 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
82 * sb-pg.xpm: Renamed from sb-file.xpm | |
83 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
84 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm | |
85 | |
29128 | 86 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
87 | |
88 * international/quail.el (quail-show-guidance-buf): Set | |
89 current-input-method of the guidance buffer to the name of the | |
90 curren input method. | |
91 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
92 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
93 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
94 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
95 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
96 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
97 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
98 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
99 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
100 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
101 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
102 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
103 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
104 * ffap.el (ffap-highlight): Use facep rather than internal-find-face. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
105 |
29116 | 106 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
107 | |
29127 | 108 * startup.el (command-line): Determine source file of compiled |
109 user init file differently. Warn if compiled user init file | |
110 is older than its source file. | |
111 | |
29116 | 112 * ffap.el (ffap-url-regexp): Add `https'. |
113 | |
29112 | 114 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
115 | |
116 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
117 rather than `|' (which is not allowed on Windows). Replace the | |
118 drive letters with a string "drive_X". | |
119 | |
29110 | 120 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
121 | |
122 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
123 | |
124 * files.el (interpreter-mode-alist): Add `bash2'. | |
125 | |
29091 | 126 2000-05-22 Dave Love <fx@gnu.org> |
127 | |
128 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
129 mapc. | |
130 (feature-file): Avoid calling symbol-name. Doc fix. | |
131 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
132 (loadhist-hook-functions): Add mouse-position-function. | |
133 (unload-feature): Change uses of mapcar. | |
134 | |
135 * files.el (parse-colon-path): Doc fix. | |
136 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
137 (set-auto-mode): Use mapc. | |
138 | |
139 * complete.el (PC-look-for-include-file): Use :alnum: character | |
140 class. | |
141 (partial-completion-mode): Add autoload cookie. | |
142 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
143 2000-05-22 Sam Steingold <sds@gnu.org> |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
144 |
29102 | 145 * info.el (Info-fontify-node): Fixed the call to |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
146 `add-text-properties' (bug introduced on 2000-05-18). |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
147 |
29082 | 148 2000-05-22 Dave Love <fx@gnu.org> |
149 | |
150 * bindings.el: Remove debug-ignored-errors set in other files. | |
151 | |
152 * progmodes/etags.el: Add to debug-ignored-errors. | |
153 (visit-tags-table-buffer): Clear out buffers holding old tables | |
154 when making a new list. | |
155 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
156 mapc. | |
157 | |
158 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
159 quote keywords. | |
160 (cmpl-string-case-type): Use character classes. | |
161 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
162 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
163 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
164 * imenu.el: |
29082 | 165 * mail/mh-e.el: |
166 * progmodes/compile.el: Add to debug-ignored-errors. | |
167 | |
168 * dabbrev.el: Add to debug-ignored-errors. | |
169 (dabbrev-completion): Use mapc. | |
170 | |
29075 | 171 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
172 | |
173 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
174 (woman-mapcan, woman-parse-man.conf) | |
175 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
176 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
177 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
178 path syntax better. | |
179 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
180 (woman-manpath): Call woman-parse-man.conf. | |
181 (woman-emulation): New defcustom, defaults to nroff. | |
182 (woman-font-support): New defconst. | |
183 (woman-use-symbol-font): New defcustom. | |
184 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
185 "Emulation". | |
186 Many functions: Doc fix. | |
187 | |
29072 | 188 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
189 | |
190 * international/quail.el (quail-simple-translation-keymap): Map | |
191 128..255 to quail-self-insert-command. | |
192 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
193 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
194 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
195 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
196 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
197 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
198 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
199 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
200 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
201 * newcomment.el (comment-region-internal): Go back to BEG after quoting |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
202 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
203 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
204 * subr.el (remove-hook): Don't turn the hook's value into a list. |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
205 |
29059 | 206 2000-05-21 Dave Love <fx@gnu.org> |
207 | |
29061 | 208 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
209 are invalid characters. | |
210 | |
29059 | 211 * international/mule-util.el (detect-coding-with-priority): Use |
212 mapc. Remove redundant lambda. | |
213 | |
214 * international/mule-diag.el (list-non-iso-charset-chars) | |
215 (describe-fontset): Remove redundant lambda. | |
216 | |
217 * emulation/crisp.el (brief-mode): New alias. | |
218 | |
219 * emacs-lisp/ring.el (ring-elements): New function. | |
220 | |
221 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
222 (easy-menu-do-add-item): Use keywordp. | |
223 | |
224 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
225 | |
226 * replace.el: Doc and error message fixes. | |
227 (replace-highlight): Use facep, not internal-find-face. | |
228 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
229 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
230 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
231 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda. |
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
232 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
233 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
234 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
235 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
236 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
237 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
238 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
239 (log-view-font-lock-keywords): Only use cvs-filename-face if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
240 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
241 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
242 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
243 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
244 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
245 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE) |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
246 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
247 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
248 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
249 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
250 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
251 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
252 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
253 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
254 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
255 (comment-search-forward): Always move even in the no-syntax case. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
256 (comment-padright): Only obey N if it's only obeyed for padleft. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
257 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
258 Use `=' for the filler if comment-start has only one character. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
259 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
260 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
261 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
262 |
29029 | 263 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
264 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
265 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 266 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
267 | |
29028 | 268 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
269 | |
270 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
271 and insert, not subst-char-in-region. | |
272 | |
273 * international/mule-diag.el (list-character-sets-1): Handle | |
274 charsets eight-bit-control and eight-bit-graphic. | |
275 (list-iso-charset-chars): Likewise. | |
276 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
277 charactes as is. Use indent-to to align characters. | |
278 | |
279 * international/mule-cmds.el (find-multibyte-characters): Never | |
280 exclude charsets eight-bit-control and eight-bit-graphic. | |
281 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
282 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
283 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
284 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
285 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
286 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
287 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
288 |
28993 | 289 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
290 | |
291 * gud.el (gud-jdb-directories): Doc fix. | |
292 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
293 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
294 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
295 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
296 |
28988 | 297 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
298 | |
28993 | 299 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 300 |
28982 | 301 2000-05-18 Andreas Schwab <schwab@suse.de> |
302 | |
303 * dired.el (dired-between-files): Also skip lines beginning with | |
304 `used'. | |
305 | |
28978 | 306 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
307 | |
308 * msb.el (msb-menu-cond): Add choice `user'. | |
309 | |
28981 | 310 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
311 |
28981 | 312 * ps-print.el: Compatibility, customization and doc fix. |
313 (ps-printer-name-option): Replace defconst by defvar. | |
314 (ps-postscript-code-directory): XEmacs compatibility. | |
315 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
316 fix. | |
317 (ps-user-defined-prologue, ps-print-prologue-header) | |
318 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
319 compatibility and code fix. | |
320 (ps-print-background-image, ps-print-background-text): | |
321 Customization fix. | |
322 (ps-line-number-start, ps-n-up-on): New vars. | |
323 | |
28978 | 324 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
325 | |
326 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
327 the indent-comment function to just return the appropriate indent. | |
328 | |
28975 | 329 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
330 | |
331 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
332 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
333 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
334 | |
28969 | 335 2000-05-18 Dave Love <fx@gnu.org> |
336 | |
337 * info.el (Info-fontify-node): Add intangible property as well as | |
338 invisible. | |
339 | |
340 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
341 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
342 | |
28965 | 343 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
344 | |
345 * international/mule-diag.el (describe-char-after): Call | |
346 internal-char-font, not char-font. If internal-char-font returns | |
347 nil, display "-- none --". | |
348 | |
28959 | 349 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
350 | |
351 * image.el (image-type-available-p): Don't reference image-types | |
352 if it isn't bound. | |
353 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
354 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
355 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
356 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
357 |
28954 | 358 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
359 | |
360 * startup.el (command-line-1): Don't signal an error if the | |
361 directory for auto-save-list files does not yet exist. | |
362 | |
28950 | 363 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
364 | |
365 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
366 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
367 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
368 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
369 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
370 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
371 2000-05-16 Sam Steingold <sds@gnu.org> |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
372 |
28981 | 373 * info.el (debug-ignored-errors): More errors to ignore. |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
374 |
28942 | 375 2000-05-16 Dave Love <fx@gnu.org> |
376 | |
377 * cus-edit.el: Don't require cl or easymenu. | |
378 (custom-variable-prompt): Test standard-value property, not | |
379 user-variable-p. | |
380 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
381 2000-05-16 Sam Steingold <sds@gnu.org> |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
382 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
383 * subr.el (add-hook): `setq' hook-value, not `set'. |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
384 |
28939 | 385 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
386 | |
387 * startup.el (command-line-1): Mention the FAQ in the startup | |
388 message. | |
389 | |
390 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
391 | |
392 * progmodes/compile.el (compilation-parse-errors): Collect | |
393 `nomessage' regexps last. | |
394 | |
395 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
396 | |
397 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
398 to the function name. | |
399 | |
28926 | 400 2000-05-15 Dave Love <fx@gnu.org> |
401 | |
402 * speedbar.el (speedbar-recenter): Typo. | |
403 (speedbar-expand-line): Make arg optional. | |
404 (speedbar-mode): Avoid a compiler warning. | |
405 | |
28924 | 406 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
407 | |
408 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
409 user-specified option string is empty. | |
410 | |
411 * mouse.el (mouse-yank-at-click): Doc fix. | |
412 | |
28921 | 413 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
414 | |
415 * term/internal.el (IT-character-translations): More updates of | |
416 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
417 documents. | |
418 | |
28919 | 419 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
420 | |
421 * env.el (getenv): New function, interactively callable. | |
422 (setenv, getenv): Remove autoload cookies. | |
423 | |
424 * loadup.el: Load `env'. | |
425 | |
426 * progmodes/f90.el: Change author's mail address. | |
427 | |
28908 | 428 2000-05-14 Dave Love <fx@gnu.org> |
429 | |
28911 | 430 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
431 goto-addr as an option. | |
432 | |
433 * help.el (help-xref-stack): Doc fix. | |
434 (help-xref-following): New variable. | |
435 (help-make-xrefs): Use it. | |
436 (help-xref-go-back): Use position information from stack element. | |
437 (help-follow): Make position in stack element a pair. Use | |
438 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
439 |
28911 | 440 * autoarg.el: New file. |
441 | |
442 * faces.el: Declare more functions obsolete. | |
443 | |
28908 | 444 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
445 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
446 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
447 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
448 Remove all the setup-...-environment functions. | |
449 | |
28903 | 450 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
451 | |
28919 | 452 * speedbar.el: Updated the commentary section. xemacs20p now uses |
453 >= when detecting. Require `defimage' safely. | |
28903 | 454 (speedbar-easymenu-definition-base): Add toggle for images. |
455 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
456 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
457 (speedbar-reconfigure-keymaps-hook): New variable. | |
458 (speedbar-frame-parameters): Updated documentation. | |
459 (speedbar-use-imenu-flag): Updated custom tag | |
460 (speedbar-dynamic-tags-function-list): New variable. | |
461 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 462 (speedbar-indentation-width, speedbar-indentation-width) New |
463 variables. | |
464 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 465 (speedbar-vc-indicator): Doc update. |
466 (speedbar-ignored-path-expressions): Updated default value. | |
467 (speedbar-supported-extension-expressions): Updated default value. | |
468 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 469 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
470 as "+". Added overlay aliases. | |
471 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
472 `force-mode-line-update'. | |
473 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
474 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
475 `mouse-set-point' | |
28903 | 476 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 477 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
478 of arbitrary text, and new helper functions. | |
479 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
480 filename finder. | |
28903 | 481 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
482 (speedbar-directory-buttons): Update path search/expansion. | |
483 (speedbar-make-tag-line): Pay attention to | |
28919 | 484 `speedbar-indentation-width'. Use more care w/ invisible |
485 properties. | |
28903 | 486 (speedbar-change-expand-button-char): Call |
487 `speedbar-insert-image-button-maybe'. | |
488 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 489 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
490 (speedbar-trim-words-tag-hierarchy) | |
491 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 492 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 493 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
494 functions. | |
28903 | 495 (speedbar-mouse-set-point): New function |
496 (speedbar-power-click): Updated documentation. | |
28919 | 497 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
498 of tag prefix text. | |
499 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
500 to strange text. | |
501 (speedbar-expand-line): Takes universal argument to flush the | |
502 cache. | |
28903 | 503 (speedbar-flush-expand-line): New function. |
504 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
505 Use new generator insertion method. | |
506 (speedbar-fetch-dynamic-tags): New function. | |
507 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
508 `speedbar-fetch-dynamic-imenu'. | |
509 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
510 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
511 "Revert Buffer" menu items. | |
512 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
513 filename tag (for expansion purposes.). | |
28919 | 514 (speedbar-highlight-one-tag-line, |
515 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
516 (speedbar-recenter): New functions. | |
28903 | 517 (defimage-speedbar): Image loading abstraction. |
28919 | 518 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
519 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
520 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
521 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 522 (speedbar-expand-image-button-alist): New variable. |
523 (speedbar-insert-image-button-maybe): Insert an image over some | |
524 buttons. | |
525 | |
28894 | 526 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
527 | |
528 * international/mule-cmds.el (encode-coding-char): An ASCII | |
529 character is always encodable. | |
530 | |
531 * international/mule-conf.el: Add more information in descriptions | |
532 of character sets. | |
533 | |
28965 | 534 * international/mule-diag.el (describe-char-after): New function. |
28894 | 535 (describe-font-internal): Adjusted for the change of font-info. |
536 (describe-font): Likewise. | |
537 (print-fontset): Rewritten for the new fontset implementation. | |
538 (describe-fontset): Include fontset alias names in completion. | |
539 (list-fontsets): Adjusted for the change of print-fontset. | |
540 | |
28895 | 541 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
542 describe-char-after instead of displaying the detail in the echo | |
543 area. | |
28965 | 544 (syntax-code-table): Format changed. |
545 (string-to-syntax): Adjusted for the above change. | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
546 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
547 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
548 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
549 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
550 |
28890 | 551 2000-05-12 Dave Love <fx@gnu.org> |
552 | |
553 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
554 dependence. Use line-{beginning,end}-position, not | |
555 point-at{b,e}ol. Some doc fixes. | |
556 (todo-position): New function. Fix callers of position to use it. | |
557 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
558 | |
28885 | 559 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
560 | |
561 * time.el (display-time-mail-icon): Use `:ascent center'. | |
562 | |
28893 | 563 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
564 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
565 |
28882 | 566 2000-05-11 Dave Love <fx@gnu.org> |
567 | |
28888 | 568 * calendar/todo-mode.el: New file. |
28882 | 569 |
28870 | 570 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
571 | |
28881 | 572 * comint.el (comint-read-input-ring): Move reference to |
573 comint-input-ring-size outside of the save-excursion. It was | |
574 causing the default value to be the only one ever seen. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
575 |
28875 | 576 * font-lock.el: Update copyright. Remove Simon Marshall's email |
577 address on request from him. | |
578 | |
28870 | 579 * subr.el (substitute-key-definition): Add comment describing |
580 the meaning of PREFIX. | |
581 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
582 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
583 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
584 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
585 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
586 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed.. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
587 (add-minor-mode): Don't make the variable buffer-local and add a |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
588 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
589 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
590 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
591 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
592 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
593 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
594 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
595 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
596 * log-view.el (log-view-goto-rev): New function for the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
597 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
598 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
599 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
600 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
601 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
602 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
603 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
604 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
605 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
606 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
607 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
608 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
609 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
610 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
611 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
612 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
613 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
614 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
615 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
616 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
617 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
618 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
619 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
620 |
28845 | 621 2000-05-09 Sam Steingold <sds@goems.com> |
622 | |
623 * apropos.el (apropos-print): use `describe-face' instead of | |
624 `customize-face-other-window'. | |
625 | |
28842 | 626 2000-05-09 Dave Love <fx@gnu.org> |
627 | |
628 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
629 | |
630 * help.el (describe-variable): Have customize button pop the | |
631 help-xref stack when invoked. | |
632 (help-xref-symbol-regexp): Add `face'. | |
633 (help-make-xrefs): Check for quoted face names and adapt regexp | |
634 submatch numbers to cope. | |
635 (help-xref-interned): Maybe insert face doc too. Separate | |
636 sections with a line of hyphens. | |
637 | |
28848 | 638 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 639 (describe-face): Add customize button. Return the help |
640 text. Fix prompt. | |
641 | |
28839 | 642 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
643 | |
644 * term/internal.el (IT-character-translations): Fix last change. | |
645 | |
28833 | 646 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
647 | |
648 * woman.el: New file | |
649 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
650 | |
28829 | 651 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
652 | |
28831 | 653 * term/internal.el (IT-character-translations): Update ASCII |
654 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
655 latin-iso8859-15. | |
656 | |
28829 | 657 * international/mule-cmds.el (set-language-info-alist): Call |
658 define-prefix-command with 3 arguments, to make the map suitable | |
659 for a menu. | |
660 | |
28827 | 661 2000-05-07 Dave Love <fx@gnu.org> |
662 | |
663 * time.el: Small doc fixes from Pavel Janic. | |
664 | |
28825 | 665 2000-05-05 Dave Love <fx@gnu.org> |
666 | |
667 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
668 list in doc string. Don't quote keyword symbols. | |
669 * emacs-lisp/cl.el: Likewise | |
670 * emacs-lisp/cl-seq.el: Likewise | |
671 | |
28823 | 672 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
673 | |
674 * abbrev.el (abbrev-mode): Make ARG optional. | |
675 | |
28812 | 676 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
677 | |
28817 | 678 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
679 | |
680 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
681 | |
28812 | 682 * subr.el (substitute-key-definition): Clarify documentation. |
683 | |
684 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
685 | |
686 * glasses.el (glasses-convert-to-unreadable): Use | |
687 `glasses-separator' instead of the hard-wired "_". | |
688 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
689 place. | |
690 | |
28808 | 691 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
692 | |
693 * term/internal.el (cjk-codepages-alist): Add associations for | |
694 Chinese and Korean codepages. Remove FIXME comment. | |
695 | |
28806 | 696 2000-05-03 Dave Love <fx@gnu.org> |
697 | |
698 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
699 New option. | |
700 (display-time-mail-icon): New variable. | |
701 (display-time-string-forms): Use the above. Fix the local-map. | |
702 | |
28795 | 703 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
704 | |
28805 | 705 * replace.el (query-replace-map): Add binding for `E'. |
706 (query-replace-help): Extend help text. | |
707 (perform-replace): Allow editing the replacement string. | |
708 | |
709 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
710 (makefile-mode): Set local abbrev table to | |
711 makefile-mode-abbrev-table. | |
712 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
713 |
28795 | 714 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
715 set TOGGLE's value. | |
716 | |
28805 | 717 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
718 mail-interactive-insert-alias. | |
719 (mail-abbrev-complete-alias): New command. | |
720 (mail-mode-map): Bind it to `M-TAB'. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
721 |
28790 | 722 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
723 | |
724 * language/lao-util.el (lao-compose-region): New function. | |
725 | |
28782 | 726 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
727 | |
28789 | 728 * files.el (recover-session): Make directories as necessary |
729 if they don't exist yet. | |
730 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
731 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
732 (french-calendar-multibyte-special-days-array) |
28782 | 733 (french-calendar-special-days-array): Change French text. |
734 (calendar-french-date-string): Change output. | |
735 (calendar-goto-french-date): Likewise. | |
736 | |
737 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
738 | |
739 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
740 (widget-documentation-string-value-create): Set `:always-active'. | |
741 | |
28778 | 742 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
743 | |
744 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
745 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
746 (normal-top-level): Create the directory for auto-save files, if | |
747 it doesn't already exist (in the ms-dos case only). | |
748 | |
28775 | 749 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
750 | |
751 * international/mule-cmds.el (set-language-environment): Don't | |
752 concat an integer (dos-codepage), use format instead. | |
753 | |
28772 | 754 2000-05-02 Dave Love <fx@gnu.org> |
755 | |
756 * help.el (help-xref-on-pp): Check for constant symbols. | |
757 | |
28764 | 758 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
759 | |
760 * startup.el (normal-top-level): Put a condition-case around | |
761 the code loading subdirs.el. | |
762 | |
763 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
764 |
28764 | 765 * ps-print.el: Upside-down and face background color printing, |
766 line number step, doc fix. | |
767 (ps-print-version): New version number (5.2). | |
768 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
769 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
770 (ps-spool-config): Var fix. | |
771 (ps-printer-name-option): Const fix. | |
772 (ps-print-upside-down, ps-use-face-background) | |
773 (ps-line-number-step): New vars. | |
774 (ps-window-system, ps-lp-system): New consts. | |
775 (ps-face-background): New fun. | |
776 | |
28759 | 777 2000-04-28 Richard Stallman <rms@gnu.org> |
778 | |
779 * files.el (make-auto-save-file-name): | |
780 Apply auto-save-file-name-transforms to visited file name | |
781 before generating auto save file name. | |
782 (auto-save-file-name-transforms): New variable. | |
783 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
784 * files.el (backup-enable-predicate): |
28759 | 785 Correctly test for a file under a temporary directory. |
786 | |
28751 | 787 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
788 | |
789 * subr.el (add-minor-mode): Rewritten. | |
790 | |
28749 | 791 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
792 | |
793 * mail/sendmail.el (sendmail-send-it): Set | |
794 buffer-file-coding-system to the selected coding system for MIME | |
795 header. | |
796 | |
28748 | 797 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
798 | |
799 * dired.el (dired-move-to-filename-regexp): Allow format where | |
800 YYYY is followed by two spaces. | |
801 | |
802 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
803 in the second character class of the regexp. | |
804 | |
805 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
806 mh-etc, too. | |
807 | |
808 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
809 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
810 |
28748 | 811 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
812 | |
813 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
814 argument. | |
815 | |
816 2000-04-27 Sen Nagata <sen@eccosys.com> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
817 |
28748 | 818 * emacs-lisp/crm.el (crm-completion-table): New variable. |
819 (crm-collection-fn, crm-test-completion) | |
820 (completing-read-multiple): Use it. | |
821 | |
28736 | 822 2000-04-27 Dave Love <fx@gnu.org> |
823 | |
824 * help.el (locate-library): Use mapc. | |
825 (help-manyarg-func-alist): Add call-process-region. | |
826 | |
28724 | 827 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
828 | |
28729 | 829 * subr.el (add-minor-mode): Make argument MAP optional. |
830 | |
28724 | 831 * desktop.el (desktop-save): Save list of minor modes. |
832 (desktop-create-buffer): Restore minor modes. | |
833 (desktop-minor-mode-table): New user-option. | |
834 | |
835 * subr.el (add-minor-mode): New function. | |
836 | |
837 * image.el (find-image): New function. | |
838 (defimage): Rewritten to find image at load time. | |
839 | |
840 * startup.el (normal-top-level-add-to-load-path): Handle | |
841 case that the default directory is not in load-path. | |
842 | |
843 * help.el: Old patch from Stefan Monnier. | |
844 (help-xref-on-pp): New function. | |
845 (describe-variable): Use it to display xrefs in a symbol's value. | |
846 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
847 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
848 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
849 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
850 |
28713 | 851 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
852 | |
28715 | 853 * mail/rmail.el (rmail-expunge): When there are no deleted |
854 messages, do nothing. | |
28713 | 855 |
28712 | 856 2000-04-26 Dave Love <fx@gnu.org> |
857 | |
858 * international/mule-cmds.el (locale-translation-file-name): | |
859 Defvar to nil. | |
860 (set-locale-environment): Set it here (at runtime). | |
861 | |
28710 | 862 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
863 | |
864 * replace.el (perform-replace): Add parameters START and END. Use | |
865 them instead of the check for a region in Transient Mark mode. | |
866 (query-replace-read-args): Return two more list elements for the | |
867 start and end of the region in Transient Mark mode. | |
868 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
869 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
870 optional last arguments START and END and pass them to | |
871 perform-replace. | |
872 | |
873 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
874 form with additional arguments for perform-replace. | |
875 | |
876 * progmodes/etags.el (tags-query-replace): Add parameters START | |
877 and END. Construct a form with additional arguments for | |
878 perform-replace. | |
879 | |
880 * simple.el (shell-command): Set default directory for "*Shell | |
881 Command Output" buffer. | |
882 | |
883 * language/european.el (iso-latin-4): Fix typo. | |
884 | |
885 * emacs-lisp/crm.el: New file. | |
886 | |
28701 | 887 2000-04-24 Dave Love <fx@gnu.org> |
888 | |
889 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
890 (Custom-reset-saved, Custom-reset-standard) | |
891 (custom-group-value-create, custom-group-set, custom-group-save) | |
892 (custom-group-reset-current, custom-group-reset-saved) | |
893 (custom-group-reset-standard): Use mapc. | |
894 (custom-buffer-create-internal): Disable undo when creating items. | |
895 Use mapc. | |
896 (custom-face): Avoid redundant lambda. | |
897 | |
28699 | 898 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
899 | |
900 * startup.el (auto-save-list-file-prefix): Set default to | |
901 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
902 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
903 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
904 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
905 * time-stamp.el (time-stamp-string-preprocess): Always convert |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
906 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
907 |
28695 | 908 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
909 | |
910 * frame.el (scrolling): New group. | |
911 (automatic-hscrolling): New user-option. | |
912 | |
913 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
914 `--line-spacing'. | |
915 | |
28668 | 916 2000-04-19 Dave Love <fx@gnu.org> |
917 | |
918 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
919 (cl-mapc): Rename from mapc. Fix the funcall. | |
920 | |
28653 | 921 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
922 | |
28660 | 923 * simple.el (clone-indirect-buffer-other-window): New command. |
924 (clone-indirect-buffer): Add optional arg NORECROD. | |
925 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
926 | |
28658 | 927 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
928 | |
929 * window.el (count-screen-lines): New function. | |
930 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
931 instead of window-buffer-height. | |
932 | |
933 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
934 non-existing variable comint-input-sentinel. | |
935 (inferior-lisp-args-to-list): Removed. | |
936 (inferior-lisp): Use split-string instead of | |
937 inferior-lisp-args-to-list. | |
938 | |
939 * hexl.el (hexl-insert-hex-string): New command. | |
940 | |
28653 | 941 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
942 instead of concat. | |
943 | |
28634 | 944 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
945 | |
946 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
947 at the start of an existing but empty folder. | |
948 | |
949 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
950 | |
951 * ps-mule.el: Customization fix, doc fix. | |
952 (ps-multibyte-buffer): Customization fix. | |
953 | |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
954 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
955 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
956 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
957 |
28626 | 958 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
959 | |
960 * textmodes/texinfo.el (texinfo-insert-@email) | |
961 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
962 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
963 (texinfo-mode-map): Add key bindings for them. | |
964 | |
965 * files.el (basic-save-buffer-2): Use a template with `$' | |
966 instead of `#' for VMS. | |
967 | |
968 * simple.el (clone-indirect-buffer): New function. | |
969 | |
28621 | 970 2000-04-16 Stephen Eglen <stephen@gnu.org> |
971 | |
972 * iswitchb.el (iswitchb-case): New function. If the user input | |
973 contains any upper-case characters, the search is made | |
974 case-sensitive. | |
975 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
976 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
977 |
28621 | 978 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
979 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
980 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
981 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
982 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
983 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 984 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
985 and font-lock-defaults. Use regexp-opt for outline-regexp. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
986 (texinfo-environments): New var. |
28621 | 987 (texinfo-environment-regexp): Use regexp-opt and |
988 texinfo-environments. | |
989 | |
990 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
991 ispell-process is bound since this might be eval'd before ispell | |
992 is loaded. | |
993 (ispell-message): Use a tiny bit less magic and a bit more hard | |
994 data to figure out what kind of sc-cite-regexp to use. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
995 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
996 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
997 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
998 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
999 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1000 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1001 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1002 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1003 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1004 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1005 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
1006 |
28602 | 1007 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1008 | |
1009 * ps-print.el: Check for line-beginning-position definition. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1010 |
28602 | 1011 * ps-print.el: Fix counting lines in a region. |
1012 (ps-print-version): New version number (5.1.5). | |
1013 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
1014 (ps-printing-region): Fun code fix. | |
1015 | |
28600 | 1016 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
1017 | |
1018 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
1019 to file-directory-p. | |
1020 | |
28591 | 1021 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
1022 | |
1023 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
1024 exists before calling directory-files. | |
1025 | |
28578 | 1026 2000-04-13 Dave Love <fx@gnu.org> |
1027 | |
1028 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
1029 syntax. | |
1030 | |
1031 * emacs-lisp/cl-specs.el: Remove when, unless. | |
1032 | |
1033 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
1034 (cl-old-mapc): New variable. | |
1035 (mapc): Use it. | |
1036 (cl-map-intervals): Use with-current-buffer. Don't check for | |
1037 next-property-change. | |
1038 (cl-map-overlays): Use with-current-buffer. | |
1039 (cl-expt): Remove. | |
1040 (copy-tree, remprop): Define unconditionally. | |
1041 | |
1042 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
1043 | |
1044 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
1045 to use keywordp. | |
1046 (edebug-spec): Enable keywordp. | |
1047 | |
1048 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
1049 string-lessp. | |
1050 | |
1051 * cus-start.el: Use keywordp. | |
1052 | |
28577 | 1053 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
1054 | |
1055 * diary-lib.el (include-other-diary-files): Fix the fix of | |
1056 2000-02-18 by doing a save-excursion. | |
1057 | |
1058 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1059 | |
1060 * ps-print.el: Customization fix, doc fix. | |
1061 (ps-print-version): New version number (5.1.4). | |
1062 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
1063 (ps-print-preprint): Adjust code. | |
1064 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
1065 (ps-print-prologue-header, ps-print-control-characters) | |
1066 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1067 |
28564 | 1068 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
1069 | |
1070 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
1071 converted to the new menu-item format, names silightly changed, | |
1072 help strings added. | |
1073 | |
1074 Support for spelling without async subprocesses: | |
1075 | |
1076 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
1077 (ispell-session-buffer): New variables. | |
1078 (ispell-start-process, ispell-process-status, | |
1079 ispell-accept-output, ispell-send-string): New functions, for | |
1080 Ispell invocation when async subprocesses aren't supported. | |
1081 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
1082 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
1083 to process-send-string with calls to ispell-send-string, and | |
1084 accept-process-output with ispell-accept-output. | |
1085 (ispell-init-process): Call ispell-process-status instead of | |
1086 process-status with. | |
1087 (ispell-init-process): Call ispell-start-process. Call | |
1088 ispell-accept-output and ispell-send-string. Don't call | |
1089 process-kill-without-query and kill-process if they are unbound. | |
1090 (ispell-async-processp): New function. | |
1091 | |
28560 | 1092 2000-04-12 Dave Love <fx@gnu.org> |
1093 | |
1094 * info.el: Add debug-ignored-errors. | |
1095 (Info-mode-menu): Add some items. | |
1096 (Info-directory): Add autoload cookie. | |
1097 | |
1098 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
1099 Modify `truncate-lines'. Make `describe-language-environment' | |
1100 always visible and add help. Modify `describe-key' help. Invoke | |
1101 Info-directory from `info'. New entry `emacs-manual'. | |
1102 | |
28542 | 1103 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
1104 | |
28549 | 1105 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
1106 propertized-buffer-identification. | |
1107 (ebrowse-update-member-buffer-mode-line): Likewise. | |
1108 (ebrowse--mode-strings): Removed. | |
1109 (ebrowse--mode-line-props): Removed. | |
1110 | |
28542 | 1111 * files.el (auto-mode-alist): Add `EBROWSE'. |
1112 | |
1113 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
1114 space before testing for end of buffer. | |
1115 (ebrowse-load): Removed. | |
1116 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
1117 (ebrowse-create-tree-buffer): Rewritten. | |
1118 (ebrowse-tree-mode): Read tree from buffer. | |
1119 | |
1120 * progmodes/ebrowse-ffh.el: Removed. | |
1121 | |
28535 | 1122 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
1123 | |
1124 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
1125 | |
28534 | 1126 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
1127 | |
1128 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
1129 at the wrong place. | |
1130 | |
28783 | 1131 2000-04-09 Dave Love <fx@gnu.org> |
1132 | |
1133 * files.el (backup-enable-predicate): Use | |
1134 temporary-file-directory, small-temporary-file-directory. | |
1135 (make-backup-file-name-function, backup-directory-alist): New | |
1136 variables. | |
1137 (make-backup-file-name-1): New function. | |
1138 (make-backup-file-name): Use it. | |
1139 (find-backup-file-name): Likewise. Use format for clarity, not | |
1140 concat. | |
1141 (file-newest-backup): Use make-backup-file-name. | |
1142 | |
28523 | 1143 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
1144 | |
28530 | 1145 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1146 |
28530 | 1147 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
1148 to ebrowse-ffh.el. | |
1149 (ebrowse-load): Add autoload. | |
1150 | |
1151 * finder.el (finder-commentary): Add autoload cookie. | |
1152 | |
28523 | 1153 * mail/rfc2368.el: Correct author's email address. |
1154 | |
1155 * progmodes/ebrowse.el: New file. | |
1156 | |
1157 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
1158 item help string. | |
1159 (easy-menu-do-add-item): Ditto. | |
1160 (easy-menu-define): Extend doc string. | |
1161 | |
1162 * jit-lock.el (with-buffer-unmodified): Use | |
1163 restore-buffer-modified-p. | |
1164 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
1165 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
1166 with-buffer-unmodified. | |
1167 | |
28517 | 1168 2000-04-08 Dave Love <fx@gnu.org> |
1169 | |
1170 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
1171 unless, when. | |
1172 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
1173 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp> |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
1174 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
1175 * viper-util.el (viper-put-on-search-overlay): New subroutine. |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
1176 (viper-flash-search-pattern): No operation when using Emacs |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1177 doesn't support face. |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
1178 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1179 |
28506 | 1180 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
1181 | |
1182 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
1183 like C-r. | |
1184 | |
1185 * progmodes/make-mode.el: Some doc fixes. | |
1186 (makefile-mode-abbrev-table): New variable. | |
1187 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
1188 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
1189 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
1190 | |
1191 * replace.el (perform-replace): Don't move forward one char | |
1192 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
1193 to do that because it leaves point 1 position after the last | |
1194 replacement, after everything has been replaced. | |
1195 | |
1196 * jit-lock.el (with-buffer-unmodified): New macro. | |
1197 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
1198 modified state. | |
1199 (jit-lock-function-1): Extracted from jit-lock-function; not | |
1200 preserving buffer's modified state. | |
1201 (jit-lock-function, jit-lock-stealth-fontify): Call | |
1202 jit-lock-function-1. | |
1203 | |
1204 * mail/rfc2368.el: Remove supernumerary copyright line. | |
1205 | |
28499 | 1206 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
1207 | |
1208 * glasses.el: Provide facilities for inserting space before left | |
1209 parentheses and uncapitalization of identifiers. | |
1210 (glasses-mode): Try to remove old overlays in all cases. | |
1211 | |
28485 | 1212 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
1213 | |
28496 | 1214 * progmodes/compile.el (compile-internal): Display the compilation |
1215 buffer in a different frame, if it's already displayed there. | |
1216 | |
28494 | 1217 * mail/rfc2368.el: New file. |
1218 | |
28492 | 1219 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
1220 header and insert its value as mail body. | |
1221 | |
1222 * subr.el (member-ignore-case): New function. | |
1223 | |
1224 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
1225 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
1226 from dabbrev-ignored-regexps. | |
1227 | |
28485 | 1228 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
1229 to extensions handled by gzip. | |
1230 | |
28492 | 1231 2000-04-03 Richard M. Stallman <rms@gnu.org> |
1232 | |
1233 * files.el (insert-directory): List the total free space | |
1234 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1235 |
28492 | 1236 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
1237 line is followed by one that matches CITATION-REGEXP, end the | |
1238 paragraph. | |
1239 | |
1240 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
1241 | |
1242 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
1243 (rmail-make-basic-summary-line): Use that option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1244 |
28474 | 1245 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
1246 | |
1247 * international/mule-cmds.el (encoded-string-description): | |
1248 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 1249 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
1250 for hexadecimal format. | |
28474 | 1251 |
28468 | 1252 2000-04-01 Dave Love <fx@gnu.org> |
1253 | |
1254 * cpp.el: Change customization group to `c' from `C'. | |
1255 | |
1256 * vcursor.el (vcursor-move): Use display-color-p. | |
1257 | |
1258 * international/mule-util.el: Provide mule-utils. | |
1259 (string-to-sequence): Simplify and speed up. | |
1260 | |
1261 * international/mule.el (make-coding-system): Purecopy doc-string. | |
1262 | |
1263 * international/mule-cmds.el: Various menu changes. | |
1264 (describe-specified-language-support): Handle `Default'. | |
1265 (set-language-info): Purecopy `info'. | |
1266 | |
28462 | 1267 2000-03-31 Andrew Innes <andrewi@gnu.org> |
1268 | |
1269 * vc.el (vc-backend-diff): Return the correct status if we had to | |
1270 retry the rcsdiff command without the --brief option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1271 |
28445 | 1272 2000-03-31 Dave Love <fx@gnu.org> |
1273 | |
28452 | 1274 * help.el (help-manyarg-func-alist): Correct several omissions. |
1275 | |
28450 | 1276 * add-log.el: Don't require cl, fortran. |
1277 (add-log-current-defun-function): Doc fix. | |
1278 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
1279 fix. | |
1280 (change-log-version-rcs): Function deleted. | |
1281 (change-log-version-number-search): Doc fix. Use | |
1282 vc-workfile-version. Avoid CL dolist. | |
1283 (add-change-log-entry): Just call add-log-current-defun to get | |
1284 defun. Simplify somewhat. | |
1285 (change-log-get-method-definition-1): Likewise. | |
1286 (add-log-current-defun): Return nil if calling | |
1287 add-log-current-defun-function does so. Move Fortran stuff to | |
1288 fortran.el. Return string without properties. | |
1289 | |
28445 | 1290 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
1291 and :alpha: char classes. | |
1292 | |
1293 * mail/supercite.el: Defvar curline when compiling. | |
1294 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
1295 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
1296 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
1297 | |
28444 | 1298 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
1299 | |
1300 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
1301 | |
1302 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
1303 Re-enable new code. | |
1304 | |
1305 * lpr.el (print-region-1): Use -d to specify printer name for | |
1306 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
1307 | |
1308 2000-03-31 Dave Love <fx@gnu.org> | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1309 |
28444 | 1310 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
1311 for function definition in symbol's function value slot first | |
1312 instead of first consulting byte-compile-function-environment. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1313 |
28435 | 1314 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
1315 | |
1316 * language/european.el ("Polish"): New language environment. | |
1317 (setup-polish-environment): New function. | |
1318 | |
28424 | 1319 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
1320 | |
1321 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
1322 Disable new code. | |
1323 | |
1324 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
1325 trying to `load' the symbol of an autoload instead of the file | |
1326 recorded in the autoload. Fix error messages. | |
1327 | |
28429 | 1328 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1329 | |
1330 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
1331 (ps-print-version): New version number (5.1.3). | |
1332 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
1333 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
1334 (ps-generate-postscript-with-faces): Code fix. | |
1335 (ps-color-values): XEmacs compatibility. | |
1336 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
1337 (ps-default-fg, ps-default-bg): Adjust customization. | |
1338 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
1339 (ps-color-scale): Renaming old ps-color-value fun. | |
1340 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
1341 with ps-print-header variable. | |
1342 (ps-print-miscellany): New group. | |
1343 (ps-format-color, ps-rgb-color): New funs. | |
1344 (ps-default-foreground): New var. | |
1345 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1346 |
28416 | 1347 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
1348 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
1349 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
1350 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
1351 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
1352 (network-connection-mode-setup): New function, saves host and |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1353 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
1354 |
28416 | 1355 * lisp/locate.el: |
1356 (locate-word-at-point): Added this function | |
1357 (locate): Default to using locate-word-at-point as input | |
1358 Run dired-mode-hook | |
1359 | |
28405 | 1360 2000-03-29 Dave Love <fx@gnu.org> |
1361 | |
1362 * calendar/appt.el: Doc fixes. | |
1363 (appt-check): Convert min-to-app to a string before passing to | |
1364 appt-disp-window-function or concat. | |
1365 (appt-delete-window): Remove test for frame-root-window. | |
1366 (appt-select-lowest-window, appt-convert-time): Simplify. | |
1367 | |
1368 * emacs-lisp/bytecomp.el: Doc fixes. | |
1369 (byte-compile-file-form-autoload): Update | |
1370 byte-compile-function-environment. | |
1371 | |
28403 | 1372 2000-03-29 Andreas Schwab <schwab@suse.de> |
1373 | |
1374 * emacs-lisp/autoload.el: Also print defsubst doc string | |
1375 specially. | |
1376 | |
1377 * dired.el (dired-insert-directory): If dired-free-space-program | |
1378 failed just delete its output. | |
1379 | |
28395 | 1380 2000-03-29 Dave Love <fx@gnu.org> |
1381 | |
1382 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
1383 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
1384 (iso-iso2sgml, iso-sgml2iso): New functions. | |
1385 (iso-cvt-define-menu): Fix some entries and use backquote for | |
1386 clarity. | |
1387 | |
1388 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
1389 | |
28377 | 1390 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
1391 | |
1392 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
1393 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
1394 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1395 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1396 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
1397 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
1398 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
1399 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
1400 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
1401 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1402 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1403 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1404 |
28326 | 1405 2000-03-26 Dave Love <fx@gnu.org> |
1406 | |
28331 | 1407 * net/browse-url.el (browse-url): Re-fix case of |
1408 browse-url-browser-function being an alist. | |
1409 (browse-url): Add :link to defgroup. | |
1410 | |
28326 | 1411 * files.el: Doc fixes. |
1412 (file-truename): Include `[' in wildcard characters. | |
1413 (automount-dir-prefix): Customize. | |
1414 (find-file-wildcards): Add :version. | |
1415 (find-file-noselect): Simplify a mapcar call. | |
1416 | |
1417 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
1418 compatible with inf-lisp version. | |
1419 (eval-defun-1): Fix custom-declare-variable case. | |
1420 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1421 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1422 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1423 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
1424 |
28303 | 1425 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
1426 | |
28308 | 1427 * Makefile (COMPILE_FIRST): New macro. |
1428 (compile-files): Compile files from COMPILE_FIRST first. | |
1429 | |
1430 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
1431 code. | |
1432 | |
28303 | 1433 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
1434 matching open parenthesis in column 0 to defun-prompt-regexp | |
1435 only if open-paren-in-column-0-is-defun-start is set. | |
1436 | |
1437 * sun-curs.el: Require CL at compile-time only. | |
1438 | |
1439 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
1440 instead of copy-list which is a function from CL. | |
1441 (msb--choose-menu, msb--mode-menu-cond) | |
1442 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
1443 (msb--init-file-alist): Use mapcar instead of mapcan. | |
1444 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
1445 `(' in column 0 in doc string. | |
1446 (msb--add-separators): Use mapcar instead of mapcan. | |
1447 | |
1448 * cus-dep.el: Require CL at compile-time only. | |
1449 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1450 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1451 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1452 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1453 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1454 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1455 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1456 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1457 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1458 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1459 (byte-compile-callargs-warn): Check if the function will be available |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1460 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1461 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1462 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1463 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1464 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
1465 |
28292 | 1466 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
1467 | |
1468 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
1469 (rmail-expunge): Ask for confirmation depending on the setting | |
1470 of rmail-confirm-expunge. | |
1471 | |
1472 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
1473 | |
1474 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
1475 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
1476 cause a bootstrap failure because things don't autoload as | |
1477 expected. | |
1478 | |
28289 | 1479 2000-03-23 Dave Love <fx@gnu.org> |
1480 | |
1481 * net/browse-url.el: Restore previous use of | |
1482 browse-url-maybe-new-window. | |
1483 | |
28287 | 1484 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1485 | |
1486 * ps-print.el: Skip banner page fix. | |
1487 (ps-print-version): New version number (5.1.2). | |
1488 (ps-begin-file, ps-end-file, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1489 |
28287 | 1490 2000-03-23 Dave Pearson <davep@davep.org> |
1491 | |
1492 * net/quickurl.el Changed the type of parameter passed to the | |
1493 function defined by `quickurl-format-function'. Before only the | |
1494 text of the URL was passed. Now the whole URL structure is passed | |
1495 and the function is responsible for extracting the parts it | |
1496 requires. Changed the default of `quickurl-format-function' | |
1497 accordingly. | |
1498 (quickurl-insert): Changed the `funcall' of | |
1499 `quickurl-format-function' to match the above change. | |
1500 (quickurl-list-insert): Changed the `url' case so that it makes | |
1501 use of `quickurl-format-function', previous to this the format was | |
1502 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1503 |
28283 | 1504 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
1505 | |
1506 * startup.el: Change some spellings for the X Window System. | |
1507 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1508 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1509 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1510 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1511 up the code and the regexp and make sure the cursor is temporarily |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1512 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
1513 |
28276 | 1514 2000-03-22 Jason Rumney <jasonr@gnu.org> |
1515 | |
1516 * w32-fns.el (w32-charset-info-alist): Initialize. | |
1517 | |
28267 | 1518 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1519 | |
1520 * ps-print.el: N-up last page fix. | |
1521 (ps-print-version): New version number (5.1.1). | |
1522 (ps-end-file, ps-end-job, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1523 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1524 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1525 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1526 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1527 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1528 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1529 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1530 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1531 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
1532 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1533 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1534 (cvs-make-cvs-buffer): Change the header part by removing the startup |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1535 message and adding a `Module' entry. Also replace the FOOTER and |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1536 HEADER special fileinfos with the new support in ewoc for updating |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1537 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1538 (cvs-update-header): Update to use the header/footer of the ewoc. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1539 (cvs-mode): Use define-derived-mode and set truncate-lines to t. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1540 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1541 (cvs-mode-run): Take advantage of `save-some-buffers's new ability |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1542 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1543 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1544 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1545 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1546 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1547 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1548 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1549 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1550 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1551 (cvs-parse-table): Catch message for non-up-to-date commits. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1552 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1553 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1554 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1555 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1556 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1557 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1558 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1559 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1560 PP part of it and also make it work for footers and headers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1561 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1562 Use the DLL's dummy node to store the end-of-footer position. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1563 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1564 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1565 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
1566 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1567 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1568 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1569 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1570 And match the revision line rather than the dashed separator line. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1571 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1572 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1573 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1574 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1575 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1576 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1577 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1578 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1579 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1580 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1581 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1582 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1583 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1584 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1585 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
1586 |
28246 | 1587 2000-03-21 Jason Rumney <jasonr@gnu.org> |
1588 | |
1589 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
1590 (custom-button-pressed-face): Likewise. | |
1591 | |
28244 | 1592 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
1593 | |
1594 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
1595 (tags-loop-eval): New function. Bind case-fold-search around eval | |
1596 depending on the value of tags-case-fold-search. | |
1597 (tags-loop-continue): Use tags-loop-eval. | |
1598 (find-tag-in-order): Bind case-fold-search depending on the value | |
1599 of tags-case-fold-search. | |
1600 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1601 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1602 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1603 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1604 (diff-end-of-hunk): Return the end position for use in |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1605 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1606 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1607 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1608 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1609 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1610 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1611 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1612 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
1613 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1614 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1615 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1616 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1617 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1618 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1619 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1620 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1621 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1622 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
1623 |
28233 | 1624 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
1625 | |
1626 * term/x-win.el: Fontsets related initialization is simplified. | |
1627 | |
1628 * international/mule-diag.el (describe-font): Don't refer to | |
1629 global-fontset-alist, instead call font-list. | |
1630 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
1631 (print-fontset): Adjusted for the change of fontset | |
1632 implementation. | |
1633 | |
1634 * international/fontset.el (x-charset-registries): Variable | |
1635 removed, instead the corresponding data is stored in the default | |
1636 fontset. | |
1637 (register-alternate-fontnames): Function removed. | |
1638 (resolved-ascii-font): Variable removed. | |
1639 (x-compose-font-name): Ignore the second argument REDOCE. | |
1640 (x-complement-fontset-spec): Complement only an ASCII font and | |
1641 element for those charsets than can use that ASCII font. | |
1642 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
1643 instead call fontset-list. | |
1644 (uninstantiated-fontset-alist): Variable removed. | |
1645 (x-style-funcs-alist): Likewise. | |
1646 (fontset-default-styles): Likewise. | |
1647 (x-modify-font-name): Function removed. | |
1648 (create-fontset-from-fontset-spec): Ignore the argument | |
1649 STYLE-VARIANT. | |
1650 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
1651 change. | |
1652 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
1653 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1654 |
28233 | 1655 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
1656 (describe-face): Include `font' attribute in the description. | |
1657 | |
28219 | 1658 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
1659 | |
1660 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
1661 | |
28209 | 1662 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
1663 | |
28212 | 1664 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
1665 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
1666 zone-mode.el, snmp-mode.el: Moved to net subdirectory. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1667 |
28209 | 1668 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
1669 about behavior of set-buffer-modified-p wrt redisplay. | |
1670 | |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
1671 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
1672 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
1673 * view.el (view-mode-disable): Kill local binding of view-read-only. |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
1674 |
28194 | 1675 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
1676 | |
1677 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
1678 is a string, convert it to a syntax cell using string-to-syntax. | |
1679 | |
1680 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
1681 (string-to-syntax): New function. | |
1682 | |
1683 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
1684 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 1685 try to use passive ftp mode. |
28194 | 1686 |
28189 | 1687 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
1688 | |
28209 | 1689 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 1690 |
1691 * simple.el (append-to-buffer): Update point of windows after | |
1692 insertion. | |
1693 | |
1694 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
1695 forward then moving backward. Reindent. | |
1696 | |
1697 * frame.el (other-frame): Call x-focus-frame only if | |
1698 focus-follows-mouse is off. | |
1699 | |
28185 | 1700 2000-03-17 Dave Love <fx@gnu.org> |
1701 | |
1702 * pcvs-util.el (cvs-strings->string): Rename | |
1703 replace-regexps-in-string. | |
1704 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
1705 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
1706 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
1707 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
1708 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
1709 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
1710 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 1711 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
1712 |
28174 | 1713 2000-03-16 Dave Love <fx@gnu.org> |
1714 | |
1715 * progmodes/f90.el (f90): Put custom group under `languages', not | |
1716 `fortran'. | |
1717 (f90-mode-hook): Customize. | |
1718 (f90-mode): Set add-log-current-defun-function. | |
1719 (f90-current-defun): New function. | |
1720 | |
28169 | 1721 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
1722 | |
28173 | 1723 * cus-edit.el (custom-variable-tag-face): Handle case that |
1724 default face's height is not a number. | |
1725 (custom-face-tag-face, custom-group-tag-face-1) | |
1726 (custom-group-tag-face): Ditto. | |
1727 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1728 |
28169 | 1729 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
1730 | |
28161 | 1731 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
1732 | |
1733 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
1734 requiring easymenu. | |
1735 | |
28155 | 1736 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1737 | |
1738 * ps-print.el: PostScript user-defined prologue, PostScript error | |
1739 handler, doc fix. | |
1740 (ps-print-version): New version number (5.1). | |
1741 (ps-user-defined-prologue, ps-error-handler-message) | |
1742 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
1743 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
1744 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1745 |
28150 | 1746 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
1747 | |
1748 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 1749 invalid self-assignment code. |
28150 | 1750 |
28149 | 1751 2000-03-14 Dave Love <fx@gnu.org> |
1752 | |
1753 * subr.el (replace-regexp-in-string): Renamed from | |
1754 replace-regexps-in-string. Doc fix. | |
1755 | |
28131 | 1756 2000-03-12 Dave Love <fx@gnu.org> |
1757 | |
1758 * cus-edit.el: Doc fixes. | |
1759 (customize-set-variable, customize-save-variable): Rename args for | |
1760 doc. | |
1761 (custom-variable-tag-face, custom-face-tag-face) | |
1762 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
1763 style which user identify as hyperlink. | |
1764 (hook): Don't add undefined functions to the hook. | |
1765 (debug-ignored-errors): Transfer message from bindings.el. | |
1766 | |
28120 | 1767 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
1768 | |
1769 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
1770 double/nested definition. | |
1771 | |
28114 | 1772 2000-03-12 Dave Love <fx@gnu.org> |
1773 | |
1774 * facemenu.el (facemenu-get-face): Use display-color-p. | |
1775 * enriched.el (enriched-decode-foreground): Likewise. | |
1776 (enriched-decode-background): Likewise. | |
1777 * isearch.el (isearch-highlight): Likewise. | |
1778 * info-look.el (info-lookup): Likewise. | |
1779 * simple.el (completion-setup-function): Likewise. | |
1780 | |
1781 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
1782 :options. | |
1783 | |
1784 * bindings.el (mode-line-format): Fix line-number and | |
1785 column-number items. Add help-echo for the background. | |
1786 (mode-line-mule-info): Modify help-echo. | |
1787 | |
1788 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
1789 defcustom. | |
1790 | |
1791 * files.el (load-file): Allow completion to .elc. | |
1792 | |
1793 * man.el: Doc fixes. | |
1794 (Man-init-defvars): Use display-color-p to set fontification. | |
1795 | |
1796 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
1797 | |
28109 | 1798 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
1799 | |
1800 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
1801 | |
1802 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
1803 | |
28098 | 1804 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
1805 | |
1806 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
1807 Fix comment. | |
1808 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1809 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1810 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1811 * font-lock.el (font-lock-keywords): Fix the doc now that |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1812 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1813 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1814 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1815 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1816 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1817 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1818 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1819 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1820 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1821 dll.el and cookie.el (from Elib) with heavy renaming and other |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
1822 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1823 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1824 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax): |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1825 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1826 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1827 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
1828 |
28084 | 1829 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
1830 | |
1831 * textmodes/texinfo.el (texinfo-version): Variable and function | |
1832 removed. | |
1833 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
1834 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
1835 |
28114 | 1836 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
1837 allow more flexibility. | |
1838 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
1839 fns. | |
1840 (easy-mmode-defmap, easy-mmode-defsyntax) | |
1841 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
1842 |
28085 | 1843 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 1844 |
1845 * rect.el (replace-rectangle): New function. | |
1846 | |
1847 2000-03-09 Dave Love <fx@gnu.org> | |
1848 | |
1849 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
1850 "C". | |
1851 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
1852 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
1853 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
1854 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
1855 fortran-comment-line-start here. Set comment-start, | |
1856 add-log-current-defun. | |
1857 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
1858 (fortran-current-defun): New function. | |
1859 | |
28073 | 1860 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
1861 | |
28077 | 1862 * emacs-lisp/re-builder.el: New file. |
1863 | |
28076 | 1864 * mouse.el (mouse-drag-region): Don't run up-event handler |
1865 if hscroll has changed. | |
1866 | |
28073 | 1867 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
1868 builtin operators, use `font-lock-builtin-face' for Emacs and | |
1869 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1870 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1871 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 1872 `(defun (setf foo)' differently. |
1873 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1874 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1875 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1876 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 1877 (regexp-opt): Update comment and adapt the code the new meaning of |
1878 the `paren' argument of regex-opt-group for shy-groups. | |
1879 (regexp-opt-depth): Handle shy groups as well as backslashed | |
1880 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1881 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1882 Allow `paren' to be a string (the string to use to open a group). |
28073 | 1883 Remove open-presuf and close-presuf. Instead of checking for `all |
1884 one-char' and then later on check for `several one-char', handle | |
1885 both cases close together. Also apply a more generic algorithm | |
1886 for suffixes (the mirror image of the algorithm used for | |
1887 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1888 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1889 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1890 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 1891 from comint-mode-map, so we can just inherit from it. Also, move |
1892 the initialization into the `defvar' since there's no docstring | |
1893 anyway and it's fairly short. | |
1894 (inferior-scheme-mode): Define it as derived-mode: the code is | |
1895 shorter and this way we inherit from comint-mode-map rather than | |
1896 copying it. | |
1897 | |
1898 * subr.el (replace-regexps-in-string): Properly handle the case | |
1899 where we match an empty string. | |
1900 | |
1901 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
1902 when the command has a directory component (such as "./testml"). | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1903 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
1904 |
28046 | 1905 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
1906 | |
28051 | 1907 * Makefile (compile-files): Compile files one by one because |
1908 that's the only way to ensure a clean compilation environment for | |
1909 each individual file. | |
1910 | |
28046 | 1911 * frame.el (other-frame): Call x-focus-frame. |
1912 | |
28040 | 1913 2000-03-07 Dave Love <fx@gnu.org> |
1914 | |
28043 | 1915 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
1916 :require to defcustom. | |
1917 | |
28040 | 1918 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
1919 lists. | |
1920 | |
1921 * files.el (auto-mode-alist): Add configure.in. | |
1922 | |
1923 * progmodes/autoconf.el: New file. | |
1924 | |
28034 | 1925 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
1926 | |
1927 * mail/mh-e.el: Change maintainer to `none'. | |
1928 | |
1929 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
1930 to remove-hook and add-hook. | |
1931 | |
1932 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
1933 | |
28035 | 1934 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 1935 it as the default. |
28035 | 1936 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
1937 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 1938 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1939 |
28024 | 1940 2000-03-07 Dave Love <fx@gnu.org> |
1941 | |
1942 * winner.el: Fix keywords, autoload cookies. Split | |
1943 eval-when-compile form to avoid compilation failure. | |
1944 | |
28017 | 1945 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
1946 | |
1947 * international/mule.el: Modify comment about coding system | |
1948 property `coding-category'. | |
1949 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
1950 coding-category property of PROPERTIES. | |
1951 | |
1952 * international/mule-conf.el (coding-category-utf-8, | |
1953 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
1954 categories. Include them in the argument for set-coding-priority. | |
1955 | |
1956 * international/mule-cmds.el (reset-language-environment): Include | |
1957 coding-category-utf-8, coding-category-utf-16-be, and | |
1958 coding-category-utf-16-le in the argument for set-coding-priority. | |
1959 (reset-language-environment): Initialize coding-category-utf-8, | |
1960 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
1961 | |
28014 | 1962 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
1963 | |
1964 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
1965 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
1966 extensions as well as compression extensions. | |
1967 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
1968 |
27976 | 1969 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
1970 | |
1971 * strokes.el: Change maintainer's mail address. | |
1972 | |
27972 | 1973 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
1974 | |
1975 * international/mule-diag.el (list-character-sets): Make help-echo | |
1976 string by substitute-command-keys. | |
1977 (list-character-sets): Likewise. | |
1978 (sort-listed-character-sets): Call help-setup-xref. | |
1979 | |
27965 | 1980 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
1981 | |
1982 * time.el (display-time-mail-file): Add `none' to the list of | |
1983 choices. | |
1984 | |
27954 | 1985 2000-03-01 Dave Love <fx@gnu.org> |
1986 | |
27959 | 1987 * help.el (help-xref-go-back): Don't try to set position. |
1988 | |
27954 | 1989 * international/mule-diag.el (list-character-sets): Call |
1990 help-setup-xref. Add help-echo to xrefs. | |
1991 (list-character-sets-1): Add help-echo to xrefs. | |
1992 | |
27949 | 1993 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
1994 | |
1995 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
1996 the mode off. | |
1997 | |
1998 * add-log.el (add-log-current-defun): Add support for | |
1999 Autoconf mode. | |
2000 | |
2001 * mail/rmail.el (rmail-quit-hook): New variable. | |
2002 | |
27931 | 2003 2000-03-01 Dave Love <fx@gnu.org> |
2004 | |
27935 | 2005 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
2006 | |
27931 | 2007 * help.el (help-xref-button): Add help-echo arg. |
2008 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
2009 | |
2010 * faces.el (list-faces-display): Supply help-echo with | |
2011 help-make-xrefs. | |
2012 | |
2013 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
2014 nil. | |
2015 | |
27919 | 2016 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
2017 | |
27927 | 2018 * image.el (defimage): Look for image files in load-path. |
2019 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2020 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 2021 `number'. |
2022 | |
27927 | 2023 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
2024 | |
2025 * recentf.el (recentf): Added version tag to the defgroup of | |
2026 recentf. | |
2027 | |
2028 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2029 | |
2030 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
2031 too. | |
2032 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
2033 action to select/unselect a file. | |
2034 (recentf-edit-list): Code cleanup and improvement. | |
2035 (recentf-open-more-files-action): `recentf-open-more-files' button | |
2036 widget action to open a file. | |
2037 (recentf-open-more-files): No more use standard completion but | |
2038 widgets. | |
2039 (recentf-more-collection): Deleted. | |
2040 (recentf-more-history): Deleted. | |
2041 (recentf-setup-more-completion): Deleted. | |
2042 | |
2043 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2044 | |
2045 * recentf.el (recentf-mode): No more needs that Emacs is running | |
2046 under a window-system. | |
2047 | |
2048 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2049 | |
2050 * recentf.el (recentf-edit-list): New command to edit the recent | |
2051 list which allow the user to remove files. | |
2052 (recentf-edit-selected-items): New global variable, used by | |
2053 `recentf-edit-list' to hold the list of files to be removed from | |
2054 the recent list. | |
2055 (recentf-make-menu-items): Updated to display a "Edit list..." | |
2056 menu item. Minor code cleanup. | |
2057 | |
2058 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2059 | |
2060 * recentf.el (recentf-open-more-files): New command to open files | |
2061 that are not displayed in the menu. | |
2062 (recentf-more-collection): New global variable holding the set of | |
2063 permissible completions used by `recentf-open-more-files'. | |
2064 (recentf-more-history): New global variable holding the history list | |
2065 used by `recentf-open-more-files' completion. | |
2066 (recentf-setup-more-completion): New function to setup completion for | |
2067 `recentf-open-more-files'. | |
2068 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
2069 | |
2070 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2071 | |
2072 * recentf.el (recentf-menu-action): Doc fixed. | |
2073 | |
2074 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
2075 | |
2076 * recentf.el (recentf-menu-filter): Doc updated. | |
2077 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
2078 (recentf-make-menu-items): New menu filter handling. | |
2079 (recentf-make-menu-item): New helper function. | |
2080 (recentf-menu-elements): New menu handling function. | |
2081 (recentf-sort-ascending): Updated to new menu filter handling. | |
2082 (recentf-sort-descending): Updated to new menu filter handling. | |
2083 (recentf-sort-basenames-ascending): New menu filter function. | |
2084 (recentf-sort-basenames-descending): New menu filter function. | |
2085 (recentf-show-basenames): New menu filter function. | |
2086 (recentf-show-basenames-ascending): New menu filter function. | |
2087 (recentf-show-basenames-descending): New menu filter function. | |
2088 | |
27919 | 2089 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
2090 | |
2091 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
2092 the end of the buffer. | |
2093 | |
27911 | 2094 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
2095 | |
2096 * international/mule-diag.el (list-character-sets): Completely | |
2097 rewritten. | |
2098 (sort-listed-character-sets): New function. | |
2099 (list-character-sets-1): Completely rewritten. | |
2100 (list-character-sets-2): New function. | |
2101 (non-iso-charset-alist): New variable. | |
2102 (decode-codepage-char): New function. | |
2103 (charset-history): New variable. | |
2104 (read-charset) (list-block-of-chars) | |
2105 (list-iso-charset-chars) | |
2106 (list-non-iso-charset-chars) | |
2107 (list-charset-chars): New functions. | |
2108 (mule-diag): Call list-character-sets-2, not | |
2109 list-character-sets-2. | |
2110 (dump-charsets): Likewise. | |
2111 | |
27910 | 2112 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
2113 | |
27919 | 2114 * dired-x.el (dired-filename-at-point): Add `@' to valid |
2115 file name characters. | |
2116 (dired-filename-at-point): Handle ange-ftp file names. | |
2117 | |
27910 | 2118 * frame.el (frame-notice-user-settings): Use assq-delete-all |
2119 instead of assoc-delete-all. | |
2120 (frame-notice-user-settings): Ditto. | |
2121 | |
2122 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
2123 Don't copy alist. | |
2124 | |
27906 | 2125 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
2126 | |
2127 * calculator.el (calculator-use-menu): New option. | |
2128 (calculator-initial-bindings): Changed some bindings to work as | |
2129 macros. | |
2130 (calculator-forced-input): Removed. | |
2131 (calculator-restart-other-mode): New variable. | |
2132 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2133 |
27906 | 2134 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
2135 | |
2136 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
2137 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2138 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2139 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2140 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2141 * viper-cmd.el (viper-envelop-ESC-key): added the option to |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2142 translate all ESC key sequences. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2143 (viper-goto-mark-subr): restore markers for files for which |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2144 they were saved. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2145 * viper-init.el (viper-translate-all-ESC-keysequences): new variable. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2146 * viper-util.el (viper-set-replace-overlay-glyphs, |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2147 viper-set-replace-overlay): always check if the replacement |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2148 overlay is live. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2149 * viper.el (viper-vi-state-mode-list): added major modes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2150 * ediff-wind.el: minor comment changes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
2151 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2152 |
27898 | 2153 2000-02-27 Jason Rumney <jasonr@gnu.org> |
2154 | |
2155 * faces.el (face-font-family-alternatives): Add arial to helv. | |
2156 (mode-line, header-line, tool-bar): Same default as x for w32. | |
2157 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
2158 face-font-family-alternatives from working. | |
2159 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
2160 chosen font. | |
2161 | |
27873 | 2162 2000-02-25 Sam Steingold <sds@goems.com> |
2163 | |
2164 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' | |
2165 properly. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2166 |
27873 | 2167 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2168 | |
2169 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
2170 | |
27856 | 2171 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
2172 | |
2173 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
2174 writable. | |
2175 | |
27868 | 2176 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 2177 |
27847 | 2178 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
2179 | |
2180 * frame.el (show-cursor-in-non-selected-windows): New option. | |
2181 | |
27845 | 2182 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
2183 | |
2184 * diary-lib.el (include-other-diary-files): Undo the selective | |
2185 display in any included file and don't kill it. | |
2186 | |
27841 | 2187 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
2188 | |
2189 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
2190 bar. Menu items converted to (menu-item format, help strings | |
2191 added. | |
2192 [downcase, upcase]: Don't enable on MS-DOS. | |
2193 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
2194 bound. | |
2195 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
2196 | |
27825 | 2197 2000-02-23 Dave Love <fx@gnu.org> |
2198 | |
27838 | 2199 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
2200 (backward-kill-word): Revert addition of * to interactive spec -- | |
2201 it's a feature. | |
2202 | |
2203 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
2204 (backward-kill-sentence, kill-sentence): Likewise. | |
2205 | |
27835 | 2206 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
2207 scratch buffer name. | |
2208 (gud-format-command): Use int-to-string in ?l case. Simplify | |
2209 slightly. | |
2210 | |
2211 * term/w32-win.el (internal-face-interactive): Update prompt for | |
2212 new read-face-name. | |
2213 | |
2214 * mail/footnote.el (footnote): Add :version to defgroup. | |
2215 (footnote-section-tag-regexp): Customize. | |
2216 (footnote-start-tag, footnote-end-tag): New option. | |
2217 (footnote-latin-regexp): New variable. | |
2218 (Footnote-latin): New function. | |
2219 (footnote-style-alist): Add element for latin style. | |
2220 (footnote-style): Moved. | |
2221 (Footnote-goto-footnote): Use eq to test arg. | |
2222 | |
2223 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
2224 | |
27825 | 2225 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
2226 (byte-compile-trueconstp): Include keywords. | |
2227 (byte-optimize-quote, byte-optimize-lapcode): Use | |
2228 byte-compile-const-symbol-p. | |
2229 (byte-optimize-char-before): New optimization. | |
2230 | |
2231 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
2232 (byte-compile-const-symbol-p): New function. | |
2233 (byte-compile-constp, byte-compile-out-toplevel) | |
2234 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
2235 Use it. | |
2236 | |
2237 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
2238 | |
27813 | 2239 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
2240 | |
27815 | 2241 * international/encoded-kb.el: Be sure to update minor-mode-alist |
2242 and minor-mode-map-alist. | |
2243 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
2244 codes SS2 and SS3 correctly. | |
2245 (encoded-kbd-self-insert-ccl): New function. | |
2246 (encoded-kbd-setup-keymap): New function. | |
2247 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
2248 by calling encoded-kbd-setup-keymap. | |
2249 | |
27813 | 2250 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
2251 characters. | |
2252 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
2253 locally. | |
2254 | |
27811 | 2255 2000-02-22 Dave Love <fx@gnu.org> |
2256 | |
2257 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
2258 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
2259 defvar. | |
2260 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
2261 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
2262 classes. Match `defface'. | |
2263 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
2264 (eval-defun-1): Fix for defcustom. | |
2265 (lisp-indent-region): Doc fix. | |
2266 | |
2267 * subr.el (when, unless, split-string): Doc fix. | |
2268 (read-passwd): Move call of clear-this-command-keys to the right | |
2269 place. | |
2270 (replace-regexps-in-string): New function. | |
2271 | |
27807 | 2272 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
2273 | |
2274 * help.el (describe-variable): Set syntax table to | |
2275 emacs-lisp-mode-syntax-table when moving forward over the | |
2276 symbol's name. | |
2277 | |
27805 | 2278 2000-02-22 Dave Love <fx@gnu.org> |
2279 | |
2280 * xt-mouse.el: Doc fixes. | |
2281 (xterm-mouse-position-function): New function, replacing advice of | |
2282 mouse-position. | |
2283 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
2284 | |
2285 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
2286 | |
27794 | 2287 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
2288 | |
2289 * format.el (format-annotate-single-property-change): Handle | |
2290 properties.with dotted-list values. | |
2291 (format-proper-list-p): New function. | |
2292 | |
2293 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
2294 . COLOR) and (background-color . COLOR). | |
2295 | |
27788 | 2296 2000-02-20 Dave Love <fx@gnu.org> |
2297 | |
2298 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
2299 and assignments to it. | |
2300 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
2301 current local map. | |
2302 (make-flyspell-overlay): Use it. | |
2303 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
2304 | |
2305 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
2306 (lm-get-header-re): Defun, not defsubst. | |
2307 (lm-get-package-name): Defun, not defsubst. Simplify. | |
2308 (lm-version): Doc fix. Simplify. | |
2309 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
2310 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
2311 (lm-verify, lm-synopsis): Simplify. | |
2312 (lm-report-bug): Require emacsbug. Use compose-mail. | |
2313 | |
27785 | 2314 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
2315 | |
2316 * dired.el (dired-mode): Call propertized-buffer-identification | |
2317 to set mode-line-buffer-identification to something having | |
2318 the right text properties. | |
2319 | |
2320 * bindings.el (propertized-buffer-identification): New function. | |
2321 | |
27777 | 2322 2000-02-20 Dave Love <fx@gnu.org> |
2323 | |
2324 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
2325 check for t-mouse too. | |
2326 | |
2327 * cus-start.el: Make echo-keystrokes `number'. | |
2328 | |
27776 | 2329 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
2330 | |
2331 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
2332 Don't call ring-empty-p unless tags-location-ring is bound. | |
2333 From Noah Friedman <friedman@splode.com>. | |
2334 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2335 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2336 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2337 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2338 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2339 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2340 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2341 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2342 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2343 (hs-minor-mode): Move call to `hs-grok-mode-type' early on. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2344 Fix omission bug: Run `hs-minor-mode-hook' for both activation |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2345 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2346 |
27757 | 2347 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
2348 | |
2349 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
2350 | |
27749 | 2351 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
2352 | |
27754 | 2353 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
2354 | |
27749 | 2355 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
2356 of `*' to handle `(* ... *)' comments. | |
2357 | |
27732 | 2358 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
2359 | |
27737 | 2360 * faces.el (list-faces-display): Use display-mouse-p instead of |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2361 window-system. |
27737 | 2362 |
27732 | 2363 * menu-bar.el (global-map): Menu-bar items converted to the new |
2364 format (menu-item..., rearranged for better CUA compliance, and | |
2365 their names changed for better clarity. Help strings added. | |
2366 | |
2367 * international/mule-cmds.el (mule-menu-keymap) | |
2368 (describe-language-environment-map, set-coding-system-map) | |
2369 (setup-language-environment-map): Convert to new (menu-item... | |
2370 form, add help strings. Change names of menu items for better | |
2371 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
2372 submenu). | |
2373 | |
27729 | 2374 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
2375 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2376 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 2377 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2378 |
27717 | 2379 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2380 |
27717 | 2381 * faces.el: Don't require custom. Add more specific :groups to |
2382 various deffaces. | |
2383 (set-face-attribute): Purecopy args. | |
2384 (read-face-name): Default to name at point and use it in prompt. | |
2385 Remove colon from arg in all callers. | |
2386 (list-faces-display): Hyperlink to face descriptions and customize | |
2387 buffers. | |
2388 | |
27712 | 2389 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
2390 | |
2391 * wid-edit.el (widget-match-inline): An atom never matches a | |
2392 list. | |
2393 | |
27707 | 2394 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
2395 | |
27713 | 2396 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
2397 at ':' characters by call to split-string. | |
27707 | 2398 |
2399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2400 | |
27713 | 2401 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 2402 |
2403 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2404 | |
27713 | 2405 * textmodes/bibtex.el: Some temporary comments removed. |
2406 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
2407 explicit. | |
2408 (bibtex-field-const): Allow capital letters. | |
2409 (bibtex-start-of-string): Deleted because unused. | |
2410 | |
2411 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
2412 use the term 'reference' to describe a bibtex entry as a whole. | |
2413 Further, reference keys are no longer called 'labels'. | |
2414 (bibtex-keys): Renamed to bibtex-reference-keys. | |
2415 (bibtex-reformat-previous-labels): Renamed to | |
2416 bibtex-reformat-previous-reference-keys. | |
2417 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
2418 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
2419 (bibtex-reference-maybe-empty-head): Renamed to | |
2420 bibtex-entry-maybe-empty-head. | |
2421 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
2422 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
2423 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
2424 bibtex-enclosing-entry-maybe-empty-head. | |
2425 (bibtex-entry-field-alist, bibtex-entry-head, | |
2426 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
2427 bibtex-map-entries, bibtex-search-entry, | |
2428 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
2429 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
2430 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
2431 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
2432 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
2433 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
2434 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 2435 |
2436 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2437 | |
27713 | 2438 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
2439 comment. | |
2440 (bibtex-format-field-delimiters): New function, functionality | |
2441 extracted from bibtex-format-entry. | |
2442 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
2443 extracted from bibtex-autokey-get-yearfield. | |
2444 | |
2445 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
2446 entries in order to avoid stack overflow in the regexp matcher if | |
2447 field contents become large. | |
2448 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
2449 bibtex-field-string-part-not-braced, | |
2450 bibtex-field-string-part-no-inner-braces, | |
2451 bibtex-field-string-part-1-inner-brace, | |
2452 bibtex-field-string-part-2-inner-braces, | |
2453 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
2454 bibtex-field-string-quoted, bibtex-field-string, | |
2455 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
2456 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
2457 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
2458 as parsing is now performed by the following functions. | |
2459 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
2460 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
2461 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
2462 bibtex-parse-association, bibtex-field-name-for-parsing, | |
2463 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
2464 bibtex-search-forward-field, bibtex-search-backward-field, | |
2465 bibtex-start-of-field, bibtex-end-of-field, | |
2466 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
2467 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
2468 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
2469 bibtex-parse-string, bibtex-search-forward-string, | |
2470 bibtex-search-backward-string, bibtex-start-of-string, | |
2471 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
2472 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
2473 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
2474 entries. Instead of reporting the results of the parsing by | |
2475 match-beginning or match-end, these functions return data structures | |
2476 that hold the corresponding positions. | |
2477 (bibtex-enclosing-field): Changed to also report field boundaries by | |
2478 return values rather than by match-beginning or match-end. The | |
2479 following functions have been adapted to use the new parsing | |
2480 functions. | |
2481 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
2482 bibtex-enclosing-field, bibtex-format-entry, | |
2483 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
2484 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
2485 bibtex-print-help-message, bibtex-end-of-entry, | |
2486 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
2487 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
2488 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
2489 method for parsing. | |
2490 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
2491 bibtex-map-entries, bibtex-flash-head, | |
2492 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
2493 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
2494 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
2495 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
2496 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
2497 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
2498 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
2499 order to make the new binding of case-fold-search immediately | |
2500 visible. | |
27707 | 2501 |
2502 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2503 | |
27713 | 2504 * textmodes/bibtex.el: Copyright notice is up to date. |
2505 Added constant 'bibtex-maintainer-salutation. | |
2506 | |
2507 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
2508 than make-temp-name, use match-string-no-properties and eliminate | |
2509 a quadratic behavior when building bibtex-strings. | |
2510 | |
2511 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
2512 reference key contains upper case letters. | |
27707 | 2513 |
2514 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2515 | |
27713 | 2516 * bibtex.el (bibtex-reference-head): Allow entries to start with |
2517 a new line. | |
27707 | 2518 |
2519 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2520 | |
27713 | 2521 * bibtex.el: Hiding of entry bodies is not longer provided by |
2522 bibtex.el directly. Instead the hideshow package can be used. | |
2523 Added a special bibtex entry to hs-special-modes-alist. | |
2524 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 2525 |
2526 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2527 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2528 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2529 at ':' characters by call to split-string. |
27729 | 2530 |
2531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2532 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2533 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 2534 |
2535 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2536 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2537 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2538 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2539 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2540 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2541 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2542 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2543 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2544 use the term 'reference' to describe a bibtex entry as a whole. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2545 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2546 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2547 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2548 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2549 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2550 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2551 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2552 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2553 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2554 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2555 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2556 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2557 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2558 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2559 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2560 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2561 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2562 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2563 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2564 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2565 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2566 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 2567 |
2568 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2569 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2570 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2571 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2572 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2573 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2574 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2575 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2576 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2577 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2578 entries in order to avoid stack overflow in the regexp matcher if |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2579 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2580 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2581 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2582 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2583 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2584 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2585 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2586 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2587 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2588 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2589 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2590 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2591 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2592 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2593 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2594 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2595 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2596 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2597 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2598 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2599 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2600 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2601 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2602 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2603 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2604 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2605 bibtex-end-of-text-in-string): New functions for the parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2606 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2607 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2608 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2609 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2610 return values rather than by match-beginning or match-end. The |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2611 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2612 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2613 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2614 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2615 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2616 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2617 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2618 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2619 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2620 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2621 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2622 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2623 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2624 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2625 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2626 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2627 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2628 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2629 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2630 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2631 order to make the new binding of case-fold-search immediately |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2632 visible. |
27729 | 2633 |
2634 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2635 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2636 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2637 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2638 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2639 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2640 than make-temp-name, use match-string-no-properties and eliminate |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2641 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
2642 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2643 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2644 reference key contains upper case letters. |
27729 | 2645 |
2646 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2647 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2648 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2649 a new line. |
27729 | 2650 |
2651 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2652 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2653 * bibtex.el: Hiding of entry bodies is not longer provided by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2654 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2655 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2656 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 2657 |
2658 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
2659 | |
27713 | 2660 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 2661 proceedings entry type (for cross referencing). Thanks to Wagner |
2662 Toledo Correa for the suggestion. | |
2663 | |
27713 | 2664 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 2665 |
27690 | 2666 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
2667 | |
2668 * international/characters.el: Setup case table for Vietnamese. | |
2669 | |
27687 | 2670 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
2671 | |
2672 * uniquify.el (toplevel): Require CL at compile time. | |
2673 (uniquify-push): Removed. | |
2674 | |
2675 * shadowfile.el (shadow-when): Removed. | |
2676 | |
2677 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
2678 (tempo-process-and-insert-string): Use dolist instead of | |
2679 tempo-dolist. | |
2680 | |
2681 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
2682 regexp for paragraph-start. | |
2683 | |
2684 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
2685 commas as well. | |
2686 | |
27657 | 2687 2000-02-10 Dave Love <fx@gnu.org> |
2688 | |
2689 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
2690 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
2691 Deleted. | |
2692 (widget-specify-field, widget-specify-button): Don't use | |
2693 widget-mouse-help as help-echo property. | |
2694 (default): Use #'ignore for :validate and :mouse-down-action. | |
2695 (checkbox): Add help-echo. | |
2696 (widget-sexp-validate): Rewritten to clarify error messages. | |
2697 (character): Use char-valid-p in :match function. | |
2698 (widget-color-complete): Use facemenu-color-alist. | |
2699 (widget-color-action): Use facemenu-read-color. | |
2700 | |
2701 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
2702 set up `caar' &c that we now have. | |
2703 | |
27713 | 2704 2000-02-09 Ray Blaak <blaak@gnu.org> |
2705 | |
2706 * delphi.el: Make resourcestring a declaration region, like const | |
2707 and var. | |
2708 | |
27652 | 2709 2000-02-09 Dave Love <fx@gnu.org> |
2710 | |
2711 * bindings.el (mode-line-input-method-map): New variable. | |
2712 (mode-line-mule-info): Use it; fix last change. | |
2713 (mode-line-mode-menu): Move definition. | |
2714 (mode-line-mouse-sensitive-p): Deleted. | |
2715 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
2716 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
2717 level. | |
2718 | |
2719 * startup.el (command-line-1): Don't call | |
2720 make-mode-line-mouse-sensitive. | |
2721 | |
27644 | 2722 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
2723 | |
2724 * mail/rmail.el (rmail-retry-failure): Use | |
2725 rmail-beginning-of-message before rmail-toggle-header, because the | |
2726 former toggles headers. | |
2727 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2728 2000-02-06 Stefan Monnier <monnier@cs.yale.edu> |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2729 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2730 * diff-mode.el (diff-kill-junk): New interactive function. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2731 (diff-reverse-direction): Use delete-and-extract-region. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2732 (diff-post-command-hook): Restrict the area so that the hook also works |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2733 outside of any diff hunk. This is necessary for the minor-mode. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2734 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2735 (diff-minor-mode): Setup the hooks for header-hunk rewriting. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
2736 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2737 * font-lock.el (font-lock-keywords): Fix doc for multiline matches. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2738 (font-lock-add-keywords): Make it work even if font-lock-mode is nil, |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2739 so that it can be used more easily in <foo>-mode-hook. Also make sure |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2740 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2741 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2742 (font-lock-remove-keywords): Just as was done for `add', allow it to |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2743 work even if font-lock-mode is nil. Also make sure we don't modify |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2744 any pre-existing list by forcing a copy-sequence. Finally rename |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2745 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2746 (font-lock-fontify-syntactic-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2747 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2748 (font-lock-fontify-keywords-region): Use line-end-position. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2749 Don't make `font-lock-multiline' local (it's now done in |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2750 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2751 (font-lock-set-defaults): Make `font-lock-multiline' local. Also |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2752 move the `font-lock-fontified' creation to inside the `unless'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
2753 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2754 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2755 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2756 * term/w32-win.el (x-handle-args): Comment out call to message, |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2757 which occurs before window system is initialized. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2758 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2759 * makefile.nt: Add support for recompiling lisp code. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
2760 |
27610 | 2761 2000-02-04 Dave Love <fx@gnu.org> |
2762 | |
27617 | 2763 * bindings.el (mode-line-mule-info): Fix/extend last change. |
2764 | |
27610 | 2765 * completion.el: Replace completion-dolist with dolist. |
2766 | |
2767 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
2768 dotimes. | |
2769 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2770 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2771 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2772 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2773 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2774 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2775 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2776 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2777 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2778 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2779 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2780 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2781 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2782 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2783 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2784 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2785 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2786 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2787 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2788 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2789 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2790 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2791 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2792 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2793 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2794 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2795 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2796 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2797 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2798 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2799 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2800 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2801 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2802 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2803 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2804 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2805 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2806 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2807 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2808 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2809 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2810 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2811 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2812 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2813 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
2814 |
27590 | 2815 2000-02-02 Dave Love <fx@gnu.org> |
2816 | |
2817 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
2818 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
2819 | |
2820 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
2821 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
2822 the new builtins directly. | |
2823 | |
2824 * whitespace.el (whitespace): Add :version to defgroup. | |
2825 | |
2826 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
2827 Doc fix. | |
2828 | |
2829 * thingatpt.el (sexp-at-point, symbol-at-point) | |
2830 (number-at-point, list-at-point): Add autoload cookie. | |
2831 | |
2832 * recentf.el (recentf): Add :version to defgroup. | |
2833 | |
2834 * quickurl.el (quickurl): Add :version to defgroup. | |
2835 | |
2836 * elide-head.el (elide-head): Use point-marker more. | |
2837 | |
2838 * bs.el (bs): Add :version to defgroup. | |
2839 | |
2840 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
2841 | |
2842 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
2843 | |
27587 | 2844 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
2845 | |
2846 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
2847 succeeding process operation sets a different coding system. | |
2848 | |
2849 * calculator.el: New file. | |
2850 | |
27572 | 2851 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
2852 | |
2853 * frame.el (frames-on-display-list, framep-on-display): New | |
2854 functions. | |
2855 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
2856 (display-selections-p, display-screens, display-pixel-width) | |
2857 (display-pixel-height, display-mm-width, display-mm-height) | |
2858 (display-backing-store, display-save-under, display-planes) | |
2859 (display-color-cells, display-visual-class): New functions. | |
2860 | |
2861 * term/tty-colors.el (tty-color-gray-shades): New function. | |
2862 | |
2863 * faces.el (display-color-p): Use framep-on-display. | |
2864 (display-grayscale-p): New function. | |
2865 | |
27549 | 2866 2000-01-31 Dave Love <fx@gnu.org> |
2867 | |
2868 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
2869 (create-fontset-from-x-resource): Don't concat integers. | |
2870 | |
27545 | 2871 2000-01-31 Inge Frick <inge@nada.kth.se> |
2872 | |
2873 * view.el: Some changes in documentation. Removed some trailing | |
2874 whitespace. Changed some parameter names to agree with | |
2875 documentation. | |
2876 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
2877 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2878 |
27541 | 2879 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
2880 | |
27543 | 2881 * windmove.el: New file. |
2882 | |
27541 | 2883 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
2884 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 2885 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2886 |
27541 | 2887 * jit-lock.el (jit-lock-function): Widen before calculating end |
2888 position. | |
2889 (jit-lock-stealth-chunk-start): Rewritten. | |
2890 | |
2891 * info.el (Info-title-face-alist): Removed. | |
2892 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
2893 faces. | |
2894 (Info-fontify-node): Use these faces. | |
2895 | |
27527 | 2896 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
2897 | |
2898 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
2899 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
2900 `&allow-other-keywords'. | |
2901 | |
2902 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
2903 the list of directories scanned heuristically. | |
2904 | |
2905 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
2906 exist. | |
2907 | |
27523 | 2908 2000-01-30 Jason Rumney <jasonr@gnu.org> |
2909 | |
2910 * w32-fns.el: Define w32-tty-standard-colors. | |
2911 | |
2912 * startup.el (command-line): Use w32-tty-standard-colors when in | |
2913 w32 console mode. | |
2914 | |
27510 | 2915 2000-01-30 Dave Love <fx@gnu.org> |
2916 | |
27513 | 2917 * jka-compr.el (jka-compr-load): Fix up load-history. |
2918 | |
27510 | 2919 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
2920 | |
2921 * emacs-lisp/cl-macs.el: Revert previous change. | |
2922 | |
27499 | 2923 2000-01-29 Dave Love <fx@gnu.org> |
2924 | |
2925 * facemenu.el: Purecopy various strings. | |
2926 | |
2927 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
2928 years. Deal with three-digit years. | |
2929 | |
2930 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
2931 defconst, purecopy. | |
2932 (help-back-label): Purecopy it. | |
2933 | |
27498 | 2934 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
2935 | |
2936 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
2937 variable. If non-nil, order the buffer list according to the | |
2938 currently selected frame. | |
2939 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
2940 non-nil, pass the selected frame to function buffer-list. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
2941 |
27496 | 2942 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2943 | |
2944 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
2945 | |
27486 | 2946 2000-01-28 Dave Love <fx@gnu.org> |
2947 | |
27491 | 2948 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
2949 | |
27486 | 2950 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
2951 Don't use lisp-indent-hook property. | |
2952 (cl-abs): Remove. | |
2953 | |
2954 * subr.el: Move out indent and edebug specs for when and unless. | |
2955 | |
2956 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
2957 when, unless. | |
2958 | |
2959 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
2960 unless, when. | |
2961 | |
27467 | 2962 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
2963 | |
27481 | 2964 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
2965 `collecting' as synonym for `collect'. | |
2966 | |
2967 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
2968 for the case it contains spaces. | |
2969 | |
2970 * simple.el (what-cursor-position): Change formatting of | |
2971 messages. | |
2972 | |
27473 | 2973 * frame.el (delete-other-frames): New function. |
2974 (toplevel): Bind it to C-x 5 1. | |
2975 | |
27469 | 2976 * sort.el (sort-numeric-base): New option. |
2977 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
2978 interpret it as octal or hexadecimal. Use sort-numeric-base | |
2979 as default base. | |
2980 | |
27467 | 2981 * progmodes/glasses.el: New file. |
2982 | |
27451 | 2983 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
2984 | |
27461 | 2985 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
2986 userids differently. | |
2987 | |
27451 | 2988 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
2989 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
2990 progmodes/ebnf-yac.el: New files. | |
2991 | |
27446 | 2992 2000-01-26 Dave Love <fx@gnu.org> |
2993 | |
2994 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
2995 on a function with an empty body. [From Eric Ludlam.] | |
2996 | |
27437 | 2997 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
2998 | |
2999 * vc.el (vc-version-diff): Make sure file name is expanded. | |
3000 | |
27433 | 3001 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
3002 | |
3003 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
3004 (scroll-bar-toolkit-scroll): Don't use a timer. | |
3005 | |
27419 | 3006 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
3007 | |
3008 * language/thai-util.el (thai-composition-function): Delete | |
3009 superfluous `a'. | |
3010 | |
27418 | 3011 2000-01-24 Dave Love <fx@gnu.org> |
3012 | |
3013 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
3014 end-of-defun-function. | |
3015 | |
3016 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
3017 &c. | |
3018 | |
27405 | 3019 2000-01-22 Jason Rumney <jasonr@gnu.org> |
3020 | |
3021 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
3022 conflicts with new face support. | |
3023 | |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3024 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3025 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3026 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3027 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3028 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
3029 |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3030 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3031 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
3032 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
3033 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3034 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3035 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3036 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3037 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3038 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3039 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3040 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3041 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
3042 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
3043 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
3044 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3045 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3046 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3047 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3048 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3049 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
3050 |
27366 | 3051 2000-01-19 Dave Love <fx@gnu.org> |
3052 | |
27368 | 3053 * files.el (user-init-file): Don't declare here -- is primitive. |
3054 | |
27366 | 3055 * startup.el (command-line): Check for compiled user-init-file and |
3056 set to uncompiled version if necessary. | |
3057 | |
27358 | 3058 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
3059 | |
27361 | 3060 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
3061 (undigestify-rmail-message): Use it. | |
3062 | |
27358 | 3063 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
3064 | |
27351 | 3065 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
3066 | |
3067 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
3068 of mini-buffer. | |
3069 | |
27326 | 3070 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
3071 | |
27330 | 3072 * emacs-lisp/copyright.el (copyright-update): Removed the |
3073 requirement for a trailing space from `copyright-regexp', to | |
3074 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3075 |
27327 | 3076 * align.el: New file. |
3077 | |
27326 | 3078 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
3079 | |
3080 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
3081 | |
27323 | 3082 2000-01-13 Dave Love <fx@gnu.org> |
3083 | |
3084 * ph.el: Removed. (Obsoleted by EUDC.) | |
3085 | |
27321 | 3086 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
3087 | |
3088 * net/eudc.el (toplevel): Remove autoloaded code installing | |
3089 menu with easymenu, because that causes build problems. | |
3090 | |
3091 * frame.el (frame-notice-user-settings): New variable. | |
3092 (frame-notice-user-settings): Don't modify frame parameters | |
3093 if called a second time. | |
3094 | |
3095 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3096 | |
3097 * frame.el (frame-notice-user-settings): | |
3098 Notice default-frame-parameters even for non-window frames. | |
3099 | |
27318 | 3100 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
3101 | |
3102 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
3103 for Emacs. | |
3104 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
3105 (eudc-bob-toggle-inline-display): Ditto. | |
3106 (eudc-bob-display-jpeg): Ditto. | |
3107 | |
27304 | 3108 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
3109 | |
27313 | 3110 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
3111 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
3112 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3113 |
27312 | 3114 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
3115 nil)'. | |
3116 | |
3117 * subdirs.el: Add `net' directory. | |
3118 | |
27308 | 3119 * net: New directory. |
3120 | |
27304 | 3121 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
3122 eval-last-sexp. Don't bind debug-on-error here. | |
3123 (eval-last-sexp): New function. Bind debug-on-error if | |
3124 eval-expression-debug-on-error is non-nil. | |
3125 (eval-defun-2, eval-defun): Likewise. | |
3126 | |
3127 * simple.el (eval-expression): Don't bind debug-on-error if | |
3128 eval-expression-debug-on-error is nil. Detect changed | |
3129 debug-on-error, and propagate new value to global binding, if | |
3130 eval-expression-debug-on-error is non-nil, | |
3131 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3132 |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3133 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3134 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3135 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3136 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3137 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3138 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3139 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3140 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3141 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3142 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
3143 |
27288 | 3144 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
3145 | |
27291 | 3146 * tmm.el (tmm-shortcut): Delete region after prompt instead |
3147 of erasing buffer. | |
3148 | |
27288 | 3149 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 3150 (fill-context-prefix): Use the longest common prefix of first |
3151 and second line fill prefix, if there is one. | |
27288 | 3152 |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
3153 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
3154 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
3155 * array.el (array-mode): Don't use make-variable-buffer-local. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
3156 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
3157 |
27282 | 3158 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
3159 | |
3160 * add-log.el (add-log-current-defun): Handle user-defined | |
3161 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3162 |
27280 | 3163 * add-log.el (add-change-log-entry): Insert version number |
27282 | 3164 if having found a current function |
27278 | 3165 |
3166 * add-log.el (add-log-current-defun): Call | |
3167 `add-log-current-defun-function'. Try matches at level 0 and | |
3168 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3169 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3170 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3171 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3172 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3173 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3174 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
3175 |
27265 | 3176 2000-01-10 Dave Love <fx@gnu.org> |
3177 | |
3178 * elide-head.el (elide-head): Use point-marker, not point. | |
3179 | |
27261 | 3180 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
3181 | |
27263 | 3182 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
3183 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3184 |
27261 | 3185 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
3186 Add ispell- prefix. | |
3187 | |
3188 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
3189 | |
3190 * ispell.el: Only define dictionaries in menus when they exist. | |
3191 (version18p): New variable. | |
3192 (version20p): New variable. | |
3193 (xemacsp): New variable. | |
3194 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
3195 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
3196 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
3197 run-together words. |
27261 | 3198 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
3199 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
3200 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
3201 library path when called non-interactively. |
27261 | 3202 (ispell-menu-map-needed): Uses new variables. |
3203 (ispell-library-path): New variable. | |
3204 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
3205 (ispell-word): Improved documentation string. Test for valid | |
3206 character mappings. Correctly check typed in word changes that can | |
3207 result in single words split into multiple words. Returns | |
3208 replacement word. | |
3209 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
3210 replace in recursive query replace mode. Help message for | |
3211 recursive edit mode. | |
3212 (ispell-show-choices): Protect against bad framepop bindings. | |
3213 (ispell-help): Fix to work with XEmacs. | |
3214 (ispell-highlight-spelling-error): Use new variables. | |
3215 (ispell-overlay-window): Fix to work with XEmacs. | |
3216 (ispell-parse-output): Passed and returns location information | |
3217 tracking spelling corrections. Doesn't recheck same word on | |
3218 current line. | |
3219 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
3220 Fix call to single argument in sleep-for. Use new variables. | |
3221 (ispell-region): Passed and returns location information tracking | |
3222 spelling corrections. Doesn't check same word on current line. | |
3223 Improved documentation string. Doesn't resend a line already | |
3224 checked to the ispell process - fixes bug in LaTeX parsing. | |
3225 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
3226 (ispell-skip-region): No longer skips <TT> in SGML. | |
3227 (ispell-process-line): Tracks location information with spelling | |
3228 corrections. Added documentation string. Accounts for words | |
3229 already accepted on this line. Don't allow query-replace on line | |
3230 starting with math characters. Doesn't resend a line already sent | |
3231 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3232 |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
3233 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
3234 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3235 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
3236 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
3237 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3238 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
3239 Don't ever include the host name or user name in the value. |
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
3240 |
27255 | 3241 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
3242 | |
3243 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
3244 of a real newline. | |
3245 | |
27253 | 3246 2000-01-09 Stephen Eglen <stephen@gnu.org> |
3247 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3248 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 3249 for .png files. |
3250 | |
27251 | 3251 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
3252 | |
3253 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
3254 | |
27247 | 3255 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
3256 | |
27249 | 3257 * progmodes/cperl-mode.el: Replace ^F with ^L. |
3258 | |
27247 | 3259 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
3260 before `require'ing rmail and mailalias to prevent infinite |
27247 | 3261 recursion. |
3262 | |
27244 | 3263 2000-01-08 Dave Love <fx@gnu.org> |
3264 | |
27265 | 3265 * emacs-lisp/backquote.el: Remove inappropriate customization |
3266 (allowing custom.el to use backquote). | |
27244 | 3267 |
27241 | 3268 2000-01-07 Dave Love <fx@gnu.org> |
3269 | |
3270 * add-log.el (add-log-debugging): Deleted. | |
3271 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
3272 file. Remove debugging code. | |
3273 (change-log-get-method-definition, change-log-name): Add doc. | |
3274 (change-log-sortable-date-at): New function. | |
3275 (change-log-merge): New command. | |
3276 | |
3277 * time.el (display-time-string-forms): Make the Mail string active. | |
3278 (display-time-update): Provide help-echo for load average. | |
3279 | |
3280 * bindings.el (make-mode-line-mouse2-map): New function. | |
3281 (mode-line-modified): Use it and simplify. | |
3282 (mode-line-mule-info): Provide help-echo info. | |
3283 (minor-mode-alist): Activate the strings. | |
3284 (make-mode-line-mouse-sensitive): Simplify for | |
3285 mode-line-buffer-identification. | |
3286 | |
27233 | 3287 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
3288 | |
3289 * play/pong.el: New file. | |
3290 | |
27241 | 3291 2000-01-06 Dave Love <fx@gnu.org> |
3292 | |
3293 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
3294 `array-' prefix for symbols. | |
3295 | |
3296 2000-01-05 Dave Love <fx@gnu.org> | |
3297 | |
3298 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
3299 outline-headers-as-kill. | |
3300 (outline-mode): Define imenu-generic-expression. | |
3301 (outline-headers-as-kill): New command. | |
3302 | |
3303 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
3304 from paragraph-start. | |
3305 (paragraph-indent-minor-mode): New command. | |
3306 | |
3307 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
3308 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
3309 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
3310 (fortran-column-ruler): Simplify. | |
3311 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
3312 (fortran-with-subprogram-narrowing): Likewise. | |
3313 (fortran-indent-subprogram): Call mark-defun. | |
3314 (fortran-check-for-matching-do): Change narrowing. | |
3315 | |
3316 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
3317 (cl-lucid-hash-tag): Delete. | |
3318 (cl-hash-table-p): Correct test for native table. | |
3319 (cl-hash-table-count): Use hash-table-count. | |
3320 | |
3321 * browse-url.el (browse-url): Fix case of | |
3322 browse-url-browser-function being an alist. | |
3323 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3324 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3325 |
27233 | 3326 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
3327 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3328 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3329 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 3330 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3331 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
3332 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 3333 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
3334 |
27191 | 3335 2000-01-05 Dave Love <fx@gnu.org> |
3336 | |
27241 | 3337 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 3338 (beginning-of-defun-raw): Use it. |
3339 (end-of-defun): New variable. | |
3340 (end-of-defun): Use it. | |
3341 (check-parens): New command. | |
3342 | |
27182 | 3343 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
3344 | |
27233 | 3345 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
3346 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 3347 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
3348 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
3349 |
27176 | 3350 2000-01-05 Andreas Schwab <schwab@suse.de> |
3351 | |
3352 * hscroll.el (hscroll): Doc fix. | |
3353 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3354 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3355 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3356 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3357 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3358 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3359 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
3360 file idlw-rinfo.el. |
27182 | 3361 (idlwave-customize): load must read file idlw-shell.el. |
3362 (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
|
3363 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3364 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3365 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3366 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3367 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3368 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3369 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3370 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3371 both reftex-dcr and reftex-vcr. |
27182 | 3372 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
3373 * 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
|
3374 |
27164 | 3375 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 3376 |
3377 * ps-print.el: PostScript code now is in separate files, doc fix. | |
3378 (ps-print-version): New version number (5.0.3). | |
3379 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
3380 local. | |
3381 (ps-spool-config): Initialization fix. | |
27233 | 3382 (ps-print-prologue-1, ps-print-prologue-2) |
3383 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 3384 (ps-background-image): Little code reformating. |
3385 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 3386 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 3387 (ps-prologue-file): New fun. |
3388 | |
27159 | 3389 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3390 | |
27233 | 3391 * ps-vars.el: Eliminated. |
27159 | 3392 |
3393 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
3394 `;;;###autoload'. | |
3395 | |
3396 * ps-print.el: ps-vars eliminated, doc fix. | |
3397 (ps-print-version): New version number (5.0.2). | |
3398 (ps-spool-config): Initialization fix. | |
3399 (ps-print-customize): New fun. | |
3400 | |
27155 | 3401 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
3402 | |
3403 * autorevert.el (auto-revert-mode): Return value of | |
3404 auto-revert-mode. | |
3405 | |
27152 | 3406 2000-01-04 Dave Love <fx@gnu.org> |
3407 | |
27198 | 3408 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
3409 menu items. | |
27152 | 3410 |
27124 | 3411 2000-01-03 Dave Love <fx@gnu.org> |
3412 | |
27191 | 3413 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 3414 |
27241 | 3415 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 3416 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
3417 `cl-hash-table-p', not `hash-table-p'. | |
3418 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
3419 | |
27119 | 3420 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
3421 | |
3422 * faces.el (face-read-integer, read-face-attribute) | |
3423 (color-defined-p, color-values): unspecified-{f,b}g are now | |
3424 strings. | |
3425 | |
27112 | 3426 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
3427 | |
3428 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
3429 at comment end, and re-insert them after filling. | |
3430 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
3431 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
|
3432 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
3433 * 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
|
3434 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
3435 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
|
3436 |
27102 | 3437 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
3438 | |
3439 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
3440 the new name of face-color-supported-p. | |
3441 | |
3442 * term/w32-win.el (xw-defined-colors): Likewise. | |
3443 | |
27097 | 3444 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
3445 | |
3446 * simple.el (completion-setup-function): Count completion-size | |
3447 from minibuffer-prompt-end, not from point-min. | |
3448 | |
27091 | 3449 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
3450 | |
3451 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
3452 Pass the frame to tty-color-* functions. | |
3453 (display-color-p, frame-set-background-mode): Pass the frame to | |
3454 tty-display-color-p. | |
3455 | |
3456 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
3457 tty-color-alist. | |
3458 (tty-color-alist, tty-modify-color-alist): New functions. | |
3459 (tty-color-define, tty-color-clear, tty-color-approximate) | |
3460 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
3461 an optional parameter FRAME. | |
3462 | |
27074 | 3463 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
3464 | |
27082 | 3465 * image.el (create-image, defimage): Don't assume image data is a |
3466 string. | |
3467 | |
27074 | 3468 * image.el (defimage): Handle specifications containing :data |
3469 instead of :file. | |
3470 (image-type-from-data): New function. | |
3471 (image-type-from-file-header): Use it. | |
3472 (create-image): Add parameter DATA-P. | |
27182 | 3473 |
27063
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3474 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
|
3475 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3476 * echistory.el (electric-command-history): Call Command-history-setup |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3477 and command-history-mode using their new conventions. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3478 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3479 * chistory.el (Command-history-setup): Don't switch buffers. Take |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3480 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
|
3481 (command-history-mode): New function, does some of those things |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3482 Command-history-setup used to do. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3483 (list-command-history): Call command-history-mode, not |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3484 Command-history-setup. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3485 (command-history): Renamed from command-history-mode. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3486 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3487 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
|
3488 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3489 * 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
|
3490 |
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
|
3491 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
|
3492 |
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
|
3493 * 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
|
3494 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
|
3495 |
27052
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3496 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
|
3497 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3498 * 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
|
3499 with FILE if FILE is nil. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3500 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3501 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
|
3502 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3503 * simple.el (choose-completion-string): In minibuffer, |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3504 do not delete the prompt string. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
3505 |
27044 | 3506 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
3507 | |
27049 | 3508 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap |
3509 assigned to mode-line-mode-menu because bindings.el is dumped with | |
3510 Emacs, and thus the lists used for menu-item definition will be | |
3511 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
3512 like pure menu item definitions. | |
3513 | |
27044 | 3514 * expand.el (expand-abbrev-hook): Return t if expansion was |
3515 done, nil otherwise. | |
3516 | |
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
3517 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
|
3518 |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
3519 * 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
|
3520 (tar-quit): Function deleted. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
3521 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3522 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
|
3523 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3524 * 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
|
3525 was used but not declared. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3526 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3527 (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
|
3528 hs-find-block-beginning): Add or modify docstrings. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3529 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3530 (hs-isearch-show): Rewrite. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3531 |
27022 | 3532 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
3533 | |
27024 | 3534 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
3535 | |
27022 | 3536 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
3537 space in front of a C-style comment end. | |
3538 | |
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
3539 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
|
3540 |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
3541 * 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
|
3542 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
|
3543 |
27016 | 3544 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
3545 | |
3546 * bs.el: New file. | |
3547 | |
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
3548 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
|
3549 |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
3550 * textmodes/ispell.el (ispell-process-line): |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
3551 Add local var line-offset to adjust for the change |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
3552 in positions within the line, due to previous replacements. |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
3553 |
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
3554 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
|
3555 |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
3556 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
3557 Doc fixes. |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
3558 |
27004 | 3559 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
3560 | |
3561 * add-log.el (change-log-version-number-regexp-list) | |
3562 (change-log-version-info-enabled): Change :version to 21.1. | |
3563 (toplevel): Require CL when compiling. | |
3564 | |
3565 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
3566 | |
3567 * add-log.el (change-log-version-number-regexp-list): Added tag | |
3568 :version 20.6 | |
3569 (change-log-version-info-enabled): Added tag :version 20.6 | |
3570 | |
3571 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
3572 | |
3573 * add-log.el: More general version number search with | |
3574 user-configurable regexp list. | |
3575 (change-log-version-number-regexp-list): New user variable. | |
3576 (change-log-find-version): Rewritten. Use user-configurable | |
3577 version numbering regexp list | |
3578 change-log-version-number-regexp-list. | |
3579 (change-log-find-version): Renamed to | |
3580 change-log-version-number-search | |
3581 (add-log-file-name-function): New. | |
3582 (change-log-search-vc-number): Added END paramaeter. Added doc | |
3583 string to function. | |
3584 (change-log-version-rcs): Renamed. Was | |
3585 change-log-search-vc-number. | |
3586 | |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3587 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
|
3588 |
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
3589 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
3590 overlays if they interfere. |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
3591 (compilation-find-file): Make intangible overlays tangible. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3592 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3593 * progmodes/hideshow.el: Generally, synch w/ maintainer |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3594 version 5.9. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3595 |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3596 (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
|
3597 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3598 (hs-minor-mode-hook): Don't initialize. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3599 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3600 (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
|
3601 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3602 (hs-minor-mode-prefix): Delete unused var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3603 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3604 (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
|
3605 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3606 (hs-headline): New var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3607 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3608 (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
|
3609 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3610 (hs-hide-comment-region): New func. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3611 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3612 (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
|
3613 hs-safety-is-job-n, hs-hide-initial-comment-block, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3614 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
|
3615 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
|
3616 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
|
3617 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
|
3618 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
|
3619 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3620 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3621 (hs-isearch-show-temporary): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3622 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3623 (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
|
3624 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3625 (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
|
3626 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3627 When constructing menu, use `[(shift button2)]' notation. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
3628 |
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3629 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
|
3630 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3631 * 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
|
3632 (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
|
3633 (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
|
3634 already compressed. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3635 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3636 * jka-compr.el (jka-compr-really-do-compress): New variable. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3637 (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
|
3638 if visiting. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3639 (jka-compr-write-region): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3640 if visiting. Test it when deciding to compress. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
3641 |
26971 | 3642 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
3643 | |
3644 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
3645 with third argument t. | |
3646 | |
26966 | 3647 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
3648 | |
3649 * antlr-mode.el: Version 1.2 is released. | |
3650 (antlr): This package has a web page. | |
3651 | |
3652 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
3653 | |
3654 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
3655 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
3656 (antlr-mode-map): New binding [C-c C-c]. | |
3657 (antlr-mode-menu): New entries. | |
3658 | |
3659 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
3660 | |
3661 * antlr-mode.el: Respect Emacs conventions. | |
3662 ((require 'cl)): Only use during compilation. | |
3663 (antlr-language-for-option): New function to avoid using `find'. | |
3664 (antlr-mode): Use it. | |
3665 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
3666 (antlr-imenu-create-index-function): Change accordingly. | |
3667 (antlr-inside-rule-p): Ditto. | |
3668 (antlr-end-of-rule): Ditto. | |
3669 (antlr-end-of-body): Ditto. | |
3670 (antlr-beginning-of-rule): Ditto. | |
3671 (antlr-indent-line): Ditto. | |
3672 | |
3673 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
3674 | |
3675 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
3676 (antlr-set-tabs): Don't use hard-coded values. | |
3677 | |
3678 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
3679 won't be possible without a huge time penalty. | |
3680 (antlr-skip-exception-part): Be more specific. | |
3681 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
3682 Renamed from `antlr-skip-grammar-header'. | |
3683 (antlr-next-rule): Change accordingly. | |
3684 (antlr-end-of-body): Ditto. Better error message. | |
3685 (antlr-beginning-of-body): Better error message. | |
3686 (antlr-imenu-create-index-function): Skip rule action prelude. | |
3687 | |
3688 * antlr-mode.el: Minor syntax highlighting changes. | |
3689 (antlr-font-lock-default-face): Deletia. | |
3690 (antlr-font-lock-tokendef-face): Changed color. | |
3691 (antlr-font-lock-tokenref-face): Changed color. | |
3692 (antlr-font-lock-literal-face): Changed color. | |
3693 (antlr-font-lock-additional-keywords): Minor changes. | |
3694 | |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3695 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
|
3696 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3697 * 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
|
3698 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3699 * 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
|
3700 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3701 * 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
|
3702 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3703 * 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
|
3704 |
27182 | 3705 * 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
|
3706 |
26963 | 3707 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
3708 | |
3709 * progmodes/cwarn.el: New file. | |
3710 | |
26952 | 3711 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
3712 | |
3713 * bindings.el (completion-ignored-extensions): Add .pdf. | |
3714 | |
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
3715 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
|
3716 |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
3717 * 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
|
3718 |
26949 | 3719 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
3720 | |
3721 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
3722 debugger-may-continue is nil. | |
3723 | |
26942 | 3724 1999-12-18 Dave Love <fx@gnu.org> |
3725 | |
26943 | 3726 * emacs-lisp/cl-macs.el: Remove conditional definition of |
3727 eval-when-compile. Don't specify abs, expt, gethash, | |
3728 hash-table-count, hash-table-p as side-effect-free here. | |
26942 | 3729 (cl-emacs-type): Don't declare. |
3730 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
3731 (cl-parse-loop-clause): Remove compatibility code. | |
3732 | |
26943 | 3733 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
26942 | 3734 (side-effect-free-fns): Add gethash, hash-table-count. |
3735 (side-effect-and-error-free-fns): Add hash-table-p. | |
3736 | |
26943 | 3737 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
3738 `cl-' to autoload names for some hash functions. Don't autoload | |
26942 | 3739 eval-when-compile. Don't provide mini-cl. |
3740 (cl-emacs-type): Remove. | |
3741 (cl-map-extents): Remove compatibility code. | |
3742 | |
27241 | 3743 * emacs-lisp/float.el: Bind free variables. |
3744 | |
3745 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | |
26942 | 3746 |
26930 | 3747 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
3748 | |
3749 * bindings.el (completion-ignored-extensions): Add .tfm. | |
3750 | |
26923 | 3751 1999-12-16 Dave Love <fx@gnu.org> |
3752 | |
26929 | 3753 * faces.el (set-face-attribute): Purecopy the attributes set. |
3754 | |
3755 * custom.el (custom-declare-variable): Purecopy value. | |
3756 | |
26943 | 3757 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
26923 | 3758 (byte-extrude-byte-code-vectors): Use remprop. |
3759 (byte-compile-lambda): Check that arg is a lambda. | |
3760 | |
26921 | 3761 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
|
3762 |
26921 | 3763 * font-lock.el: System for adding and removing keywords. |
3764 Both local (previously added keyword) and global keywords | |
3765 can be removed. | |
3766 (font-lock-remove-keywords): New user-level function. | |
3767 (font-lock-update-removed-keyword-alist): New internal function. | |
3768 (font-lock-removed-keywords-alist): New variable. | |
3769 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
3770 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
3771 growing datastructures. | |
3772 (font-lock-set-defaults): Removes keywords stored in | |
3773 `font-lock-removed-keywords-alist' after local keywords added. | |
3774 | |
3775 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
3776 | |
3777 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
3778 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
3779 | |
3780 * font-lock.el (c-keywords): Only highlight preprocessor | |
3781 directives when spelled correctly. | |
3782 | |
3783 * font-lock.el (font-lock-match-c++-structor-declaration, | |
3784 c++-keywords): Fontify constructors and destructors with function | |
3785 face inside C++ class declarations. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3786 |
26916 | 3787 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
3788 | |
26919 | 3789 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
3790 the shell from sh-shell-file. | |
3791 | |
26916 | 3792 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
3793 | |
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
3794 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
|
3795 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
3796 * 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
|
3797 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
|
3798 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
|
3799 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
|
3800 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
3801 * 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
|
3802 (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
|
3803 "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
|
3804 |
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
3805 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
|
3806 |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
3807 * 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
|
3808 (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
|
3809 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
|
3810 |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3811 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
|
3812 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3813 * 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
|
3814 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
|
3815 (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
|
3816 `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
|
3817 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3818 * 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
|
3819 (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
|
3820 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
|
3821 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
|
3822 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
|
3823 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
|
3824 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
|
3825 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
|
3826 (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
|
3827 (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
|
3828 (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
|
3829 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
|
3830 (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
|
3831 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3832 * 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
|
3833 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
|
3834 (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
|
3835 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
|
3836 (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
|
3837 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
|
3838 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
|
3839 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
|
3840 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
|
3841 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
|
3842 (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
|
3843 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
|
3844 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
|
3845 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
|
3846 (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
|
3847 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
|
3848 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
|
3849 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
|
3850 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
|
3851 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
|
3852 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
|
3853 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
|
3854 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
|
3855 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
|
3856 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
|
3857 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
|
3858 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
|
3859 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
|
3860 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
|
3861 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
|
3862 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
|
3863 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
|
3864 (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
|
3865 (eval-when-compile (require 'cl)) added. |
27182 | 3866 |
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3867 * 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
|
3868 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
|
3869 (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
|
3870 (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
|
3871 (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
|
3872 (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
|
3873 (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
|
3874 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3875 * 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
|
3876 `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
|
3877 (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
|
3878 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3879 * 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
|
3880 `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
|
3881 (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
|
3882 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3883 * 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
|
3884 added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3885 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3886 * 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
|
3887 added. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3888 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3889 * 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
|
3890 commands. |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3891 (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
|
3892 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
|
3893 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
|
3894 (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
|
3895 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3896 * 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
|
3897 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
|
3898 (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
|
3899 (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
|
3900 |
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
3901 * 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
|
3902 |
26899 | 3903 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
3904 | |
3905 The following changes are for the new composition mechanism. We | |
3906 have deleted `composition' charset and composite characters, | |
3907 instead introduced a special text property `composition'. | |
3908 | |
3909 * composite.el: New file. | |
3910 | |
3911 * ps-mule.el: Define encode-composition-rule and find-composition | |
3912 for Emacs 20.4 and the earlier versions. | |
3913 (ps-mule-init-external-library): Just require a feature for | |
3914 external libraries. | |
3915 (ps-mule-prologue): Postscript code modified for new composition. | |
3916 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
3917 (ps-mule-plot-string): Delete code for composite characaters. | |
3918 (ps-mule-plot-composition): New funcion. | |
3919 (ps-mule-prepare-font-for-components): New function. | |
3920 (ps-mule-plot-components): New function. | |
3921 (ps-mule-composition-prologue-generated): Renamed from | |
3922 ps-mule-cmpchar-prologue-generated. | |
3923 (ps-mule-composition-prologue): New named from | |
3924 ps-mule-cmpchar-prologue. Modified for new composition. | |
3925 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
3926 ps-mule-prepare-cmpchar-font): Deleted. | |
3927 (ps-mule-string-encoding): New arg NO-SETFONT. | |
3928 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
3929 check Composing, not Cmpchar | |
3930 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
3931 to nil. | |
3932 (ps-mule-begin-job): Check existence of new composition. | |
3933 | |
3934 * ps-print.el (ps-plot-region): Handle new composition. | |
3935 | |
3936 * simple.el (what-cursor-position): Show "(composed)" if the | |
3937 character is composed. | |
3938 | |
3939 * international/characters.el: Fix cateogries of Lao symbols. | |
3940 | |
3941 * international/fontset.el (vertical-centering-font-regexp): New | |
3942 variable. | |
3943 | |
3944 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
3945 (mule-version-date): Updated to 1999.12.7. | |
3946 (with-category-table): New macro. | |
3947 | |
3948 * international/mule-cmds.el (encode-coding-char): Don't check | |
3949 composite character. | |
3950 | |
3951 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
3952 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
3953 x-ctext): Give `composition' property t. | |
3954 | |
3955 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
3956 non-nil) at the tail of ALIST. | |
3957 (compose-region, decompose-region, decompse-string, | |
3958 reference-point-alist, compose-chars): Moved to composite.el. | |
3959 (compose-chars-component, compose-chars-rule, | |
3960 decompose-composite-char): Deleted. | |
3961 | |
3962 * international/quail.el (quail-install-map): New optional arg | |
3963 NAME. | |
3964 (quail-get-translation): If DEF is a symbol but not a function, | |
3965 ignore it. | |
3966 (quail-start-translation): Put a key sequence undefined in the | |
3967 translation keymap in unread-command-events, not generated-events. | |
3968 Return parameterized event (compose-last-chars N) if the input | |
3969 characters should be composed. | |
3970 (quail-map-definition): If DEF is t, treat it as nil. | |
3971 (quail-delete-last-char): Delete the quail region. | |
3972 (quail-show-translations): Don't show list of translations if the | |
3973 quail package is deterministic. | |
3974 (quail-completion-max-depth): New variable. | |
3975 (quail-completion-1): Pay attention to the above variable. Fix | |
3976 for the case that a translation is a function. | |
3977 (quail-map-from-table, quail-map-from-table-1, | |
3978 quail-map-from-table-2): New functions. | |
3979 (quail-lookup-map-and-concat): New function | |
3980 | |
3981 * language/devan-util.el: Mostly rewritten. | |
3982 | |
3983 * language/lao.el: Register lao-composition-function in | |
3984 composition-function-table. | |
3985 | |
3986 * language/lao-util.el: Mostly rewritten. | |
3987 | |
3988 * language/thai.el: Register thai-composition-function in | |
3989 composition-function-table. | |
3990 (thai-tis620): Delete `pre-write-conversion' property. | |
3991 | |
3992 * language/thai-util.el: (thai-category-table): Make it by | |
3993 make-category-table. | |
3994 (thai-composition-pattern): New variable. | |
3995 (thai-compose-region, thai-compose-string): Use | |
3996 with-category-table. | |
3997 (thai-post-read-conversion): Just call thai-compose-region. | |
3998 (thai-pre-write-conversion): Deleted. | |
3999 (thai-composition-function): New funciton. | |
4000 | |
4001 * language/tibet-util.el: Most functions rewritten. | |
4002 (tibetan-char-p): Renamed from tibetan-char-examin. | |
4003 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
4004 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
4005 (tibetan-add-components): New function. | |
4006 (tibetan-composition-function): New function. | |
4007 | |
4008 * language/tibetan.el: Register tibetan-composition-function in | |
4009 composition-function-table. | |
4010 (tibetan-composable-pattern): New variable. | |
4011 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
4012 (tibetan-precomposition-rule-alist): Move punctuations to | |
4013 tibetan-punctuation-transcription-alist and | |
4014 tibetan-obsolete-glyphs. | |
4015 (tibetan-punctuation-transcription-alist): New variable. | |
4016 (tibetan-obsolete-glyphs): New variable. | |
4017 (tibetan-regexp): Improve the initialization code. | |
4018 | |
4019 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
4020 composite characters. | |
4021 (fill-region-as-paragraph): Likewise. | |
4022 | |
26830 | 4023 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
4024 | |
26833 | 4025 * international/mule-cmds.el (default-input-method): Specify |
4026 that it should be set after current-language-environment. | |
4027 | |
4028 * custom.el (custom-handle-keyword): Add :set-after. | |
4029 (custom-add-dependencies): New function. | |
4030 (custom-set-variables): Take dependencies between args into | |
4031 account. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4032 |
26830 | 4033 * battery.el (battery): Doc fix. |
4034 | |
26821 | 4035 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
4036 | |
4037 * progmodes/cc-make.el: Removed. | |
4038 | |
26818 | 4039 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
4040 | |
4041 * Release of cc-mode 5.26 | |
4042 | |
4043 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4044 | |
4045 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
4046 target depth. Optionally count #else lines as clause limits, | |
4047 as suggested by don provan <provan@lucent.com>. #elif | |
4048 handling fixed. | |
4049 | |
4050 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
4051 (c-down-conditional-with-else): New commands that uses the | |
4052 added functionality in `c-forward-conditional'. | |
4053 | |
4054 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4055 | |
4056 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
4057 a comment on the previous line instead of preserving the | |
4058 comment-column. | |
4059 | |
4060 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4061 | |
4062 * Fixes to IDL mode after input from Eric Eide | |
4063 <eeide@cs.utah.edu>: | |
4064 * cc-engine.el (c-beginning-of-statement-1): Allow | |
4065 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
4066 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
4067 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
4068 but do match CORBA 2.3 `valuetype'. | |
4069 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
4070 for IDL. | |
4071 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
4072 be nil for IDL. | |
4073 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
4074 Like C++. | |
4075 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
4076 set `c-method-key' and `c-baseclass-key' to nil. | |
4077 | |
4078 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4079 | |
4080 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
4081 with nonhanging open braces. | |
4082 | |
4083 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4084 | |
4085 * cc-align.el: Added docstrings to all lineup functions. | |
4086 | |
4087 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
4088 keyword. | |
4089 | |
4090 * cc-align.el (c-lineup-C-comments): Handle free form text | |
4091 comments. Use c-comment-prefix-regexp and comment-start-skip | |
4092 instead of hardcoded regexps. | |
4093 | |
4094 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4095 | |
4096 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
4097 behavior and return value as documented. | |
4098 | |
4099 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4100 | |
4101 * Changes for new style variable init system: | |
4102 * cc-langs.el (c-common-init): Dito. | |
4103 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
4104 now customizable. | |
4105 * cc-vars.el: Style variables may now take a value | |
4106 'set-from-style to make them take their value from the style | |
4107 system. This value is now the default on all these variables. | |
4108 * cc-vars.el (c-valid-offset): New function to verify a | |
4109 syntactic symbol offset setting. | |
4110 * cc-vars.el (c-offsets-alist): Variable moved from | |
4111 cc-styles.el since it's now customizable in a similar way to | |
4112 the other style variables. | |
4113 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
4114 revert to the old style init behavior. | |
4115 | |
4116 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
4117 buffer local. | |
4118 | |
4119 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
4120 the throws clause that might follow the function prototype in | |
4121 C++. | |
4122 | |
4123 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4124 | |
4125 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
4126 could move forward for macros that doesn't start in column 0. | |
4127 | |
4128 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4129 | |
4130 * cc-align.el (c-indent-multi-line-block, | |
4131 c-lineup-whitesmith-in-block): Two new lineup functions for | |
4132 use in whitesmith style. | |
4133 | |
4134 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
4135 style. It should now handle all different braces uniformly in | |
4136 both hanging and non-hanging cases. | |
4137 | |
4138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4139 | |
4140 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
4141 make it stay in the same position relative to the surrounding | |
4142 text. | |
4143 | |
4144 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
4145 when adaptive-fill-mode doesn't manage to get it correct. | |
4146 | |
4147 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
4148 with dotted notation, e.g. foo.bar.Gnu. | |
4149 | |
4150 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
4151 within unwind-protect (previously only some were wrapped so it | |
4152 would be possible to register mode initialization when full | |
4153 initialization did not finish). | |
4154 | |
4155 * cc-styles.el (c-style-alist): Corrected the brace placement | |
4156 in the whitesmith style. Thanks to Sean Luke | |
4157 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
4158 styles with consistent brace placement for all constructs. | |
4159 | |
4160 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4161 | |
4162 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
4163 when point is in the middle of them. | |
4164 | |
4165 * cc-cmds.el: Line breaking and paragraph filling code | |
4166 rewritten: | |
4167 (c-guess-fill-prefix): New function that uses various | |
4168 heuristics to guess the comment prefix. | |
4169 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
4170 It now assumes adaptive filling is active to preserve the line | |
4171 prefix inside comments. | |
4172 (c-indent-new-comment-line): Replacement for the now | |
4173 obsolete `c-comment-line-break-function' that uses | |
4174 `c-guess-fill-prefix' when appropriate. It now observes the | |
4175 setting of `comment-multi-line', which has effect in C-style | |
4176 block comments. | |
4177 | |
4178 * cc-cmds.el (c-context-line-break): New function intended to | |
4179 be put on RET. It's essentially `newline-and-indent', but | |
4180 continues C block comments with the appropriate line prefix. | |
4181 | |
4182 * cc-cmds.el (c-do-auto-fill): New function put on | |
4183 `normal-auto-fill-function' to implement the | |
4184 `c-ignore-auto-fill' variable. | |
4185 | |
4186 * cc-cmds.el (c-beginning-of-statement): Use | |
4187 `c-comment-prefix-regexp' to avoid ending up inside the | |
4188 comment prefix. Better handling of comment starters and | |
4189 enders. Catch comments better when traversing code. Stop at | |
4190 preprocessor directives. | |
4191 | |
4192 * cc-defs.el (c-forward-comment): New subst to hide platform | |
4193 dependent quirks in `forward-comment'. | |
4194 | |
4195 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
4196 argument. | |
4197 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
4198 arguments. Activate this function by default when | |
4199 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
4200 | |
4201 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
4202 on the comment opener to make constants usable as lineup | |
4203 arguments. | |
4204 | |
4205 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
4206 changed anchor position in the `c' syntactic symbol. Handle | |
4207 more than stars in the comment prefix; use the new variable | |
4208 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
4209 a comment prefix to the right of the comment opener if it's | |
4210 long. | |
4211 | |
4212 * cc-langs.el: Fixes to mode initialization for new line | |
4213 breaking and paragraph filling method. Adaptive fill mode is | |
4214 now activated at startup instead of deactivated. The | |
4215 variables used for adaptive filling and paragraph movement are | |
4216 also changed to incorporate the value of | |
4217 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
4218 used to override some functions in the global map instead of | |
4219 overriding their default bindings. | |
4220 | |
4221 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
4222 javadoc markup at mode init. | |
4223 | |
4224 * cc-mode.el (c-setup-filladapt): A new convenience function | |
4225 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
4226 function is intended to be used explicitly by the end user | |
4227 only. | |
4228 | |
4229 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
4230 recognize the comment fill prefix inside comments. | |
4231 (c-block-comment-prefix): New name for | |
4232 `c-comment-contiuation-stars', which is now obsolete. It's | |
4233 generalized to handle any character sequence. | |
4234 (c-ignore-auto-fill): New variable used to selectively disable | |
4235 Auto Fill mode in specific contexts. | |
4236 | |
4237 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4238 | |
4239 * cc-cmds.el (c-comment-indent): Leave at least one space | |
4240 between the comment and the last nonblank character in the | |
4241 case where we look at the indentation of the comment on the | |
4242 previous line (case 4). | |
4243 | |
4244 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
4245 list of characters that may start a statement (it's a sort of | |
4246 prefix operator in Pike, and isn't used at all in any of the | |
4247 other languages). | |
4248 | |
4249 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4250 | |
4251 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
4252 inside continued statements as statement-cont instead of | |
4253 brace-list-open. The reason is that one normally adjusts | |
4254 brace-list-open for brace lists as top-level constructs, and | |
4255 brace lists inside statements is a completely different | |
4256 context. Case 10B.2 changed. Also changed (the somewhat | |
4257 esoteric) case 9A to cope with this. | |
4258 | |
4259 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4260 | |
4261 * cc-cmds.el (c-electric-brace): Added electric handling of | |
4262 the open brace for brace-elseif-brace. | |
4263 | |
4264 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4265 | |
4266 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
4267 syntax tables temporarily. | |
4268 | |
4269 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
4270 member init argument lists split over several lines. Case 5D | |
4271 changed. | |
4272 | |
4273 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
4274 @throws introduced in Javadoc 1.2. | |
4275 | |
4276 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
4277 patch from RMS to avoid infinite backtracking. | |
4278 | |
4279 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4280 | |
4281 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
4282 by [ ]. | |
4283 | |
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4285 | |
4286 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
4287 the column in langelem. | |
4288 | |
4289 * cc-engine.el (c-syntactic-information-on-region): New | |
4290 function to help debugging the syntactic analysis. | |
4291 | |
4292 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4293 | |
4294 * cc-align.el (c-lineup-template-args): Handle nested template | |
4295 arglists. | |
4296 | |
4297 * cc-langs.el (c++-template-syntax-table): New syntax table | |
4298 that makes `<' and `>' parenthesis characters, which is useful | |
4299 to switch to temporarily when analyzing template arglists. | |
4300 | |
4301 * cc-styles.el: Changed default alignment of labels in the | |
4302 java style to conform to the examples in the Java Language | |
4303 Specification. | |
4304 | |
4305 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
4306 by default. | |
4307 | |
4308 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4309 | |
4310 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
4311 immediately before the closing paren in an arglist, so don't | |
4312 check that in Pike mode. Case 7A changed. | |
4313 | |
4314 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4315 | |
4316 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
4317 lines were ignored under certain conditions. | |
4318 | |
4319 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4320 | |
4321 * cc-align.el (c-lineup-template-args): New function for | |
4322 aligning continued template argument lists. | |
4323 | |
4324 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
4325 lists containing function arglists split over several lines. | |
4326 Case 5D.1 changed. | |
4327 | |
4328 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
4329 template-args-cont didn't get recognized when the first | |
4330 arglist opener line doesn't contain a template argument. New | |
4331 case 5K. | |
4332 | |
4333 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4334 | |
4335 * cc-defs.el (c-point): Changed from subst to macro for | |
4336 efficiency. | |
4337 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
4338 beginning-of-defun/end-of-defun wrappers separated from | |
4339 c-point. | |
4340 | |
4341 * cc-menus.el (imenu-generic-expression, | |
4342 imenu-case-fold-search, imenu-progress-message): Dummy | |
4343 definitions to avoid compiler warnings if imenu can't be | |
4344 loaded. | |
4345 * cc-menus.el (cc-imenu-init): New function called at mode | |
4346 init. | |
4347 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
4348 imenu initializations to cc-imenu-init. | |
4349 | |
4350 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4351 | |
4352 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
4353 for lambda-intro-cont in Pike mode. Case 6 changed. | |
4354 | |
4355 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
4356 anything following "new Foo()" was considered an anonymous | |
4357 class body in Java mode. | |
4358 | |
4359 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
4360 | |
4361 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
4362 a string, don't insert a new line. | |
4363 | |
4364 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
4365 | |
4366 * cc-engine.el (c-at-toplevel-p): New interface function which | |
4367 returns information useful to add-on authors. It tells you | |
4368 whether you're at a toplevel statement or not. | |
4369 | |
4370 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
4371 | |
4372 * cc-cmds.el (c-comment-line-break-function): It is possible | |
4373 that forward-line does not land us at the bol, say if we're on | |
4374 the last line in a file. In that case, do a | |
4375 back-to-indentation instead of a forward-comment -1. | |
4376 | |
4377 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4378 | |
4379 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
4380 "default:" as normal label in case 4. | |
4381 | |
4382 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4383 | |
4384 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
4385 recognize continued bitfield declarations. Case 5D.1 changed. | |
4386 * cc-langs.el: New variable c-bitfield-key. | |
4387 * cc-mode.el: New variable c-bitfield-key. | |
4388 | |
4389 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
4390 | |
4391 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
4392 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
4393 ..}"). | |
4394 | |
26816 | 4395 1999-12-12 Dave Love <fx@gnu.org> |
4396 | |
26943 | 4397 * mail/footnote.el: Require cl when compiling. Don't autoload |
4398 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
26816 | 4399 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
4400 Avoid `acons'. | |
4401 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
4402 autoload cookie. | |
4403 | |
26814 | 4404 1999-12-12 Richard Sharman <rsharman@pobox.com> |
4405 | |
4406 * sh-script.el: Fix for when font-lock mode is active. | |
4407 (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
|
4408 |
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
4409 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
|
4410 |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
4411 * 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
|
4412 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
|
4413 platforms as well. |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
4414 |
26811 | 4415 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
4416 | |
4417 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
4418 rmail-summary-goto-msg. | |
4419 | |
4420 * files.el (after-find-file): Fix previous change. | |
4421 | |
4422 1999-12-11 Dave Love <fx@gnu.org> | |
4423 | |
4424 * help.el (where-is): Use `commandp' as predicate for | |
26806 | 4425 `completing-read' |
4426 | |
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4427 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
|
4428 |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4429 * cus-edit.el (custom-save-delete): Delete all occurrences, |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4430 leave point where the first occurrence was. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4431 (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
|
4432 Avoid a double newline there. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4433 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
|
4434 (custom-save-variables): Likewise. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4435 (custom-file): Doc fix. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
4436 |
26799 | 4437 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
4438 | |
4439 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
4440 regexp matching image and audio files. | |
4441 | |
26785 | 4442 1999-12-09 Dave Love <fx@gnu.org> |
4443 | |
4444 * mail/footnote.el: New file. | |
4445 | |
26780 | 4446 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
4447 | |
4448 * files.el (after-find-file): Use auto-save-visited-file-name if | |
4449 set. | |
4450 | |
4451 * mail/feedmail.el (feedmail-find-eoh): Take | |
4452 feedmail-queue-alternative-mail-header-separator into account. | |
4453 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4454 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4455 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4456 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4457 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4458 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4459 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4460 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4461 potential future support. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4462 (font-lock-fontify-anchored-keywords, |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4463 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
4464 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
|
4465 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
4466 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
|
4467 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
4468 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
4469 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
4470 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
4471 |
26760 | 4472 1999-12-07 Dave Love <fx@gnu.org> |
4473 | |
4474 * help.el (view-emacs-problems): New command, bound to C-h P. | |
4475 | |
4476 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
4477 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
4478 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
|
4479 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4480 * 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
|
4481 (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
|
4482 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
|
4483 (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
|
4484 (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
|
4485 (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
|
4486 (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
|
4487 (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
|
4488 (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
|
4489 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
4490 * 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
|
4491 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
|
4492 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
4493 * 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
|
4494 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
|
4495 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
4496 * 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
|
4497 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
|
4498 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
4499 (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
|
4500 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
4501 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
|
4502 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
4503 * viper-cmd.el (viper-minibuffer-standard-hook, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4504 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
|
4505 (viper-read-string-with-history,viper-file-add-suffix, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4506 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
|
4507 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
|
4508 |
26739 | 4509 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
4510 | |
4511 * comint.el (comint-redirect-results-list) | |
4512 (comint-redirect-results-list-from-process): Remove interactive | |
4513 spec. | |
4514 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
4515 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
|
4516 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
4517 * 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
|
4518 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
|
4519 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4520 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
|
4521 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4522 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
|
4523 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4524 * 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
|
4525 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
|
4526 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4527 (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
|
4528 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4529 (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
|
4530 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4531 (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
|
4532 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
|
4533 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4534 (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
|
4535 (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
|
4536 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
|
4537 (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
|
4538 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
|
4539 (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
|
4540 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
|
4541 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4542 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4543 * 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
|
4544 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
|
4545 (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
|
4546 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4547 * 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
|
4548 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
|
4549 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
|
4550 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4551 (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
|
4552 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4553 (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
|
4554 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4555 (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
|
4556 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
|
4557 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4558 * 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
|
4559 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
|
4560 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
|
4561 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4562 * 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
|
4563 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4564 * 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
|
4565 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
4566 * 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
|
4567 * 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
|
4568 |
26733 | 4569 1999-12-06 Dave Love <fx@gnu.org> |
4570 | |
4571 * ffap.el: Autoload the ffap alias directly. | |
4572 | |
26727 | 4573 1999-12-06 Inge Frick <inge@nada.kth.se> |
4574 | |
4575 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
4576 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
4577 meaning as `*'. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4578 |
26721 | 4579 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
4580 | |
26724 | 4581 * simple.el (insert-buffer): Doc fix. |
4582 | |
26721 | 4583 * apropos.el (apropos-mode): Add autoload cookie. |
4584 | |
4585 1999-12-06 Sam Steingold <sds@goems.com> | |
4586 | |
4587 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
4588 regexp to allow for the CL symbols starting with `+*'. | |
4589 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
4590 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
4591 `function' quoting lambda. | |
4592 (tags-with-face): New macro. | |
4593 (list-tags, tags-apropos): Use it. | |
4594 (tags-apropos-additional-actions): New user option. | |
4595 (etags-tags-apropos-additional): Use it. | |
4596 (tags-apropos): Call etags-tags-apropos-additional. | |
4597 (tags-apropos-verbose): New user option. | |
4598 (etags-tags-apropos): Use it. | |
4599 (visit-tags-table-buffer, next-file): Use `unless'. | |
4600 (recognize-empty-tags-table): Renamed to | |
4601 tags-recognize-empty-tags-table. | |
4602 (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
|
4603 |
26717 | 4604 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
4605 | |
4606 * international/mule.el (set-buffer-file-coding-system): Docstring | |
4607 modified. | |
4608 | |
26712 | 4609 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
4610 | |
4611 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
4612 using the hideshow package. | |
4613 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
4614 of the hideshow package. | |
4615 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
4616 not longer provided by bibtex.el directly. Instead the hideshow | |
4617 package should be used. | |
4618 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
4619 references to bibtex-hide-entry-bodies. | |
4620 | |
4621 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
4622 | |
4623 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
4624 maintainer information closer to the beginning of the bibtex.el | |
4625 file. | |
4626 (bibtex-maintainer-salutation): New constant. | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
4627 (bibtex-version): New constant. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
4628 (bibtex-submit-bug-report): Use bibtex-version and |
26712 | 4629 bibtex-maintainer-salutation. |
4630 (bibtex-entry-field-alist): Made booktitle field optional for | |
4631 @inproceedings entries when crossreferenced. | |
4632 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
4633 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
4634 for the suggestion. | |
4635 (bibtex-string-file-path): Fixed typo. | |
4636 | |
4637 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
4638 | |
4639 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
4640 for reftex.el. | |
4641 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
4642 to menu. | |
4643 | |
26708 | 4644 1999-12-04 Dave Love <fx@gnu.org> |
4645 | |
4646 * delsel.el: Revert previous change -- region is significant to | |
4647 skeleton. | |
4648 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
4649 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
|
4650 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
4651 * 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
|
4652 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
|
4653 back. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4654 |
26692 | 4655 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
4656 | |
4657 * international/mule-util.el (truncate-string-to-width): Docsting | |
4658 fixed. | |
4659 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
4660 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
|
4661 |
26692 | 4662 * 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
|
4663 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
4664 (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
|
4665 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
|
4666 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
|
4667 (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
|
4668 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 4669 (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
|
4670 (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
|
4671 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
|
4672 |
26689 | 4673 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
4674 | |
4675 * international/mule.el (charsetp): Fix typo in docstring. | |
4676 | |
4677 * international/mule-diag.el (list-coding-categories): Fix typo; | |
4678 automatic -> autoload. | |
4679 | |
26676 | 4680 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
4681 | |
26686 | 4682 * vc.el (vc-update-change-log): Look for rcs2log under |
4683 exec-directory. | |
4684 | |
26683 | 4685 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
4686 outline-regexp, add outline-level. | |
4687 (lisp-outline-level): New. | |
4688 | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4689 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
26681 | 4690 remove extraneous string-match. |
4691 | |
26676 | 4692 * finder.el (finder-commentary): Activate Finder mode. |
4693 | |
26674 | 4694 1999-12-01 Anders Lindgren <andersl@andersl.com> |
4695 | |
4696 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
4697 off when reverting buffers that contained mode specifiers. | |
4698 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
4699 argument. | |
4700 | |
26672 | 4701 1999-12-01 Dave Love <fx@gnu.org> |
4702 | |
4703 * delsel.el: Grok skeleton-pair-insert-maybe. | |
4704 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
4705 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
|
4706 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
4707 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
4708 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
4709 |
26660 | 4710 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
4711 | |
4712 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
4713 versions without custom.el. | |
4714 | |
26658 | 4715 1999-11-30 Dave Love <fx@gnu.org> |
4716 | |
26943 | 4717 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 4718 |
26662 | 4719 * autoinsert.el: Minor doc fixes. |
4720 (auto-insert): Return nil. | |
4721 | |
26658 | 4722 * faces.el (set-face-documentation): Purecopy STRING. |
4723 | |
26654 | 4724 1999-11-29 Dave Love <fx@gnu.org> |
4725 | |
26656 | 4726 * derived.el: Doc fixes, remove old backquote syntax. |
4727 | |
26654 | 4728 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
4729 comment warning about editing. | |
4730 | |
26651 | 4731 * help.el (help-mode-hook): Define. |
4732 | |
26649 | 4733 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
4734 | |
4735 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
4736 invalid translation of old-style backquote syntax to new syntax. | |
4737 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
4738 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
|
4739 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
4740 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
4741 |
26628 | 4742 1999-11-26 Dave Love <fx@gnu.org> |
4743 | |
4744 * comint.el: Fix last change. | |
4745 | |
4746 * emacs-lisp/advice.el: Fix last change. | |
4747 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4748 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
|
4749 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4750 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4751 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4752 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4753 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4754 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4755 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4756 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
4757 |
26624 | 4758 1999-11-26 Dave Love <fx@gnu.org> |
4759 | |
4760 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
4761 | |
4762 * font-lock.el: Doc fixes. | |
4763 | |
4764 * menu-bar.el (menu-bar-mode): Customize. | |
4765 | |
4766 * cus-start.el: Add use-dialog-box. | |
4767 | |
4768 * add-log.el (change-log-mode-hook): Customize. | |
4769 (add-log-current-defun): Use | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4770 fortran-{beginning,end}-of-subprogram. |
26624 | 4771 |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
4772 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
|
4773 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
4774 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4775 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4776 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4777 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4778 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
|
4779 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4780 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4781 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4782 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4783 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4784 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4785 (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
|
4786 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4787 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4788 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4789 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4790 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4791 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4792 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4793 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
|
4794 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4795 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
4796 |
26608 | 4797 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
4798 | |
4799 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
4800 | |
26600 | 4801 1999-11-25 Dave Love <fx@gnu.org> |
4802 | |
4803 * hippie-exp.el: Require comint when compiling. | |
4804 (hippie-expand): Add :links. | |
4805 (hippie-expand-try-functions-list): Customize. | |
4806 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
4807 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
|
4808 |
26609 | 4809 * viper*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4810 |
26609 | 4811 * ediff*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4812 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
4813 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
4814 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 4815 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
|
4816 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
4817 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 4818 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
|
4819 |
26581 | 4820 1999-11-24 Dave Love <fx@gnu.org> |
4821 | |
26584 | 4822 * custom.el (custom-declare-group): Purecopy DOC. |
4823 (custom-handle-keyword): Purecopy VALUE. | |
4824 (custom-add-link): Purecopy WIDGET. | |
4825 (custom-add-version): Purecopy VERSION. | |
4826 (custom-add-load): Purecopy LOAD. | |
4827 | |
4828 * cus-face.el (custom-declare-face): Purecopy DOC. | |
4829 | |
26581 | 4830 * info.el: |
4831 (Info-build-node-completions, Info-search, Info-follow-reference) | |
4832 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
4833 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
4834 which may appear in minibuffer. | |
4835 | |
26579 | 4836 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
4837 | |
4838 * locate.el (locate-with-filter): Doc fix. | |
4839 | |
26577 | 4840 1999-11-24 Alex Schroeder <alex@gnu.org> |
4841 | |
4842 * sql.el (sql-find-sqli-buffer): New function. | |
4843 (sql-set-sqli-buffer-generally): New function. | |
4844 (sql-set-sqli-buffer): Better checking of new-buffer. | |
4845 (sql-copy-column): Add comma after INTO clause, too. | |
4846 | |
4847 1999-11-24 Alex Schroeder <alex@gnu.org> | |
4848 | |
4849 * sql.el (sql-imenu-generic-expression): New, used to set | |
4850 imenu-generic-expression. | |
4851 | |
4852 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
4853 setting font-lock-defaults' SYNTAX-ALIST. Set | |
4854 imenu-generic-expression, imenu-case-fold-search, and | |
4855 imenu-syntax-alist. | |
4856 | |
4857 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
4858 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
4859 | |
26575 | 4860 1999-11-23 Andrew Innes <andrewi@gnu.org> |
4861 | |
4862 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
4863 drop coords aren't over a specific window. | |
4864 | |
26564 | 4865 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4866 | |
4867 * ps-print.el: Define mule funs without checking if mule package is | |
4868 loaded. | |
4869 (ps-print-version): New version number (5.0.1). | |
4870 (ps-header-dirpart): Now uses abbreviate-file-name. | |
4871 | |
26559 | 4872 1999-11-23 Dave Love <fx@gnu.org> |
4873 | |
26943 | 4874 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
26561 | 4875 comment-line-start. |
4876 (fortran-comment-line-start-skip): Renamed from | |
4877 comment-line-start-skip. | |
4878 (fortran-mode-map): Use renamed functions. Add manual and custom | |
4879 entries to menu. | |
4880 (fortran-mode-hook): Customize. | |
4881 (fortran-comment-indent-function): Renamed from | |
4882 fortran-comment-hook. | |
4883 (delete-horizontal-regexp): Function deleted. | |
4884 (fortran-electric-line-number): Simplified. | |
4885 (fortran-beginning-of-subprogram): Renamed from | |
4886 beginning-of-fortran-subprogram. | |
4887 (fortran-end-of-subprogram): Renamed from | |
4888 end-of-fortran-subprogram. | |
4889 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
4890 (fortran-previous-statement, fortran-next-statement): Simplified. | |
4891 (fortran-blink-match): New function. | |
4892 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
4893 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
4894 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
4895 line-end-position. | |
4896 (fortran-fill): No longer interactive. Simplified. | |
4897 (fortran-break-line): Simplified. | |
4898 (fortran-analyze-file-format): Use char-after, not looking-at. | |
4899 | |
26943 | 4900 * emacs-lisp/find-func.el (find-function-regexp): Use |
4901 `define-minor-mode' after easy-menu change. | |
26559 | 4902 |
26554 | 4903 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
4904 | |
4905 * comint.el: Add redirection.from active comint buffers into | |
4906 another buffer. Written by Peter Breton. | |
4907 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4908 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4909 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
4910 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 4911 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
4912 (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
|
4913 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4914 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4915 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 4916 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4917 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4918 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 4919 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
4920 |
26533 | 4921 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
4922 | |
26554 | 4923 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 4924 that the leading `^' is at the start. This is necessary because |
4925 paragraphs.el tries to remove anchors, but can find them only if | |
4926 they are the first character. | |
4927 | |
26543 | 4928 * progmodes/antlr-mode.el: New file. |
4929 | |
26533 | 4930 * calendar/calendar.el: Fix autoload for |
4931 calendar-absolute-from-astro. Add autoload for | |
4932 calendar-print-astro-day-number. | |
4933 | |
26524 | 4934 1999-11-21 Anders Lindgren <andersl@andersl.com> |
4935 | |
4936 * follow.el: Use modern backquote syntax. Minor comment update. | |
4937 | |
26520 | 4938 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
4939 | |
26522 | 4940 * simple.el (with-syntax-table): Don't switch buffers. |
4941 | |
26520 | 4942 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
4943 progmodes/hideif.el: Use new backquote syntax. | |
4944 | |
26517 | 4945 1999-11-21 Ken Manheimer <klm@python.org> |
4946 | |
4947 * icomplete.el (icomplete-completions): Use an explicit variable | |
4948 `icomplete-prospects-length', obviating the need to use an | |
4949 apparently faulty throw/catch arrangement. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4950 |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
4951 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
|
4952 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
4953 * 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
|
4954 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
4955 |
26511 | 4956 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
4957 | |
4958 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
4959 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
4960 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
4961 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
|
4962 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4963 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
26517 | 4964 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
4965 | |
4966 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
4967 | |
4968 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
4969 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
|
4970 |
26505 | 4971 1999-11-18 Dave Love <fx@gnu.org> |
4972 | |
4973 * simple.el (input-mode-8-bit): Fix the customization. | |
4974 | |
26489 | 4975 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
4976 | |
26494 | 4977 * international/iso-acc.el (iso-languages): Add more |
4978 characters for Portuguese. | |
4979 | |
26492 | 4980 * speedbar.el: Clean up comment at the start of the file. |
4981 Remove RCS id. | |
4982 | |
26489 | 4983 * progmodes/compile.el (compilation-parse-errors): Use |
4984 compilation-buffer-p instead of testing major-mode. | |
4985 | |
26496 | 4986 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
4987 | |
4988 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
4989 (quickurl-ask): completion-ignore-case is set to the value of | |
4990 quickurl-completion-ignore-case for the duration of the call to | |
4991 completing-read. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
4992 |
26487 | 4993 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4994 | |
4995 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
4996 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
4997 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
|
4998 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
4999 * 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
|
5000 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
5001 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
5002 * 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
|
5003 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
5004 * 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
|
5005 |
26477 | 5006 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
5007 | |
5008 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
5009 using save-excursion. | |
5010 | |
26467 | 5011 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
5012 | |
5013 * mail/supercite.el: New maintainer. | |
5014 | |
5015 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
5016 | |
5017 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
5018 | |
5019 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
5020 | |
5021 * simple.el (with-syntax-table): New. | |
5022 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
5023 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
|
5024 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
5025 * 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
|
5026 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
5027 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
|
5028 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
5029 * goto-addr.el (goto-address-at-mouse, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5030 goto-address-find-address-at-point): Use compose-mail. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5031 (goto-address-mail-method): Removed variable. |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
5032 (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
|
5033 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
|
5034 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
5035 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
|
5036 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
5037 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
5038 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
|
5039 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
5040 |
26456 | 5041 1999-11-15 Sam Steingold <sds@ksp.com> |
5042 | |
5043 * 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
|
5044 |
26452 | 5045 1999-11-15 Dave Love <fx@gnu.org> |
5046 | |
5047 * cus-edit.el (customize-face, customize-face-other-window): | |
5048 Require match from completing-read. | |
5049 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
5050 bury-buffer. | |
5051 | |
26450 | 5052 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
5053 | |
26456 | 5054 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
5055 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 5056 |
26445 | 5057 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
5058 | |
5059 * uniquify.el: Use new backquote syntax. | |
5060 | |
5061 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 5062 |
5063 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
5064 as in ispell-local-dictionary-alist. | |
5065 | |
26445 | 5066 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 5067 |
5068 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
5069 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
5070 |
26445 | 5071 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 5072 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
5073 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 5074 Treat `intangible' differently. |
5075 | |
5076 * forms.el: Use new backquote syntax. | |
5077 | |
26434 | 5078 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
5079 | |
5080 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
5081 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
5082 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
5083 |
26435 | 5084 * net-utils.el (run-network-program, net-utils-run-program): Use |
5085 the new backquote syntax. | |
5086 (smbclient-program, smbclient-program-options) | |
5087 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
5088 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
5089 (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
|
5090 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5091 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
|
5092 |
26435 | 5093 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
5094 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
5095 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
5096 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
5097 (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
|
5098 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
5099 |
26435 | 5100 * emulation/viper-cmd.el (viper-test-com-defun) |
5101 (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
|
5102 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
5103 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
5104 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
5105 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
5106 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
5107 * 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
|
5108 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
5109 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5110 * 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
|
5111 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5112 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5113 (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
|
5114 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5115 |
26424 | 5116 1999-11-12 Andrew Innes <andrewi@gnu.org> |
5117 | |
5118 * select.el (x-set-selection): Call buffer-substring, not | |
5119 substring. Also fix docstring | |
5120 | |
26422 | 5121 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
5122 | |
5123 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
5124 of customizable variables to bug report message. Added | |
5125 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
|
5126 |
26419 | 5127 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
5128 | |
5129 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
5130 to display file names. | |
5131 | |
26409 | 5132 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
5133 | |
26411 | 5134 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
5135 | |
26409 | 5136 * isearch.el: Add lazy-highlighting feature. |
5137 | |
26406 | 5138 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
5139 | |
5140 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5141 constant. |
26406 | 5142 (ps-mode-submit-bug-report): New function. Entry added to menu. |
5143 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
5144 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
|
5145 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
5146 * 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
|
5147 |
26394 | 5148 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
5149 | |
26406 | 5150 * startup.el (initial-scratch-message): Add ";;" to the front of |
5151 lines in the message. | |
5152 | |
26396 | 5153 * files.el (file-local-copy): Remove optional BUFFER argument |
5154 because that's not used by anything. | |
5155 | |
26394 | 5156 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
5157 to-address. | |
5158 | |
26387 | 5159 1999-11-08 Markus Rost <rost@ias.edu> |
5160 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5161 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 5162 to restore track-mouse in the correct buffer. |
5163 | |
5164 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
5165 | |
5166 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
5167 | |
5168 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
5169 | |
5170 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
5171 lpr-command to "lp" for some system-types. (copied from lpr.el | |
5172 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
5173 |
26362 | 5174 1999-11-04 Markus Rost <rost@ias.edu> |
5175 | |
5176 * simple.el (comment-region): Strip off white space at end of | |
5177 comment-start. | |
5178 | |
26354 | 5179 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
5180 | |
5181 * faces.el (secondary-selection): Fix wrong color name. | |
5182 | |
26352 | 5183 1999-11-04 John Tobey <jtobey@epsilondev.com> |
5184 | |
5185 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
5186 the default when invoking perldb in a non-Perl buffer, and other | |
5187 cases involving -e or --. | |
5188 | |
26342 | 5189 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
5190 | |
26352 | 5191 * simple.el (previous-matching-history-element) |
5192 (next-history-element): Use delete-field instead of erase-field. | |
5193 | |
5194 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
5195 Use delete-field instead of erase-field. | |
5196 | |
26344 | 5197 * faces.el (secondary-selection): Change background to yellow. |
5198 | |
26342 | 5199 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
5200 find the start of the text. Use field-string to read the user | |
5201 input. | |
5202 | |
26333 | 5203 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
5204 | |
26338 | 5205 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
5206 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
5207 for compatibility with old face implementation. | |
5208 | |
26336 | 5209 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
5210 Use erase-field instead of erase-buffer. | |
5211 | |
26333 | 5212 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
5213 internal-show-cursor with new interface. | |
5214 (blink-cursor-timer-function): New. | |
5215 (blink-cursor-start): Use blink-cursor-timer-function. | |
5216 | |
26331 | 5217 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5218 | |
5219 * calendar.el (redraw-calendar): Move to nearest date before | |
5220 redrawing. | |
5221 | |
5222 * diary-lib.el (simple-diary-display): Reset modeline even if | |
5223 there are no diary entries since the diary buffer may be displayed. | |
5224 | |
26326 | 5225 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5226 | |
5227 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
5228 backtrace using `message', then exit Emacs. | |
5229 (debugger-batch-max-lines): New variable. | |
5230 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
5231 Change the messages put at the start, to say that the debugger | |
5232 was entered. | |
5233 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5234 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
|
5235 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5236 * 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
|
5237 |
26295 | 5238 1999-11-01 John Tobey <jtobey@epsilondev.com> |
5239 | |
5240 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
5241 presence of perl switches other than "-e". | |
5242 | |
26287 | 5243 1999-11-01 Markus Rost <rost@ias.edu> |
5244 | |
5245 * dired-x.el (dired-smart-shell-command): Use | |
5246 shell-command-history as in shell-command. | |
5247 | |
26282 | 5248 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5249 | |
5250 * userlock.el (ask-user-about-lock): Doc fix. | |
5251 | |
26285 | 5252 * frame.el: Doc fixes. |
5253 | |
26271 | 5254 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
5255 | |
26279 | 5256 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
5257 of show-cursor. | |
5258 (blink-cursor-start, blink-cursor-end): Ditto. | |
5259 | |
26271 | 5260 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
5261 | |
26269 | 5262 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5263 | |
5264 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
5265 start on that frame. Use save-selected-window. | |
5266 | |
26266 | 5267 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
5268 | |
5269 * simple.el (end-of-buffer): Use window-end to find the window end | |
5270 instead of vertical-motion because this handles variable-height | |
5271 lines correctly. | |
5272 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5273 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5274 |
26266 | 5275 * 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
|
5276 |
26266 | 5277 * 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
|
5278 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
|
5279 windows. |
26266 | 5280 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5281 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5282 (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
|
5283 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5284 |
26266 | 5285 * 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
|
5286 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5287 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 5288 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5289 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5290 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5291 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 5292 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
|
5293 |
26271 | 5294 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 5295 (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
|
5296 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5297 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 5298 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
|
5299 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5300 |
26271 | 5301 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
5302 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5303 |
26266 | 5304 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
5305 (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
|
5306 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 5307 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5308 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 5309 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
|
5310 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5311 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5312 * viper-ex.el (ex-read,ex-edit): |
26266 | 5313 Fixes for correct interpretation of #,%. |
5314 (viper-ex): Now works correctly when called from other functions. | |
5315 (viper-glob-function): New variable. | |
5316 (viper-ex): Save excursion before doing :global. | |
5317 | |
5318 * 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
|
5319 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5320 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5321 viper-insert-state-post-command-sentinel, |
26266 | 5322 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
|
5323 cursor colors. |
26267 | 5324 |
5325 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
5326 |
26260 | 5327 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
5328 | |
5329 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
5330 that the modeline display was updated *only* when | |
5331 `whitespace-display-in-modeline' was set, not otherwise. | |
5332 | |
26248 | 5333 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
5334 | |
26251 | 5335 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
5336 "frac12". | |
5337 | |
26248 | 5338 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
5339 ad-activate. | |
5340 | |
26246 | 5341 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
5342 | |
26254 | 5343 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
5344 using fboundp instead of assuming that these are not present in | |
5345 particular flavors of emacs. | |
5346 (whitespace-version): Update to 2.8 | |
5347 (whitespace-display-in-modeline): Add custom variable to control | |
5348 displaying the whitespace errors on the modeline based on | |
5349 suggestion from <klaus.berndl@sdm.de> | |
5350 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
5351 clean, to enable using as a hook function, as suggested by Puneet | |
5352 Goel <puneet@computer.org> | |
5353 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
5354 quiet was not set, even with whitespace-auto-cleanup set. | |
5355 (whitespace-mode-line): Now uses less modeline real estate and | |
5356 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
5357 which is present in the file, and <y> is any type of whitespace | |
5358 whose check has been suppressed by setting | |
26246 | 5359 `whitespace-check-<whitespace-type>' to nil. |
26254 | 5360 (whitespace-unchecked-whitespaces): New function to return the |
5361 list of whitespaces for whom checks have been suppressed. | |
5362 (whitespace-display-unchecked-whitespaces): Renamed to | |
5363 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 5364 |
26244 | 5365 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
5366 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5367 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 5368 Undo previous change. |
5369 | |
26232 | 5370 1999-10-28 Dave Love <fx@gnu.org> |
5371 | |
5372 * help.el (help-follow): Make arg optional again and really | |
5373 default to point. | |
5374 | |
26228 | 5375 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
5376 | |
26234 | 5377 * 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
|
5378 |
26228 | 5379 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
5380 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
5381 comment fixes. | |
5382 | |
26231 | 5383 * 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
|
5384 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
|
5385 |
26223 | 5386 1999-10-27 Dave Love <fx@gnu.org> |
5387 | |
5388 * progmodes/compile.el: Checkdoc-inspired fixes. | |
5389 | |
26220 | 5390 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
5391 | |
5392 * lpr.el (print-buffer): Doc-string fix. | |
5393 | |
26218 | 5394 1999-10-27 Dave Love <fx@gnu.org> |
5395 | |
5396 * emacs-lisp/advice.el: Doc fixes. | |
5397 (ad-lemacs-p): Removed. | |
5398 (advice): Add :link to defgroup. | |
5399 | |
26209 | 5400 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
5401 | |
5402 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
5403 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
5404 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
5405 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
|
5406 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
5407 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
5408 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
5409 |
26207 | 5410 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5411 | |
5412 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
5413 ad-activate. All callers changed, including those in data.c. | |
5414 (ad-activate-internal-off): Renamed from ad-activate-off. | |
5415 All uses changed. | |
5416 (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
|
5417 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 5418 Alter the definition of ad-activate-internal, not ad-activate. |
5419 | |
26196 | 5420 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
5421 | |
5422 * startup.el (command-line-1): Add support for command line | |
5423 arguments `file' and `execute'. Fix handling of `visit'. | |
5424 | |
26191 | 5425 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
5426 | |
5427 * international/mule-cmds.el (read-input-method-name): Handle the | |
5428 case that the arg DEFAULT is symbol. | |
5429 | |
5430 * international/mule-diag.el (mule-diag): Handle the case that | |
5431 default-input-method is symbol. | |
5432 | |
26187 | 5433 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
5434 | |
5435 * textmodes/tildify.el: New file. | |
5436 | |
26184 | 5437 1999-10-25 Sam Steingold <sds@ksp.com> |
5438 | |
5439 * Makefile (compile-files): Fixed the "tr" strings. | |
5440 (EMACS): Set to ../src/emacs. | |
5441 | |
26173 | 5442 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
5443 | |
5444 * info.el (Info-build-node-completions): Add '("*") to the | |
5445 completion list. | |
5446 | |
26167 | 5447 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5448 | |
5449 * frame.el (auto-raise-mode): When enabling the mode, | |
5450 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
|
5451 |
26170 | 5452 * indent.el (indent-region): Doc fix. |
5453 | |
26175 | 5454 * comint.el (comint-output-filter): Make the Comint buffer current |
5455 for the comint-preoutput-filter-functions. | |
5456 | |
26177 | 5457 * mail/reporter.el: Doc fix. |
5458 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
5459 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
5460 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
5461 * 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
|
5462 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
5463 (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
|
5464 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
5465 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
5466 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
5467 |
26151 | 5468 1999-10-23 Dave Love <fx@gnu.org> |
5469 | |
5470 * elide-head.el: New file. | |
5471 | |
26148 | 5472 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
5473 | |
5474 * Makefile (compile-files, backup-compiled-files): New targets. | |
5475 (bootstrap, bootstrap-clean): Ditto. | |
5476 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5477 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
|
5478 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5479 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5480 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
|
5481 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
|
5482 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5483 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5484 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
|
5485 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5486 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
|
5487 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
|
5488 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5489 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
|
5490 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5491 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5492 (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
|
5493 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
|
5494 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
5495 |
26132 | 5496 1999-10-22 Dave Love <fx@gnu.org> |
5497 | |
26137 | 5498 * make-mode.el: Minor doc fixes. |
5499 | |
26132 | 5500 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
5501 | |
26129 | 5502 1999-10-21 Dave Love <fx@gnu.org> |
5503 | |
5504 * loadup.el: Add latin-8, latin-9. | |
5505 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
5506 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
|
5507 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
5508 * 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
|
5509 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
|
5510 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
|
5511 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
|
5512 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
|
5513 |
26121 | 5514 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
5515 | |
5516 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
5517 that were split so that part of the comment appeared as Lisp code. | |
5518 | |
26117 | 5519 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5520 | |
5521 * ps-bdf.el: Doc fix. | |
5522 | |
5523 * ps-print-def.el: New file: common definitions for all parts of | |
5524 ps-print. | |
5525 (ps-multibyte-buffer): Moved from ps-mule. | |
5526 | |
5527 * ps-mule.el: File dependence fix. | |
5528 (ps-multibyte-buffer): Moved to ps-print-def. | |
5529 | |
5530 * ps-print.el: Doc fix, better customization. | |
5531 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
5532 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
5533 (ps-end-file): Doc fix. | |
5534 (ps-setup, ps-begin-file): Fun fix. | |
5535 (postscript): New group. | |
5536 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
5537 (ps-print-prologue-1): Adjust PostScript programming. | |
5538 (ps-print): Adjust group hierarchy. | |
5539 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
5540 ps-print-printer) | |
5541 (ps-print-page): New subgroups. | |
5542 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
5543 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
5544 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
5545 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
5546 (ps-zebra-stripe-height, ps-print-background-image) | |
5547 (ps-print-background-text, ps-spool-config): Adjust customization. | |
5548 (dos-ps-printer): Definition eliminated. | |
5549 | |
5550 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5551 | |
5552 * ps-mule.el: Doc fix, define functions properly if mule package is | |
5553 loaded or not. | |
5554 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
5555 mule package is loaded or not. | |
5556 | |
5557 * ps-print.el: Doc fix, n-up printing. | |
5558 (ps-print-version): New version number (5.0). | |
5559 (ps-page-dimensions-database): Added document media. | |
5560 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
5561 (ps-page-order, ps-printing-region-p): New vars. | |
5562 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
5563 funs. | |
5564 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
5565 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
5566 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
5567 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
5568 (ps-print-begin-sheet-hook): New hook. | |
5569 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
5570 const. | |
5571 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
5572 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
5573 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
5574 (ps-count-lines): Changed to defun. | |
5575 (ps-header-page): Changed to defsubst, fix fun. | |
5576 (ps-printing-region): Doc fix, adjust programming code. | |
5577 (ps-output-boolean, ps-background-pages, ps-background-text) | |
5578 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
5579 programming code. | |
5580 | |
5581 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5582 | |
5583 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
5584 (ps-print-version): New version number (4.2). | |
5585 (ps-spool-config, ps-spool-tumble): New vars. | |
5586 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
5587 programming, new PostScript procedure to handle errors. | |
5588 (ps-print-prologue-2): Changed to defconst. | |
5589 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
5590 (ps-setup, ps-begin-file): Fix funs. | |
5591 (ps-boolean-capitalized): New fun. | |
5592 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5593 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5594 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5595 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5596 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5597 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5598 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5599 (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
|
5600 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
|
5601 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5602 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5603 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5604 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5605 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5606 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
5607 |
26102 | 5608 1999-10-19 Dave Love <fx@gnu.org> |
5609 | |
5610 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
5611 | |
26100 | 5612 1999-10-19 Sam Steingold <sds@ksp.com> |
5613 | |
5614 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
5615 comply with the comment. | |
5616 | |
26098 | 5617 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
5618 | |
5619 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
5620 permanent-local. | |
5621 | |
26094 | 5622 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
|
5623 |
26094 | 5624 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
5625 value: \"lpr\" changed to "lpr" | |
5626 (ps-mode-version): New constant | |
5627 (ps-mode-show-version): New function, added key in ps-mode-map | |
5628 (ps-run-messages): Removed | |
5629 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
5630 ps-run-messages. These keywords now include the value of | |
5631 ps-run-prompt, making its fontification customizable. | |
5632 (ps-run-init): Removed \\n from docstring, it is now added when | |
5633 the value is used | |
5634 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
5635 ps-run-prompt | |
5636 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 5637 customizable variables in doc-string (its equivalent |
26094 | 5638 ps-run-messages was missing in previous version of the doc-string) |
5639 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
5640 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5641 |
26091 | 5642 1999-10-19 Alex Schroeder <alex@gnu.org> |
5643 | |
5644 * ansi-color.el: Complete rewrite. | |
5645 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5646 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5647 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5648 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5649 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
|
5650 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5651 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5652 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5653 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
|
5654 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5655 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5656 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5657 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5658 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5659 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5660 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5661 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5662 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5663 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5664 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5665 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5666 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5667 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5668 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5669 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5670 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5671 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5672 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
|
5673 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5674 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5675 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5676 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
5677 |
26080 | 5678 1999-10-18 Dave Love <fx@gnu.org> |
5679 | |
5680 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
5681 (expand-region-abbrevs): Remove properties from buffer text. | |
5682 | |
26064 | 5683 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
5684 | |
26066 | 5685 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
5686 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
|
5687 |
26064 | 5688 * simple.el (minibuffer-prompt-end): Return the position |
5689 after the prompt, not the position of that last character | |
5690 of the prompt. | |
5691 | |
26061 | 5692 1999-10-17 Miles Bader <miles@gnu.org> |
5693 | |
5694 * simple.el: Doc fixes. | |
5695 | |
5696 1999-10-17 Miles Bader <miles@gnu.org> | |
5697 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5698 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 5699 Change to work correctly even if the point is in the prompt. |
5700 (choose-completion-string): Likewise. | |
5701 (minibuffer-prompt-width): New function (compatibility with old subr). | |
5702 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5703 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 5704 When constraining the final position to the current field, |
5705 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
5706 | |
5707 1999-10-17 Miles Bader <miles@gnu.org> | |
5708 | |
5709 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
5710 constrain-to-field. | |
5711 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
5712 | |
5713 1999-10-17 Miles Bader <miles@gnu.org> | |
5714 | |
5715 * simple.el (line-move): Use constrain-to-field to avoid | |
5716 moving into a prompt. | |
5717 (previous-complete-history-element): Clarify doc string. | |
5718 (next-complete-history-element): Likewise. | |
5719 Use field-beginning instead of point-min. | |
5720 (next-matching-history-element): Use field-beginning and | |
5721 erase-field instead of point-min and erase-buffer. | |
5722 * textmodes/paragraphs.el | |
5723 (forward-paragraph, forward-sentence): Likewise. | |
5724 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
5725 constrain the kill to an field, as the movement commands now | |
5726 do this. | |
5727 | |
5728 1999-10-17 Miles Bader <miles@gnu.org> | |
5729 | |
5730 * simple.el (previous-matching-history-element): Get the | |
5731 minibuffer input with field-string instead of buffer-string. | |
5732 (choose-completion-string): Likewise. | |
5733 (next-history-element): Likewise. | |
5734 Erase the minibuffer input with erase-field, not erase-buffer. | |
5735 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
|
5736 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 5737 Remove minibuffer-prompt hack. |
5738 Constrain to any input field. | |
5739 | |
26053 | 5740 1999-10-17 Sam Steingold <sds@ksp.com> |
5741 | |
5742 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
5743 for CMUCL on sparc and ".ufsl" for LispWorks. | |
5744 (bound-and-true-p): Bugfix: free variable `v'. | |
5745 | |
26050 | 5746 1999-10-16 Dave Love <d.love@dl.ac.uk> |
5747 | |
5748 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
5749 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
5750 avoiding elisp-eval. | |
5751 | |
26048 | 5752 1999-10-16 Sam Steingold <sds@ksp.com> |
5753 | |
5754 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
5755 instead of `eql'. | |
5756 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5757 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5758 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5759 * 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
|
5760 * 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
|
5761 (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
|
5762 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5763 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5764 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5765 * 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
|
5766 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5767 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5768 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5769 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5770 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
5771 |
26029 | 5772 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
5773 | |
5774 * smtpmail.el (smtpmail-via-smtp): Add support for | |
5775 automatically appending a domain to RCPT TO: addresses. | |
5776 | |
26027 | 5777 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
5778 | |
5779 * dired.el (dired-insert-directory): Insert the amount of | |
5780 free space after the total size. | |
5781 (dired-free-space-program, dired-free-space-args): New variables. | |
5782 | |
26023 | 5783 1999-10-14 Karl Heuer <kwzh@gnu.org> |
5784 | |
5785 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
5786 | |
26017 | 5787 1999-10-14 Dave Love <fx@gnu.org> |
5788 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5789 * international/characters.el: |
26017 | 5790 * international/fontset.el: |
5791 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
5792 | |
5793 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
5794 strings. | |
5795 | |
5796 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
5797 (command-line): Detect Latin-[89] locales. | |
5798 | |
26011 | 5799 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
5800 | |
5801 * international/mule-cmds.el (select-safe-coding-system) | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5802 (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
|
5803 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
|
5804 integer 0 during the loadup.el process. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5805 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5806 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
26011 | 5807 |
26008 | 5808 1999-10-13 Dave Love <fx@gnu.org> |
5809 | |
5810 * image.el (insert-image): Copy the image spec and add an | |
5811 intangible property. | |
5812 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
5813 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
|
5814 |
26008 | 5815 * help.el (help-xref-interned): Make it also work on variable-only |
5816 and function-only symbols. | |
5817 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
5818 (help-follow): If the point under mouse is not highlighted, try | |
5819 `help-xref-interned' on the pointed-to symbol anyway. | |
5820 | |
5821 * info.el (Info-on-current-buffer): New entry point. | |
5822 (Info-find-node): Split into two for Info-on-current-buffer to | |
5823 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
5824 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 5825 Info-current-file can now be t. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5826 (Info-clone-buffer-hook): Function for `clone-buffer'. |
26008 | 5827 (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
|
5828 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
|
5829 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
5830 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
|
5831 |
26008 | 5832 * simple.el (shell-command, shell-command-on-region): Use |
5833 make-temp-file. | |
5834 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
5835 | |
5836 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
5837 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5838 |
26008 | 5839 * loadup.el (load-path): Add subdirs for bootstrapping. |
5840 (docstrings): Ignore errors during bootstrapping. | |
5841 (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
|
5842 |
26001 | 5843 1999-10-12 Emmanuel Briot <briot@gnat.com> |
5844 | |
5845 * ada-stmt.el: Doc-string fixes. | |
5846 | |
25991 | 5847 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
5848 | |
25998 | 5849 * recentf.el: New file. |
5850 | |
25991 | 5851 * ps-mode.el: New file. |
5852 | |
5853 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
5854 case insensitive. | |
5855 | |
25985 | 5856 1999-10-12 Richard Sharman <rsharman@pobox.com> |
5857 | |
5858 * sh-script.el: Added support for indenting existing scripts. | |
5859 (sh-mode-map): Added new bindings. | |
5860 (sh-mode): Updated mode doc-string for new commands, added | |
5861 make-local-variable calls, initialize mode-specific variables. | |
5862 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
5863 is now a different function. | |
5864 (sh-header-marker): Changed docstring. | |
5865 (sh-set-shell): Initialize mode-specific variables. | |
5866 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
5867 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
5868 Changed these define-skeleton calls to work with user-specified | |
5869 indentation settings. | |
5870 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
5871 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
5872 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
5873 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
5874 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
5875 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
5876 (sh-guess-basic-offset, sh-handle-after-case-label) | |
5877 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
5878 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
5879 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
5880 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
5881 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
5882 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
5883 (sh-handle-this-then, sh-help-string-for-variable) | |
5884 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
5885 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
5886 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
5887 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
5888 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
5889 (sh-remove-our-text-properties, sh-rescan-buffer) | |
5890 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
5891 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
5892 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
5893 (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
|
5894 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 5895 functions. |
5896 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
5897 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
5898 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
5899 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
5900 (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
|
5901 |
25983 | 5902 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
5903 | |
25999 | 5904 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
5905 a value one line to high if the cursor wasn't at the start of a | |
5906 line. A `beginning-of-line' is now performed before making the | |
5907 call to `count-lines'. | |
25983 | 5908 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
5909 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
|
5910 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5911 * 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
|
5912 |
25960 | 5913 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
5914 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5915 * Makefile (setwins): Abstract out the command to find subdirectories |
25962 | 5916 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
25970 | 5917 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5918 (autoloads-with-other-emacs): Use it. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5919 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5920 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
25960 | 5921 |
25942 | 5922 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
5923 | |
5924 * Makefile (bootstrap-compile): New target. Compile Lisp | |
5925 files with ../src/temacs. | |
5926 | |
27657 | 5927 1999-10-08 Dave Love <fx@gnu.org> |
5928 | |
5929 * ange-ftp.el: Require dired when compiling. | |
5930 (ange-ftp-normal-login): Allow EFS-style port specification. | |
5931 | |
25939 | 5932 1999-10-08 Simon Marshall <simon@gnu.org> |
5933 | |
5934 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
5935 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
5936 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
|
5937 |
25937 | 5938 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
5939 | |
5940 * Makefile (compile): Compile files one by one. Set load-path to | |
5941 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
|
5942 |
25918 | 5943 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
5944 | |
5945 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
5946 (emacs): Use it everywhere instead of EMACS. | |
5947 (compile): New target. Compile all Lisp files from scratch. | |
5948 (recompile): New target. Recompile lisp directory. | |
5949 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
5950 an Emacs executable not built in the current directory tree. | |
5951 | |
25908 | 5952 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
5953 | |
5954 * filecache.el (file-cache-completion-ignore-case): New variable, | |
5955 defaulting to the value of completion-ignore-case. | |
5956 (file-cache-minibuffer-complete): Use it. | |
5957 (file-cache-files-matching, file-cache-files-matching-internal): | |
5958 New functions. | |
5959 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5960 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
|
5961 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5962 * 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
|
5963 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5964 * 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
|
5965 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5966 * 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
|
5967 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5968 * 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
|
5969 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5970 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5971 * 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
|
5972 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
|
5973 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5974 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5975 * 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
|
5976 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5977 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5978 * 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
|
5979 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5980 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5981 * 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
|
5982 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
|
5983 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
5984 |
25900 | 5985 1999-10-07 Dave Love <fx@gnu.org> |
5986 | |
5987 * bindings.el (bound-and-true-p): New macro. | |
5988 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
5989 | |
25886 | 5990 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
5991 | |
5992 * custom.el (defface): Extend documentation for new values of | |
5993 `type'. | |
5994 | |
5995 * faces.el (face-spec-set-match-display): Recognize `type' of | |
5996 `motif', `lucid', `x-toolkit'. | |
5997 (menu): New face. | |
5998 | |
25870 | 5999 1999-10-05 Dave Love <fx@gnu.org> |
6000 | |
6001 * files.el: Recognize temporary crontab files. | |
6002 | |
25873 | 6003 * info.el: Require jka-compr when compiling. |
6004 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
6005 | |
25866 | 6006 1999-10-04 Dave Love <fx@gnu.org> |
6007 | |
6008 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
6009 scroll-up-aggressively, scroll-down-aggressively. | |
6010 | |
6011 * 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
|
6012 |
25867 | 6013 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 6014 |
6015 * help-macro.el (three-step-help): Customize. | |
6016 | |
25926 | 6017 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
6018 | |
6019 * hexl.el (hexlify-buffer): Move point in proper range | |
6020 if it is too large. | |
6021 (hexl-after-revert-hook): Update hexl-max-address. | |
6022 (hexl-address-to-marker): Doc fix. | |
6023 | |
25865 | 6024 1999-10-03 Dave Love <fx@gnu.org> |
6025 | |
6026 * image.el (defimage): Remove redundant code. Substitute file in | |
6027 image plist. | |
6028 | |
6029 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6030 | |
6031 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
6032 when doing with-temp-file. | |
6033 | |
6034 1999-10-01 Dave Love <fx@gnu.org> | |
6035 | |
6036 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
6037 | |
6038 * help.el: Require view when compiling. | |
6039 (view-emacs-FAQ): Use Info version. | |
6040 | |
25837 | 6041 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
6042 | |
6043 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
6044 (normat->normal). Use correct font names for Korean | |
6045 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
6046 | |
6047 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
6048 | |
6049 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
6050 code not used by KOI8 to the same 8-bit code instead of mapping to | |
6051 SPC. | |
6052 (cyrillic-alternativnyj-decode-table): Likewise. | |
6053 | |
6054 1999-09-29 Alex Schroeder <alex@gnu.org> | |
6055 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6056 * sql.el (sql-imenu-generic-expression): Aew, used to set |
25837 | 6057 imenu-generic-expression. |
6058 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
6059 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
6060 imenu-case-fold-search, and imenu-syntax-alist. | |
6061 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
6062 setting font-lock-defaults' SYNTAX-ALIST. | |
6063 | |
26025 | 6064 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
6065 | |
6066 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
6067 macro, try again. | |
6068 | |
25837 | 6069 1999-09-28 Dave Love <fx@gnu.org> |
6070 | |
6071 * cus-edit.el (custom-comment): Change widget definition. | |
6072 (custom-comment-create, custom-comment-show) | |
6073 (custom-comment-invisible-p): Don't use :comment-overlay. | |
6074 (custom-comment-hide): New function. | |
6075 (custom-variable-set, custom-variable-save) | |
6076 (custom-variable-reset-standard, custom-face-set) | |
6077 (custom-face-save): Use it. | |
6078 | |
25946 | 6079 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
6080 | |
25949 | 6081 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
6082 | |
6083 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
6084 | |
25946 | 6085 * faces.el (region): Doc fix. |
6086 | |
25837 | 6087 1999-09-27 Dave Love <fx@gnu.org> |
6088 | |
6089 * isearch.el (isearch): Add :links in defgroup. | |
6090 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
6091 (isearch-switch-frame-handler): Comment out (unused). | |
6092 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
6093 (isearch-ring-retreat-edit): Doc fix. | |
6094 (isearch-mouse-yank): New command. | |
6095 (isearch-last-command-char): Removed. Callers changed to use | |
6096 last-command-char. | |
6097 (isearch-char-to-string): Removed. Callers changed to use | |
6098 char-to-string. | |
6099 | |
25944 | 6100 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
6101 | |
6102 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
6103 option for Russian. | |
6104 | |
25837 | 6105 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
6106 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6107 * faces.el (face-differs-from-default-p): Compare face |
25837 | 6108 attributes individually. |
6109 | |
6110 * image.el (put-image, insert-image): Add string argument. | |
6111 | |
6112 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
6113 | |
6114 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
6115 LANG=de_DE.iso88591 on HPUX 11.0. | |
6116 | |
6117 * dired.el (dired-move-to-filename-regexp): Make it work | |
6118 for LANG=de_DE.iso88591 on HPUX 11.0. | |
6119 | |
26171 | 6120 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
6121 | |
6122 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
6123 if we know for some other reason it should not be used. | |
6124 | |
26179 | 6125 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
6126 New variable. | |
6127 (edebug-recursive-edit): Save current-prefix-arg there, | |
6128 bind it, and set it back at the end. | |
6129 (edebug-outside-excursion): Restore and update the outside | |
6130 value of current-prefix-arg. | |
6131 (edebug-emacs-version-specific): Delete support for Epoch. | |
6132 | |
26180 | 6133 1999-09-24 Howard Melman <howard@silverstream.com> |
6134 | |
6135 * imenu.el (imenu-after-jump-hook): New variable. | |
6136 (imenu): Run menu-after-jump-hook. | |
6137 (imenu-name-lookup-function): New variable. | |
6138 * 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
|
6139 |
25837 | 6140 1999-09-24 Carsten Dominik <cd@gnu.org> |
6141 | |
6142 * 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
|
6143 multiple thebibliography environments. |
25837 | 6144 |
6145 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
6146 with recentering window. | |
6147 (reftex-extract-bib-entries-from-thebibliography, | |
6148 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
6149 with multiple thebibliography environments. | |
6150 | |
6151 * textmodes/reftex-vars.el | |
6152 (reftex-section-levels): Function allowed as cdr. | |
6153 (reftex-max-section-depth) New option. | |
6154 | |
6155 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
6156 with multiple thebibliography environments. | |
6157 | |
6158 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
6159 | |
6160 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
6161 instead of point-min in call to delete-region. | |
6162 | |
6163 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6164 | |
6165 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
6166 out into arbitrary file names. | |
6167 | |
6168 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
6169 | |
6170 * language/european.el ("Turkish"): New language environment. | |
6171 | |
6172 1999-09-19 Dave Love <fx@gnu.org> | |
6173 | |
6174 * delim-col.el: New file. | |
6175 | |
6176 1999-09-17 Richard Stallman <rms@gnu.org> | |
6177 | |
6178 * files.el (after-find-file): When visiting a backup file, | |
6179 make it read-only. | |
6180 | |
6181 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
6182 (apropos-keybinding-face, apropos-label-face): Likewise. | |
6183 (apropos-property-face, apropos-match-face): Likewise. | |
6184 (apropos-label-properties): New variable. | |
6185 (apropos-print-doc): Use apropos-label-properties. | |
6186 (apropos-print): Set apropos-label-properties. | |
6187 | |
6188 1999-09-15 Richard Stallman <rms@gnu.org> | |
6189 | |
6190 * winner.el: Use aref instead of sref. | |
6191 | |
6192 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
6193 | |
6194 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
6195 | |
6196 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
6197 | |
6198 1999-09-14 Richard Stallman <rms@gnu.org> | |
6199 | |
6200 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
6201 cookie, even if followed by a letter. | |
6202 | |
6203 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
6204 | |
6205 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
6206 --no-line-editing are passed to Octave by including them here | |
6207 rather than storing them in inferior-octave-startup-args. | |
6208 | |
6209 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
6210 | |
6211 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
6212 command, option, env and sc. | |
6213 | |
6214 * subr.el (shell-quote-argument): Quote argument with double | |
6215 quotes for ms-dos. | |
6216 | |
6217 1999-09-14 Richard Stallman <rms@gnu.org> | |
6218 | |
6219 * simple.el (eval-expression-print-level): New variable. | |
6220 (eval-expression-print-length): New variable. | |
6221 (eval-expression-debug-on-error): New variable. | |
6222 (eval-expression): Bind print-level, print-length and | |
6223 debug-on-error from those vars. | |
6224 | |
6225 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
6226 Bind print-level, print-length and debug-on-error. | |
6227 | |
6228 1999-09-14 Inge Frick <inge@nada.kth.se> | |
6229 | |
6230 * dired.el (dired-recursive-deletes): New custom variable. | |
6231 (dired-re-no-dot): New variable. | |
6232 (dired-delete-file): New function deletes files and directories | |
6233 recursively. | |
6234 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
6235 | |
6236 * dired-aux.el (dired-recursive-copies): New custom variable. | |
6237 (dired-handle-overwrite): Broke a long line. | |
6238 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
6239 `copy-file'. | |
6240 (dired-copy-file-recursive): New function. Copy directories | |
6241 recursively. | |
6242 (dired-do-create-files): Added support for generalized directory | |
6243 target. How-to function may now return a function. New fluid | |
6244 variable `dired-one-file'. | |
6245 (dired-copy-how-to-fn): New variable. | |
6246 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
6247 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
6248 (dired-do-copy-regexp): No recursive copies. | |
6249 | |
6250 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
6251 | |
6252 * whitespace.el (whitespace-version): Update version to 2.4 | |
6253 | |
6254 * whitespace.el: Add customization variables to conditionally test | |
6255 any of the five whitespaces, per request from Rune Kleveland | |
6256 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
6257 | |
6258 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
6259 | |
6260 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
6261 list of modes to be checked for bogus whitespaces. | |
6262 | |
6263 * whitespace.el (whitespace-rescan-timer-time): Update | |
6264 documentation. | |
6265 | |
6266 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6267 New function to update modeline with untested whitespaces. |
25837 | 6268 |
6269 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
6270 checking is turned on, and update modeline using the newly created | |
6271 `whitespace-display-unchecked-whitespaces'. | |
6272 | |
6273 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
6274 whose checking is turned on, and update modeline using the newly | |
6275 created `whitespace-display-unchecked-whitespaces'. | |
6276 | |
6277 * whitespace.el (whitespace-describe): Update documentation. | |
6278 | |
6279 * whitespace.el (whitespace-tickle-timer): Test if | |
6280 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
6281 | |
6282 1999-09-13 Dave Love <fx@gnu.org> | |
6283 | |
6284 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
6285 | |
6286 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
6287 for temp buffer. | |
6288 (checkdoc-this-string-valid): Don't assume default comment-start. | |
6289 | |
6290 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
6291 | |
6292 * rsz-mini.el: Remove code, keep the interface. | |
6293 | |
6294 1999-09-13 Dave Love <fx@gnu.org> | |
6295 | |
6296 * help.el (help-highlight-p): Doc fix. | |
6297 | |
6298 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
6299 (highlight, secondary-selection): Add :group. | |
6300 (trailing-whitespace): Add :group, :version. | |
6301 | |
6302 * wid-edit.el: Remove some compatibility code and checks. | |
6303 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
6304 properties. | |
6305 (widget-overlay-inactive): Change error message. | |
6306 (widget-button-pressed-face): New variable. | |
6307 (widget-button-click): Use it. | |
6308 (widget-documentation-link-add): Specify mouse and button faces. | |
6309 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
6310 removed now the functionality is built in. | |
6311 | |
6312 * cus-edit.el: Don't define-widget-keywords. | |
6313 (multimedia): New group. | |
6314 (custom-last): Function removed. | |
6315 (custom-quote): Add vectorp case, comment out characterp case. | |
6316 (custom-buffer-done-function, custom-raised-buttons): New option. | |
6317 (Custom-buffer-done): New function. | |
6318 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
6319 Custom-buffer-done. | |
6320 (custom-button-face): Make it `released-button'. | |
6321 (custom-button-pressed-face): Make it `pressed-button' | |
6322 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
6323 (custom-mode): Deal with raised/pressed buttons. | |
6324 | |
6325 Changes from Didier Verna: | |
6326 (custom-prompt-variable): Optional third arg makes prompt for a | |
6327 comment string. | |
6328 (customize-set-value, customize-set-variable, | |
6329 customize-save-variable): Optional prefix makes function handle | |
6330 variable comments. | |
6331 (customize-customized, customize-saved, custom-variable-state-set) | |
6332 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
6333 (custom-variable-reset-saved, custom-variable-reset-standard) | |
6334 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
6335 (custom-face-reset-standard, customize-save-customized): Handle | |
6336 custom comments. | |
6337 (custom-comment-face, custom-comment-tag-face): New face. | |
6338 (custom-comment): New widget. | |
6339 (custom-comment-create, custom-comment-delete) | |
6340 (custom-comment-value-set, custom-comment-show) | |
6341 ()custom-comment-invisible-p): New functions. | |
6342 (custom-variable-value-create, custom-face-value-create): Create a | |
6343 comment field widget. | |
6344 (custom-variable-menu, custom-face-menu): New entry for custom | |
6345 comment. | |
6346 (custom-face-value-create): Remove compatibility code. | |
6347 (custom-save-variables, custom-save-faces): Possibly save custom | |
6348 comments. | |
6349 | |
6350 * cus-face.el (custom-face-attributes): Simplify :underline, | |
6351 :overline, :inverse-video cases. Fix up :box case (probably needs | |
6352 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6353 |
25837 | 6354 Change from Didier Verna: |
6355 (custom-set-faces): The arguments can now have a custom comment as | |
6356 fourth argument. | |
6357 | |
6358 * custom.el: Don't define-widget-keywords. | |
6359 Change from Didier Verna: | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6360 (custom-set-variables): The arguments can now have a |
25837 | 6361 custom comment as fifth element. |
6362 | |
6363 1999-09-13 Richard Stallman <rms@gnu.org> | |
6364 | |
6365 * info.el (Info-find-node): Cope better if guesspos is too large. | |
6366 | |
6367 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
6368 | |
6369 * 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
|
6370 of buffer-substring because buffer-string doesn't copy the |
25837 | 6371 prompt. |
6372 | |
6373 * faces.el (mode-line): Replaces `modeline'. | |
6374 (toplevel): Make `modeline' an alias for `mode-line'. | |
6375 | |
6376 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
6377 | |
6378 * gs.el: Change `ghostscript' to `postscript' in comment. | |
6379 | |
6380 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
6381 | |
6382 * emulation/tpu-edt.el (tpu-version): New version. | |
6383 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
6384 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
6385 (tpu-lm-replace): Set tpu-replace-overlay. | |
6386 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
6387 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6388 |
25837 | 6389 1999-09-11 Richard Stallman <rms@gnu.org> |
6390 | |
6391 * isearch.el (isearch-mode-map): Undo previous change. | |
6392 | |
6393 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
6394 use all of that as the sexp. | |
6395 | |
6396 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
6397 and use the initial argument as file name directly. | |
6398 Likewise if nothing matches. | |
6399 | |
6400 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
6401 | |
6402 * winner.el: Major changes. Avoid changing point and mark. | |
6403 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
|
6404 |
25837 | 6405 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
6406 | |
6407 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
6408 Bind print-continuous-numbering and print-number-table. | |
6409 | |
6410 1999-09-10 Dave Love <fx@gnu.org> | |
6411 | |
6412 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
6413 | |
6414 1999-09-09 Richard Stallman <rms@gnu.org> | |
6415 | |
6416 * whitespace.el: Finish making it fit Emacs conventions. | |
6417 Add autoloads. | |
6418 | |
6419 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
6420 | |
6421 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
6422 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
6423 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
6424 from the list of keywords. Add DO to the list of keywords. | |
6425 | |
6426 1999-09-09 Dave Love <fx@gnu.org> | |
6427 | |
26943 | 6428 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
25837 | 6429 (byte-optimize-backward-word): New optimizations. |
6430 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
6431 entries. | |
6432 | |
6433 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
6434 | |
6435 * image.el (put-image): Remove optional buffer parameter. | |
6436 | |
6437 * faces.el (face-italic-p): Return t only for values `italic' | |
6438 and `oblique'. | |
6439 | |
6440 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
6441 mouse-drag-mode-line that also drags the header line. | |
6442 (mouse-drag-mode-line): Call it. | |
6443 (mouse-drag-header-line): New. | |
6444 (toplevel): Bind down-mouse-1 on header lines to | |
6445 mouse-drage-header-line. | |
6446 | |
6447 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
6448 | |
6449 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
6450 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
6451 `header-line'. | |
6452 | |
6453 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
6454 | |
6455 * help.el (describe-function-1): Don't return empty string for keymaps. | |
6456 | |
6457 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
6458 Respect colon-double-space at end of line. | |
6459 | |
6460 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
6461 | |
6462 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
6463 (backup-buffer): Use it. | |
6464 | |
6465 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
6466 | |
6467 * 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
|
6468 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 6469 etc-passwd-generic-mode. These are all defined for Unix by default. |
6470 (apache-generic-mode): Use an imenu-generic-expression to list | |
6471 Configuration keywords. | |
6472 (samba-generic-mode): Use both ; and # as comment characters. | |
6473 (samba-generic-mode): Font-lock expressions now highlight name | |
6474 value pairs. | |
6475 (bat-generic-mode): Keywords are now case-insensitive through | |
6476 font-lock-defaults setting. | |
6477 (java-properties-generic-mode): Supports both ! and # as comment | |
6478 characters. | |
6479 (java-properties-generic-mode): Added an imenu-generic-expression | |
6480 (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
|
6481 different ways to separate name and value (viz, '=', ':' and |
25837 | 6482 whitespace). |
6483 (show-tabs-generic-mode): Added this new generic-mode. | |
6484 | |
6485 1999-09-08 Richard Stallman <rms@gnu.org> | |
6486 | |
6487 * progmodes/inf-lisp.el: Moved from top directory. | |
6488 | |
6489 * tar-mode.el (tar-header-block-tokenize): | |
6490 Use `when' instead of `and'. Fix some clobbered text. | |
6491 | |
6492 * gud.el (gud-make-debug-menu): Make a child for the | |
6493 local menu, for its menu bar, and the debug menu. | |
6494 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
6495 Use the history in the simple way. | |
6496 | |
6497 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
6498 | |
6499 * language/korea-util.el (default-korean-keyboard): Initialize it | |
6500 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
6501 | |
6502 1999-09-07 Richard Stallman <rms@gnu.org> | |
6503 | |
6504 * subr.el (make-temp-file): New function. | |
6505 | |
6506 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
6507 | |
6508 * font-lock.el (font-lock-multiline): New text property contains | |
6509 a boolean to indicate if the char is part of a multiline match. | |
6510 (font-lock-default-fontify-region): Extend the region appropriately | |
6511 for multiline keywords. | |
6512 (font-lock-default-unfontify-region): Also remove the new | |
6513 font-lock-multiline text property. | |
6514 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
6515 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
6516 | |
6517 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6518 | |
6519 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
6520 have leading zeros. | |
6521 | |
6522 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
6523 | |
6524 * faces.el (face-set-after-frame-default): Initialize some | |
6525 attributes of some faces from frame parameters. | |
6526 | |
6527 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
6528 | |
6529 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
6530 | |
6531 * faces.el (fringe): Replaces face `margin'. | |
6532 | |
6533 1999-09-07 Dave Love <fx@gnu.org> | |
6534 | |
6535 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
6536 | |
6537 1999-09-07 Richard Stallman <rms@gnu.org> | |
6538 | |
6539 * subr.el (push): Doc fix. | |
6540 | |
6541 1999-09-06 Richard Stallman <rms@gnu.org> | |
6542 | |
6543 * 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
|
6544 to distinguish 20YY from 19YY. |
25837 | 6545 |
6546 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
6547 to distinguish 20YY from 19YY. | |
6548 | |
6549 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
6550 | |
6551 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
6552 | |
6553 * quickurl.el: (quickurl-list-focused-line): Removed. | |
6554 (quickurl-list-insert): Now works out the focused line using | |
6555 `count-lines' instead of using `quickurl-list-focused-line'. | |
6556 | |
6557 1999-09-06 Richard Stallman <rms@gnu.org> | |
6558 | |
6559 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
6560 to beginning of message. | |
6561 | |
6562 1999-09-06 Dave Love <fx@gnu.org> | |
6563 | |
6564 * isearch.el (isearch-mode-map): Add mouse-2. | |
6565 | |
26943 | 6566 * mail/rmail.el (rmail-read-password): Deleted. |
25837 | 6567 (rmail-get-pop-password): Use read-password. |
6568 | |
6569 * quickurl.el: Don't conditionally define caddr. | |
6570 (quickurl-url-comment): Use nth, not caddr in function and | |
6571 defsetf. | |
6572 | |
6573 1999-09-06 Richard Stallman <rms@gnu.org> | |
6574 | |
6575 * auto-show.el: Doc fixes. | |
6576 | |
6577 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
6578 | |
6579 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
6580 --no-line-editing so that TABs in source files are not interpreted | |
6581 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6582 |
25837 | 6583 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
|
6584 |
25837 | 6585 * hscroll.el, auto-show.el: Remove all code, keep the public |
6586 interface as no-ops. | |
6587 | |
6588 * faces.el (face-bold-p): Don't return t if face has lighter | |
6589 weight than normal. | |
6590 | |
6591 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
6592 | |
6593 * startup.el (command-line): Make small-temporary-file-directory | |
6594 be nil except on ms-dos. | |
6595 | |
6596 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
6597 | |
6598 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
6599 is defined. | |
6600 | |
6601 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
6602 letters with a colon after d or l. | |
6603 | |
6604 1999-09-06 Dave Love <fx@gnu.org> | |
6605 | |
26943 | 6606 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
6607 primitive.) | |
25837 | 6608 |
6609 1999-09-05 Richard Stallman <rms@gnu.org> | |
6610 | |
6611 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
6612 | |
6613 * textmodes/paragraphs.el (backward-kill-sentence): | |
6614 Don't test minibuffer-prompt-end here. | |
6615 (forward-sentence): Do handle it here. | |
6616 (backward-kill-paragraph): Don't test it here. | |
6617 (forward-paragraph): Handle it here. | |
6618 | |
6619 * mouse.el (font-menu-add-default): Simplify code. | |
6620 | |
6621 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
6622 | |
6623 * faces.el (header-line): Renamed from `top-line'. | |
6624 | |
6625 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
6626 | |
6627 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
6628 | |
6629 1999-09-04 Richard Stallman <rms@gnu.org> | |
6630 | |
6631 * whitespace.el: New file. | |
6632 | |
6633 1999-09-04 Dave Love <fx@gnu.org> | |
6634 | |
6635 * paths.el: Make some doc strings obey the make-docfile convention. | |
6636 | |
6637 * bindings.el: Likewise. | |
6638 (debug-ignored-errors): Remove BBDB ones. | |
6639 | |
6640 1999-09-03 Richard Stallman <rms@gnu.org> | |
6641 | |
6642 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
6643 not from the draft to forward. | |
6644 | |
6645 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
6646 | |
6647 1999-09-03 Dave Love <fx@gnu.org> | |
6648 | |
6649 * double.el (double-mode): Customize the variable. | |
6650 | |
6651 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
6652 | |
6653 * international/characters.el: Delete duplicated code. | |
6654 | |
6655 1999-09-02 Richard Stallman <rms@gnu.org> | |
6656 | |
6657 * indent.el (indent-relative): Doc fix. | |
6658 | |
6659 * quickurl.el (quickurl): Doc fix. | |
6660 | |
6661 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
6662 | |
6663 * faces.el (margin): Change background to "gray" for mono (this is | |
6664 drawn with a stipple pattern). | |
6665 | |
6666 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
6667 | |
6668 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
6669 again. Remove test for minibuffer-prompt-in-buffer. | |
6670 | |
6671 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
6672 | |
6673 * files.el (small-temporary-file-directory): New variable. | |
6674 | |
6675 * startup.el (command-line): Compute the value of | |
6676 small-temporary-file-directory. | |
6677 | |
6678 * ediff-init.el (ediff-temp-file-prefix): Use | |
6679 small-temporary-file-directory if non-nil. | |
6680 | |
6681 * vc.el (vc-update-change-log): Likewise. | |
6682 | |
6683 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
6684 | |
6685 * simple.el (shell-command, shell-command-on-region): Use | |
6686 make-temp-name properly. Use small-temporary-file-directory if | |
6687 non-nil, otherwise temporary-file-directory, to generate temporary | |
6688 files. | |
6689 | |
6690 * dos-w32.el (direct-print-region-helper): Use | |
6691 temporary-file-directory. (From Stefan Monnier.) | |
6692 | |
6693 1999-09-02 Richard Stallman <rms@gnu.org> | |
6694 | |
6695 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
6696 from asm-comment-char. | |
6697 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
6698 | |
6699 1999-09-01 Richard Stallman <rms@gnu.org> | |
6700 | |
6701 * play/fortune.el: New file. | |
6702 | |
6703 1999-08-31 Dave Love <fx@gnu.org> | |
6704 | |
6705 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
6706 after key table. | |
6707 | |
26943 | 6708 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
6709 redisplay variables. | |
25837 | 6710 |
6711 * subr.el (push): Fix typo. | |
6712 | |
6713 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
6714 | |
6715 * emacs-lisp/ring.el: Many doc fixes. | |
6716 (ring-size, ring-copy): New functions. | |
6717 | |
6718 1999-08-29 Richard Stallman <rms@gnu.org> | |
6719 | |
6720 * progmodes/etags.el (tags-loop-continue): | |
6721 After tags-loop-operate returns, force skip to next file. | |
6722 | |
6723 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
6724 (mail-extr-first-letters, mail-extr-last-letters): | |
6725 Use character classes [:alpha:] and [:alnum:]. | |
6726 | |
6727 * subr.el (push, pop): New macros. | |
6728 | |
6729 * progmodes/compile.el (compilation-error-regexp-alist): | |
6730 New item for SGI IRIX MipsPro compilers. | |
6731 | |
6732 * speedbar.el (speedbar-directory-buttons): Recognize | |
6733 device names when checking for file names. | |
6734 | |
6735 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
6736 | |
6737 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
6738 and specially handle defvar inside their expansions. | |
6739 (eval-defun-1): New subroutine. | |
6740 | |
6741 * progmodes/compile.el (compilation-error-regexp-alist): | |
6742 Fix the Perl -w entry to allow period after line number. | |
6743 Don't allow newlines in file name, but allow them after line number | |
6744 for Perl debugging traces. | |
6745 | |
6746 * which-func.el (which-func-cleanup-function): New variable. | |
6747 (which-function): Call that function. | |
6748 | |
6749 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
6750 to end a function name. | |
6751 | |
6752 * informat.el (Info-tagify): Don't insert more than one newline | |
6753 before the tag table. | |
6754 | |
6755 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
6756 | |
6757 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
6758 than make-temp-name, use match-string-no-properties, and eliminate | |
6759 a quadratic behavior when building bibtex-strings. | |
6760 | |
6761 1999-08-29 Alex Schroeder <alex@gnu.org> | |
6762 | |
6763 * comint.el (comint-input-ring-separator): New variable. | |
6764 (comint-read-input-ring): Doc change; use | |
6765 comint-input-ring-separator when reading file. | |
6766 (comint-write-input-ring): Use | |
6767 comint-input-ring-separator when writing file. | |
6768 | |
6769 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
6770 | |
6771 * informat.el (Info-tagify): Start by widening. | |
6772 Match node headers that don't list the file name, | |
6773 and more kinds of page separations. | |
6774 Strip properties during tagification. | |
6775 Use start of node header line as tag's position. | |
6776 Fix the "done" message. | |
6777 | |
6778 (Info-validate): Save and restore match data around narrowing down. | |
6779 | |
6780 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
6781 | |
6782 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
6783 On repeated call, override previous values put into | |
6784 minor-mode-map-alist and minor-mode-alist. | |
6785 | |
6786 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
6787 | |
6788 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
6789 | |
6790 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
6791 | |
6792 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
6793 from cvs update. | |
6794 | |
6795 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6796 | |
6797 * calendar/calendar.el (calendar-move-hook): New hook. | |
6798 | |
6799 * calendar/cal-move.el: Call the new hook in every movement function. | |
6800 | |
6801 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
6802 the right function name. | |
6803 | |
6804 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
6805 | |
6806 * time-stamp.el: Put quote-backquote around all symbol names | |
6807 in doc strings, for mousing. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6808 (time-stamp): Support multi-line patterns. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6809 (time-stamp-inserts-lines): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6810 (time-stamp-count): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6811 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
25837 | 6812 "Thu" instead of "%a". |
6813 | |
6814 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
6815 | |
6816 * simple.el (kill-word): Undo previous change. | |
6817 | |
6818 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
6819 | |
6820 * 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
|
6821 to the beginning of the line containing the range start and |
25837 | 6822 the beginning of the line following the range end. |
6823 | |
6824 1999-08-24 Dave Love <fx@gnu.org> | |
6825 | |
6826 * timezone.el: Move provide to end. | |
6827 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
6828 <70 are 2000+. | |
6829 (timezone-parse-time): Simplify somewhat. | |
6830 | |
6831 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
6832 | |
6833 * faces.el (margin): Renamed from bitmap-area. | |
6834 | |
6835 1999-08-24 Alex Schroeder <alex@gnu.org> | |
6836 | |
6837 * sql.el: Doc changes. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6838 (sql-sybase): Use sql-server instead of sql-database. |
25837 | 6839 |
6840 1999-08-23 Dave Love <fx@gnu.org> | |
6841 | |
6842 * rect.el: Add/fix various doc strings. Add `*' to all the | |
6843 interactive specs. | |
6844 | |
6845 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
6846 | |
6847 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
6848 Don't unwind-protect font-lock-fontify-region. | |
6849 | |
6850 * paragraphs.el (backward-kill-paragraph): Don't move | |
6851 point into mini-buffer prompt. | |
6852 (backward-kill-sentence): Ditto. | |
6853 | |
6854 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
6855 Remove test for minibuffer-prompt-in-buffer. | |
6856 (kill-word): Don't move point into mini-buffer prompt. | |
6857 | |
6858 1999-08-21 Dave Love <fx@gnu.org> | |
6859 | |
6860 * Makefile: Exclude CVS dirs like RCS. | |
6861 | |
6862 1999-08-19 Dave Love <fx@gnu.org> | |
6863 | |
6864 * tooltip.el (tooltip-mode): Customize this, per convention. | |
6865 (tooltip-active): Option deleted. | |
6866 | |
6867 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
6868 | |
6869 * hanoi.el, page-ext.el: Declare dynamic vars. | |
6870 | |
6871 * term.el: Avoid ange-ftp related compilation warnings. | |
6872 | |
6873 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
6874 | |
6875 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
6876 the default so that beginners can benefit from it without | |
6877 searching in manuals. | |
6878 | |
6879 1999-08-18 Ray Blaak <blaak@gnu.org> | |
6880 | |
6881 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
6882 indent them better. Make auto-indent on newline optional. | |
6883 | |
6884 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
6885 | |
6886 * bindings.el (mode-line-modified): Look up key binding for C-x | |
6887 C-q. If it's bound call that binding, otherwise call | |
6888 toggle-read-only. | |
6889 | |
6890 1999-08-17 Dave Love <fx@gnu.org> | |
6891 | |
6892 * info.el (info): Doc fix. | |
6893 | |
6894 * finder.el (finder-known-keywords): Add `multimedia'. | |
6895 | |
6896 * apropos.el: Don't capitalize custom group name. | |
6897 | |
6898 * info-look.el: Remove compatibility code. | |
6899 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
6900 (info-complete): Don't lose with point not at end of symbol. | |
6901 | |
6902 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
6903 | |
6904 * term.el (toplevel): Make face `term-default' an empty face. | |
6905 The code relied on the fact that Emacs ignored invalid faces in | |
6906 face text properties in 20.4. | |
6907 | |
6908 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
6909 | |
6910 * subr.el (point-at-eol, point-at-bol): New aliases. | |
6911 | |
6912 * simple.el: Functions reordered. | |
6913 | |
6914 * rect.el (delete-rectangle-line): Use line-end-position. | |
6915 | |
6916 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
6917 | |
6918 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
6919 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
|
6920 |
25837 | 6921 1999-08-16 Dave Love <fx@gnu.org> |
6922 | |
6923 * mouse.el: Provide `mldrag' for compatibility. | |
6924 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
6925 marked obsolete. | |
6926 | |
6927 * mldrag.el: Removed since the features are in mouse.el. | |
6928 | |
6929 * jka-compr.el (auto-compression-mode): New variable for | |
6930 customization. | |
6931 | |
6932 * bindings.el (mode-line-mule-info): Doc fix. | |
6933 | |
6934 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
6935 name comparisons. | |
6936 | |
6937 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
6938 (find-file): Doc fix. | |
6939 | |
6940 1999-08-16 Carsten Dominik <cd@gnu.org> | |
6941 | |
6942 * textmodes/reftex.el: Most of the code moved to other files. | |
6943 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
6944 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
6945 * textmodes/reftex-global.el: New file, split out from reftex.el | |
6946 * textmodes/reftex-index.el: New file, split out from reftex.el | |
6947 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
6948 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
6949 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
6950 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
6951 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
6952 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
6953 | |
6954 1999-08-16 Carsten Dominik <cd@gnu.org> | |
6955 | |
6956 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
6957 conflict with pop-up-frames. | |
6958 (reftex-special-environment-parsers): New constant. | |
6959 (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
|
6960 (reftex-what-special-env): Cew function. |
25837 | 6961 (reftex-label-location): Call `reftex-what-special-env'. |
6962 (reftex-compile-variables): Check for symbol in | |
6963 `reftex-label-alist'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6964 (reftex-what-environment): Fixed bug with stacked environments of |
25837 | 6965 same kind (e.g. enumerate). |
6966 (reftex-process-string): Preserve default directory. | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6967 (reftex-label-alist-builtin): Changed prefixes of endnote and |
25837 | 6968 footnote. Also the magic words. |
6969 (reftex-reference): Interprete new option | |
6970 `reftex-fref-is-default'. | |
6971 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
6972 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
6973 (reftex-everything-regexp): New function. | |
6974 (reftex-nearest-match): Made better. | |
6975 (reftex-toc-find-section): Use new version of | |
6976 `reftex-nearest-match'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6977 (reftex-insert-docstruct): Adapted to work with the index stuff. |
25837 | 6978 (reftex-parse-from-file): Find index entries as well. |
6979 (reftex-toc-toggle-index): New function | |
6980 (reftex-toc-map): `i' is now used to togle the index, File | |
6981 boundaries has been moved to `F'. | |
6982 (reftex-select-label-map): Toggling display of file boundaries is | |
6983 now on the `F' key, for consistency with `reftex-toc-map'. | |
6984 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
6985 `reftex-erase-all-selection-buffer'. Now also kills the index | |
6986 buffers. | |
6987 (reftex-viewing-cross-references): Customization group renamed | |
6988 from reftex-viewing-cross-references-and-citations. | |
6989 (reftex-index-macro-regexp, | |
6990 reftex-find-index-entry-regexp-format): New variables | |
6991 (reftex-macros-with-index): New variable | |
6992 (reftex-add-index-macros): New function | |
6993 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
6994 multiple labels in a single ref command. | |
6995 (reftex-index-support): New customization group | |
6996 (reftex-support-index, reftex-index-special-chars, | |
6997 reftex-index-macros, reftex-index-default-macro, | |
6998 reftex-index-default-tag, reftex-index-math-format, | |
6999 reftex-index-section-letters, reftex-index-include-context, | |
7000 reftex-index-follow-mode, reftex-index-header-face, | |
7001 reftex-index-section-face, reftex-index-tag-face, | |
7002 reftex-index-face): New options | |
7003 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
7004 reftex-index-tag, reftex-index-return-marker, | |
7005 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
7006 reftex-index-macro-regexp, reftex-index-level-re, | |
7007 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
7008 reftex-everything-regexp-no-index, reftex-index-re, | |
7009 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
7010 (reftex-index-help, reftex-index-macros-builtin, | |
7011 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
7012 reftex-query-index-macro-help): New constants | |
7013 (reftex-index-selection-or-word, reftex-index, | |
7014 reftex-default-index, reftex-update-default-index, | |
7015 reftex-index-complete-tag, reftex-index-select-tag, | |
7016 reftex-index-complete-key, reftex-index-update-taglist, | |
7017 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
7018 reftex-display-index, reftex-insert-index, | |
7019 reftex-index-insert-new-letter, reftex-get-restriction, | |
7020 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
7021 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
7022 reftex-index-toggle-follow, reftex-index-toggle-context, | |
7023 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
7024 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
7025 reftex-index-quit, reftex-index-quit-and-kill, | |
7026 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
7027 reftex-index-revert, reftex-index-switch-index-tag, | |
7028 reftex-index-restrict-to-section, reftex-index-widen, | |
7029 reftex-index-restriction-forward, | |
7030 reftex-index-restriction-backward, reftex-index-visit-location, | |
7031 reftex-index-analyze-entry, reftex-index-globalize, | |
7032 reftex-index-edit, reftex-index-toggle-range-beginning, | |
7033 reftex-index-toggle-range-end, reftex-index-edit-key, | |
7034 reftex-index-edit-attribute, reftex-index-edit-visual, | |
7035 reftex-index-edit-part, reftex-index-level-down, | |
7036 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
7037 reftex-index-change-entry, reftex-index-goto-letter, | |
7038 reftex-add-index-macros, reftex-ensure-index-support, | |
7039 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
|
7040 |
25837 | 7041 |
7042 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
7043 | |
7044 * paren.el (show-paren-mode): Support making show-paren-mode | |
7045 a buffer-local variable. Don't check for a window system. | |
7046 (show-paren-function): Check whether show-paren-function is | |
7047 enabled in current buffer; do the right thing if not. | |
7048 Don't check for a window system. | |
7049 (show-paren-mode): Make it a user variable. | |
7050 | |
7051 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
7052 Handle `enum' like `struct'. | |
7053 | |
7054 * server.el (server-process-filter): If a client visits no buffers, | |
7055 close it immediately before recording it. | |
7056 | |
7057 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
7058 Optimize by calling concat just once. Handle =\n sequence. | |
7059 (mail-unquote-printable-region): New command. | |
7060 (mail-quote-printable): Make it autoload. | |
7061 | |
7062 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
7063 | |
7064 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
7065 | |
7066 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
7067 | |
7068 * lisp/texinfmt.el: Handle @ifnottex. | |
7069 | |
7070 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
7071 | |
7072 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
7073 ms-dos. | |
7074 | |
7075 * faces.el (face-valid-attribute-values): Look in | |
7076 x-bitmap-file-path only for x and w32 window systems. | |
7077 | |
7078 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
7079 Do that if width is nil as well. | |
7080 (x-display-mm-height, x-display-mm-width): Update values. | |
7081 (x-colors): Compute the list from msdos-color-values. | |
7082 (x-select-enable-clipboard): Doc fix. | |
7083 (x-frob-font-weight, x-font-family-list): New functions. | |
7084 | |
7085 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
7086 | |
7087 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
7088 back up from beginning of buffer. | |
7089 | |
7090 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
7091 | |
7092 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
7093 | |
7094 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
7095 | |
7096 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
7097 doomsday clock, speed control is added and changes are made to | |
7098 allow large numbers of rings: rings now show the whole ring | |
7099 number, not just the last digit; consecutive rings are allowed to | |
7100 be the same size when necessary to fit all the rings in the | |
7101 window; and poles can be oriented horizontally. Face support is | |
7102 thrown in gratuitously. | |
7103 (hanoi): Changed default number of rings back to 3. | |
7104 (hanoi-unix, hanoi-unix-64): New commands | |
7105 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
7106 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
7107 hanoi-odd-ring-face): New variables. | |
7108 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
7109 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
7110 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
7111 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
7112 (hanoi-topos, hanoi-draw-ring): Removed. | |
7113 | |
7114 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
7115 | |
7116 * faces.el (face-valid-attribute-values): Return an alist for | |
7117 families on ttys. | |
7118 (face-read-integer): Handle unspecified face attributes. Add | |
7119 completion for `unspecified'. | |
7120 (read-face-attribute): Handle unspecified font attributes. | |
7121 (face-valid-attribute-values): Add `unspecified' to lists so that | |
7122 it can be chosen via completion. | |
7123 (face-read-string): Don't recognize "none" as input. | |
7124 | |
7125 1999-08-10 Dave Love <fx@gnu.org> | |
7126 | |
7127 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
7128 string. | |
7129 | |
7130 * sun-curs.el: Require sun-fns. | |
7131 | |
7132 1999-08-10 Dave Love <fx@gnu.org> | |
7133 | |
7134 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
7135 | |
7136 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
7137 hscroll. | |
7138 | |
7139 * simple.el (hscroll-step, hscroll-point-visible) | |
7140 (hscroll-window-column): Remove now we have the mentioned real | |
7141 horizontal autoscrolling. | |
7142 | |
7143 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
7144 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7145 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 7146 control use of -f option. |
7147 (mail-specify-envelope-from): New variable. | |
7148 (mail-from-style): Doc fix. | |
7149 | |
7150 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
7151 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
7152 between local and global maps. | |
7153 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
7154 (easy-menu-change): Doc fix. | |
7155 | |
7156 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
7157 (info-lookup-guess-default): Simplified and cleaned up. | |
7158 (info-lookup-guess-default*): Preserve point. | |
7159 | |
7160 * view.el (view-mode-disable): If buffer-read-only is nil, | |
7161 don't change it. | |
7162 | |
7163 * files.el (after-find-file): Disable View mode if buffer is no | |
7164 longer read-only. | |
7165 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7166 * view.el (view-mode-enable, view-mode-disable): |
25837 | 7167 Call force-mode-line-update. |
7168 | |
7169 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
7170 | |
7171 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
7172 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
7173 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
7174 | |
7175 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
7176 | |
7177 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
7178 to prevent m-eating-bug. | |
7179 | |
7180 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
7181 | |
7182 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
7183 frame-set-background-mode instead. All callers changed. | |
7184 (msdos-face-setup): Don't force color display parameter, it is set | |
7185 by frame-set-background-mode. | |
7186 (make-msdos-frame): Call x-handle-reverse-video and | |
7187 face-set-after-frame-default. Delete frame if creation failed. | |
7188 | |
7189 * faces.el (face-set-after-frame-default): Don't call | |
7190 make-face-x-resource-internal for the pc window-system. | |
7191 | |
7192 1999-08-10 Dave Love <fx@melange.gnu.org> | |
7193 | |
7194 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
7195 case with no docstring specially. | |
7196 | |
7197 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
7198 | |
7199 * complete.el (PC-do-completion): If completing on file name, | |
7200 reproduce str by concatenating its directory and basename parts. | |
7201 | |
7202 1999-08-07 Dave Love <fx@gnu.org> | |
7203 | |
7204 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
7205 unibyte to multibyte conversion of search-forward (from Handa), | |
7206 but avoid the replacement if the language is Latin-N. | |
7207 | |
7208 1999-08-06 Richard Stallman <rms@gnu.org> | |
7209 | |
7210 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
7211 of eval-buffer. | |
7212 | |
7213 * international/mule.el (load-with-code-conversion): | |
7214 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
7215 | |
7216 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
7217 | |
7218 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
7219 of filenames and attributes. | |
7220 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
7221 for speed. | |
7222 | |
7223 1999-08-05 Dave Love <fx@gnu.org> | |
7224 | |
7225 * auto-show.el (auto-show-mode): Fix :set. | |
7226 | |
7227 * widget.el (define-widget-keywords): Make dummy definition and | |
7228 comment-out its use. | |
7229 | |
7230 1999-08-04 Richard Stallman <rms@gnu.org> | |
7231 | |
7232 * progmodes/tcl.el: Customized. | |
7233 | |
7234 * sql.el (sql-accumulate-and-indent): Instead of testing | |
7235 whether this is Emacs 20 before calling comint-accumulate, | |
7236 test whether comint-accumulate is defined. | |
7237 | |
7238 1999-08-04 Dave Love <fx@gnu.org> | |
7239 | |
7240 * sgml-mode.el: Require outline when compiling. | |
7241 (sgml-mode-hook, html-mode-hook): Customize. | |
7242 (sgml-validate-command): Fix :version. | |
7243 (html-autoview-mode): Doc fix. | |
7244 | |
7245 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
7246 nothing in Latin-N environment. | |
7247 | |
7248 * info.el (Info-find-node): Call info-initialize here. | |
7249 (info): Not here. | |
7250 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
7251 | |
7252 1999-08-04 Richard Stallman <rms@gnu.org> | |
7253 | |
7254 * ansi-color.el: New file. | |
7255 | |
7256 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
7257 | |
7258 * dired.el (dired-string-replace-match): Return `nil' when no match | |
7259 found with global search. | |
7260 | |
7261 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
7262 * terminal.el (te-terminfo-directory): | |
7263 * mail/mailpost.el (post-mail-send-it): | |
7264 * mail/metamail.el (metamail-region): | |
7265 * progmodes/ada-mode.el (ada-tmp-directory): | |
7266 Use temporary-file-directory. | |
7267 | |
7268 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
7269 (compilation-filter, compilation-forget-errors) | |
7270 (compilation-parse-errors): Use a marker instead of an integer for | |
7271 `compilation-parsing-end'. | |
7272 | |
7273 * progmodes/diff.el (diff-parse-differences): | |
7274 Use a marker instead of an integer for `compilation-parsing-end'. | |
7275 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7276 Use a marker instead of an integer for `compilation-parsing-end'. | |
7277 | |
7278 1999-08-03 Richard Stallman <rms@gnu.org> | |
7279 | |
7280 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
7281 (Buffer-menu-mode): Doc fix. | |
7282 (Buffer-menu-view): New command. | |
7283 (Buffer-menu-view-other-window): New command. | |
7284 | |
7285 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
7286 | |
7287 * replace.el (query-replace-regexp-eval) | |
7288 (replace-eval-replacement, replace-loop-through-replacements) | |
7289 (replace-match-string-symbols): New functions. | |
7290 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
7291 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
|
7292 |
25837 | 7293 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
7294 | |
7295 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
7296 (5x5): Doc fix. | |
7297 | |
7298 1999-08-03 Dave Love <fx@gnu.org> | |
7299 | |
7300 * fortran.el (fortran-indent-new-line): Make it an alias | |
7301 for reindent-then-newline-and-indent. | |
7302 | |
7303 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
7304 | |
7305 * rect.el: All functions rewritten, except when noted above | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7306 their declaration. Below is a list of interface changes. |
25837 | 7307 (apply-on-rectangle): New function, mostly replaces |
7308 `operate-on-rectangle'. All callers changed. | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7309 (move-to-column-force): Pass new second argument to `move-to-column'. |
25837 | 7310 (kill-rectangle): Added optional prefix arg to fill lines. |
7311 (delete-rectangle): Ditto. | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7312 (delete-whitespace-rectangle): Ditto. |
25837 | 7313 (delete-extract-rectangle): Ditto. |
7314 (open-rectangle): Ditto. | |
7315 (clear-rectangle): Ditto. | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7316 (delete-whitespace-rectangle-line): New function. |
25837 | 7317 (delete-rectangle-line): Added third arg FILL. |
7318 (delete-extract-rectangle-line): Ditto. | |
7319 (open-rectangle-line): Ditto. | |
7320 (clear-rectangle-line): Ditto. | |
7321 | |
7322 1999-08-03 Ray Blaak <blaak@gnu.org> | |
7323 | |
7324 * progmodes/delphi.el: New file. | |
7325 | |
7326 1999-08-02 Richard Stallman <rms@gnu.org> | |
7327 | |
7328 * textmodes/outline.el (outline-previous-heading): New function. | |
7329 (outline-up-heading-all): Use outline-previous-heading. | |
7330 (outline-next-heading): Delete definition inserted yesterday. | |
7331 | |
7332 1999-08-01 Richard Stallman <rms@gnu.org> | |
7333 | |
7334 * textmodes/outline.el (outline-next-heading): New function. | |
7335 (outline-up-heading-all): New function. | |
7336 (outline-font-lock-level): Using outline-up-heading-all. | |
7337 Tell outline-back-to-heading to accept invisible headings. | |
7338 | |
7339 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
7340 | |
7341 * mail/mh-utils.el (mh-find-path-run): New variable. | |
7342 (mh-find-path): Test and set that. | |
7343 Set mail-user-agent only the first time this function is run. | |
7344 (mail-user-agent): Defvar deleted. | |
7345 | |
7346 * info.el (info-initialize): New function. | |
7347 (info): Call info-initialize. | |
7348 (Info-directory-list): Initialize to nil, | |
7349 so info-initialize will set it up for real. | |
7350 | |
7351 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7352 | |
7353 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
7354 does not interpret a time as the year in a day-month entry. | |
7355 | |
7356 * calendar/diary-lib.el: Change syntax table entry for colon in | |
7357 the diary as part of the european-date-diary-pattern fix. | |
7358 | |
7359 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
7360 | |
7361 * international/mule.el (set-auto-coding): Allow whitespace before | |
7362 and after the "variable: value" pair. | |
7363 | |
7364 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
7365 | |
7366 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
7367 (default-sendmail-coding-system): Doc-string fixed. | |
7368 | |
7369 1999-07-30 Dave Love <fx@gnu.org> | |
7370 | |
7371 * subr.el (assoc-delete-all): New function, renamed from | |
7372 frame-delete-all. | |
7373 | |
7374 * frame.el: Change comments to doc strings and other doc fixes. | |
7375 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
7376 Callers changed. | |
7377 (set-background-color, set-foreground-color, set-cursor-color) | |
7378 (set-mouse-color, set-border-color): Offer completion of colours. | |
7379 (cursor): Add :version to defgroup. | |
7380 | |
7381 * facemenu.el (list-colors-display): Make it work on ttys. | |
7382 (facemenu-read-color): Likewise. | |
7383 | |
7384 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
7385 | |
7386 * frame.el (frame-notice-user-settings): If background | |
7387 color has been changed, update background-mode from it, | |
7388 then update faces. | |
7389 | |
7390 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
7391 | |
7392 * net-utils.el (finger): Don't do indirect fingering. | |
7393 | |
7394 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7395 | |
7396 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
7397 rules. Add separator at end of holidays. | |
7398 (cal-tex-rules): New customizable variable. | |
7399 (cal-tex-latexify-list): Add optional parameter to put separator | |
7400 at end. | |
7401 | |
7402 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
7403 | |
7404 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
7405 fill prefix on each line while looping to the end of paragraph. | |
7406 End paragraph if it's longer than the existing fill prefix. | |
7407 | |
7408 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
7409 | |
7410 1999-07-30 Dave Love <fx@gnu.org> | |
7411 | |
7412 * font-lock.el (jit-lock): Fix :load, add :version. | |
7413 | |
7414 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
7415 | |
7416 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
7417 Vface_tty_color_alist. | |
7418 (face-color-supported-p, face_color_gray_p): New functions. | |
7419 | |
7420 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
7421 is bound. | |
7422 | |
7423 * startup.el (command-line): Don't register default colors for | |
7424 MSDOS window-system. | |
7425 | |
7426 1999-07-29 Dave Love <fx@gnu.org> | |
7427 | |
7428 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
7429 charquote. | |
7430 | |
7431 * lisp-mode.el (eval-defun): Re-written to avoid | |
7432 capturing variables. | |
7433 | |
7434 * picture.el (picture-beginning-of-line): Don't call | |
7435 hscroll-point-visible now we have real autoscrolling. | |
7436 (picture-end-of-line, picture-newline, picture-open-line): | |
7437 Likewise. | |
7438 | |
7439 * international/latin-8.el: New file. | |
7440 * international/latin-9.el: New file. | |
7441 | |
7442 1999-07-28 Dave Love <fx@gnu.org> | |
7443 | |
7444 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
7445 | |
7446 * msb.el: Require cl only when compiling. | |
7447 (msb--home-dir): Deleted. | |
7448 (msb--format-title): Use abbreviate-file-name. | |
7449 (msb--choose-file-menu): Simplify string comparison. | |
7450 | |
7451 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
7452 | |
7453 * faces.el (toolbar): Add face definition for mono displays. | |
7454 | |
7455 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
7456 | |
7457 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
7458 | |
7459 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
7460 force copying of default-frame-alist. | |
7461 | |
7462 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
7463 | |
7464 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
7465 | |
7466 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
7467 | |
7468 * frame.el (set-mouse-color): If new color is nil, | |
7469 really respecify the current color. | |
7470 | |
7471 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
7472 | |
7473 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
7474 to white for mono displays. | |
7475 | |
7476 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
7477 | |
7478 * international/ccl.el (ccl-embed-symbol): New function. | |
7479 (ccl-program-p): Deleted. Now it's implemented in C code. | |
7480 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
7481 (ccl-compile-translate-character): Likewise. | |
7482 (ccl-compile-map-single): Likewise. | |
7483 (ccl-compile-multiple-map-function): Likewise. | |
7484 (declare-ccl-program): Doc-string modified. | |
7485 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
7486 | |
7487 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
7488 | |
7489 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
7490 | |
7491 1999-07-25 Markus Rost <rost@gnu.org> | |
7492 | |
7493 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
7494 the entries to make custom-file more readable. | |
7495 | |
7496 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
7497 | |
7498 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
7499 | |
7500 * emacs-lisp/edebug.el: Delete compatibility code. | |
7501 (edebug-next-token-class): If . is followed by a digit, | |
7502 return `symbol' for the token class. | |
7503 | |
7504 * startup.el (command-line): If we don't find the user's init file, | |
7505 set user-init-file to nil. | |
7506 | |
7507 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7508 | |
7509 * info-look.el (info-lookup-interactive-arguments): Add optional | |
7510 argument query for new choice of help mode. | |
7511 (info-lookup-symbol): Use it. | |
7512 (info-lookup-file): Ditto. | |
7513 (info-lookup): Don't switch to other window, if already in Info | |
7514 buffer. | |
7515 | |
7516 1999-07-23 Dave Love <fx@gnu.org> | |
7517 | |
7518 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
7519 syntax. | |
26624 | 7520 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 7521 (fortran-font-lock-syntactic-keywords): New variable. |
7522 (fortran-mode): Use it. | |
7523 (fortran-font-lock-keywords-1): Don't do comments. | |
7524 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
7525 match data. | |
7526 | |
7527 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
7528 | |
7529 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
7530 menu-bar-update-buffers. | |
7531 (msb-custom-set, msb--toggle-menu-type): Call | |
7532 msb-menu-bar-update-buffers. | |
7533 (msb-mode): Revise the hook setting. | |
7534 | |
7535 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
7536 | |
7537 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
7538 | |
25956 | 7539 * font-lock.el, help.el, simple.el: Re-integrate previously |
7540 described changes that were lost due to errors while checking them | |
7541 in. | |
25837 | 7542 |
7543 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
7544 | |
7545 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
7546 | |
7547 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
7548 | |
7549 * international/encoded-kb.el | |
7550 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
7551 but push it to unread-command-events. | |
7552 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
7553 (encoded-kbd-self-insert-sjis): Likewise. | |
7554 (encoded-kbd-self-insert-big5): Likewise. | |
7555 | |
7556 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
7557 before left margin and fill-prefix by fill-find-break-point. | |
7558 | |
7559 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7560 | |
7561 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
7562 info-lookup-make-completions returns an error. | |
7563 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
7564 name latex, not latex2e. | |
7565 | |
7566 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
7567 | |
7568 * replace.el (perform-replace): Turn off case-fold-search | |
7569 if FROM-STRING argument has uppercase in it. | |
7570 | |
7571 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7572 | |
7573 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
7574 mode is on. Don't use end of changed text. | |
7575 | |
7576 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7577 | |
7578 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
7579 (cl-hash-table-p): Renamed from hash-table-p. | |
7580 (cl-hash-table-count): Renamed from hash-table-count. | |
7581 (maphash): Alias to cl-maphash removed. | |
7582 (gethash): Likewise. | |
7583 (puthash): Likewise. | |
7584 (remhash): Likewise. | |
7585 (clrhash): Likewise. | |
7586 | |
7587 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7588 | |
7589 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
7590 third arg non-nil. See comment there why this isn't a good idea. | |
7591 | |
7592 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7593 | |
7594 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
7595 | |
7596 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
7597 sit-for with 3rd arg non-nil to prevent redisplay. | |
7598 | |
7599 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7600 | |
7601 * image.el (image-type-from-file-header): If file doesn't | |
7602 have a directory part, add data-directory. | |
7603 | |
7604 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7605 | |
7606 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
7607 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
7608 motion handling when tooltip-gud-tips-p is nil. | |
7609 | |
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7611 | |
7612 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
7613 (tooltip-active): Use initial value of nil. | |
7614 | |
7615 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
7616 | |
7617 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7618 | |
7619 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
7620 definitions for `top-line'. | |
7621 | |
7622 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7623 | |
7624 * faces.el (top-line): New face. | |
7625 | |
7626 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7627 | |
7628 * image.el (image-type-regexps): Add regexp for PS files. | |
7629 | |
7630 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7631 | |
7632 * faces.el (set-face-attribute): Fix wrong handling of frame | |
7633 begin equal to t. | |
7634 | |
7635 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7636 | |
7637 * image.el (image-type-regexps): Add PNG format. | |
7638 | |
7639 1999-07-21 Dave Love <fx@gnu.org> | |
7640 | |
7641 * bindings.el (mode-line-modified): New variable. | |
7642 (mode-line-mode-menu-1): Switch to appropriate window before | |
7643 showing menu. | |
7644 | |
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7646 | |
7647 * faces.el (face-underline): Removed. | |
7648 (face-underline-color): Ditto. | |
7649 | |
7650 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7651 | |
7652 * faces.el (face-x-resources): Fix typo. | |
7653 | |
7654 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7655 | |
7656 * faces.el: Remove handling of `:relief', extend handling of | |
7657 `:box'. | |
7658 (frame-set-background-mode): Choose new defface specs after | |
7659 frame parameters have changed. | |
7660 | |
7661 * cus-face.el: Ditto. | |
7662 | |
7663 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7664 | |
7665 * custom.el (defface): Extend documentation to include new | |
7666 face attributes. | |
7667 | |
7668 * cus-face.el (custom-face-attributes): Add overline, | |
7669 strike-through, box. | |
7670 | |
7671 * faces.el (face-valid-attribute-values): Handle overline, | |
7672 strike-through, box. | |
7673 (face-attribute-name-alist): Add pairs for new face attributes. | |
7674 (describe-face): Handle new face attributes. | |
7675 | |
7676 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7677 | |
7678 * faces.el (face-x-resources): Add overline, strike-through, box. | |
7679 | |
7680 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7681 | |
7682 * enriched.el (enriched-translations): Add `display' and | |
7683 "x-display". | |
7684 (enriched-handle-display-prop): New. | |
7685 (enriched-decode-display-prop): New. | |
7686 | |
7687 * format.el (top-level): Give `display' property | |
7688 `format-list-atomic-p. | |
7689 (format-annotate-single-property-change): Test that property. | |
7690 If present, treat list property values like atoms. | |
7691 | |
7692 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7693 | |
7694 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
7695 so that "*" can be entered. | |
7696 | |
7697 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7698 | |
7699 * cus-face.el (custom-face-attributes): Don't use `#''. | |
7700 | |
7701 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
7702 | |
7703 * cus-face.el (custom-face-attributes): Return underline | |
7704 face attribute directly from the second lambda of underline. | |
7705 | |
7706 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7707 | |
7708 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
7709 | |
7710 * frame.el (after-setting-font-hooks): New variable. | |
7711 (set-frame-font): Run those hooks. | |
7712 | |
7713 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
7714 | |
7715 * faces.el (set-face-attribute): Fix doc string. | |
7716 | |
7717 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7718 | |
7719 * cus-face.el (custom-face-attributes): Accept color name. | |
7720 | |
7721 * faces.el (face-underline-p): Accept unspecified underlining. | |
7722 (face-underline): Ditto. Fix doc string. | |
7723 | |
7724 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
7725 | |
7726 * faces.el (face-underline-color): New function. | |
7727 | |
7728 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
7729 | |
7730 * cus-face.el (custom-face-attributes): Support underline coloring. | |
7731 Added slot to choose a color. | |
7732 | |
7733 * faces.el (face-underline): New function. | |
7734 (face-underline-p): Support underline coloring. | |
7735 Return nil only if the underline attribute is 'normal. | |
7736 (set-face-underline): New function. | |
7737 (face-valid-attribute-values): Support underline coloring. | |
7738 | |
7739 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7740 | |
7741 * image.el (insert-image): Use `display' instead of `glyph' | |
7742 as text property name. | |
7743 (put-image): Ditto. | |
7744 (image-type-from-file-header): Use insert-file-contents-literally. | |
7745 | |
7746 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7747 | |
7748 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
7749 string to indicate separators. | |
7750 | |
7751 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7752 | |
7753 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
7754 instead of message-log. | |
7755 | |
7756 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7757 | |
7758 * faces.el (bitmap-area): New face. | |
7759 | |
7760 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7761 | |
7762 * image.el (insert-image): New. | |
7763 | |
7764 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7765 | |
7766 * frame.el (blink-cursor): Set the symbol's value. | |
7767 (show-trailing-whitespace): Change group to font-lock. | |
7768 | |
7769 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7770 | |
7771 * jit-lock.el: New. | |
7772 * font-lock.el: Add jit-mode as new support mode. | |
7773 | |
7774 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
7775 reaching end instead of letting re-search-forward signal an error. | |
7776 (demand-lock-mode): New. | |
7777 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
7778 (font-lock-turn-off-thing-lock): Ditto. | |
7779 (font-lock-after-fontify-buffer): Ditto. | |
7780 (font-lock-after-unfontify-buffer): Ditto. | |
7781 | |
7782 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7783 | |
7784 * gs.el: New file. | |
7785 | |
7786 * startup.el (command-line-1): Activate tooltip mode if | |
7787 interactive. | |
7788 | |
7789 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7790 | |
7791 * faces.el (toolbar): Grey default background. | |
7792 (modeline): Ditto. | |
7793 | |
7794 * image.el (image-type-regexps): New. | |
7795 (image-type-from-file-header): New. | |
7796 (create-image): Call it. | |
7797 | |
7798 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7799 | |
7800 * image.el: New file. | |
7801 | |
7802 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7803 | |
7804 * bindings.el (mode-line-format): Replace `mode-name' with | |
7805 `(:eval mode-line-mode-name)'. | |
7806 (mode-line-mode-name): New. | |
7807 (make-mode-line-mouse-sensitive): Don't change default value | |
7808 of `mode-name'. | |
7809 | |
7810 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7811 | |
7812 * tooltip.el: New file. | |
7813 | |
7814 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7815 | |
7816 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
7817 instead of mouse-3 to pop up menus. | |
7818 (mode-line-kill-buffer): Removed. | |
7819 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
7820 buffer name. | |
7821 (mode-line-buffer-menu-1): Removed. | |
7822 | |
7823 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
7824 | |
7825 * bindings.el (mode-line-buffer-identification-keymap): New. | |
7826 (mode-line-buffer-menu-keymap): New. | |
7827 (mode-line-mode-menu-keymap): New. | |
7828 (mode-line-unbury-buffer): New. | |
7829 (mode-line-other-buffer): New. | |
7830 (mode-line-kill-buffer): New. | |
7831 (mode-line-buffer-menu-1): New. | |
7832 (mode-line-mode-menu-1): New. | |
7833 (make-mode-line-mouse-sensitive): New. | |
7834 | |
7835 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7836 | |
7837 * help.el (describe-key-briefly): Handle mode line strings | |
7838 with local-map properties. | |
7839 (describe-key): Ditto. | |
7840 (mode-line-key-binding): New. | |
7841 | |
7842 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7843 | |
7844 * scroll-bar.el (scroll-bar-timer): New. | |
7845 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
7846 | |
7847 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7848 | |
7849 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
7850 and `bottom'. | |
7851 | |
7852 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7853 | |
7854 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
7855 (global): Use different key bindings if using tookit scroll bars. | |
7856 | |
7857 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7858 | |
7859 * faces.el (modeline): Define mode line face with relief for | |
7860 class color, only. | |
7861 (toolbar): New face. | |
7862 | |
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7864 | |
7865 * frame.el (frame-initialize): Set frame-creation-function to | |
7866 tty-create-frame-with-faces. | |
7867 | |
7868 * faces.el (frame-set-background-mode): Make it work for | |
7869 window-system nil. | |
7870 | |
7871 * faces.el (tty-create-frame-with-faces): New. | |
7872 (face-set-after-frame-default): Make it work for TTY frames. | |
7873 | |
7874 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7875 | |
7876 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
7877 Return a list of one font family for TTYs. Don't return bitmap | |
7878 file paths for TTY frames. | |
7879 | |
7880 * faces.el: Add face specs for tty displays to basic faces. | |
7881 | |
7882 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
7883 (font-lock-string-face): Ditto. | |
7884 (font-lock-keyword-face): Ditto. | |
7885 (font-lock-builtin-face): Ditto. | |
7886 (font-lock-function-name-face): Ditto. | |
7887 (font-lock-variable-name-face): Ditto. | |
7888 (font-lock-type-face): Ditto. | |
7889 (font-lock-constant-face): Ditto. | |
7890 (font-lock-warning-face): Ditto. | |
7891 | |
7892 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7893 | |
7894 * startup.el (command-line): Register default tty colors. | |
7895 | |
7896 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
7897 | |
7898 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7899 | |
7900 * faces.el (modeline): For X frames, use a modeline with relief. | |
7901 | |
7902 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7903 | |
7904 * faces.el (frame-update-faces): Copied from 20.2. | |
7905 (frame-update-face-colors): Ditto. Code removed that isn't | |
7906 applicable in the new face implementation. | |
7907 | |
7908 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7909 | |
7910 * frame.el (show-trailing-whitespace): New. | |
7911 | |
7912 * faces.el (trailing-whitespace): New basic face. | |
7913 | |
7914 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7915 | |
7916 * cus-face.el (custom-facep): Always define as alias for facep. | |
7917 | |
7918 * cus-face.el (custom-face-attributes): Use choice widgets. | |
7919 Remove :bold and :italic. | |
7920 | |
7921 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7922 | |
7923 * faces.el (face-charset-registries): Removed since fontset.el | |
7924 is no always loaded. | |
7925 | |
7926 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7927 | |
7928 * faces.el (internal-get-face): Added as obsolete function for | |
7929 compatibility. | |
7930 | |
7931 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7932 | |
7933 * frame.el (blink-cursor-end): Call show-cursor. | |
7934 (blink-cursor-mode): Ditto. | |
7935 | |
7936 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7937 | |
7938 * faces.el (face-spec-reset-face): Reset all attributes to | |
7939 `unspecified'. | |
7940 (face-spec-set): Use it. | |
7941 | |
7942 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7943 | |
7944 * faces.el (read-all-face-attributes): Bug fix. | |
7945 (face-read-integer): Allow nil default value. | |
7946 (face-valid-attribute-values): Use symbol names of attribute | |
7947 values for completion list. | |
7948 | |
7949 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7950 | |
7951 * faces.el (internal-find-face): Define for compatibility with | |
7952 20.2. | |
7953 (face-id): Likewise. | |
7954 | |
7955 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
7956 | |
7957 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
7958 (x-complement-fontset-spec): Use face-charset-registries. | |
7959 | |
7960 * faces.el (face-font-selection-order): Set font selection order | |
7961 from Lisp. | |
7962 (face-alternative-font-family-alist): Set alternative font | |
7963 families from Lisp. | |
7964 | |
7965 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7966 | |
7967 * faces.el (set-face-charset-registries): Set symbol value. | |
7968 | |
7969 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7970 | |
7971 * faces.el (face-set-after-frame-default): Call function | |
7972 internal-merge-in-global-face. | |
7973 | |
7974 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7975 | |
7976 * faces.el (face-list): Return symbols from face-global-alist. | |
7977 | |
7978 * faces.el (face-list): Return a copy of the face name list so | |
7979 that it cannot be modified from outside (facemenu.el uses | |
7980 nreverse, for example). | |
7981 | |
7982 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
7983 for compatibility with old code. | |
7984 | |
7985 * faces.el (set-face-attributes-from-resources): Additional | |
7986 frame parameter. | |
7987 (make-face-x-resource-internal): Set attributes from resources | |
7988 for a given frame or all frames. | |
7989 | |
7990 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
7991 | |
7992 * faces.el (all-faces): Removed. | |
7993 | |
7994 * custom.el (defface): Add new face attributes to function | |
7995 comment. | |
7996 | |
7997 * font-lock.el (font-lock-comment-face): Use new face attribute | |
7998 names. | |
7999 (font-lock-string-face): Ditto. | |
8000 (font-lock-keyword-face): Ditto. | |
8001 (font-lock-builtin-face): Ditto. | |
8002 (font-lock-function-name-face): Ditto. | |
8003 (font-lock-variable-name-face): Ditto. | |
8004 (font-lock-type-face): Ditto. | |
8005 (font-lock-reference-face): Ditto. | |
8006 (font-lock-warning-face): Ditto. | |
8007 ((boundp 'font-lock-face-attributes)): Ditto. | |
8008 | |
8009 * cus-face.el (custom-face-attributes): Use new face attributes. | |
8010 | |
8011 * faces.el (set-face-attribute-from-resource): Initialize | |
8012 from resources only for X and W32. | |
8013 | |
8014 * cus-face.el (custom-declare-face): Don't make frame-local | |
8015 faces. | |
8016 | |
8017 * faces.el (describe-face): Use princ instead of insert. | |
8018 | |
8019 * faces.el: Add XLFD manipulation functions from 20.2 again | |
8020 because fontset.el uses them. | |
8021 (face-set-after-frame-default): Add empty definition. | |
8022 | |
8023 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8024 | |
8025 * faces.el (make-face): Correct typo. | |
8026 (set-face-attribute-from-resource): Use let*. | |
8027 (face-underline-p): Correct typo. | |
8028 (face-inverse-video-p): Ditto. | |
8029 (set-face-stipple): Ditto. | |
8030 (face-read-string): Make completion-list optional parameter. | |
8031 | |
8032 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8033 | |
8034 * faces.el (face-charset-registries): Alist mapping charset | |
8035 symbols to registries and encoding. | |
8036 | |
8037 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8038 | |
8039 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
8040 | |
8041 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8042 | |
8043 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
8044 mode. The cursor of selected_window blinks if the mode is enabled. | |
8045 | |
8046 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8047 | |
8048 * simple.el (next-history-element): Set point to the end of the | |
8049 prompt if minibuffer-prompt-in-buffer. | |
8050 | |
8051 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
8052 | |
8053 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
8054 several font name components. | |
8055 | |
8056 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8057 | |
8058 * faces.el (set-face-relief): Use index 12 for relief. | |
8059 (face-fill-in): Set relief from data. | |
8060 (internal-make-face): Init relief to zero. | |
8061 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8062 * faces.el (face-spec-set): Call modify-face with additional |
25837 | 8063 parameters for relief and fixed-p. |
8064 | |
8065 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8066 | |
8067 * cus-face.el: ':fixed and ':relief added. | |
8068 | |
8069 * faces.el (describe-face): Add fixed font attribute and relief. | |
8070 (face-attr-match-p): Ditto. | |
8071 (face-attr-construct): Ditto. | |
8072 (face-spec-set): Ditto. | |
8073 | |
8074 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8075 | |
8076 * faces.el (internal-make-face): Function to create a Lisp vector | |
8077 suitable for representing a face. | |
8078 (make-face): Use it instead of make-vector. | |
8079 (x-create-frame-with-faces): Use it instead of vector. | |
8080 (internal-facep): Increase vector size to 14. | |
8081 (internal-make-face): Ditto. | |
8082 (face-relief): Access relief thickness. | |
8083 (face-fixed-p): Access fixed font attribute. | |
8084 (set-face-fixed-p): Set fixed font attribute. | |
8085 (set-face-relief): Set relief attribute. | |
8086 (internal-face-interactive-int): Read int attribute of face. | |
8087 (modify-face): Add fixed-p and relief parameters. | |
8088 (copy-face): Handle fixed-p and relief. | |
8089 (face-equal): Compare fixed-p and relief. | |
8090 (face-differs-from-default-p): Ditto. | |
8091 (face-nontrivial-p): Add fixed-p and relief. | |
8092 | |
8093 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8094 | |
8095 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
8096 (internal-facep): Increase vector size. | |
8097 (make-face): Ditto. | |
8098 (face-shadow-thickness): Added. | |
8099 (set-face-shadow-thickness): Added. | |
8100 (modify-face): Add optional shadow-thickness parameter. | |
8101 (make-face-x-resource-internal): Add shadows. | |
8102 (copy-face): Ditto. | |
8103 (face-equal): Ditto. | |
8104 (face-differs-from-default-p): Ditto. | |
8105 (face-nontrivial-p): Ditto. | |
8106 (face-attr-match-p): Ditto. | |
8107 (face-attr-construct): Ditto. | |
8108 (face-spec-set): Ditto. | |
8109 (face-fill-in): Ditto. | |
8110 | |
8111 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8112 | |
8113 * bench.el (bench-mark-split-window): New bench mark. | |
8114 | |
8115 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
8116 | |
8117 * faces.el (set-face-font): Don't pass default font to | |
8118 x-resolve-font so that font will not have to be of the same | |
8119 size. | |
8120 | |
8121 1999-07-20 Dave Love <fx@gnu.org> | |
8122 | |
8123 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
8124 unconditionally t. | |
8125 | |
8126 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
8127 | |
8128 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
8129 | |
8130 1999-07-20 Dave Love <fx@gnu.org> | |
8131 | |
8132 * help.el (describe-variable): Fix test for customizability. | |
8133 | |
8134 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
8135 Check for readonly buffer in interactive spec. | |
8136 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
8137 (backward-kill-word): Add * to interactive spec. | |
8138 | |
8139 * underline.el (underline-region, ununderline-region): Add * to | |
8140 interactive spec. | |
8141 | |
8142 * fill.el (canonically-space-region, justify-current-line): Add * | |
8143 to interactive spec. | |
8144 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
8145 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
8146 readonly buffer in interactive spec. | |
8147 | |
8148 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
8149 (backward-kill-sentence, kill-sentence): Add * to interactive | |
8150 spec. | |
8151 | |
8152 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
8153 | |
8154 * dired-aux.el (dired-do-shell-command): Doc fix. | |
8155 | |
8156 * shell.el (shell-unquote-argument): New function. | |
8157 (shell-directory-tracker): Use shell-unquote-argument. | |
8158 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
8159 | |
8160 1999-07-19 John Wiegley <jwiegley@borland.com> | |
8161 | |
8162 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
8163 color codes 39 and 49, which by the way lynx uses them seem to | |
8164 mean "foreground reset" and "background reset". | |
8165 | |
8166 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
8167 | |
8168 * font-lock.el (c++-keywords): Add "typeid". | |
8169 | |
8170 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
8171 selects no font, treat that as zero selections, not one. | |
8172 | |
8173 1999-07-19 Dave Love <fx@gnu.org> | |
8174 | |
8175 * info.el (Info-search): Don't lose with empty regexp. | |
8176 | |
8177 * version.el: Cater for (free) `ident' program, not `which'. | |
8178 | |
8179 * hl-line.el: New file. | |
8180 | |
8181 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
8182 for modes which don't define menus. | |
8183 | |
8184 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
8185 | |
8186 * webjump.el (webjump-sample-sites): Update some URLs. | |
8187 | |
8188 1999-07-14 Richard Stallman <rms@gnu.org> | |
8189 | |
8190 * Version 20.4 released. | |
8191 | |
8192 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
8193 | |
8194 * compare-w.el (compare-windows): Try to find the next window in | |
8195 the current frame before looking at the other frames. | |
8196 | |
8197 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
8198 | |
8199 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
8200 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
|
8201 |
25837 | 8202 1999-07-12 Richard Stallman <rms@gnu.org> |
8203 | |
8204 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
8205 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
8206 | |
8207 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
8208 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
8209 | |
8210 * textmodes/flyspell.el (flyspell-get-word): | |
8211 Add special handling for when ispell-otherchars is empty. | |
8212 | |
8213 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
8214 | |
8215 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
8216 when having nested functons. | |
8217 (pascal-indent-nested-functions) (pascal-indent-line) | |
8218 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
8219 indenting nested functions. | |
8220 | |
8221 1999-07-09 Richard Stallman <rms@gnu.org> | |
8222 | |
8223 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
8224 | |
8225 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
8226 | |
8227 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
8228 the `end' keyword was in the very beginning of the buffer. | |
8229 | |
8230 1999-07-08 Richard Stallman <rms@gnu.org> | |
8231 | |
8232 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
8233 | |
8234 * term.el (term-emulate-terminal): Avoid infinite loop | |
8235 in strange case where minibuffer window is selected but not active. | |
8236 | |
8237 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
8238 | |
8239 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
8240 Change regexp so that it doesn't match commands beginning with `cd'. | |
8241 | |
8242 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
8243 | |
8244 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
8245 | |
8246 1999-07-06 Richard Stallman <rms@gnu.org> | |
8247 | |
8248 * hscroll.el (hscroll-minibuffer-hook): New function. | |
8249 (hscroll-global-mode): Add and remove that hook. | |
8250 Set hscroll-old-truncate-was-global's default value. | |
8251 | |
8252 1999-07-05 Richard Stallman <rms@gnu.org> | |
8253 | |
8254 * files.el (revert-buffer): Don't preserve point here. | |
8255 (revert-buffer-insert-file-contents-function): Doc fix. | |
8256 | |
8257 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
8258 | |
8259 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
8260 doing a `stat' when it isn't necessary because that can cause | |
8261 trouble when an NFS server is down. | |
8262 | |
8263 1999-07-04 Richard Stallman <rms@gnu.org> | |
8264 | |
8265 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
8266 | |
8267 1999-07-03 Richard Stallman <rms@gnu.org> | |
8268 | |
8269 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
8270 for \200...\240 also. | |
8271 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
8272 | |
8273 1999-07-02 Richard Stallman <rms@gnu.org> | |
8274 | |
8275 * frame.el (minibuffer-frame-alist): Use defcustom. | |
8276 (pop-up-frame-alist): Likewise. | |
8277 (initial-frame-alist): Specify * in the doc string. | |
8278 | |
8279 * hscroll.el (hscroll-mode): Make it a permanent local. | |
8280 (hscroll-mode): Don't cancel the timer | |
8281 if HScroll mode is enabled in some other buffer. | |
8282 | |
8283 * isearch.el (isearch-done): If search ends in middle of intangible | |
8284 text (due to text property), move on to the limit of that text. | |
8285 | |
8286 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
8287 | |
8288 * man.el (Man-build-man-command): Use value of null-device, | |
8289 instead of hard-coding "/dev/null". | |
8290 | |
8291 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
8292 ange-ftp file names, which might force ange-ftp to prompt for a | |
8293 password. | |
8294 | |
8295 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
8296 to prevent references to temp files. | |
8297 | |
8298 1999-06-30 Richard Stallman <rms@gnu.org> | |
8299 | |
8300 * progmodes/sh-script.el (sh-feature): If nothing is known | |
8301 about the given shell, use the values for `sh'. | |
8302 | |
8303 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8304 | |
8305 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
8306 to make it non-recursive. | |
8307 | |
8308 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
8309 | |
8310 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8311 | |
8312 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
8313 | |
8314 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
8315 | |
8316 * progmodes/sh-script.el (sh-mode): When setting syntax | |
8317 table, default to the standard one. | |
8318 | |
8319 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
8320 | |
8321 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
8322 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8323 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8324 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8325 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
25837 | 8326 a frame when `return' is requested (even if pop-up-frames = t) |
8327 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
8328 should only be set for the bibtex buffer. | |
8329 | |
8330 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
8331 | |
8332 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
8333 being buffer-local. | |
8334 | |
8335 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
8336 | |
8337 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
8338 | |
8339 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8340 | |
8341 * cal-x.el (calendar-only-one-frame-setup): New function. | |
8342 * calendar.el (calendar): Call it if requested. | |
8343 | |
8344 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
8345 | |
8346 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
8347 | |
8348 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
8349 | |
8350 * mail/supercite.el (sc-emacs-features): Doc fix. | |
8351 | |
8352 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
8353 | |
8354 * files.el (auto-mode-alist): Add pike-mode. | |
8355 | |
8356 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
8357 | |
8358 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
8359 last byte of a numeric field is a space or a NUL. Parse it as | |
8360 potentially part of the number. This is used by GNU tar | |
8361 1.12.64012 to handle larger values. | |
8362 | |
8363 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
8364 | |
8365 * custom.el (custom-handle-keyword): Fix error message. | |
8366 | |
8367 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
8368 | |
8369 * mail/smtpmail.el (smtpmail-send-it): Use | |
8370 convert-standard-filename to make file names for queued mail safe | |
8371 on Windows (`:' is invalid in file names on Windows). | |
8372 | |
8373 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
8374 | |
8375 * international/mule-cmds.el (describe-current-input-method): | |
8376 Current-input-method is string. | |
8377 (toggle-input-method): Docstring fixed. | |
8378 | |
8379 * international/mule-diag.el | |
8380 (describe-current-coding-system-briefly): Fix format string. | |
8381 | |
8382 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
8383 Docstring modified. Return a string. | |
8384 | |
8385 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
8386 | |
8387 * sql.el (sql-input-ring-file-name): Doc fix. | |
8388 | |
8389 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
8390 | |
8391 * calendar/cal-x.el (special-display-buffer-names): | |
8392 Don't put (get-file-buffer diary-file) on this list. | |
8393 | |
8394 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
8395 | |
8396 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
8397 Don't penalize player for certain impossible guesses. | |
8398 | |
8399 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
8400 | |
8401 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
8402 return the string "Unk 0 0000" so at least it appears to be a | |
8403 valid timestamp to `dired-move-to-filename-regexp'. | |
8404 | |
8405 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
8406 | |
8407 * ps-print.el (ps-control-character): Fix previous change. | |
8408 | |
8409 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8410 | |
8411 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
8412 multiple output of the last message. | |
8413 | |
8414 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
8415 | |
8416 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
8417 the ASCII apostrophe, as most DOS codepages have some other glyph | |
8418 there. | |
8419 | |
8420 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
8421 | |
8422 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
8423 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
8424 (exit-ethiopic-environment): Likewize. | |
8425 | |
8426 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
8427 | |
8428 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
8429 | |
8430 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8431 | |
8432 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
8433 custom-initialize-default to avoid infinite loop. | |
8434 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
8435 loading the file. Run crisp-mode-hook here, and run | |
8436 crisp-load-hook when loading the file. | |
8437 | |
8438 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
8439 rmail-summary buffer, search for pattern in rmail-file. | |
8440 | |
8441 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
8442 | |
8443 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
8444 | |
8445 * ps-print.el (ps-printer-name): Fix custom type. | |
8446 | |
8447 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
8448 | |
8449 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
8450 (vhdl-port-paste-generic-map): Fix indentation bug. | |
8451 (vhdl-port-paste-port-map): Fix indentation bug. | |
8452 (vhdl-scan-file-contents): Make scanning case insensitive. | |
8453 | |
8454 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
8455 | |
8456 * files.el (write-file): When buffer is not already visiting a file, | |
8457 don't put buffer name in the minibuffer, just make it the default. | |
8458 Also handle just directory as arg usefully in that case. | |
8459 | |
8460 * simple.el (sendmail-user-agent-compose): | |
8461 Ignore case when inserting the rest of the "other" headers. | |
8462 | |
8463 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
8464 | |
8465 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
8466 (info-lookup-interactive-arguments): Never insert the default | |
8467 into the minibuffer automatically. | |
8468 | |
8469 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
8470 | |
8471 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
8472 | |
8473 * simple.el (shell-command): Avoid printing "mark set" message. | |
8474 | |
8475 1999-06-09 Dave Love <fx@gnu.org> | |
8476 | |
8477 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
8478 digits in program name in first pattern. | |
8479 | |
8480 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8481 | |
8482 * vc.el (vc-dired-mode): Don't match anything before the date in | |
8483 dired-move-to-filename-regexp. | |
8484 | |
8485 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
8486 | |
8487 * international/quail.el (quail-define-rules): Fix typo in | |
8488 docstring. | |
8489 | |
8490 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
8491 | |
8492 * iswitchb.el (iswitchb-default-keybindings): Add | |
8493 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
8494 than when package is loaded. | |
8495 | |
8496 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
8497 | |
8498 * startup.el (command-line): Don't set user-init-file directly; | |
8499 tell `load' to set it. | |
8500 | |
8501 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
8502 | |
8503 * simple.el (next-history-element): | |
8504 Handle minibuffer-text-before-history properly when reading sexps. | |
8505 | |
8506 * disp-table.el (standard-display-european): | |
8507 For an interactive call by the user, | |
8508 don't set enable-multibyte-characters, | |
8509 and don't set the terminal coding system. | |
8510 | |
8511 * textmodes/refbib.el: Don't print any messages or display | |
8512 a buffer when loading the library. | |
8513 (r2b-help): Doc fix. | |
8514 (r2b-help-message): Update the documentation. | |
8515 (r2b-load-quietly): Variable deleted. | |
8516 (r2b-convert-buffer): Doc fix. | |
8517 | |
8518 1999-06-04 Dave Love <fx@gnu.org> | |
8519 | |
8520 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
8521 | |
8522 * auto-show.el: Don't change hooks on loading. | |
8523 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
8524 (auto-show-mode): Add to hooks here. | |
8525 | |
8526 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
8527 | |
8528 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
8529 recursion on bogus input. | |
8530 | |
8531 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
8532 | |
8533 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
8534 does not select a buffer from the buffers menu, then the attached | |
8535 frame is not switched to anything. | |
8536 | |
8537 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
8538 | |
8539 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
8540 (viet-viscii-...->viet-vscii...). | |
8541 | |
8542 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
8543 | |
8544 1999-06-01 Dave Love <fx@gnu.org> | |
8545 | |
8546 * progmodes/fortran.el: Add :link to defgroup. | |
8547 (fortran-blink-matching-if): Match ELSE statements too. | |
8548 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
8549 that filling is always done. | |
8550 | |
8551 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
8552 | |
8553 * simple.el (append-next-kill): Use an arg to distinguish | |
8554 interactive calls from Lisp calls, rather than (interactive-p). | |
8555 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8556 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 8557 Interchange n and N. |
8558 | |
8559 1999-05-31 Dave Love <fx@gnu.org> | |
8560 | |
8561 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
8562 and keymap munging on load. | |
8563 (msb-mode): New option. | |
8564 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
8565 Doc fix. | |
8566 (msb-mode-map): New variable. | |
8567 (msb-mode): New command. | |
8568 | |
8569 1999-05-31 Dave Love <fx@gnu.org> | |
8570 | |
8571 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
8572 (ispell-complete-word-dict): Likewise. | |
8573 | |
8574 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
8575 | |
8576 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
8577 force the data buffer to be saved, even if the data didn't | |
8578 change, in case the write filter was modified. Restore the | |
8579 current record after read-file-filter finishes. | |
8580 | |
8581 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
8582 | |
8583 * ispell4.el: Obsolete; file deleted. | |
8584 | |
8585 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
8586 | |
8587 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
8588 VALUE is a syntax table. | |
8589 | |
8590 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
8591 | |
8592 * simple.el (zap-to-char): Doc fix. | |
8593 | |
8594 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
8595 | |
8596 * isearch.el (isearch-quote-char): Don't assume character codes | |
8597 0200 - 0237 stand for characters in some single-byte character | |
8598 charset. | |
8599 | |
8600 1999-05-27 Dave Love <fx@gnu.org> | |
8601 | |
8602 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
8603 | |
8604 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
8605 | |
8606 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
8607 headerline does not exist already. | |
8608 | |
8609 1999-05-26 Richard Stallman <rms@gnu.org> | |
8610 | |
8611 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
8612 Avoid nested null-loops. | |
8613 | |
8614 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
8615 | |
8616 * international/characters.el: Typo fixed; prefered->preferred. | |
8617 | |
8618 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
8619 Typo fixed; prefered->preferred. | |
8620 | |
8621 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
8622 method in read-event. | |
8623 | |
8624 * international/mule.el (charset-info): Doc-string fixed. | |
8625 | |
8626 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
8627 | |
8628 * mail/smtpmail.el (smtpmail-send-it): Bind | |
8629 smtpmail-code-conv-from properly. | |
8630 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
8631 by smtpmail-code-conv-from. | |
8632 | |
8633 1999-05-24 Richard Stallman <rms@gnu.org> | |
8634 | |
8635 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
8636 Binding deleted also. | |
8637 | |
8638 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
8639 | |
8640 * comint.el (comint-bol-or-process-mark): Doc fix. | |
8641 | |
8642 1999-05-23 Dave Love <fx@gnu.org> | |
8643 | |
8644 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
8645 Enter it on minor-mode-map-alist. | |
8646 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
8647 Autoload. Add custom setter. | |
8648 (crisp-mark-line): Doc fix. | |
8649 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
8650 (crisp-mode-hook): Define. | |
8651 | |
8652 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
8653 | |
8654 * files.el (recover-file): Recover buffer-file-coding-system. | |
8655 | |
8656 1999-05-22 Richard Stallman <rms@gnu.org> | |
8657 | |
8658 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
8659 regexp match the date, to avoid treating date as file size. | |
8660 Add YYYY S option to WESTERN/ | |
8661 | |
8662 * bookmark.el: Delete some XEmacs compatibility code. | |
8663 (bookmark-jump-noselect): Check vc-backend. | |
8664 | |
8665 * subr.el (add-to-list): Doc fix. | |
8666 | |
8667 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
8668 | |
8669 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
8670 | |
8671 1999-05-18 Richard Stallman <rms@gnu.org> | |
8672 | |
8673 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
8674 non-space after the @anchor command. | |
8675 (texinfo-format-var): Handle other nested constructs, using | |
8676 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
8677 texinfo-parse-arg-discard. | |
8678 | |
8679 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
8680 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
8681 Bind inhibit-redisplay to nil. | |
8682 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
8683 | |
8684 1999-05-17 Dave Love <fx@gnu.org> | |
8685 | |
8686 * help.el (describe-function-1): Extra arg, interactive-p. | |
8687 (describe-key, describe-function): Use it. | |
8688 | |
8689 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
8690 | |
8691 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
8692 | |
8693 1999-05-16 Dave Love <fx@gnu.org> | |
8694 | |
8695 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
8696 scroll-preserve-screen-position, scroll-conservatively. | |
8697 | |
8698 1999-05-16 Dave Love <fx@gnu.org> | |
8699 | |
8700 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
8701 | |
8702 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
8703 | |
8704 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
8705 | |
8706 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
8707 | |
8708 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
8709 magic number and is not associated with a file. | |
8710 | |
8711 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
8712 | |
8713 * files.el (find-file-noselect-1): Fix previous change. | |
8714 | |
8715 1999-05-14 Simon Marshall <simon@gnu.org> | |
8716 | |
8717 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
8718 | |
8719 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
8720 | |
8721 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
8722 docstring. | |
8723 | |
8724 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
8725 and menus. | |
8726 | |
8727 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
8728 | |
8729 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
8730 to correctly reflect the value of BaseLineOffset in | |
8731 RelativeCompose. Now the value of RelativeCompose is an array of | |
8732 low and high positions. | |
8733 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
8734 RLC for the above change. | |
8735 | |
8736 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
8737 | |
8738 * comint.el (comint-password-prompt-regexp): Modified to match the | |
8739 output of ksu and ssh-add. | |
8740 | |
8741 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
8742 | |
8743 * language/korea-util.el (isearch-toggle-korean-input-method): | |
8744 Adjusted for the change of input method handling in isearch.el. | |
8745 (isearch-hangul-switch-symbol-ksc): Likewise. | |
8746 (isearch-hangul-switch-hanja): Likewise. | |
8747 | |
8748 1999-05-10 Dave Love <fx@gnu.org> | |
8749 | |
8750 * help.el (help-make-xrefs): Fix typo. | |
8751 | |
8752 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
8753 | |
8754 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
8755 unibyte-display-via-language-environment. | |
8756 | |
8757 * help.el (help-make-xrefs): Handle more cases when looking for | |
8758 commands in a keymap description. | |
8759 | |
8760 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
8761 | |
8762 * loadup.el: For ms-dos systems, load ccl and codepage. | |
8763 | |
8764 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
8765 | |
8766 * ps-print.el (ps-control-character): Call | |
8767 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
8768 | |
8769 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
8770 ps-multibyte-buffer is nil, use | |
8771 ps-mule-font-info-database-default." | |
8772 | |
8773 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
8774 | |
8775 * ispell.el (ispell-local-dictionary-alist): New variable for | |
8776 customizing local dictionaries not accessable by everyone. | |
8777 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
8778 (ispell-required-version): Changed format `(major minor | |
8779 revision)' to support general pattern matching. | |
8780 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
8781 skip region commented out due to incorrect skip potential in std latex. | |
8782 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
8783 cursor point on small words for calls from `ispell-minor-mode'. | |
8784 (check-ispell-version): Tests and accepts versions major.minor | |
8785 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
8786 (ispell-get-line): No longer skips ispell process special characters. | |
8787 (ispell-comments-and-strings): Removed `when' macro call. | |
8788 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
8789 (ispell-buffer-local-parsing): Supports checking comments only. | |
8790 | |
8791 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
8792 | |
8793 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
8794 more specific. | |
8795 | |
8796 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
8797 | |
8798 * subr.el (with-temp-message): Fix the other call to message | |
8799 to use %s. | |
8800 | |
8801 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
8802 | |
8803 * 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
|
8804 (jdb): Use %F, not %f, for gud-break. |
25837 | 8805 |
8806 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
8807 | |
8808 * comint.el (comint-password-prompt-regexp): Modified so that it | |
8809 matches the output of kinit. | |
8810 | |
8811 1999-05-06 Greg Stark <gsstark@mit.edu> | |
8812 | |
8813 * timezone.el (timezone-parse-date): Recognize new format used in | |
8814 internet cookies. | |
8815 | |
8816 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
8817 | |
8818 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
8819 | |
8820 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
8821 | |
8822 * time.el (display-time-update): Allow for wrap-around when | |
8823 checking against display-time-server-down-time. | |
8824 | |
8825 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
8826 | |
8827 * international/mule-diag.el (describe-coding-system): Fix English | |
8828 message. | |
8829 | |
8830 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
8831 | |
8832 * term/w32-win.el: Change the x-charset-registry property for the | |
8833 Japanese charsets that are supported by Japanese Windows fonts. | |
8834 | |
8835 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8836 | |
8837 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
8838 diary-block diary entries for which the reminders and the diary | |
8839 entries can overlap. | |
8840 | |
8841 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
8842 | |
8843 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
8844 matches the font selected in the dialog. | |
8845 | |
8846 1999-05-02 Dave Love <fx@gnu.org> | |
8847 | |
8848 * browse-url.el (browse-url-browser-function): Add :version. | |
8849 | |
8850 * international/mule.el (auto-coding-alist): Add .tgz. | |
8851 | |
8852 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
8853 | |
8854 * international/codepage.el (cp-coding-system-for-codepage-1): | |
8855 Make the magnification parameter for the -dos encoder be 2. | |
8856 | |
8857 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
8858 | |
8859 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
8860 it is dropped, rather than current window. | |
8861 | |
8862 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
8863 after switching buffer, as case-fold-search is a buffer local | |
8864 variable. | |
8865 | |
8866 * w32-fns.el (convert-standard-filename): Only convert directory | |
8867 separators to backslash if the interactive shell is one of the | |
8868 standard Windows shells that has DOS semantics. | |
8869 | |
8870 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
8871 format-time-string, and return a suitable string to indicate the | |
8872 timestamp was invalid. | |
8873 | |
8874 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
8875 expanding hexl-program in case exec-directory contains a space. | |
8876 (dehexlify-command): Ditto. | |
8877 | |
8878 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
8879 file extension regexps which aren't necessarily binary files. | |
8880 (direct-print-region-helper): Use subst-char-in-string instead of | |
8881 binding directory-sep-char to convert filenames to DOS syntax. | |
8882 (direct-print-region-use-command-dot-com): New variable. | |
8883 (direct-print-region-helper): Use it to control whether to invoked | |
8884 command.com to print on Windows 9x. | |
8885 | |
8886 * browse-url.el (browse-url-browser-function): Default to | |
8887 browse-url-default-windows-browser on windows-nt. | |
8888 (browse-url-default-windows-browser): New function. | |
8889 | |
8890 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
8891 | |
8892 * forms.el (forms-mode): Don't call forms-first-record or | |
8893 forms-last-record if the data file has zero records. | |
8894 | |
8895 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
8896 | |
8897 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
8898 after find-file-not-found-hooks runs, recompute the truename. | |
8899 And don't use FILENAME after that point. | |
8900 | |
8901 1999-04-27 Dave Love <fx@gnu.org> | |
8902 | |
8903 * paren.el (show-paren-mode) | |
8904 * which-func.el (which-func-mode-global) | |
8905 * type-break.el (type-break-mode) | |
8906 * time.el (display-time-mode) | |
8907 * rsz-mini.el (resize-minibuffer-mode) | |
8908 * mouse-sel.el (mouse-sel-mode) | |
8909 * icomplete.el (icomplete-mode) | |
8910 * hscroll.el (hscroll-global-mode) | |
8911 * help.el (temp-buffer-resize-mode) | |
8912 * font-lock.el (global-font-lock-mode) | |
8913 * delsel.el (delete-selection-mode) | |
8914 * avoid.el (mouse-avoidance-mode) | |
8915 * autoinsert.el (auto-insert-mode) | |
8916 * winner.el (winner-mode): Doc fix. | |
8917 | |
8918 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
8919 | |
8920 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
8921 the same whitespace that was ignored in choosing the subject string. | |
8922 | |
8923 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
8924 | |
8925 * info.el (Info-find-node): Position properly after finding anchor. | |
8926 | |
8927 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
8928 | |
8929 * simple.el (indent-new-comment-line): Fix previous change. | |
8930 | |
8931 * complete.el: Delete the wildcard expansion feature | |
8932 since that is now standard in find-file. | |
8933 (PC-try-load-many-files): Function deleted. | |
8934 (PC-after-load-many-files): Function deleted. | |
8935 (PC-many-files-list): Variable deleted. | |
8936 (PC-disable-wildcards): Variable deleted. | |
8937 (partial-completion-mode): Don't enable the wildcard feature. | |
8938 | |
8939 * complete.el (PC-look-for-include-file): Don't set global variables | |
8940 `error', `buf' and `filename' here. | |
8941 | |
8942 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
8943 | |
8944 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
8945 | |
8946 * textmodes/outline.el (outline-regexp): Doc fix. | |
8947 | |
8948 1999-04-26 John Wiegley <johnw@borland.com> | |
8949 | |
8950 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
8951 C++Builder 4.0 error message syntax. | |
8952 | |
8953 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
8954 | |
8955 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
8956 supported, use find -exec. | |
8957 | |
8958 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
8959 | |
8960 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
8961 coding-system-for-write, to avoid hanging when non-interactive. | |
8962 | |
8963 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
8964 | |
8965 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
8966 start with a newline. | |
8967 | |
8968 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
8969 | |
8970 * international/mule-conf.el (x-ctext): New coding system. | |
8971 | |
8972 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
8973 | |
8974 * international/mule-cmds.el (input-method-function): | |
8975 Add permanent-local property. | |
8976 | |
8977 1999-04-12 Dave Love <fx@gnu.org> | |
8978 | |
8979 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
8980 change to use jka-compr-byte-compiler-base-file-name. | |
8981 | |
8982 * supercite.el (sc-scan-info-alist): Revert last change. | |
8983 (sc-attrib-selection-list): Fix :type here instead. | |
8984 | |
8985 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
8986 | |
8987 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
8988 in the list of case-insensitive filesystems. | |
8989 | |
8990 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
8991 | |
8992 * international/fontset.el (create-fontset-from-fontset-spec): | |
8993 Don't register duplicated alias fontset names. | |
8994 | |
8995 1999-04-08 Richard Stallman <rms@gnu.org> | |
8996 | |
8997 * international/mule.el (auto-coding-alist-lookup): New function. | |
8998 (set-auto-coding): Use auto-coding-alist-lookup. | |
8999 | |
9000 * jka-compr.el (jka-compr-insert-file-contents): | |
9001 Use auto-coding-alist-lookup to check for files that | |
9002 should not have eol conversion, in the unibyte case. | |
9003 | |
9004 1999-04-07 Dave Love <fx@gnu.org> | |
9005 | |
9006 * help.el (describe-variable): Check custom-loads property as well | |
9007 as custom-type. | |
9008 | |
9009 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
9010 | |
9011 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
9012 | |
9013 * vc.el (vc-backend-revert): For CVS files that were made | |
9014 writeable with "cvs edit", call "cvs unedit" to undo that. | |
9015 | |
9016 1999-04-08 Dave Love <fx@gnu.org> | |
9017 | |
9018 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
9019 more. | |
9020 (sc-emacs-features): Recognize Emacs 20. | |
9021 (sc-read-string): Use history arg. | |
9022 (sc-scan-info-alist): Check for rtnvalue a cons. | |
9023 | |
9024 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
9025 | |
9026 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
9027 coding system to encode the message by | |
9028 select-message-coding-system. | |
9029 | |
9030 1999-04-07 Richard Stallman <rms@gnu.org> | |
9031 | |
9032 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
9033 | |
9034 * winner.el: Reorder definitions. | |
9035 | |
9036 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
9037 | |
9038 * mail/rmail.el (rmail-decode-babyl-format): | |
9039 Undo previous change. | |
9040 | |
9041 1999-04-06 Richard Stallman <rms@gnu.org> | |
9042 | |
9043 * info.el (Info-find-node): Check for an anchor at the | |
9044 proper place, before reading an indirect file. | |
9045 | |
9046 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
9047 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9048 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 9049 Use raw-text-unix when we want no conversion. |
9050 | |
9051 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
9052 | |
9053 * timezone.el (timezone-parse-date): Corrected regexp for | |
9054 style (5) date format so that tenths of seconds are optional. | |
9055 | |
9056 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
9057 | |
9058 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
9059 of dos-codepage-setup. | |
9060 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
9061 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
|
9062 systems. |
25837 | 9063 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
9064 | |
9065 1999-04-05 Richard Stallman <rms@gnu.org> | |
9066 | |
9067 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
9068 | |
9069 1999-04-02 Richard Stallman <rms@gnu.org> | |
9070 | |
9071 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
9072 if (car status) doesn't end in a newline. | |
9073 | |
9074 1999-04-01 Dave Love <fx@gnu.org> | |
9075 | |
9076 * progmodes/sql.el (SQL): Add defgroup :version. | |
9077 | |
9078 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
9079 | |
9080 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
9081 buffer-file-coding-system. If the coding system used is raw-text, | |
9082 etc., make the *Compiler Input* buffer unibyte. | |
9083 | |
9084 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
9085 | |
9086 * loadup.el: Don't write the fns-...el file if not dumping. | |
9087 | |
9088 1999-03-31 Dave Love <fx@gnu.org> | |
9089 | |
9090 * snmp-mode.el (snmp): Fix defgroup :version. | |
9091 | |
9092 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
9093 | |
9094 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
9095 | |
9096 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
9097 the gnus-save-hidden-threads macro. | |
9098 | |
9099 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
9100 | |
9101 * faces.el (face-set-after-frame-default): Obey the | |
9102 `customized-face' for new faces. | |
9103 | |
9104 1999-03-30 Dave Love <fx@gnu.org> | |
9105 | |
9106 * international/mule-cmds.el (current-language-environment): Doc fix. | |
9107 * abbrev.el (abbrev-mode): Doc fix. | |
9108 * autoinsert.el (auto-insert-mode): Doc fix. | |
9109 * complete.el (partial-completion-mode): Doc fix. | |
9110 * avoid.el (mouse-avoidance-mode): Doc fix. | |
9111 * delsel.el (delete-selection-mode): Doc fix. | |
9112 * font-lock.el (global-font-lock-mode): Doc fix. | |
9113 * help.el (temp-buffer-resize-mode): Doc fix. | |
9114 * hscroll.el (hscroll-global-mode): Doc fix. | |
9115 * icomplete.el (icomplete-mode): Doc fix. | |
9116 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
9117 * paren.el (show-paren-mode): Doc fix. | |
9118 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
9119 * time.el (display-time-mode): Doc fix. | |
9120 * type-break.el (type-break-mode): Doc fix. | |
9121 * which-func.el (which-func-mode-global): Doc fix. | |
9122 * winner.el (winner-mode): Doc fix. | |
9123 | |
9124 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
9125 | |
9126 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
9127 than an ordinary error. | |
9128 | |
9129 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
9130 | |
9131 * repeat.el: Don't require advice. | |
9132 (repeat): Do function-indirection in check for kbd macro. | |
9133 In self-insert case, use the *last* char in INSERTION. | |
9134 | |
9135 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
9136 | |
9137 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
9138 | |
9139 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
9140 | |
9141 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
9142 comint-input-filter-functions. Make variables related to shell | |
9143 directory tracking local. | |
9144 | |
9145 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
9146 | |
9147 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
9148 | |
9149 * simple.el (shell-command-on-region): Cope with exit-status being | |
9150 nil, which happens if call-process-region was interrupted. | |
9151 | |
9152 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
9153 | |
9154 * simple.el (indent-new-comment-line): Handle use at a point | |
9155 after a comment-end. Handle multiple comments. | |
9156 | |
9157 * mail/rmail.el (rmail-decode-babyl-format): | |
9158 To prevent locking, bind buffer-file-name to nil. | |
9159 | |
9160 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
9161 | |
9162 * mail-hist.el (mail-hist-current-header-name): Don't make | |
9163 off-by-one-error when determining if in message body. | |
9164 | |
9165 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
9166 | |
9167 * w32-fns.el (set-default-process-coding-system): Copied from | |
9168 dos-w32.el, but modified to use Unix line endings for process | |
9169 input, and to add a suitable entry to process-coding-system-alist | |
9170 for DOS shells. | |
9171 | |
9172 * dos-fns.el (set-default-process-coding-system): Copied from | |
9173 dos-w32.el. | |
9174 | |
9175 * dos-w32.el (set-default-process-coding-system): Move function to | |
9176 dos-fns.el; a different version is used in w32-fns.el. | |
9177 | |
9178 1999-03-24 Dave Love <fx@gnu.org> | |
9179 | |
9180 * info.el (Info-directory-list): Revert change to re-writing | |
9181 Info-default-directory-list, but put `alternative' first. | |
9182 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
9183 | |
9184 1999-03-23 Simon Marshall <simon@gnu.org> | |
9185 | |
9186 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
9187 on the line by itself. | |
9188 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
9189 it is not in a declarative context. | |
9190 | |
9191 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
9192 | |
9193 * cus-edit.el (custom-variable-prompt): Allow customization of | |
9194 autoloaded symbols. | |
9195 | |
9196 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
9197 | |
9198 * simple.el (what-cursor-position): Don't cause error when point | |
9199 is at invalid multibyte sequence. | |
9200 | |
9201 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
9202 | |
9203 * complete.el (partial-completion-mode): Doc fix. | |
9204 | |
9205 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
9206 | |
9207 * progmodes/cplus-md.el (old-c++): Remove :group. | |
9208 | |
9209 * progmodes/c-mode.el (old-c): Remove :group. | |
9210 | |
9211 1999-03-18 Simon Marshall <simon@gnu.org> | |
9212 | |
9213 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
9214 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
9215 | |
9216 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
9217 | |
9218 * w32-fns.el (set-w32-system-coding-system) New function. | |
9219 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
9220 | |
9221 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
9222 | |
9223 * international/mule-cmds.el (set-language-environment): Fix | |
9224 previous change: don't use dos-codepage when unbound. | |
9225 | |
9226 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
9227 | |
9228 * calendar/appt.el (appt-make-list): Fix previous change. | |
9229 | |
9230 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
9231 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9232 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 9233 Don't try to redisplay with the cursor at the end |
9234 on its own line--that would force a scroll and spoil things. | |
9235 | |
9236 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
9237 | |
9238 * international/mule-cmds.el (set-language-environment): Don't use | |
9239 cpNNN-nonascii-translation-table if it is unbound. | |
9240 | |
9241 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
9242 syntax table and bind unibyte-display-via-language-environment | |
9243 here, rather than at top level, so that resetting to unibyte in | |
9244 .emacs works as expected. | |
9245 | |
9246 1999-03-15 Simon Marshall <simon@gnu.org> | |
9247 | |
9248 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
9249 | |
9250 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
9251 | |
9252 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
9253 | |
9254 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
9255 | |
9256 * international/mule-util.el (detect-coding-with-priority): | |
9257 Restore the internal database. | |
9258 | |
9259 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
9260 | |
9261 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
9262 if mail-from-style has invalid value. | |
9263 | |
9264 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
9265 | |
9266 * vc.el (vc-delete-logbuf-window): New var. | |
9267 (vc-finish-logentry): Use it. | |
9268 | |
9269 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
9270 | |
9271 * startup.el (command-line-1): Improve startup msg. | |
9272 | |
9273 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
9274 | |
9275 * speedbar.el: Added commentary about stealthy functions. | |
9276 (speedbar-message) new function. | |
9277 (speedbar-y-or-n-p): New function | |
9278 (speedbar-with-attached-buffer) Moved macro before reference. | |
9279 Now uses `save-selected-window'. | |
9280 (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
|
9281 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 9282 speedbar-item-delete, speedbar-insert-generic-list, |
9283 speedbar-timer-fn, speedbar-check-vc-this-line, | |
9284 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
9285 speedbar-buffers-item-info) Use speedbar-message. | |
9286 (speedbar-item-info) Limit `message-log-max'. | |
9287 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
9288 speedbar-item-delete, speedbar-item-object-delete, | |
9289 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
9290 | |
9291 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
9292 | |
9293 * server.el (server-start): Set coding system for the server | |
9294 process to raw-text. | |
9295 (server-process-filter): Decode file names if necessary. | |
9296 | |
9297 1999-03-12 Dave Love <fx@gnu.org> | |
9298 | |
9299 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
9300 | |
9301 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
9302 | |
9303 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
9304 | |
9305 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
9306 | |
9307 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
9308 | |
9309 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
9310 (ispell-dictionary-alist-2): Likewise. | |
9311 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
9312 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
9313 (ispell-dictionary-alist): Build from six pieces, not just two. | |
9314 | |
9315 * ps-bdf.el (bdf-directory-list): Doc fix. | |
9316 | |
9317 * enriched.el (enriched-mode): Make var permanent-local. | |
9318 | |
9319 1999-03-09 Dave Love <fx@gnu.org> | |
9320 | |
9321 * textmodes/sgml-mode.el (html-mode): Use | |
9322 sentence-end-double-space when setting sentence-end. | |
9323 | |
9324 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
9325 | |
9326 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
9327 | |
9328 1999-03-08 Felix Lee <flee@cygnus.com> | |
9329 | |
9330 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
9331 | |
9332 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
9333 | |
9334 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
9335 | |
9336 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
9337 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
9338 | |
9339 * dired.el (dired-do-copy-regexp): Doc fix. | |
9340 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
9341 | |
9342 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
9343 | |
9344 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
9345 | |
9346 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
9347 | |
9348 * international/codepage.el (cp1250-decode-table) | |
9349 (cp1251-decode-table, cp1253-decode-table) | |
9350 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
9351 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
9352 | |
9353 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
9354 | |
9355 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
9356 | |
9357 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
9358 | |
9359 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
9360 | |
9361 * term/internal.el (top level): Display character 255 as 8bit as well. | |
9362 | |
9363 1999-03-06 Dave Love <fx@gnu.org> | |
9364 | |
9365 * progmodes/cc-cmds.el (c-outline-level): Bind | |
9366 buffer-invisibility-spec. | |
9367 | |
9368 * progmodes/c-mode.el (c-outline-level): Likewise. | |
9369 | |
9370 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
9371 | |
9372 1999-03-05 Felix Lee <flee@cygnus.com> | |
9373 | |
9374 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
9375 | |
9376 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
9377 | |
9378 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
9379 | |
9380 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
9381 | |
9382 * w32-fns.el (convert-standard-filename): Convert directory | |
9383 separators to Windows format. | |
9384 | |
9385 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
9386 | |
9387 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
9388 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
9389 (batch-skkdic-convert): Doc fix. | |
9390 | |
9391 1999-03-04 Dave Love <fx@gnu.org> | |
9392 | |
9393 * custom.el (custom-set-variables): Protect against setter errors. | |
9394 | |
9395 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
9396 | |
9397 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
9398 the file sizes from overflowing. | |
9399 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
9400 Under -s, print the size in blocks with %4.0f, in case they have | |
9401 a *really* huge file. | |
9402 | |
9403 1999-03-03 Dave Love <fx@gnu.org> | |
9404 | |
9405 * options.el (edit-options): Doc fix. | |
9406 (list-options): Don't lose with unbound symbols. Maintain | |
9407 Edit-options-mode. | |
9408 | |
9409 1999-03-01 Dave Love <fx@gnu.org> | |
9410 | |
9411 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
9412 | |
9413 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
9414 | |
9415 * ispell.el (ispell-dictionary-alist-override): New variable. | |
9416 (ispell-dictionary-alist): Don't setq it, | |
9417 if ispell-dictionary-alist-override is set. | |
9418 | |
9419 * simple.el (shell-command-default-error-buffer): Renamed from | |
9420 shell-command-on-region-default-error-buffer. | |
9421 (shell-command-on-region): Mention in echo area when there | |
9422 is some error output. Mention success or failure, too. | |
9423 Accumulate multiple error outputs | |
9424 going forward, with formfeed in between. Display the error buffer | |
9425 when we have put something in it. | |
9426 (shell-command): Add the ERROR-BUFFER argument feature. | |
9427 | |
9428 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
9429 | |
9430 * mail/mh-utils.el (mh-lib): Doc fix. | |
9431 (mh-lib-progs, mh-nmh-p): New vars. | |
9432 (mh-find-progs): Set mh-lib-progs along with other vars. | |
9433 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
9434 of mh-file-command-p. | |
9435 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
9436 | |
9437 * mail/mh-comp.el (mh-repl-formfile): New var. | |
9438 (mh-smail-batch): Don't ignore all arguments. | |
9439 (mh-reply): Do the right thing when using nmh. | |
9440 | |
9441 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
9442 | |
9443 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
9444 to show a buffer being decoded. | |
9445 | |
9446 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
9447 | |
9448 * ps-bdf.el (bdf-directory-list): Initialize it to | |
9449 '("/usr/local/share/emacs/fonts/bdf"). | |
9450 | |
9451 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9452 | |
9453 * ps-print.el: PostScript programming fix. | |
9454 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
9455 setpagedevice operator). | |
9456 | |
9457 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9458 | |
9459 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
9460 sizes. | |
9461 (ps-print-version): New version number (4.1.4). | |
9462 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
9463 Specifies landscape and portrait sizes. | |
9464 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
9465 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
9466 fix. | |
9467 (ps-get-font-size): New fun. | |
9468 (ps-font-size-internal, ps-header-font-size-internal) | |
9469 (ps-header-title-font-size-internal): New vars. | |
9470 | |
9471 * ps-mule.el: Change of ps-print font size variable name. | |
9472 (ps-mule-generate-font): Fun fix. | |
9473 (ps-mule-begin-job): Programming uniformization. | |
9474 | |
9475 1999-02-25 Dave Love <fx@gnu.org> | |
9476 | |
9477 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
9478 (help-make-xrefs): Do Info case first. | |
9479 | |
9480 * repeat.el: Don't require advice. | |
9481 (repeat-last-kill-command): Variable deleted. | |
9482 | |
9483 1999-02-25 Richard Stallman <rms@gnu.org> | |
9484 | |
9485 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
9486 case just because the current buffer is the output buffer. | |
9487 | |
9488 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
9489 | |
9490 * simple.el (what-cursor-position): To show the character's | |
9491 encoding, use encoded-string-description instead of information | |
9492 of chaset-origin-alist. | |
9493 | |
9494 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
9495 (encoded-code-description): New function. | |
9496 (encoded-string-description): New function. | |
9497 (encode-coding-char): New function. | |
9498 | |
9499 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
9500 | |
9501 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
9502 checking for .emacs[.el[c]]. | |
9503 | |
9504 1999-02-24 Richard Stallman <rms@gnu.org> | |
9505 | |
9506 * help.el (describe-function-1): Don't print a whole lambda-function. | |
9507 | |
9508 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
9509 | |
9510 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
9511 inputting ?\240. | |
9512 | |
9513 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
9514 | |
9515 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
9516 | |
9517 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
9518 (clean-buffer-list-kill-buffer-names): Doc fix. | |
9519 | |
9520 * gud.el (gud-jdb-massage-args): Spelling fix. | |
9521 | |
9522 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
9523 | |
9524 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
9525 | |
9526 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
9527 | |
9528 * 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
|
9529 excursion while calling set-auto-coding-function. |
25837 | 9530 |
9531 * play/handwrite.el (handwrite): Require ps-print, and use | |
9532 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
9533 if it's defined, instead of forking ps-lpr-command unconditionally. | |
9534 | |
9535 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
9536 | |
9537 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
9538 charset-origin-alist property to a coding system for the codepage. | |
9539 | |
9540 * international/mule.el: Modify comment for charset-origin-alist | |
9541 property of a coding system. | |
9542 | |
9543 * simple.el (what-cursor-position): charset-origin-alist property | |
9544 of a coding system may be a translation table or a symbol of which | |
9545 `translation-table' property is a translation table. | |
9546 | |
9547 1999-02-21 Richard Stallman <rms@gnu.org> | |
9548 | |
9549 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
9550 to the "html" template. | |
9551 | |
9552 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
9553 | |
9554 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
9555 | |
9556 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
9557 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9558 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 9559 instead of the buffer. |
9560 | |
9561 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
9562 | |
9563 * sql.el: Set version to 1.4.1. Changed mail address to | |
9564 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
9565 (sql-input-ring-separator): Doc fix. | |
9566 (sql-mode-syntax-table): double-dash starts comments is defined as | |
9567 ". 56" instead of ". 12b" for XEmacs. | |
9568 (sql-stop, sql-interactive-mode): Doc fixes. | |
9569 (sql-postgres): Queries for database and server, not just one. | |
9570 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
9571 | |
9572 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
9573 changed. This is needed for master.el to work. | |
9574 (sql-set-sqli-buffer): Use the new hook. | |
9575 | |
9576 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
9577 sql-alternate-buffer-name. | |
9578 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
9579 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
9580 (sql-rename-buffer): New command. | |
9581 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
9582 | |
9583 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
9584 and sql-input-ring-file-name are used to temporarily set | |
9585 comint-input-ring-file-name and comint-input-ring-separator when | |
9586 reading and writing input history files. | |
9587 | |
9588 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
9589 (sql-input-ring-file-name): New variable with customization. | |
9590 (sql-input-ring-separator): New variable with customization. | |
9591 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
9592 Callers changed. | |
9593 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
9594 now includes the name of the current buffer. | |
9595 | |
9596 (sql-mode): Set paragraph-separate and paragraph-start so that | |
9597 sql-send-paragraph sends the entire SQL statements, even if it | |
9598 contains indented lines. | |
9599 | |
9600 1999-02-18 Dave Love <fx@gnu.org> | |
9601 | |
9602 * format.el (format-encode-run-method, format-decode-run-method): | |
9603 Fix previous change. | |
9604 | |
9605 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
9606 | |
9607 * international/mule.el (coding-system-list): Moved here from | |
9608 mule-util.el to avoid autoloading mule-util by the call of | |
9609 select-safe-coding-system. | |
9610 | |
9611 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
9612 | |
9613 * simple.el (turn-on-auto-fill): Mark it as an option for | |
9614 `text-mode-hook'. | |
9615 | |
9616 1999-02-17 Richard Stallman <rms@gnu.org> | |
9617 | |
9618 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
9619 Don't crash if (current-local-map) is nil. | |
9620 | |
9621 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
9622 | |
9623 * filecache.el (file-cache-filter-regexps): Added .class. | |
9624 | |
9625 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
9626 | |
9627 * international/mule-util.el (decompose-region): Use | |
9628 insert-buffer-substring instead of insert-buffer to avoid putting | |
9629 mark. | |
9630 | |
9631 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
9632 | |
9633 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
9634 displayed-month and displayed-year here, let generate-calendar do | |
9635 it, after range checking. | |
9636 | |
9637 1999-02-17 Simon Marshall <simon@gnu.org> | |
9638 | |
9639 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
9640 | |
9641 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
9642 correctly between an object declared via a constructor and a method. | |
9643 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
9644 (java-font-lock-keywords-1): Fontify package names individually. | |
9645 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
9646 (java-font-lock-keywords-2): Simplify type fontification. | |
9647 (java-font-lock-keywords-3): Likewise. | |
9648 | |
9649 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
9650 | |
9651 * language/japanese.el (iso-2022-jp-2): New coding system. | |
9652 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
9653 | |
9654 1999-02-16 Dave Love <fx@gnu.org> | |
9655 | |
9656 * help.el (describe-function-1): Accept non-symbols. | |
9657 | |
9658 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
9659 | |
9660 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
9661 find the last match if there are multiple matches. | |
9662 | |
9663 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9664 | |
9665 * tex-mode.el (tex-run-command, latex-run-command) | |
9666 (slitex-run-command, tex-command): Doc changes. | |
9667 (tex-start-options-string): Autoload it. Doc change. Provide | |
9668 a menu for customization. Allow nil. Quote backslashes only once. | |
9669 (tex-start-tex): Handle nil value of tex-start-options-string | |
9670 and apply shell-quote-argument to it. | |
9671 | |
9672 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
9673 | |
9674 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
9675 the size in blocks, since it can be a float. | |
9676 (ls-lisp-format): Likewise | |
9677 | |
9678 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
9679 | |
9680 * language/japanese.el (japanese-shift-jis): Add | |
9681 charset-origin-alist property. | |
9682 | |
9683 1999-02-15 Richard Stallman <rms@gnu.org> | |
9684 | |
9685 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
9686 | |
9687 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
9688 | |
9689 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
9690 | |
9691 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
9692 | |
9693 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
9694 Summary-line in its header, get past one more line before looking | |
9695 for the X-Coding-System header. | |
9696 | |
9697 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
9698 | |
9699 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
9700 explicitly to accomodate Windows 9X lack of a useful copy program. | |
9701 | |
9702 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
9703 | |
9704 * wid-edit.el (widget-choice-value-create): Use `equal' | |
9705 instead of `eq'. | |
9706 | |
9707 1999-02-14 Richard Stallman <rms@gnu.org> | |
9708 | |
9709 * international/iso-transl.el: | |
9710 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
9711 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
9712 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
9713 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
9714 (iso-transl-char-map): Related changes. | |
9715 | |
9716 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
9717 | |
9718 1999-02-13 Richard Stallman <rms@gnu.org> | |
9719 | |
9720 * textmodes/texinfmt.el (texinfo-alias): New function. | |
9721 (texinfo-fold-nodename-case): Add defvar. | |
9722 (texinfo-format-node): Do case folding if specified. | |
9723 | |
9724 * ffap.el (ffap-file-at-point): Test local file names | |
9725 immediately. Strip off line numbers. | |
9726 | |
9727 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
9728 | |
9729 * sql.el: Set version to 1.3.2 | |
9730 (sql-solid-program): Added support for solid. | |
9731 (sql-help): Doc mentions sql-solid. | |
9732 (sql-solid): Entry function for Solid. | |
9733 (sql-buffer): Doc explains the use of the variable and how to | |
9734 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9735 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 9736 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
9737 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
9738 is new. | |
9739 (sql-show-sqli-buffer): New function to display the value of | |
9740 sql-buffer. | |
9741 (sql-change-sqli-buffer): New function to change sql-buffer. | |
9742 (sql-mode): Doc explains how to change sql-buffer. | |
9743 (sql-send-paragraph): New function to send a paragraph. | |
9744 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
9745 (sql-mysql): Doc corrected. | |
9746 (sql-ms): Doc corrected. | |
9747 | |
9748 * sql.el (sql-server): Doc fix. | |
9749 (sql-mysql): Added the use of sql-server to specify the host, | |
9750 sql-database now specifies database instead of host. | |
9751 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
9752 is non-nil. | |
9753 (sql-help): Changed tag of entry functions a bit. | |
9754 | |
9755 * sql.el: Added keywords from `finder-by-keyword'. | |
9756 (sql-mode): Made sql-buffer a local variable, changed the | |
9757 documentation: removed instructions to add *.sql files to | |
9758 auto-mode-alist, added documentation for having mutliple SQL | |
9759 buffers sending their stuff to different SQLi buffers, each | |
9760 running a different process. | |
9761 (sql-postgres): Quoted *SQL* in doc string. | |
9762 (sql-ms): Likewise. | |
9763 (sql-ingres): Likewise. | |
9764 (sql-ingres): Quoted *SQL* in doc string, added references to | |
9765 sql-user and sql-password used during login. | |
9766 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
9767 (sql-oracle): Likewise. | |
9768 (sql-interactive-mode): Added extensive documentation for having | |
9769 mutliple SQL buffers sending their stuff to different SQLi | |
9770 buffers, each running a different process. | |
9771 (sql-buffer): Changed doc from *SQL* to SQLi. | |
9772 (sql-get-login): Doc fix. | |
9773 | |
9774 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
9775 | |
9776 * international/mule-conf.el (undecided): Set ascii in | |
9777 safe-charsets property. | |
9778 | |
9779 1999-02-12 Richard Stallman <rms@gnu.org> | |
9780 | |
9781 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
9782 | |
9783 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
9784 | |
9785 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
9786 value to ps-mule-font-info-database-latin. | |
9787 | |
9788 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
9789 | |
9790 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
9791 (ps-mule-font-info-database-default): New variable. | |
9792 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
9793 ps-mule-font-info-database-default. | |
9794 | |
9795 1999-02-12 Dave Love <fx@gnu.org> | |
9796 | |
9797 * timezone.el (timezone-make-date-sortable) | |
9798 (timezone-make-date-arpa-standard): Doc fix. | |
9799 | |
9800 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
9801 | |
9802 * international/quail.el (quail-show-kbd-layout): Bind | |
9803 blink-matching-paren to nil. | |
9804 | |
9805 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
9806 for ASCII and Latin-1. | |
9807 | |
9808 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
9809 | |
9810 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
9811 | |
9812 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
9813 | |
9814 * international/mule-cmds.el (language-info-alist): Remove | |
9815 description about charset-origin-alist. | |
9816 | |
9817 * international/mule.el: Comment added for a new coding system | |
9818 property `charset-origin-alit'. | |
9819 (make-translation-table): This variable deleted. | |
9820 | |
9821 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
9822 property. | |
9823 ("Chinese-CNS"): Remove charset-origin-alist property. | |
9824 | |
9825 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
9826 property. | |
9827 (cyrillic-alternativnyj): Likewise. | |
9828 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
9829 ("Cyrillic-ALT"): Likewise. | |
9830 | |
9831 * language/vietnamese.el (vietnamese-viqr): Add | |
9832 charset-origin-alist property. | |
9833 ("Vietnamese"): Remove charset-origin-alist property. | |
9834 | |
9835 * simple.el (what-cursor-position): Don't use the varialbe | |
9836 charset-origin-alist, but use charset-origin-alist property of | |
9837 buffer-file-coding-system to decide external character set code. | |
9838 | |
9839 1999-02-10 Richard Stallman <rms@gnu.org> | |
9840 | |
9841 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
9842 | |
9843 1999-02-09 Richard Stallman <rms@gnu.org> | |
9844 | |
9845 * progmodes/compile.el (compile-auto-highlight): Customize. | |
9846 | |
9847 * add-log.el (add-log-file-name-function): New variable. | |
9848 (add-change-log-entry): Call that function, if non-nil. | |
9849 | |
9850 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
9851 | |
9852 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
9853 | |
9854 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9855 | |
9856 * progmodes/compile.el (compilation-setup): Set value of | |
9857 compilation-directory-stack as in compilation-forget-errors. | |
9858 (compile-reinitialize-errors): Bind buffer-undo-list and | |
9859 deactivate-mark. | |
9860 (compilation-forget-errors): Likewise. | |
9861 | |
9862 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
9863 | |
9864 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
9865 def... constructs. | |
9866 | |
9867 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
9868 Remove calls to sleep-for. | |
9869 | |
9870 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
9871 | |
9872 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
9873 MS-DOS, use dos-unsupported-char-glyph for characters not | |
9874 supported by the codepage. | |
9875 (cp-make-coding-systems-for-codepage): Likewise. | |
9876 | |
9877 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
9878 | |
9879 * international/mule-util.el (coding-system-list): Don't sort | |
9880 coding-system-list here. | |
9881 | |
9882 * international/mule.el (coding-system-lessp): Moved here from | |
9883 mule-util.el | |
9884 (add-to-coding-system-list): New function. | |
9885 (make-subsidiary-coding-system, make-coding-system, | |
9886 define-coding-system-alias): Use it instead of setting | |
9887 coding-system-list directly. | |
9888 | |
9889 1999-02-07 Dave Love <fx@gnu.org> | |
9890 | |
9891 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
9892 onto message. | |
9893 | |
9894 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9895 | |
9896 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
9897 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
9898 | |
9899 1999-02-06 Richard Stallman <rms@gnu.org> | |
9900 | |
9901 * language/european.el (setup-slovenian-environment): New function. | |
9902 ("Slovenian"): New language environment. | |
9903 | |
9904 * progmodes/sql.el (sql-help): Doc fix. | |
9905 (sql-mysql): Doc fix. | |
9906 | |
9907 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9908 | |
9909 * tex-mode.el: When compiling, require compare-w and skeleton | |
9910 to pacify the byte-compiler. Move the def's of the tex-commands | |
9911 together. Add a comment on kill-process vs. quit-process. | |
9912 | |
9913 1999-02-05 Dave Love <fx@gnu.org> | |
9914 | |
9915 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
9916 null markers. | |
9917 (compile-goto-error): Likewise. | |
9918 | |
9919 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
9920 | |
9921 * time-stamp.el (time-stamp-format): Format doc tighter. | |
9922 (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
|
9923 (time-stamp): Don't re-write the time stamp if it didn't change. |
25837 | 9924 |
9925 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
9926 | |
9927 * progmodes/sql.el: Changed version to 1.2.1. | |
9928 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
9929 (sql-mysql-program): Added MySQL support. | |
9930 (sql-prompt-length): Made prompt-length configurable. | |
9931 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
9932 (sql-help): Added MySQL support, changed documentation. | |
9933 (sql-send-region): A message is displayed if something is sent. | |
9934 (sql-mode): Added buffer-local comment-start. | |
9935 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
9936 (sql-interactive-mode): Added buffer-local comment-start. | |
9937 (sql-oracle): Set sql-prompt-length. | |
9938 (sql-sybase): Set sql-prompt-length. | |
9939 (sql-mysql): Added MySQL support. | |
9940 (sql-ingres): Set sql-prompt-length. | |
9941 (sql-ms): Set sql-prompt-length. | |
9942 (sql-postgres): Set sql-prompt-length. | |
9943 | |
9944 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
9945 | |
9946 * term/internal.el (dos-codepage-setup): Set selection coding | |
9947 system to cpNNN-dos. | |
9948 | |
9949 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9950 | |
9951 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
9952 | |
9953 1999-02-02 Dave Love <fx@gnu.org> | |
9954 | |
9955 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
9956 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
9957 | |
9958 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
9959 | |
9960 * terminal.el (terminal-emulator): Doc fix. | |
9961 | |
9962 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
9963 | |
9964 * international/mule-util.el (compose-chars): Doc-string | |
9965 modified. Correctly handle a composition character in ARGS. | |
9966 | |
9967 1999-02-01 Richard Stallman <rms@gnu.org> | |
9968 | |
9969 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
9970 (makefile-menu-index-function): Function deleted. | |
9971 (makefile-mode): Use makefile-imenu-generic-expression. | |
9972 | |
9973 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
9974 | |
9975 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
9976 change, invoke from before-init-hook. | |
9977 | |
9978 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
9979 | |
9980 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
9981 buffer-invisibility-spec is t. | |
9982 | |
9983 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
9984 | |
9985 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
9986 appt-add and appt-delete. | |
9987 | |
9988 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
9989 | |
9990 * term/pc-win.el (msdos-approximate-color): New function. | |
9991 (msdos-color-translate): Call it to find a DOS color that best | |
9992 approximates an X-style "#NNNNNN" color specification. | |
9993 | |
9994 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
9995 | |
9996 * international/mule-util.el (compose-chars-component): Add | |
9997 autoload cookie. | |
9998 | |
9999 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
10000 | |
10001 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
10002 function, replace cdr of MAP by the return value of the function | |
10003 unconditionally. | |
10004 | |
10005 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10006 | |
10007 * progmodes/compile.el (compilation-next-error-locus): Don't | |
10008 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
10009 | |
10010 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
10011 | |
10012 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
10013 and NLs before "charset", and allow the charset name be in double | |
10014 quotes. | |
10015 | |
10016 1999-01-31 Richard Stallman <rms@gnu.org> | |
10017 | |
10018 * imenu.el (imenu-sort-function): Fix custom type. | |
10019 | |
10020 1999-01-30 Richard Stallman <rms@gnu.org> | |
10021 | |
10022 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
10023 (speedbar-line-token): Likewise. | |
10024 | |
10025 * play/gametree.el (gametree-default-score): Use defcustom. | |
10026 (gametree-score-regexp, gametree-score-closer): Likewise. | |
10027 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
10028 | |
10029 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10030 | |
10031 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
10032 decoding. | |
10033 | |
10034 1999-01-29 Markus Rost <rost@gnu.org> | |
10035 | |
10036 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
10037 tex-validate-buffer. | |
10038 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
10039 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
10040 now with recent occur-mode. | |
10041 (tex-validate-region): Really walk through all Sexps. | |
10042 (tex-region): Bind shell-dirtrack-verbose. | |
10043 (tex-file, tex-bibtex-file): Likewise. | |
10044 | |
10045 1999-01-29 Dave Love <fx@gnu.org> | |
10046 | |
10047 * finder.el: (finder-commentary): Fix interactive spec. Try | |
10048 appending .el to file name. | |
10049 (finder-find-library, finder-commentary): Doc fixes. | |
10050 | |
10051 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
10052 | |
10053 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
10054 where the userid contains directory separators. | |
10055 | |
10056 1999-01-29 Dave Love <fx@gnu.org> | |
10057 | |
10058 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
10059 (lm-commentary): Doc fix. | |
10060 | |
10061 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
10062 | |
10063 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
10064 wildcard match. Fix regexp that tests if dirpart contains | |
10065 wildcard characters. | |
10066 | |
10067 1999-01-28 Richard Stallman <rms@gnu.org> | |
10068 | |
10069 * font-lock.el (font-lock-default-unfontify-region): | |
10070 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
10071 | |
10072 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
10073 | |
10074 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
10075 from FAMILY field. | |
10076 (w32-create-initial-fontsets): Do not use before-init-hook. | |
10077 (mouse-set-font): Document. Automatically create and use fontsets. | |
10078 | |
10079 * dos-w32.el (direct-print-region-helper): Check for printer | |
10080 being t as well as a string. | |
10081 | |
10082 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
10083 | |
10084 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
10085 (rmail-mime-charset-pattern): New variable. | |
10086 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
10087 rmail-decode-mime-charset is non-nil. | |
10088 | |
10089 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
10090 | |
10091 * international/characters.el: Set category `q' for all characters | |
10092 in tibetan and tibetan-1-column. | |
10093 | |
10094 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
10095 | |
10096 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
10097 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
10098 | |
10099 1999-01-27 Dave Love <fx@gnu.org> | |
10100 | |
10101 * international/mule-cmds.el (current-language-environment): | |
10102 Provide :link, :type (choices) and appropriate :get. | |
10103 | |
10104 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
10105 | |
10106 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
10107 display end-of-line format in mode line. | |
10108 | |
10109 * cus-start.el (all): Add eol-mnemonic-* variables. | |
10110 | |
10111 1999-01-26 Dave Love <fx@gnu.org> | |
10112 | |
10113 * startup.el (command-line-1): Up-date copyright. | |
10114 | |
10115 * paths.el (Info-default-directory-list): Use configdir twice. | |
10116 | |
10117 * info.el (Info-directory-list): Don't set path-separator now | |
10118 we're not shipped with Texinfo. Simplify path definition. | |
10119 Substitute all occurrences of instdir in Info-default-directory-list. | |
10120 | |
10121 1999-01-25 Richard Stallman <rms@gnu.org> | |
10122 | |
10123 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
10124 Record the inode numbers of the dirs processed, to avoid loop. | |
10125 | |
10126 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
10127 | |
10128 1999-01-25 Dave Love <fx@gnu.org> | |
10129 | |
10130 * browse-url.el (browse-url-netscape-program): Doc addition. | |
10131 | |
10132 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
10133 prefix. | |
10134 | |
10135 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
10136 auto-mode-alist. | |
10137 | |
10138 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
10139 | |
10140 * calendar/diary-lib.el (mark-diary-entries): Use | |
10141 assoc-ignore-case and do not capitalize when matching month and | |
10142 day names. | |
10143 | |
10144 * calendar/calendar.el (calendar-read-date): Ditto. | |
10145 | |
10146 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
10147 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
10148 | |
10149 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
10150 | |
10151 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
10152 | |
10153 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
10154 (mark-islamic-diary-entries): Ditto. | |
10155 | |
10156 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
10157 | |
10158 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
10159 (calendar-read-mayan-tzolkin-date): Ditto. | |
10160 | |
10161 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
10162 | |
10163 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
10164 | |
10165 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
10166 | |
10167 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
10168 | |
10169 * faces.el (list-faces-display): Multiline case of previous fix. | |
10170 | |
10171 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
10172 | |
10173 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
10174 | |
10175 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
10176 | |
10177 * files.el (find-file): If find-file-noselect returns a list, | |
10178 do switch-to-buffer on each element. | |
10179 (find-file-other-window): Likewise for all but the first element. | |
10180 (find-file-other-frame): Same. | |
10181 (find-file-noselect): When we expand a wildcard, return a list | |
10182 of buffers. | |
10183 | |
10184 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
10185 | |
10186 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
10187 to set the appropriate cpNNN-dos coding system as the | |
10188 highest-priority coding system. | |
10189 | |
10190 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
10191 | |
10192 * international/fontset.el (generate-fontset-menu): Return a | |
10193 sorted list by plain names of fontsets. | |
10194 | |
10195 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
10196 plain names. | |
10197 | |
10198 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
10199 FIRST is a composite character, decompose it at first. | |
10200 | |
10201 1999-01-23 Dave Love <fx@gnu.org> | |
10202 | |
10203 * format.el: Doc fixes. | |
10204 (format-encode-run-method): Have things happen in the right buffer. | |
10205 Deal with errors from method. Set coding-system-for-write. | |
10206 (format-decode-run-method): Have things happen in the right buffer. | |
10207 Deal with errors from method. Set coding-system-for-read. | |
10208 (format-alist): Use nil instead of unmatchable regexps. | |
10209 | |
10210 * simple.el (shell-command-on-region): Return command's exit status. | |
10211 | |
10212 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
10213 | |
10214 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
10215 of the file whose info we want to display. | |
10216 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
10217 (speedbar-add-mode-functions-list) Improve doc. | |
10218 (speedbar-line-token) New function. | |
10219 (speedbar-dired) Fix order of directories in -shown-directories. | |
10220 (speedbar-line-path): Default return is default-directory | |
10221 (speedbar-buffers-line-path): Return is dir name only. | |
10222 (speedbar-mode-functions-list): New variable. | |
10223 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
10224 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
10225 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
10226 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
10227 New functions. | |
10228 (speedbar-line-file): Broke out part that fetches file from a line. | |
10229 (speedbar-line-text): New function extracted from speedbar-line-file. | |
10230 (speedbar-line-path): Converted into a replaceable function. | |
10231 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
10232 | |
10233 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
10234 | |
10235 * international/fontset.el (create-fontset-from-x-resource): Make | |
10236 style variants. | |
10237 | |
10238 1999-01-22 Dave Love <fx@gnu.org> | |
10239 | |
10240 * paths.el (Info-default-directory-list): Put sysdir after start. | |
10241 | |
10242 1999-01-22 Sam Steingold <sds@goems.com> | |
10243 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10244 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
25837 | 10245 a process associated with it. |
10246 | |
10247 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
10248 | |
10249 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
10250 | |
10251 1999-01-22 Felix Lee <flee@cygnus.com> | |
10252 | |
10253 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
10254 major-mode. | |
10255 (vc-annotate-mode): Delete variable. | |
10256 | |
10257 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
10258 | |
10259 * startup.el (command-line): [windows-nt]: Check for existence of | |
10260 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
10261 in preference to _emacs. | |
10262 | |
10263 1999-01-22 Dave Love <fx@gnu.org> | |
10264 | |
10265 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
10266 | |
10267 1999-01-20 Richard Stallman <rms@gnu.org> | |
10268 | |
10269 * files.el (find-file-noselect): Do wildcard processing only | |
10270 if new arg WILDCARDS is non-nil. | |
10271 (find-file, find-file-other-window): New arg WILDCARDS. | |
10272 Default it to non-nil if interactive. | |
10273 (find-file-other-frame): Likewise. | |
10274 (find-file-read-only): Likewise. | |
10275 (find-file-read-only-other-window): Likewise. | |
10276 (find-file-read-only-other-frame): Likewise. | |
10277 | |
10278 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
10279 (widget-plist-convert-option): Delete spurious comma. | |
10280 | |
10281 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
10282 | |
10283 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
10284 iso8859-5 to koi8-r. Add iso8859-9. | |
10285 | |
10286 1999-01-19 Dave Love <fx@gnu.org> | |
10287 | |
10288 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
10289 its uses. | |
10290 | |
10291 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
10292 is active. | |
10293 (fortran-indent-subprogram): Likewise. | |
10294 | |
10295 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
10296 | |
10297 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
10298 | |
10299 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10300 | |
10301 * wid-edit.el (alist): Use sexp as default key-type. | |
10302 | |
10303 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10304 | |
10305 * textmodes/tex-mode.el (tex-define-common-keys): | |
10306 Remove key binding of tex-feed-input. | |
10307 (tex-mode-map): Bind tex-feed-input here. | |
10308 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
10309 comint-input-filter-functions before running tex-shell-hook. | |
10310 (tex-start-tex): Forget compilation errors. | |
10311 (tex-compilation-parse-errors): Rewritten to work also with | |
10312 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
10313 change in tex-region. | |
10314 (tex-region): For the temp file use file-name without directory. | |
10315 (tex-file): Expand file name of tex-print-file. | |
10316 | |
10317 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10318 | |
10319 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
10320 | |
10321 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
10322 | |
10323 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
10324 beginning could cause Emacs to hang. Fixed. | |
10325 | |
10326 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
10327 | |
10328 * international/ccl.el (ccl-compile-translate-character): Handle | |
10329 the case that a tranlation table is CCL register correctly. | |
10330 | |
10331 * international/mule-cmds.el (select-safe-coding-system): | |
10332 Hightlight at most 256 characters. | |
10333 | |
10334 1999-01-18 Dave Love <fx@gnu.org> | |
10335 | |
10336 * startup.el (command-line): If the init file changes operation to | |
10337 unibyte, make all buffers unibyte and re-set language environment. | |
10338 | |
10339 * disp-table.el (standard-display-european): Make all existing | |
10340 buffers unibyte. Fix doc. | |
10341 | |
10342 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10343 | |
10344 * wid-edit.el (coding-system): Define this unconditionally. | |
10345 | |
10346 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
10347 (shell-command-on-region): Use that variable as interactive | |
10348 value of ERROR-BUFFER argument. | |
10349 | |
10350 1999-01-17 Sam Steingold <sds@goems.com> | |
10351 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10352 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
25837 | 10353 |
10354 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10355 | |
10356 * progmodes/compile.el (compilation-goto-locus): If already in the | |
10357 compilation buffer's window, keep it in that window. | |
10358 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
10359 (compile-goto-error): Don't play with windows. | |
10360 | |
10361 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
10362 (tex-command): Doc fix. | |
10363 (tex-compilation-parse-errors): Doc fix. | |
10364 (tex-generate-zap-file-name): Don't start the name with -. | |
10365 (tex-expand-files): Works now also with strings ending with ":". | |
10366 | |
10367 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
10368 | |
10369 Patch failed to install: | |
10370 * gametree.el: Document scoring functionality. | |
10371 (gametree-score-regexp): Add optional plus sign. | |
10372 (gametree-score-opener): Replace `:' with `=' as the former | |
10373 conflicts with gametree-half-ply-regexp. | |
10374 (gametree-transpose-following-leaves): Add. | |
10375 (gametree-insert-new-leaf): Make modifying commands barf in read | |
10376 only buffers. | |
10377 (gametree-break-line-here): Add a call to | |
10378 `gametree-transpose-following-leaves'. This maintains the | |
10379 necessary invariant that on each level all leaf children precede | |
10380 all nonleaf children. This has always been implied, but left to | |
10381 the user, and, unfortunately, undocumented. | |
10382 | |
10383 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
10384 | |
10385 * wid-edit.el (plist, alist): New widget types. | |
10386 | |
10387 1999-01-17 Dave Love <fx@gnu.org> | |
10388 | |
10389 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
10390 fix scope of condition-case therein. | |
10391 | |
10392 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
10393 | |
10394 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
10395 default-buffer-file-coding-system when file doesn't exist (and | |
10396 isn't covered by a special case) instead of forcing undecided-dos | |
10397 against the user's wishes. | |
10398 | |
10399 * dos-w32.el (direct-print-region-helper): New function based on | |
10400 direct-print-region-function; sends data to specified printer port | |
10401 without further translation. Recognize and handle specially the | |
10402 standard `print' and `nprint' programs, as well as `lpr' and | |
10403 similar programs. Only write directly to the printer port if no | |
10404 print program is specified. Work around a bug in Windows 9x | |
10405 affecting Win32 version of Emacs by invoking command.com to write | |
10406 to the printer port instead of writing directly. | |
10407 (direct-print-region-function): Use direct-print-region-helper to | |
10408 do most of the work. | |
10409 (direct-ps-print-region-function): New function; analogue of | |
10410 direct-print-region-function for ps-print. | |
10411 (ps-lpr-command): Comment out setq; leave as example usage. | |
10412 (ps-lpr-switches): Ditto. | |
10413 | |
10414 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
10415 and MS-Windows. | |
10416 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
10417 DOS and Windows platforms, to indicate direct printing. Update | |
10418 the docstring accordingly. | |
10419 | |
10420 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
10421 MS-DOS and MS-Windows. | |
10422 (ps-lpr-command): Update docstring as for lpr-command. | |
10423 (ps-print-region-function): New variable. | |
10424 (ps-do-despool): Use it. | |
10425 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
10426 DOS/Windows. | |
10427 | |
10428 * subr.el (subst-char-in-string): New function. | |
10429 | |
10430 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
10431 | |
10432 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
10433 | |
10434 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
10435 (bdf-find-font-info): New function, looks for the first readable | |
10436 file from a list of alternatives. | |
10437 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
10438 instead of bdf-get-font-info. | |
10439 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
10440 to ps-mule-generate-bitmap-glyph. | |
10441 | |
10442 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
10443 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
10444 now be a list of alternative names. | |
10445 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
10446 (ps-mule-prepare-font): Likewise. | |
10447 | |
10448 * international/codepage.el (cp855-decode-table, | |
10449 cp850-decode-table): Fill some nil entries. | |
10450 | |
10451 1999-01-16 Dave Love <fx@gnu.org> | |
10452 | |
10453 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
10454 last change. | |
10455 | |
10456 1999-01-15 Dave Love <fx@gnu.org> | |
10457 | |
10458 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
10459 and change regexp for command names. | |
10460 (help-xref-go-back, function-called-at-point, symbol-file) | |
10461 (where-is): Doc fixes. | |
10462 (help-xref-go-back): Remove interactive spec. | |
10463 (describe-function-1): Fix message for alias. Buttomize alias | |
10464 name. | |
10465 | |
10466 * simple.el (join-line): New alias. | |
10467 | |
10468 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
10469 | |
10470 * forms.el: (forms--show-record): Convert integers to string | |
10471 expicitly since concat will no longer accept integers. | |
10472 (forms-print): Use local `total-nb-records' since | |
10473 `forms--total-records' will be inaccessible after buffer switching. | |
10474 | |
10475 1998-01-14 Felix Lee <flee@cygnus.com> | |
10476 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10477 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
25837 | 10478 |
10479 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10480 | |
10481 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
10482 | |
10483 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
10484 | |
10485 * international/codepage.el (cp850-decode-table): Fix previous change. | |
10486 | |
10487 1999-01-14 Simon Marshall <simon@gnu.org> | |
10488 | |
10489 * shell.el (shell-dirtrack-verbose): New custom variable. | |
10490 (shell-dirstack-message): Use it. | |
10491 | |
10492 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
10493 | |
10494 * international/mule-conf.el: Coding system alias `dos' for | |
10495 `undecided-dos', `mac' for `undecided-mac'. | |
10496 | |
10497 * international/mule-cmds.el (describe-language-environment): | |
10498 Don't alter input-method-alist. | |
10499 | |
10500 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
10501 | |
10502 * international/codepage.el (cp850-decode-table): Replace nil | |
10503 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
|
10504 Jason Rumney <jasonr@altavista.net>.) |
25837 | 10505 |
10506 1999-01-13 Dave Love <fx@gnu.org> | |
10507 | |
10508 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
10509 | |
10510 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
10511 | |
10512 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
10513 | |
10514 * files.el (auto-save-hook): Defvar this. | |
10515 | |
10516 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
10517 | |
10518 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
10519 faces, eliminating the need to load font-lock before loading sql. | |
10520 (sql-mode-oracle-font-lock-keywords): Likewise. | |
10521 (sql-mode-postgres-font-lock-keywords): Likewise. | |
10522 | |
10523 1999-01-11 Dave Love <fx@gnu.org> | |
10524 | |
10525 * cus-start.el: Add inhibit-eol-conversion. | |
10526 | |
10527 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
10528 the values round. | |
10529 | |
10530 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10531 | |
10532 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
10533 Don't switch to Help mode here. | |
10534 (temp-buffer-setup-hook): Use help-mode-finish. | |
10535 (help-mode-setup): New function. | |
10536 (temp-buffer-setup-hook): Use help-mode-setup. | |
10537 | |
10538 * progmodes/sql.el: New file. | |
10539 | |
10540 * files.el (auto-mode-alist): Add sql-mode. | |
10541 | |
10542 * faces.el (list-faces-display): Improve the formatting | |
10543 by computing the maximum length required for any face-name. | |
10544 | |
10545 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10546 | |
10547 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
10548 | |
10549 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
10550 | |
10551 * term.el (term_send_home): Change the string to | |
10552 be the same as the one emitted by xterm and consistent with the | |
10553 ones emitted by prior and next. | |
10554 (term_send_end): Likewise. | |
10555 | |
10556 1999-01-10 Dave Love <fx@gnu.org> | |
10557 | |
10558 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
10559 bindings. | |
10560 | |
10561 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
10562 | |
10563 * international/codepage.el (codepage-setup): Doc fix. | |
10564 (cp-decoding-vector-for-codepage): Likewise. | |
10565 | |
10566 1999-01-10 Markus Rost <rost@gnu.org> | |
10567 | |
10568 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
10569 | |
10570 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10571 | |
10572 * international/iso-transl.el: Define a "function name" for | |
10573 each translation that isn't ASCII. Use these function names | |
10574 in iso-transl-char-map. | |
10575 | |
10576 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
10577 | |
10578 * international/mule-util.el (decompose-region): Do decomposition | |
10579 on temporary unibyte buffer. | |
10580 | |
10581 * international/mule.el (make-char): Doc-string modified. | |
10582 | |
10583 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10584 | |
10585 * simple.el (comment-region): Delete spaces only if we | |
10586 deleted a comment starter. | |
10587 | |
10588 1999-01-07 Dave Love <fx@gnu.org> | |
10589 | |
10590 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
10591 | |
10592 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
10593 like eval-defun does. | |
10594 | |
10595 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
10596 | |
10597 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
10598 constructions. Doc fixes. | |
10599 (generic-create-generic-function): Use defalias, not fset. | |
10600 | |
10601 * find-func.el: More doc fixes. | |
10602 | |
10603 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
10604 | |
10605 * files.el (save-buffers-kill-emacs): Show the list of current | |
10606 processes before prompting to kill them and exit. | |
10607 | |
10608 1999-01-06 Dave Love <fx@gnu.org> | |
10609 | |
10610 * emacs-lisp/find-func.el: Doc fixes. | |
10611 (find-function-regexp): Extend for define-generic-mode, | |
10612 define-derived-mode, easy-mmode-define-minor-mode. | |
10613 | |
10614 1999-01-06 Dave Love <fx@gnu.org> | |
10615 | |
10616 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
10617 bar width. | |
10618 | |
10619 * browse-url.el: Require (noerror) w3-auto when compiling. | |
10620 (browse-url-maybe-new-window): Make it a macro and revert last | |
10621 change to callers. | |
10622 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
10623 | |
10624 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10625 | |
10626 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
10627 argument. | |
10628 | |
10629 1999-01-06 Simon Marshall <simon@gnu.org> | |
10630 | |
10631 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
10632 | |
10633 * font-lock.el (font-lock-default-fontify-buffer): When using | |
10634 with-temp-message, use nil rather than current-message. | |
10635 | |
10636 * lazy-lock.el (lazy-lock-unstall): | |
10637 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
10638 rather than current-message. | |
10639 | |
10640 * fast-lock.el (fast-lock-save-cache-1): | |
10641 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
10642 than current-message. | |
10643 | |
10644 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
10645 | |
10646 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
10647 the valid-codes property. | |
10648 | |
10649 * international/mule-cmds.el (prefer-coding-system): Call | |
10650 set-coding-priority, so that the internal array of priorities is | |
10651 also updated. | |
10652 | |
10653 * international/mule-util.el: | |
10654 (coding-system-change-eol-conversion, | |
10655 coding-system-change-text-conversion): Don't define here. | |
10656 | |
10657 * international/mule-cmds.el: Define them here. Remove the | |
10658 autoload cookies. | |
10659 | |
10660 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
10661 | |
10662 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
10663 if it was enabled before. | |
10664 | |
10665 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
10666 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
10667 | |
10668 * files.el (recover-session): Preserve point when inserting | |
10669 explanation. | |
10670 | |
10671 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10672 | |
10673 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
10674 and comments before the sexp that is replaced. | |
10675 | |
10676 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
10677 | |
10678 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
10679 | |
10680 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
10681 | |
10682 * vc.el (vc-dired-hook): Use the original value of | |
10683 dired-move-to-filename-regexp on lines that have not been | |
10684 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10685 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 10686 file lines have already been reformatted. |
10687 | |
10688 1999-01-05 Dave Love <fx@gnu.org> | |
10689 | |
10690 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
10691 buffer-local. | |
10692 | |
10693 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
10694 | |
10695 * progmodes/f90.el: Change of regular expressions for type to | |
10696 correct highlighting and identation. Some small fixes for | |
10697 compatibility with XEmacs. | |
10698 | |
10699 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
10700 | |
10701 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
10702 value based on rmail-spool-directory if $MAIL is not defined. | |
10703 | |
10704 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
10705 | |
10706 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
10707 (reftex-section-info): Handle negative section levels. | |
10708 (reftex-view-crossref-extra): New option. | |
10709 (reftex-view-crossref): Generalized to work in more places. | |
10710 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
10711 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
10712 (reftex-view-cite-locations-from-bibtex): New command. | |
10713 (reftex-view-regexp-match, reftex-global-search, | |
10714 reftex-global-search-continue): New functions. | |
10715 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
10716 file, just a message. | |
10717 (reftex-extract-bib-entries): Better error handling. | |
10718 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
10719 help and force it on current frame. | |
10720 (reftex-default-bibliography): New function. | |
10721 (reftex-access-parse-file): Check consistency after loading a | |
10722 parse file. When inconsistent, enfore rescan. | |
10723 (reftex-check-parse-consistency): New function. | |
10724 (easy-menu-define): Options section drastically shortened. | |
10725 | |
10726 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
10727 | |
10728 * language/thai-util.el (thai-compose-string): New function. | |
10729 | |
10730 1999-01-04 Inge Frick <inge@nada.kth.se> | |
10731 | |
10732 * easymenu.el (easy-menu-define): Doc fix. | |
10733 (easy-menu-create-menu): New keyword :included. | |
10734 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
10735 be an expression, not only a string. Simulate style `button'. | |
10736 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
10737 (easy-menu-define-key-intern): New function. | |
10738 (easy-menu-add-item): Understand value returned from | |
10739 easy-menu-item-present-p and easy-menu-remove-item. | |
10740 (easy-menu-return-item): New function. | |
10741 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
10742 | |
10743 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10744 | |
10745 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
10746 Use rmail-output-read-rmail-file-name to read the file name. | |
10747 Always call rmail-output-to-rmail-file noninteractively. | |
10748 When count > 1, do the loop here. | |
10749 Handle rmail-delete-after-output here. | |
10750 (rmail-summary-output): Similar changes. | |
10751 | |
10752 * mail/rmailout.el: Provide `rmailout'. | |
10753 (rmail-output-read-rmail-file-name): New function. | |
10754 (rmail-output-to-rmail-file): Use that. | |
10755 (rmail-output-read-file-name): New function. | |
10756 (rmail-output): Use that. | |
10757 | |
10758 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
10759 Error if wildcard matches no files. | |
10760 | |
10761 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10762 | |
10763 * menu-bar.el (clipboard-yank): Doc fix. | |
10764 | |
10765 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
10766 | |
10767 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
10768 | |
10769 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
10770 | |
10771 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
10772 | |
10773 * rmail.el (rmail-encode-string): Make sure mask value is | |
10774 positive; (emacs-pid) returns a negative number on Windows 9x | |
10775 which causes odd behaviour. | |
10776 | |
10777 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
10778 | |
10779 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
10780 and about w32-* variables unless on Windows/NT. | |
10781 | |
10782 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
10783 | |
10784 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
10785 if buffer is modified; ask about all modified buffers. | |
10786 | |
10787 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10788 | |
10789 * simple.el (what-cursor-position): Fix previous change. | |
10790 | |
10791 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
10792 | |
10793 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
10794 from paragraph-start. | |
10795 | |
10796 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
10797 | |
10798 * international/mule-cmds.el (prefer-coding-system): If the | |
10799 argument requires specific EOL conversion type, make the default | |
10800 coding systems use that. | |
10801 | |
10802 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
10803 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10804 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 10805 Use shell-command-on-region. |
10806 (m4-start-m4, m4-end-m4): Functions deleted. | |
10807 | |
10808 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
10809 | |
10810 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
10811 | |
10812 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10813 | |
10814 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
10815 to compose-mail in the correct places and as a list. | |
10816 | |
10817 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
10818 | |
10819 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
10820 (pages-directory-map): Bind mouse-2 | |
10821 (pages-copy-header-and-position): Put text property. | |
10822 (pages-directory-goto-with-mouse): New function. | |
10823 | |
10824 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
10825 | |
10826 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
10827 Doc fix. | |
10828 (cp-coding-system-for-codepage-1): Likewise. | |
10829 | |
10830 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
10831 | |
10832 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
10833 composition sequence correctly here instead of calling | |
10834 thai-compose-region. | |
10835 | |
10836 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
10837 newline in multibyte buffer, if previous or next character is a | |
10838 composite char, check the first component of the composite char. | |
10839 | |
10840 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
10841 | |
10842 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
10843 and track-mouse. | |
10844 | |
10845 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10846 | |
10847 * mail/sendmail.el (mail-yank-original): Remove text properties | |
10848 after insertion. | |
10849 (mail-yank-region): Barf if no mark is set in the message | |
10850 being replied to. | |
10851 | |
10852 * help.el (function-called-at-point): First look for function at point. | |
10853 | |
10854 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10855 | |
10856 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
10857 | |
10858 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10859 | |
10860 * simple.el (what-cursor-position): Print character encoding also. | |
10861 | |
10862 1998-12-26 Dave Love <fx@gnu.org> | |
10863 | |
10864 * textmodes/flyspell.el: If local-maps work, don't put | |
10865 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
10866 in flyspell-mouse-map (only). | |
10867 (flyspell-use-local-map): New variable. | |
10868 Use a different mouse-2 binding in that case, | |
10869 and don't add to minor-mode-map-alist. | |
10870 (make-flyspell-overlay, flyspell-correct-word): | |
10871 Test flyspell-use-local-map. | |
10872 | |
10873 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10874 | |
10875 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
10876 Be careful about whether to return a relative file name, | |
10877 and if so, relative to what directory. | |
10878 | |
10879 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
10880 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10881 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 10882 Change global map only if this menu exists in the global map already, |
10883 and not in the local map. | |
10884 (easy-menu-do-add-item): Fix error message. | |
10885 | |
10886 * foldout.el (foldout-inhibit-key-bindings): | |
10887 Avoid concatenating onto outline-minor-mode-prefix. | |
10888 Make a new keymap for that prefix, if it does not already have one. | |
10889 | |
10890 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
10891 | |
10892 * cperl-mode.el: | |
10893 Can use linear algorithm for indentation if Emacs supports it. | |
10894 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
10895 (cperl-after-block-p): Likewise. | |
10896 (cperl-after-block-and-statement-beg): Likewise. | |
10897 (cperl-after-block-p): After END/BEGIN we are a block. | |
10898 (cperl-after-expr-p): Skip labels when checking | |
10899 (cperl-indent-region): Make a marker for END - text added/removed. | |
10900 Disable hooks during the call (how to call them later?). | |
10901 Now indents 820-line-long function in 6.5 sec (including | |
10902 syntaxification) the first time (when buffer has few | |
10903 properties), 7.1 sec the second time. | |
10904 (cperl-indent-region): Do not indent whitespace lines | |
10905 (cperl-style-alist) | |
10906 Include `cperl-merge-trailing-else' where the value is clear. | |
10907 (cperl-styles-entries): Likewise. | |
10908 (cperl-problems): Improvements to docs. | |
10909 (cperl-tips): Likewise. | |
10910 (cperl-non-problems): Likewise. | |
10911 (cperl-mode): Make lazy syntaxification possible. | |
10912 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
10913 `font-lock-unfontify-region-function' was set to a wrong function. | |
10914 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10915 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 10916 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
10917 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
10918 but 1<<6 was considered as HERE-doc. | |
10919 <file/glob> made into a string. | |
10920 Postpone addition of faces after syntactic step. | |
10921 Recognition of <FH> was wrong. | |
10922 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
10923 Knows that split// is null-RE. | |
10924 Highlights separators in 3-parts expressions as labels. | |
10925 <> was considered as a glob. | |
10926 Would err if the last line is `=head1'. | |
10927 $a-1 ? foo : bar; was a considered a regexp. | |
10928 `<< (' was considered a start of HERE-doc. | |
10929 mark qq[]-etc sections as syntax-type=string | |
10930 Was not processing sub protos after a comment ine. | |
10931 Was treating $a++ <= 5 as a glob. | |
10932 Tolerate unfinished REx at end-of-buffer. | |
10933 `unwind-protect' was left commented. | |
10934 / and ? after : start a REx. | |
10935 | |
10936 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
10937 Better default, customizes to `message' too, off in text-mode. | |
10938 | |
10939 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
10940 `defface'd. | |
10941 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
10942 `defface'd. | |
10943 (cperl-emacs-can-parse): New state variable. | |
10944 (cperl-indent-line): Corrected to use global state. | |
10945 (cperl-calculate-indent): Likewise. | |
10946 (cperl-fix-line-spacing): Likewise (not used yet). | |
10947 (cperl-calculate-indent): Did not consider `,' as | |
10948 continuation mark for statements. | |
10949 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
10950 Remove another parse-data optimization at toplevel: would | |
10951 indent correctly. | |
10952 Correct for labels when calculating indentation of continuations. | |
10953 Docstring updated. | |
10954 (cperl-choose-color): Converted to a function (to be | |
10955 compilable in text-mode). | |
10956 (cperl-dark-background): Disable without window-system. | |
10957 Do `defface' only if window-system. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10958 (cperl-fix-line-spacing): Sped up to bail out early. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10959 (x-color-defined-p): Was not compiling on XEmacs |
25837 | 10960 Was defmacro'ed with a tick. Remove another def. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10961 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
25837 | 10962 (cperl-unwind-to-safe): New function. |
10963 (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
|
10964 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 10965 long strings (not very successful). |
10966 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
10967 Highlight the starting // in s//foo/ as function-name. | |
10968 Emit a meaningful error instead of a cryptic one for an | |
10969 uncomplete REx near end-of-buffer. | |
10970 | |
10971 (cperl-electric-keyword): `qr' recognized. | |
10972 (cperl-electric-else): Likewise | |
10973 (cperl-to-comment-or-eol): Likewise | |
10974 (cperl-make-regexp-x): Likewise | |
10975 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
10976 Corrected to use new macros; | |
10977 `if' for copying `reference-face' to `constant-face' was backward. | |
10978 remove init `font-lock-other-emphasized-face', | |
10979 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
10980 Interpolate `cperl-invalid-face'. | |
10981 (cperl-make-regexp-x): Misprint in a message. | |
10982 (cperl-syntaxify-unwind): New configuration variable | |
10983 (cperl-fontify-m-as-s): New configuration variable | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10984 (cperl-electric-pod): Check for after-expr was performed |
25837 | 10985 inside of POD too. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10986 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
25837 | 10987 (cperl-clobber-mode-lists): New configuration variable. |
10988 (cperl-not-bad-style-regexp): Updated. | |
10989 Init: `cperl-is-face' was busted. | |
10990 (cperl-make-face): New macros. | |
10991 (cperl-force-face): New macros. | |
10992 (font-lock-other-type-face): Done via `defface' too. | |
10993 (cperl-nonoverridable-face): New face. Renamed from | |
10994 `font-lock-other-type-face'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10995 (cperl-init-faces-weak): Use `cperl-force-face'. |
25837 | 10996 (cperl-comment-indent): Commenting __END__ was not working. |
10997 (cperl-indent-for-comment): Likewise. | |
10998 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
10999 When removing old TAGS info was not relativizing filename. | |
11000 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
11001 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
|
11002 (toplevel): Require custom unprotected => failure on 19.28. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11003 (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
|
11004 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 11005 pos off by 1 and not at beg-of-line. |
11006 (cperl-etags-snarf-tag): New macro | |
11007 (cperl-etags-goto-tag-location): New macro | |
11008 (cperl-version): New variable. New menu entry | |
11009 random docstrings: References to "future" 20.3 removed. | |
11010 Menu was described as `CPerl' instead of `Perl' | |
11011 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
11012 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
11013 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
11014 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
11015 `font-lock-reference-face', `font-lock-keyword-face'. | |
11016 Use `eval-after-load'. | |
11017 Remove not-CPerl-related faces. | |
11018 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
11019 (cperl-indent-exp): Was not processing else-blocks. | |
11020 (cperl-get-state): NOP line removed. | |
11021 (cperl-ps-print): New function and menu entry. | |
11022 (cperl-ps-print-face-properties): New configuration variable. | |
11023 (cperl-invalid-face): New configuration variable. | |
11024 (perl-font-lock-keywords): Highlight trailing whitespace | |
11025 (cperl-contract-levels): Documentation corrected. | |
11026 (cperl-contract-level): Likewise. | |
11027 (cperl-ps-extend-face-list): New macro. | |
11028 (cperl-invalid-face): Change to ''underline. | |
11029 | |
11030 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
11031 | |
11032 * 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
|
11033 for read-file-name. |
25837 | 11034 (rmail-output-to-rmail-file): Likewise. |
11035 | |
11036 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11037 | |
11038 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
11039 If MENU is nil, use global menu-bar map. | |
11040 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
11041 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
11042 | |
11043 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
11044 | |
11045 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
11046 | |
11047 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
11048 | |
11049 * ps-print.el (ps-print-version): New version number (4.1.3). | |
11050 | |
11051 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11052 | |
11053 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
11054 define-prefix-key when defining MULE menu items. | |
11055 | |
11056 * info.el (Info-node-at-bob-matching): New function. | |
11057 (Info-find-node, Info-build-node-completions): Call it. | |
11058 | |
11059 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
11060 | |
11061 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
11062 when this is an autoloaded keymap. | |
11063 | |
11064 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11065 | |
11066 * international/codepage.el (cp-coding-system-for-codepage-1): | |
11067 Create separate encoders and decoders, for DOS and Unix. Make the | |
11068 usual family of 3 coding systems, so that automatic detection of | |
11069 EOL type works. | |
11070 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
11071 Unix-specific symbols here, and don't call | |
11072 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
11073 Handa <handa@etl.go.jp>.) | |
11074 | |
11075 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
11076 | |
11077 * term/internal.el (IT-character-translations): New variable, an | |
11078 alist used to display characters for which there's no glyphs in | |
11079 the current codepage. | |
11080 (IT-display-table-setup): New function, sets up the DOS terminal | |
11081 for a given codepage. | |
11082 (dos-codepage-setup): New function, sets up the MULE environment | |
11083 for the current value of dos-codepage. | |
11084 (top-level if): In the multibyte mode, turn on | |
11085 unibyte-display-via-language-environment. In the unibyte mode, | |
11086 set up the special syntax tables to map lower- to upper case and | |
11087 back. | |
11088 | |
11089 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
11090 | |
11091 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
11092 (speedbar-frame-plist) Remove useless comments. | |
11093 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
11094 Use default y position w/out changing it. | |
11095 If default x position is a list, keep, calculate the non-list X | |
11096 value when devining an initial position. | |
11097 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
11098 (speedbar-tag-group-name-minimum-length): New variable. | |
11099 (speedbar-frame-parameter): New compatibility function. | |
11100 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
11101 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
11102 groups to keep things in the right order, and to help with some | |
11103 naming conventions. | |
11104 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
11105 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
11106 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
11107 the case, derive it from the cursor location in speedbar. | |
11108 | |
11109 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11110 | |
11111 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
11112 terminals, install DOS-specific nonascii-translation-table if the | |
11113 language info doesn't specify one. Pass the default eol-type to | |
11114 set-language-environment-coding-systems. | |
11115 (set-default-coding-systems): Copy the eol-type property for the | |
11116 new default values of {buffer-file,process}-coding-system from the | |
11117 old defaults. | |
11118 (set-language-environment-coding-systems): Accept an optional | |
11119 argument EOL-TYPE, and set the eol-type property of the default | |
11120 coding systems accordingly. | |
11121 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
11122 (set-keyboard-coding-system): Likewise. | |
11123 (set-default-coding-systems): Don't set | |
11124 default-terminal-coding-system on MS-DOS to anything but nil. | |
11125 (prefer-coding-system): Describe in the doc string that | |
11126 default-terminal-coding-system is not changed on MS-DOS. | |
11127 (set-language-environment): For MS-DOS, set standard syntax table | |
11128 and display table for all characters with code above 127. | |
11129 (standard-display-european-internal): For MS-DOS, pass all | |
11130 characters with code above 127 directly to the terminal, and don't | |
11131 remap characters 160 and 146 in the unibyte case. | |
11132 | |
11133 * international/codepage.el: New file. | |
11134 | |
11135 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
11136 | |
11137 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
11138 comments. | |
11139 | |
11140 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
11141 | |
11142 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
11143 | |
11144 * subr.el (read-passwd): Likewise. | |
11145 | |
11146 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11147 | |
11148 * info.el (Info-find-node): Add 1 to the position read from the | |
11149 tag table. Don't fail if the node delimiter ^_ is the first | |
11150 character in the file. | |
11151 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
11152 first character in the file. | |
11153 (Info-read-subfile): Likewise. | |
11154 (Info-select-node): Likewise. | |
11155 (Info-build-node-completions): Likewise. | |
11156 | |
11157 1998-12-16 Richard Stallman <rms@gnu.org> | |
11158 | |
11159 * term/x-win.el (x-cut-buffer-or-selection-value): | |
11160 If clipboard is enabled, try it before PRIMARY selection. | |
11161 | |
11162 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
11163 | |
11164 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
11165 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
11166 | |
11167 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
11168 | |
11169 * language/hebrew.el: Don't use sublists in the flags argument | |
11170 passed to make-coding-system. | |
11171 | |
11172 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
11173 | |
11174 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
11175 list of character sets found by find-charset-region. | |
11176 | |
11177 * ps-mule.el: Always require ps-print. Move some function | |
11178 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
11179 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
11180 | |
11181 * ps-print.el: Define several functions for Emacs 20.2 and the | |
11182 earlier version. | |
11183 (ps-printer-name): Check if printer-name is bound. | |
11184 | |
11185 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
11186 | |
11187 * ps-mule.el: Programming uniformization and little code improvement. | |
11188 (ps-mule-prepare-font): Programming uniformization. | |
11189 (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
|
11190 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 11191 |
11192 * ps-bdf.el: Programming uniformization and little code improvement. | |
11193 (bdf-search-and-read): New fun. | |
11194 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
11195 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
11196 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
11197 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
11198 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
11199 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
11200 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
11201 improvement. | |
11202 | |
11203 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
11204 | |
11205 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
11206 and mule related code extraction. Autoload ps-mule funs. | |
11207 | |
11208 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
11209 (ps-mule-prologue-generated): New fun. | |
11210 (ps-mule-plot-string): Add autoload cookie. | |
11211 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
11212 | |
11213 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
11214 | |
11215 * ps-bdf.el: Require ps-mule instead of ps-print. | |
11216 (bdf-directory-list): Add autoload cookie. | |
11217 | |
11218 * ps-mule.el: New file. Mule related code extracted from | |
11219 ps-print.el. Require ps-print, provide ps-mule. | |
11220 (ps-multibyte-buffer): Add autoload cookie. | |
11221 (ps-mule-prepare-ascii-font): New fun. | |
11222 (ps-mule-set-ascii-font): New fun. | |
11223 (ps-mule-skip-same-charset): Fun deleted. | |
11224 (ps-mule-plot-string): Set ps-mule-current-charset. | |
11225 (ps-mule-initialize): Add autload cookie. Don't set | |
11226 ps-mule-font-info-database here. | |
11227 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
11228 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
11229 (ps-mule-begin-page): New fun. | |
11230 | |
11231 * ps-print.el: Mule related code moved to ps-mule.el. | |
11232 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
11233 check ps-mule-charset-list. | |
11234 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
11235 ps-mule-begin-page. | |
11236 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
11237 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
11238 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
11239 instead skip same charsets by itself. | |
11240 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
11241 non-nil. Call ps-mule-begin-job. | |
11242 | |
11243 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
11244 | |
11245 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
11246 instead of bdf. | |
11247 | |
11248 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
11249 (ps-mule-external-libraries): New element FEATURE. | |
11250 (ps-mule-init-external-library): Ajusted for the above change. | |
11251 (ps-mule-generate-font): Likewise. | |
11252 (ps-mule-generate-glyphs): Likewise. | |
11253 (ps-mule-prepare-font): Likewise. | |
11254 (ps-mule-initialize): Likewise. | |
11255 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
11256 | |
11257 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
11258 | |
11259 * international/fontset.el (x-decompose-font-name): If PATTERN | |
11260 doesn't have any wild cards, return a vector made from a name that | |
11261 is found by x-resolve-font-name found. Comments added. | |
11262 | |
11263 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
11264 Handle the case of unknown charset. | |
11265 (find-multibyte-characters): If invalid multibyte characters are | |
11266 found, return the corresponding strings instead of character | |
11267 codes. | |
11268 (find-multibyte-characters): Adjusted for the above change. | |
11269 (select-safe-coding-system): For a unibyte buffer, always returns | |
11270 DEFAULT-CODING-SYSTEM. | |
11271 (get-charset-property): Fix previous change. Make it a function. | |
11272 (put-charset-property): Make it a function. | |
11273 | |
11274 * international/mule.el (make-coding-system): Set mime-charset | |
11275 property of *-with-esc coding system to nil. | |
11276 | |
11277 * international/quail.el (quail-point-in-conversion-region): New | |
11278 function. | |
11279 (quail-conversion-backward-delete-char): When a key sequence is | |
11280 being translated, call quail-delete-last-char. | |
11281 | |
11282 * language/devan-util.el | |
11283 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
11284 handle devanagari-decomposition-rules. | |
11285 | |
11286 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
11287 | |
11288 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
11289 tex-start-options-string to empty string. | |
11290 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
11291 | |
11292 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
11293 | |
11294 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
11295 5xx responses are already handled properly). | |
11296 | |
11297 1998-12-13 Richard Stallman <rms@gnu.org> | |
11298 | |
11299 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
11300 on a non-digit in the file name. | |
11301 | |
11302 * simple.el (comment-region): Handle comment-padding | |
11303 separately for insertion and for deletion, in the right way for each. | |
11304 | |
11305 1998-12-13 Felix Lee <flee@cygnus.com> | |
11306 | |
11307 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
11308 regexp to match "ChangeLog:1:1998-12-09 ..." | |
11309 | |
11310 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
11311 | |
11312 * cus-start.el (dos-unsupported-char-glyph): Add. | |
11313 | |
11314 1998-12-11 Dave Love <fx@gnu.org> | |
11315 | |
11316 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
11317 forward-sexp in condition-case. | |
11318 | |
11319 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
11320 Remove unnecessary test on `library' for explicit file name. | |
11321 Widen scope of save-match-data. | |
11322 | |
11323 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
11324 | |
11325 * international/mule.el (load-with-code-conversion): If the loaded | |
11326 file was inserted with no-conversion or raw-text coding system, | |
11327 make the buffer unibyte. | |
11328 | |
11329 1998-12-09 Richard Stallman <rms@gnu.org> | |
11330 | |
11331 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
11332 Get rid of nested loops. | |
11333 | |
11334 * mouse.el (mouse-drag-vertical-line): | |
11335 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
11336 | |
11337 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
11338 | |
11339 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
11340 and defvar moved from loadhist.el. | |
11341 (symbol-file): Renamed from describe-function-find-file. | |
11342 Load fns-VERSION.el here. | |
11343 (describe-variable, describe-function-1): Use symbol-file. | |
11344 | |
11345 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
11346 Don't start the name with #. | |
11347 | |
11348 * ispell.el: Take out the eval-when's. | |
11349 | |
11350 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
11351 | |
11352 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
11353 (dirtrack): Run it. Make debug message more verbose. | |
11354 | |
11355 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
11356 | |
11357 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
11358 name of the abbrev table, and provide support for XEmacs. | |
11359 (octave-xemacs-p): New variable. | |
11360 | |
11361 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
11362 | |
11363 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
11364 exit, when mail-interactive is nil. | |
11365 | |
11366 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
11367 | |
11368 * files.el (after-find-file): Message fix. | |
11369 | |
11370 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
11371 | |
11372 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
11373 | |
11374 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
11375 | |
11376 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
11377 filenames using backslashes. | |
11378 | |
11379 1998-12-09 Dave Love <fx@gnu.org> | |
11380 | |
11381 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
11382 with correct number of args. | |
11383 (browse-url-maybe-new-window): New arg. Callers changed. | |
11384 | |
11385 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
11386 comment. | |
11387 | |
11388 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
11389 | |
11390 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
11391 | |
11392 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
11393 | |
11394 * vc.el (vc-rcs-release): Fix Type. | |
11395 (vc-sccs-release): Fix Type. | |
11396 (vc-cvs-release): Fix Type. | |
11397 | |
11398 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
11399 arg work right. | |
11400 | |
11401 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
11402 output of last undeleted message. | |
11403 | |
11404 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
11405 | |
11406 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
11407 (buffer-undo-list) [windows-nt]: Use different relative path. | |
11408 | |
11409 1998-12-07 Simon Marshall <simon@gnu.org> | |
11410 | |
11411 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
11412 | |
11413 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
11414 | |
11415 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
11416 | |
11417 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
11418 | |
11419 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
11420 | |
11421 * info.el (Info-menu): Don't return error if point is between menu | |
11422 header and first menu item. | |
11423 | |
11424 1998-12-04 Dave Love <fx@gnu.org> | |
11425 | |
11426 * help.el (describe-function-1): Fix description for alias. | |
11427 | |
11428 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
11429 | |
11430 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
11431 specifications from summary line. | |
11432 | |
11433 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
11434 (close-rectangle): Define alias only once in loaddefs.el. | |
11435 | |
11436 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11437 | |
11438 * term/internal.el: Remove code which sets up a special syntax | |
11439 table for non-ASCII characters. | |
11440 | |
11441 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
11442 | |
11443 * dos-w32.el (direct-print-region-function): Try to ensure that | |
11444 printer-name is expanded to a file name on a local drive; | |
11445 sometimes printing a file loaded from a network volume fails. | |
11446 (direct-print-region-function): Add a function to | |
11447 write-region-annotate-functions to append a formfeed character to | |
11448 the region being printed, if the region doesn't end with a | |
11449 formfeed already. This avoids creating a second print job | |
11450 containing a blank page when print spooling is enabled on Windows. | |
11451 | |
11452 1998-12-02 Dave Love <fx@gnu.org> | |
11453 | |
11454 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
11455 `Info-goto-node'. | |
11456 | |
11457 1998-12-02 Richard Stallman <rms@gnu.org> | |
11458 | |
11459 * help.el (temp-buffer-resize-mode): Doc fix. | |
11460 | |
11461 * cus-edit.el (custom-save-delete): Save point before | |
11462 reading a sexp, rather than backing up. | |
11463 | |
11464 * international/iso-transl.el: Fix previous change. | |
11465 | |
11466 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
11467 | |
11468 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
11469 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
11470 Added defvars to suppress compilation warnings. | |
11471 | |
11472 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
11473 | |
11474 * ispell.el: Improved and fixed customize for variables: | |
11475 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
11476 ispell-dictionary-alist, ispell-skip-sgml. | |
11477 Improved and fixed comments in variables and messages for | |
11478 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
11479 ispell-menu-map, ispell-checking-message, ispell-parser, | |
11480 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
11481 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
|
11482 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 11483 ispell-message-text-end, ispell-add-per-file-word-list. |
11484 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
11485 system is now required for all languages. Casechars improved for | |
11486 castellano, castellano8, and norsk dictionaries. Dictionary | |
11487 norsk7-tex added. Dictionary polish added. | |
11488 (ispell-dictionary-alist): Redefined at load-time to support | |
11489 dictionary changes. | |
11490 (ispell-menu-map): Redefined at load-time to support menu changes. | |
11491 (ispell-check-version): New alias for `check-ispell-version'. | |
11492 (ispell-parse-output): Fixed matching for ispell error messages. | |
11493 Correctly returns spelling suggestions in order generated by ispell | |
11494 process. | |
11495 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
11496 redefined. | |
11497 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
11498 redefined. Fix bug that didn't respect case of word being completed. | |
11499 (ispell-init-process): Set process coding system to be compatible | |
11500 with emacs processes and the ispell process. | |
11501 (ispell-kill-ispell): Ensures ispell process has terminated before | |
11502 starting new process. This can otherwise confuse process filters | |
11503 and hang the ispell process. | |
11504 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
11505 skipping support for sgml. | |
11506 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
11507 which could cause `ispell-complete-word' to hang. | |
11508 (ispell-message): Improved message reference matching. Ensure | |
11509 `case-fold-search' doesn't get redefined. | |
11510 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
11511 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
11512 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
11513 get redefined. | |
11514 | |
11515 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11516 | |
11517 * textmodes/flyspell.el (flyspell-check-word-p): | |
11518 Don't delay inside a kbd macro. | |
11519 | |
11520 * subr.el (make-local-hook): Return the hook variable. | |
11521 | |
11522 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
11523 | |
11524 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
11525 Use a timer instead of post-command-hook. | |
11526 (hscroll-timer): New variable. | |
11527 | |
11528 1998-11-30 Dave Love <fx@gnu.org> | |
11529 | |
11530 * help.el (help-xref-button): Do nothing if text already has the | |
11531 help-xref property. | |
11532 (describe-variable): Revert previous change to hyperlink to source. | |
11533 | |
11534 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11535 | |
11536 * bindings.el (features): Add `base64' to this list. | |
11537 | |
11538 * loadhist.el (symbol-file): Doc fix. | |
11539 | |
11540 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
11541 | |
11542 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
11543 | |
11544 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11545 | |
11546 * help.el (describe-mode): Put major mode first. | |
11547 | |
11548 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
11549 to support special-display and same-window features. | |
11550 | |
11551 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11552 | |
11553 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
11554 bound in one function and used in the other. | |
11555 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
11556 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
11557 | |
11558 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11559 | |
11560 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
11561 | |
11562 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
11563 | |
11564 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
11565 Give format correct control string. | |
11566 | |
11567 * international/mule.el (define-translation-table): Fix bug of | |
11568 setting incorrect translation-table-id. If the first element of | |
11569 ARGS is a translation table, just register it. | |
11570 | |
11571 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
11572 property. | |
11573 | |
11574 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
11575 | |
11576 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
11577 syntax table to determine what is whitespace. | |
11578 | |
11579 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11580 | |
11581 * frame.el (frame-parameter): Doc fix. | |
11582 | |
11583 * textmodes/tex-mode.el (tex-feed-input): New function. | |
11584 (tex-define-common-keys): Add binding for C-c C-m. | |
11585 | |
11586 1998-11-23 Dave Love <fx@gnu.org> | |
11587 | |
11588 * progmodes/fortran.el: Various minor doc fixes. | |
11589 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
11590 (fortran-with-subprogram-narrowing): New macro. | |
11591 (fortran-check-for-matching-do): Use it. | |
11592 (fortran-end-do): Use fortran-check-end-prog-re. | |
11593 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
11594 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
11595 | |
11596 1998-11-23 Simon Marshall <simon@gnu.org> | |
11597 | |
11598 * font-lock.el (font-lock-defaults): Doc fix. | |
11599 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
11600 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
11601 | |
11602 * lazy-lock.el (lazy-lock-unstall): | |
11603 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
11604 | |
11605 * fast-lock.el (fast-lock-save-cache-1): | |
11606 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
11607 | |
11608 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
11609 | |
11610 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
11611 messages that have been added with DOS line endings and convert | |
11612 the line endings for such messages. | |
11613 | |
11614 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
11615 | |
11616 * help.el: Add resizing of temporary buffers. | |
11617 (temp-buffer-resize-mode): New command and variable. | |
11618 (temp-buffer-max-height): New variable. | |
11619 (resize-temp-buffer-window): New function. | |
11620 | |
11621 * window.el (window-buffer-height): New function, split from | |
11622 shrink-window-if-larger-than-buffer. | |
11623 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
11624 | |
11625 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11626 | |
11627 * frame.el (initial-frame-alist): Add defcustom. | |
11628 | |
11629 * shell.el (shell-prompt-pattern): Add defcustom. | |
11630 | |
11631 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11632 | |
11633 * 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
|
11634 NNTP-Posting-Date. |
25837 | 11635 |
11636 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11637 | |
11638 * help.el (describe-mode): Don't avoid loop indirecting thru | |
11639 value of INDICATOR. | |
11640 | |
11641 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11642 | |
11643 * help.el (describe-variable): Allow any variable with a defcustom, | |
11644 even if it is not a user variable. | |
11645 | |
11646 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
11647 | |
11648 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
11649 | |
11650 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
11651 requesting a new group. | |
11652 | |
11653 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11654 | |
11655 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
11656 | |
11657 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
11658 | |
11659 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
11660 | |
11661 1998-11-19 Simon Marshall <simon@gnu.org> | |
11662 | |
11663 * subr.el (with-temp-message): New macro. | |
11664 | |
11665 * emacs-lisp/lisp-mode.el (with-temp-message): | |
11666 Add lisp-indent-function property. | |
11667 | |
11668 1998-11-18 Dave Love <fx@gnu.org> | |
11669 | |
11670 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
11671 | |
11672 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
11673 | |
11674 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
11675 This is not obsolete. | |
11676 | |
11677 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
11678 | |
11679 * textmodes/picture.el: Make a new map by make-keymap. | |
11680 (picture-desired-column): New variable. | |
11681 (picture-update-desired-column): New function. | |
11682 (picture-beginning-of-line): Set picture-desired-column to 0. | |
11683 (picture-end-of-line): Set picture-desired-column to the current | |
11684 column. | |
11685 (picture-forward-column): Pay attention to multi-column character. | |
11686 (picture-backward-column): Likewise. | |
11687 (picture-move-down): Likewise. | |
11688 (picture-move-up): Likewise. | |
11689 (picture-movement-nw): With prefix arg, move twice columns. | |
11690 (picture-movement-ne): Likewise. | |
11691 (picture-movement-sw): Likewise. | |
11692 (picture-movement-se): Likewise. | |
11693 (picture-set-motion): Handle two-column movements. | |
11694 (picture-move): Call picture-move-down or picture-forward-column | |
11695 only when necessary. | |
11696 (picture-insert): Pay attention to picture-desired-column. | |
11697 (picture-self-insert): Likewise. | |
11698 (picture-clear-column): Pay attention to multi-column character. | |
11699 (picture-mode): Modify doc-string for two-column movement. | |
11700 | |
11701 * rect.el (move-to-column-force): New function. | |
11702 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
11703 move-to-column-force instead of move-to-column. | |
11704 (insert-rectangle): Call move-to-column-force instead of | |
11705 move-to-column. | |
11706 (open-rectangle-line): If begextra is not zero, call | |
11707 move-to-column-force. | |
11708 | |
11709 | |
11710 1998-11-16 Dave Love <fx@gnu.org> | |
11711 | |
11712 * textmodes/sgml-mode.el Require skeleton when compiling. | |
11713 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
11714 (v2): Defvar free variable. | |
11715 | |
11716 1998-11-16 Sam Steingold <sds@goems.com> | |
11717 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11718 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
25837 | 11719 macro, not ELisp one. |
11720 | |
11721 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
11722 | |
11723 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
11724 characters to symbol. | |
11725 | |
11726 * language/japan-util.el (japanese-zenkaku-region): New optional | |
11727 arg KATAKANA-ONLY. | |
11728 | |
11729 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
11730 | |
11731 * international/mule.el | |
11732 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
11733 is changed to unibyte, return inserted bytes. | |
11734 | |
11735 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
11736 and link names if necessary. | |
11737 (tar-header-block-summarize): Handle the case that file or link | |
11738 names are multibyte. | |
11739 (tar-summarize-buffer): At first set the current buffer unibyte, | |
11740 then if there are multibyte file names, change it to multibyte. | |
11741 (tar-mode): Get char position from tar-header-offset. | |
11742 (tar-extract): Avoid multibyte<->unibyte conversion in | |
11743 insert-buffer-subsring by setting both buffers unibyte | |
11744 temporarily. | |
11745 (tar-copy): Set the buffer unibyte while doing a work. Write | |
11746 without code conversion. | |
11747 (tar-expunge): Set the buffer unibyte while doing a work. | |
11748 (tar-alter-one-field): Likewise. | |
11749 (tar-clear-modification-flags): Compare byte position with | |
11750 tar-header-offset. | |
11751 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
11752 insert-buffer-subsring by setting both buffers unibyte | |
11753 temporarily. Pay attention to multibyteness while updating the | |
11754 descriptor-line. | |
11755 (tar-mode-write-file): Write without code conversion. | |
11756 | |
11757 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11758 | |
11759 * nngateway.el: Require cl. | |
11760 | |
11761 1998-11-15 Dave Love <fx@gnu.org> | |
11762 | |
11763 * progmodes/fortran.el: Fix previous change: | |
11764 (fortran-end-prog-re1): Changed. | |
11765 (fortran-check-end-prog-re): New function. | |
11766 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
11767 | |
11768 1998-11-13 Tom Breton <tob@world.std.com> | |
11769 | |
11770 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
11771 GNU Emacs. | |
11772 | |
11773 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
11774 | |
11775 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
11776 fixed. | |
11777 (reftex-toc-toggle-file-boundary, | |
11778 reftex-toc-toggle-labels, | |
11779 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
11780 (reftex-toc-include-labels, reftex-toc-include-context, | |
11781 reftex-toc-include-file-boundaries, | |
11782 reftex-toc-keep-other-windows): New options. | |
11783 (reftex-use-text-after-label-as-context): Option removed. | |
11784 (reftex-extract-bib-entries): Protect use in non-latex | |
11785 buffers. | |
11786 (reftex-toc-visit-location): Renamed from | |
11787 `reftex-toc-visit-line'. | |
11788 (reftex-latin1-to-ascii): Works now with and without Mule. | |
11789 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
11790 (reftex-get-offset): Made more general. | |
11791 (reftex-show-label-location): Renamed from | |
11792 `reftex-select-label-callback'. | |
11793 (reftex-pop-to-label): Function removed (using | |
11794 `reftex-show-label-location' instead. | |
11795 (reftex-insert-docstruct): Renamed from | |
11796 `reftex-make-and-insert-label-list'. Function args changed. | |
11797 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
11798 `reftex-find-start-point'. | |
11799 (reftex-select-item): Use `reftex-find-start-point'. | |
11800 (reftex-toc-visit-line): Can display labels and file | |
11801 boundaries. | |
11802 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
11803 | |
11804 1998-11-12 Sam Steingold <sds@goems.com> | |
11805 | |
11806 * browse-url.el (browse-url): Handle the case when | |
11807 `browse-url-browser-function' is a lambda list. | |
11808 | |
11809 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11810 | |
11811 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
11812 version string. | |
11813 * loadhist.el (symbol-file): Likewise | |
11814 | |
11815 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
11816 | |
11817 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
11818 | |
11819 1998-11-11 Sam Steingold <sds@goems.com> | |
11820 | |
11821 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
11822 `run-lisp' instead of signalling an error. | |
11823 | |
11824 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
11825 | |
11826 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
11827 | |
11828 1998-11-11 Richard Stallman <rms@gnu.org> | |
11829 | |
11830 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
11831 | |
11832 1998-11-11 Per Starback <starback@update.uu.se> | |
11833 | |
11834 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
11835 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
11836 for it. | |
11837 | |
11838 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
11839 | |
11840 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
11841 handling if setpagedevice is not available. | |
11842 (ps-begin-file): Fix typo. | |
11843 | |
11844 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
11845 | |
11846 * international/mule-util.el (compose-chars-component): Signal | |
11847 error if CH is a rule-based composition character. | |
11848 (compose-chars): Signal error if an already compsed character is | |
11849 going to be composed by rule-base. | |
11850 | |
11851 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
11852 full XLFD, don't try to get information of WEIGHT and SLANT from | |
11853 that font name. | |
11854 | |
11855 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
11856 | |
11857 * dos-w32.el (set-default-process-coding-system): Use function on | |
11858 before-init-hook to set default-process-coding-system based on | |
11859 enable-multibyte-characters. | |
11860 | |
11861 * term/w32-win.el ([language-change]): For now ignore | |
11862 keyboard language-change events. | |
11863 | |
11864 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
11865 | |
11866 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
11867 convert-standard-file-name, but leave the results of | |
11868 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
11869 characters if the original name already exists, or has a special | |
11870 handler. | |
11871 | |
11872 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
11873 | |
11874 * international/iso-insert.el: Delete autoload cookies. | |
11875 | |
11876 * international/iso-transl.el: Add autoload cookies. | |
11877 | |
11878 1998-11-10 Richard Stallman <rms@gnu.org> | |
11879 | |
11880 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
11881 (ispell-process-line): Don't treat multibyte | |
11882 | |
11883 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
11884 | |
11885 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
11886 setpagedevice to specify the page size if setpagedevice is | |
11887 available. This is necessary to select the correct paper tray on | |
11888 Level 2 printers with multiple paper sizes available. | |
11889 | |
11890 (ps-begin-file): Cope with font names that contain spaces, and | |
11891 call BeginDoc in a BeginSetup/EndSetup block. | |
11892 | |
11893 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
11894 | |
11895 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
11896 convert-standard-filename. | |
11897 | |
11898 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
11899 convert-standard-filename. | |
11900 | |
11901 1998-11-06 Richard Stallman <rms@gnu.org> | |
11902 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
11903 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 11904 Detect the case of two @-commands in a row; process just the first. |
11905 (texinfo-append-refill): If line has a @c, insert the @refill | |
11906 before it. | |
11907 (texinfo-format-refill): Return with point where the @refill was. | |
11908 | |
11909 * files.el (hack-local-variables): Test local-enable-local-variables. | |
11910 (hack-local-variables-prop-line): Likewise. | |
11911 (set-auto-mode): Don't test local-enable-local-variables here. | |
11912 (enable-local-variables): Doc fix. | |
11913 (local-enable-local-variables): Doc fix. | |
11914 (normal-mode): Doc fix. | |
11915 | |
11916 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
11917 | |
11918 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
11919 | |
11920 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
11921 | |
11922 * simple.el (line-number-mode): Doc fix. | |
11923 | |
11924 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
11925 | |
11926 * international/fontset.el (create-fontset-from-fontset-spec): | |
11927 Give correct arg to `error'. | |
11928 | |
11929 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
11930 | |
11931 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
11932 (sgml-name-8bit-mode): Fix missing format character in message string. | |
11933 | |
11934 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
11935 | |
11936 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
11937 | |
11938 1998-11-05 Richard Stallman <rms@gnu.org> | |
11939 | |
11940 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
11941 | |
11942 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
11943 (close-rectangle): Define as alias. | |
11944 | |
11945 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
11946 | |
11947 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
11948 | |
11949 1998-11-05 Dave Love <fx@gnu.org> | |
11950 | |
11951 * help.el (describe-variable): Don't quote link to source. | |
11952 | |
11953 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
11954 | |
11955 * gud.el (gud-common-init): Use pop-to-buffer. | |
11956 (same-window-regexps): Add an element that matches all gud buffers. | |
11957 | |
11958 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
11959 | |
11960 * term/w32-win.el (x-get-selection-value): Alias to | |
11961 x-cut-buffer-or-selection-value. | |
11962 (w32-standard-fontset-spec): New variable. | |
11963 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
11964 new-fontset is available. | |
11965 (w32-use-w32-font-dialog): Enable use of set-variable. | |
11966 | |
11967 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
11968 | |
11969 * vc.el (with-vc-file, edit-vc-file): New macros. | |
11970 | |
11971 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
11972 | |
11973 * international/quail.el (quail-show-guidance-buf): Call | |
11974 set-minibuffer-window to set minibuffer window of the current | |
11975 frame correctly. | |
11976 | |
11977 1998-11-03 Theodore Jump <tjump@tertius.com> | |
11978 | |
11979 * term/w32-win.el: Require fontset. | |
11980 | |
11981 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
11982 | |
11983 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
11984 (set-face-font-auto): Ditto. | |
11985 | |
11986 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
11987 | |
11988 * mouse.el (mouse-drag-region): Fix typo. | |
11989 | |
11990 1998-11-02 Dave Love <fx@gnu.org> | |
11991 | |
11992 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
11993 (fortran-fontify-string): New function. | |
11994 (fortran-font-lock-keywords-1): Use it. | |
11995 | |
11996 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
11997 | |
11998 * comint.el (comint-file-name-quote-list): Doc fix. | |
11999 | |
12000 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12001 | |
12002 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
12003 build directory, not source directory. | |
12004 | |
12005 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
12006 if we did not get one for the final move. | |
12007 | |
12008 1998-11-01 Dave Love <fx@gnu.org> | |
12009 | |
12010 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
12011 Don't funcall browse-url-browser-function. | |
12012 | |
12013 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
12014 Don't funcall browse-url-browser-function. | |
12015 | |
12016 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
12017 | |
12018 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12019 | |
12020 * files.el (revert-buffer): Doc fix. | |
12021 | |
12022 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12023 | |
12024 * textmodes/tex-mode.el (tex-start-options-string): | |
12025 Quote the backslashes with more backslashes. | |
12026 | |
12027 1998-10-31 Dave Love <fx@gnu.org> | |
12028 | |
12029 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
12030 (webjump): Don't funcall browse-url-browser-function. | |
12031 | |
12032 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
12033 | |
12034 * international/quail.el (quail-start-translation): Handle | |
12035 switching of the frame in read-key-sequence. | |
12036 (quail-start-conversion): Likewise. | |
12037 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
12038 windows before setting an appropriate window for it. | |
12039 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
12040 quail-guidance-win to nil. | |
12041 (quail-update-guidance): If quail-guidance-buf is not in the | |
12042 selected frame, call quail-show-guidance-buf again. | |
12043 | |
12044 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
12045 | |
12046 * progmodes/pascal.el (pascal-mode): | |
12047 `blink-matching-paren-dont-ignore-comments' set to t. | |
12048 | |
12049 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
12050 | |
12051 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
12052 | |
12053 1998-10-30 Dave Love <fx@gnu.org> | |
12054 | |
12055 * vc.el (vc-backend-merge-news): Check for "P" output. | |
12056 | |
12057 * help.el (describe-variable): Hyperlink the definition. | |
12058 | |
12059 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
12060 | |
12061 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
12062 (sh-set-shell): Likewise. | |
12063 | |
12064 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
12065 | |
12066 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
12067 (edebug-on-error): Fix customize type to match that of | |
12068 debug-on-error. | |
12069 | |
12070 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
12071 | |
12072 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
12073 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
12074 | |
12075 * international/mule-cmds.el (select-message-coding-system): Doc | |
12076 fix. | |
12077 | |
12078 * international/mule-diag.el (describe-coding-system): Describe | |
12079 all flags. | |
12080 | |
12081 * mail/sendmail.el (sendmail-coding-system, | |
12082 default-sendmail-coding-system): Doc fix. | |
12083 | |
12084 * simple.el (shell-command-on-region): Doc fix. | |
12085 | |
12086 * loadup.el: Write fns-*.el in current directory instead of | |
12087 data-directory since no installation directory exists yet. Mark | |
12088 buffer unmodified afterwards. | |
12089 | |
12090 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
12091 instead of data-directory since it is architecture dependent. | |
12092 (load-history-loaded): Update doc string. | |
12093 | |
12094 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
12095 | |
12096 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
12097 path as a default directory when canonicalizing names. | |
12098 | |
12099 * w32-fns.el: Remove a dangling reference to a directory on the | |
12100 build machine. | |
12101 | |
12102 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12103 | |
12104 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
12105 namespace related keywords such as `class', `body', `private', | |
12106 `variable', `namespace eval', etc. | |
12107 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
12108 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
12109 imenu and font-lock so that searches for \sw would find words | |
12110 containing colons. | |
12111 | |
12112 * progmodes/etags.el (initialize-new-tags-table): | |
12113 Do not alter find-tag-marker-ring and tags-location-ring. | |
12114 | |
12115 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
12116 | |
12117 * term/w32-win.el: Require fontset. | |
12118 (w32-init-fontsets): New function (code from x-win.el). | |
12119 | |
12120 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
12121 | |
12122 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
12123 calendar-and-diary-frame-parameters): Add title parameter. | |
12124 | |
12125 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12126 | |
12127 * completion.el (dynamic-completion-mode): New function to enable | |
12128 the mode. (Just loading the file now does not change anything.) | |
12129 | |
12130 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
12131 | |
12132 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
12133 (ps-multibyte-buffer): New user option. | |
12134 (ps-setup): Print new user option. | |
12135 (ps-print-quote): New fun. | |
12136 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
12137 (ps-default-color, ps-mule-font-info-database) | |
12138 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
12139 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
12140 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
12141 Little code improvement. | |
12142 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
12143 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
12144 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
12145 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
12146 (ps-mule-external-libraries, ps-mule-init-external-library) | |
12147 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
12148 Doc fix. | |
12149 (ps-print-version): New version number (4.1.1) and doc fix. | |
12150 (ps-print-prologue-header): New user option. | |
12151 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
12152 Conditional compilation for GNU Emacs and emacsens. | |
12153 (ps-generate-postscript-with-faces): Skip invisible text better. | |
12154 (ps-setup): Print new user option. | |
12155 (ps-print-preprint): Check if input file name exists and is unwritable. | |
12156 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
12157 and insert user PostScript prologue header comments. | |
12158 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
12159 New funs. | |
12160 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
12161 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
12162 PostScript programming normalization. | |
12163 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
12164 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
12165 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
12166 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
12167 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
12168 Programming style normalization. | |
12169 | |
12170 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
12171 | |
12172 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
12173 version, check the value of mule-version. | |
12174 | |
12175 * international/mule-util.el (compose-region): Insert then delete | |
12176 to preserve markers. | |
12177 (decompose-region): Use search-forward for efficiency. | |
12178 | |
12179 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
12180 change, use generate-new-buffer instead of get-buffer-create. | |
12181 * language/devan-util.el | |
12182 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
12183 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
12184 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
12185 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
12186 | |
12187 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12188 | |
12189 * mail/rmailsum.el (rmail-message-subject-p): | |
12190 Handle message whose header has not been reformatted. | |
12191 | |
12192 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
12193 | |
12194 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
12195 | |
12196 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
12197 New variables. | |
12198 (mouse-set-font): Use font menus instead of dialog according to | |
12199 w32-use-w32-font-dialog. | |
12200 | |
12201 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
12202 | |
12203 * 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
|
12204 correctly! |
25837 | 12205 (calendar-month-name-array): Add doc string correctly! |
12206 | |
12207 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12208 | |
12209 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
12210 | |
12211 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
12212 | |
12213 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
12214 | |
12215 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
12216 | |
12217 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
12218 | |
12219 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
12220 | |
12221 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
12222 | |
12223 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
12224 | |
12225 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
12226 | |
12227 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
12228 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
12229 (profile-filter, profile-reset-timer): Functions deleted. | |
12230 (profile-check-zero-init-times, profile-get-time): Likewise. | |
12231 (profile-find-function, profile-quit): Likewise. | |
12232 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
12233 (profile-time-list, profile-init-list): Doc fix. | |
12234 (profile-functions): Simplify. | |
12235 (profile-print): Use float. Make output include space separators. | |
12236 (profile-add-time): New helper function. | |
12237 (profile-function-prolog): Renamed from profile-start-function. | |
12238 Handle profile-distinct. | |
12239 (profile-function-epilog): Renamed from profile-update-function. | |
12240 Handle profile-distinct. | |
12241 (profile-a-function): If the function to be profiled is an | |
12242 autoload form, load it. If it's lazy-loaded, fetch it. | |
12243 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
12244 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
12245 documented, rather than a one-element list. | |
12246 (profile-finish): Call profile-restore-fun properly. | |
12247 | |
12248 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
12249 | |
12250 * international/characters.el: Setup charset property | |
12251 nospace-between-words. | |
12252 | |
12253 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
12254 composition, return nil. | |
12255 (put-charset-property): If CHARSET is composition, do nothing. | |
12256 | |
12257 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
12258 * language/devan-util.el | |
12259 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
12260 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
12261 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
12262 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
12263 | |
12264 * textmodes/fill.el (sentence-end-without-period): New variable. | |
12265 (canonically-space-region): Pay attention to | |
12266 sentence-end-without-period. | |
12267 (fill-find-break-point): The first argument CHARSET deleted. | |
12268 Caller changed. | |
12269 (fill-region-as-paragraph): Pay attention to charset property | |
12270 nospace-between-words and text property nospace-between-words. | |
12271 | |
12272 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12273 | |
12274 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
12275 an unrecognized shell. | |
12276 | |
12277 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
12278 | |
12279 * desktop.el (desktop-save): Include minor modes symbolically. | |
12280 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
12281 | |
12282 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12283 | |
12284 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
12285 (sh-font-lock-keywords): Handle rpm and rpm2. | |
12286 (sh-ancestor-alist): Handle rpm. | |
12287 | |
12288 * files.el (auto-mode-alist): Recognize .rpm files. | |
12289 Also .spec and .mspec files. | |
12290 | |
12291 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
12292 | |
12293 * faces.el (frame-set-background-mode): Enable the function for | |
12294 MSDOS frames. | |
12295 | |
12296 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
12297 | |
12298 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
12299 (calendar-month-name-array): Add doc string. | |
12300 | |
12301 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12302 | |
12303 * simple.el (kill-ring-max): Increased to 60. | |
12304 | |
12305 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
12306 | |
12307 * international/characters.el: Setup auto-fill-chars. | |
12308 | |
12309 * international/kinsoku.el (kinsoku): Check the variable | |
12310 enable-kinsoku. | |
12311 | |
12312 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
12313 Don't call kinsoku directly, intead call fill-find-break-point. | |
12314 | |
12315 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
12316 property to character sets which require `kinsoku' processing for | |
12317 filling. | |
12318 (fill-find-break-point): New function. | |
12319 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
12320 Don't call kinsoku directly, intead call fill-find-break-point. | |
12321 | |
12322 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12323 | |
12324 * faces.el (modify-face-read-string): Return (nil) for "none". | |
12325 (modify-face): Don't get error if (nil) is the argument. | |
12326 (face-try-color-list): Don't check whether nil is a valid color. | |
12327 | |
12328 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12329 | |
12330 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
12331 Print message about each directory, even in batch mode. | |
12332 | |
12333 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
12334 | |
12335 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
12336 (ps-mule-string-char): No need to use sref. | |
12337 (ps-mule-next-index): No need to use sref. | |
12338 | |
12339 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
12340 | |
12341 * files.el (revert-buffer-internal-hook): Add defvar. | |
12342 | |
12343 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
12344 | |
12345 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
12346 | |
12347 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
12348 | |
12349 * international/mule-cmds.el (default-input-method): Fix custom type. | |
12350 | |
12351 * net-utils.el (whois-server-list): Fix customization type. | |
12352 | |
12353 * shell.el (shell-input-autoexpand): Fix customization group. | |
12354 | |
12355 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12356 | |
12357 * repeat.el (repeat): Handle keyboard macros properly. | |
12358 Handle new prefix arg after self-insert command. | |
12359 | |
12360 * repeat.el: Don't include cl even at compile time. | |
12361 (repeat): Avoid using `loop'. | |
12362 | |
12363 * simple.el (shell-command-on-region): Doc fix. | |
12364 (next-history-element): Special error message if no default. | |
12365 | |
12366 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12367 | |
12368 * ps-print.el (ps-print-buffer): Doc fix. | |
12369 (ps-despool): Likewise. | |
12370 | |
12371 * arc-mode.el (arc-mode): Provide arc-mode. | |
12372 | |
12373 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12374 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
12375 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 12376 |
12377 1998-10-14 Dave Love <fx@gnu.org> | |
12378 | |
12379 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
12380 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
12381 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
12382 | |
12383 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
12384 Continuation Line" to "Join Line". | |
12385 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
12386 | |
12387 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
12388 | |
12389 * progmodes/fortran.el (fortran-join-line): Use | |
12390 `delete-indentation' instead of issuing an error message if not on | |
12391 a continuation line. Provide for joining several lines using | |
12392 prefix arg. | |
12393 | |
12394 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
12395 | |
12396 * term/pc-win.el (msdos-color-values): New variable. | |
12397 (x-color-values): New function, emulates its namesake from | |
12398 src/xfns.c. | |
12399 (msdos-bg-mode): Add all dark colors to those which return | |
12400 "dark". | |
12401 | |
12402 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12403 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
12404 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 12405 Don't ignore case if arg has upper case letters. |
12406 | |
12407 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
12408 | |
12409 * progmodes/vhdl-mode.el | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
12410 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
25837 | 12411 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
12412 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
12413 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
12414 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
12415 (vhdl-when): Fix indentation problem. | |
12416 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
12417 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
12418 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
12419 | |
12420 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
12421 | |
12422 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
12423 (ls-lisp-insert-directory): Renamed from insert-directory. | |
12424 (insert-directory): New function. | |
12425 | |
12426 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12427 | |
12428 * simple.el (completion-fixup-function): Variable deleted. | |
12429 (completion-setup-function): Delete code for completion-fixup-function. | |
12430 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
12431 Don't bind completion-fixup-function. | |
12432 | |
12433 * files.el (find-file-wildcards): New option. | |
12434 (find-file-noselect): Handle wild cards, if enabled. | |
12435 (file-expand-wildcards): New function. | |
12436 | |
12437 * simple.el (set-fill-column): Doc fix. | |
12438 | |
12439 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
12440 | |
12441 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
12442 | |
12443 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
12444 | |
12445 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
12446 Move declaration before first use. | |
12447 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
12448 hif-math, hif-factor): Rename token to hif-token and token-list to | |
12449 hif-token-list. | |
12450 (hif-token, hif-token-list): Declare them. | |
12451 (hif-find-ifdef-block): Return cons of top and bottom point | |
12452 instead of setting dynamically bound variables. | |
12453 (hide-ifdef-block, show-ifdef-block): Use return value of | |
12454 hif-find-ifdef-block. | |
12455 | |
12456 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12457 | |
12458 * subr.el (read-passwd): Use clear-this-command-keys. | |
12459 | |
12460 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
12461 | |
12462 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
12463 and ...-for-write. | |
12464 | |
12465 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
12466 | |
12467 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
12468 responses to GROUP command, since this may be called from a timer | |
12469 with quit inhibited. | |
12470 | |
12471 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
12472 | |
12473 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
12474 set unconditional-jump to nil. | |
12475 (ccl-compile-read-multibyte-character): Return nil. | |
12476 (ccl-compile-write-multibyte-character): Likewise. | |
12477 (ccl-compile-translate-character): Likewise | |
12478 (ccl-compile-map-multiple): Likewise. | |
12479 (ccl-compile-map-single): Likewise. | |
12480 | |
12481 * international/kinsoku.el: Add coding tag. | |
12482 (kinsoku-bol): Remove superfluous TAB in a string. | |
12483 | |
12484 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
12485 Delete `composition' (if any) from CHARSETS. | |
12486 | |
12487 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12488 | |
12489 * international/mule-cmds.el (setup-specified-language-environment): | |
12490 Add apropos-inhibit property. | |
12491 (describe-specified-language-support): Likewise. | |
12492 | |
12493 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
12494 | |
12495 * international/mule.el (make-coding-system): Create -with-esc | |
12496 variant coding system. | |
12497 | |
12498 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
12499 | |
12500 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
12501 (next-file): Optionally offer to revert a file's buffer, | |
12502 if it has an existing buffer but the file has changed. | |
12503 | |
12504 * info.el (Info-insert-dir): Detect and report problems | |
12505 in input files, such as "No Top node". Return with point | |
12506 at the beginning of the text. | |
12507 (Info-find-node): Reinsert the code to handle files | |
12508 with no tags table; it was deleted by mistake. | |
12509 | |
12510 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
12511 | |
12512 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
12513 texinfo-find-higher-level-node repeatedly find the same node. | |
12514 (texinfo-find-higher-level-node): Doc fix. | |
12515 | |
12516 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12517 | |
12518 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
12519 (smtpmail-address-buffer): Add defvar. | |
12520 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
12521 | |
12522 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
12523 | |
12524 * ffap.el (ffap-machine-p-local): Fix editing error. | |
12525 | |
12526 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12527 | |
12528 * faces.el (frame-set-background-mode): | |
12529 Don't do anythung for text-only or MSDOS frame. | |
12530 | |
12531 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
12532 | |
12533 * international/quail.el (quail-defrule): New optional arg APPEND. | |
12534 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
12535 | |
12536 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12537 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
12538 * gnus/pop3.el (pop3-open-server): |
25837 | 12539 Set process-coding-system-alist around open-network-stream. |
12540 | |
12541 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12542 | |
12543 * files.el (save-buffer): Doc fix. | |
12544 | |
12545 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
12546 | |
12547 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
12548 return DEF unchanged, not nil. Simplify. | |
12549 | |
12550 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
12551 | |
12552 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
12553 | |
12554 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
12555 | |
12556 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
12557 | |
12558 * net-utils.el (ftp, nslookup): Require comint. | |
12559 (network-service-connection): Likewise. | |
12560 (whois-server-name): Defaults to whois.arin.net | |
12561 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
12562 (whois): Tries to guess the appropriate top-level domain server. | |
12563 (whois-get-tld): New function. | |
12564 | |
12565 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
12566 (dirtrack-debug-toggle): Added this function. | |
12567 | |
12568 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
12569 | |
12570 * files.el (find-file-noselect): Switch to the correct buffer | |
12571 before checking find-file-literally, and allow non-nil non-t | |
12572 rawfile params. | |
12573 | |
12574 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
12575 | |
12576 * midnight.el (clean-buffer-list): Add autoload cookie. | |
12577 | |
12578 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
12579 no-autosave. | |
12580 * tar-mode.el (tar-mode-revert): Likewise. | |
12581 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
12582 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
12583 * gnus/message.el (message-auto-save-directory): Renamed from | |
12584 message-autosave-directory. All references changed. | |
12585 | |
12586 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
12587 | |
12588 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
12589 string. Expose mime stuff while searching. | |
12590 | |
12591 1998-10-06 Richard Stallman <rms@gnu.org> | |
12592 | |
12593 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
12594 | |
12595 * replace.el (perform-replace): Position point properly | |
12596 before and after the recursive edit of C-r. | |
12597 | |
12598 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
12599 find the markers in the old rings that are being discarded. | |
12600 | |
12601 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
12602 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
12603 * apropos.el (apropos-print): Control invalid characters. |
25837 | 12604 |
12605 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
12606 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
12607 confusing customize. | |
12608 | |
12609 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
12610 | |
12611 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
12612 built-in commands. Add more built-in commands and fix face names. | |
12613 | |
12614 1998-10-05 Simon Marshall <simon@gnu.org> | |
12615 | |
12616 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
12617 | |
12618 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
12619 | |
12620 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
12621 customization since it is not useful in this case. | |
12622 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
12623 sure it gets evalled to a number. Also verify that set-frame-name | |
12624 fn exists before calling it. | |
12625 | |
12626 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
12627 Protect a `forward-sexp' call which could fail, and improved regex | |
12628 for ie, and eg abbreviations. | |
12629 | |
12630 1998-10-02 Noah Friedman <friedman@splode.com> | |
12631 | |
12632 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
12633 send-string. | |
12634 (rlogin-send-Ctrl-D): Here also. | |
12635 (rlogin-send-Ctrl-Z): Here also. | |
12636 (rlogin-send-Ctrl-backslash): Here also. | |
12637 | |
12638 1998-10-02 Dave Love <fx@gnu.org> | |
12639 | |
12640 * outline.el (hide-region-body): Bind | |
12641 outline-view-change-hook to nil while making repeated calls to | |
12642 outline-flag-region. Run it once at the end. | |
12643 (hide-other, hide-sublevels, show-children): Likewise. | |
12644 | |
12645 * info-look.el: Remove duplicate scheme-mode entry. | |
12646 (info-lookup-make-completions): When looking for entries, check | |
12647 that `item' isn't null or "Menu". | |
12648 | |
12649 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
12650 | |
12651 * net-utils.el: Don't require ffap. | |
12652 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
12653 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
12654 | |
12655 1998-09-30 Richard Stallman <rms@gnu.org> | |
12656 | |
12657 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
12658 | |
12659 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
12660 (imenu--sort-by-position): New function. | |
12661 | |
12662 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
12663 (customize group): Fix info node name. | |
12664 | |
12665 * mail/mailalias.el (build-mail-aliases): Don't allow | |
12666 a newline in the alias name. Don't define an alias | |
12667 if the definition would be empty. | |
12668 | |
12669 * which-func.el (which-func-mode-global): Make :set function | |
12670 more reliable. | |
12671 | |
12672 * custom.el (custom-set-variables): Load the requests first, | |
12673 then check the symbol's `set' function. | |
12674 | |
12675 * ffap.el: Doc fixes. | |
12676 | |
12677 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
12678 | |
12679 * gnus.el: (gnus-valid-select-methods): Fix type. | |
12680 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
12681 * gnus-score.el (gnus-orphan-score): Fix type. | |
12682 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
12683 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
12684 (gnus-saved-headers): Fix type. | |
12685 | |
12686 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
12687 Avoid nil value of `two-lines-citation-part'. | |
12688 | |
12689 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
12690 | |
12691 * which-func.el (which-function): Handle case when | |
12692 (car imenu--index-alist) is nil. | |
12693 | |
12694 1998-09-29 Dave Love <fx@gnu.org> | |
12695 | |
12696 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
12697 bzip2 args. | |
12698 | |
12699 1998-09-29 Simon Marshall <simon@gnu.org> | |
12700 | |
12701 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
12702 comint-exec-hook. | |
12703 | |
12704 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
12705 | |
12706 * info-look.el: Add support for Octave. | |
12707 | |
12708 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
12709 | |
12710 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
12711 (reftex-texpath-environment-variables, | |
12712 reftex-use-external-file-finders, reftex-external-file-finders, | |
12713 reftex-search-unrecursed-path-first): New options. | |
12714 (reftex-process-string, reftex-find-file-externally): New | |
12715 functions. | |
12716 (reftex-access-search-path): Execute shell commands to find the | |
12717 search path. | |
12718 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
12719 `reftex-auto-view-crossref' becomes non-nil. | |
12720 (reftex-abbrev-regexp): Constant removed. | |
12721 (reftex-convert-string): Abbrev regexp calculated locally. | |
12722 | |
12723 1998-09-28 Dave Love <fx@gnu.org> | |
12724 | |
12725 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
12726 font-lock patterns with keywords that aren't all literal. | |
12727 | |
12728 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
12729 | |
12730 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
12731 the form `octave.bin:1>' which come from using precopiled binary | |
12732 versions. | |
12733 | |
12734 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
12735 | |
12736 * help.el (help-for-help): Use %THIS-KEY%. | |
12737 (help-quit): Add doc. | |
12738 | |
12739 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
12740 in a separate function definition, not in the help command FNAME. | |
12741 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
12742 | |
12743 1998-09-25 Richard Stallman <rms@gnu.org> | |
12744 | |
12745 * textmodes/texinfo.el (texinfo-show-structure): | |
12746 Bind inhibit-read-only. | |
12747 | |
12748 * isearch.el (isearch-search-and-update): Properly | |
12749 handle upper case letters in the reverse-search special case. | |
12750 | |
12751 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
12752 | |
12753 * gnus.el: Extend the list of autoloaded functions. | |
12754 | |
12755 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
12756 buffer before creating help group. (from Gnus v5.6.43, fix by | |
12757 1998-08-20 Per Starback <starback@update.uu.se>) | |
12758 | |
12759 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
12760 `rmail-output-to-rmail-file'. | |
12761 | |
12762 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
12763 | |
12764 * hexl.el (hexl-mode-map): More of previous change. | |
12765 | |
12766 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
12767 (tex-start-tex): Don't use tex-start-options-string in star case. | |
12768 Quote file name in star case as well as in non-star. | |
12769 Add blank and quoting of option string here. | |
12770 (tex-start-options-string): Not here. | |
12771 | |
12772 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
12773 | |
12774 * term.el (term-delimiter-argument-list): Doc fix. | |
12775 (term-emulate-terminal): Escape literal semicolon. | |
12776 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
12777 (asm-comment-char): Escape literal semicolon. | |
12778 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
12779 | |
12780 1998-09-23 Richard Stallman <rms@gnu.org> | |
12781 | |
12782 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
12783 only those that normally modify the buffer. | |
12784 | |
12785 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
12786 over again. | |
12787 | |
12788 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
12789 | |
12790 * ispell.el (check-ispell-version): Ensure same buffer is current | |
12791 when let-binding of case-fold-search ends. | |
12792 | |
12793 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
12794 | |
12795 * ps-print.el: Skip invisible overlay. | |
12796 Test for set-buffer-multibyte rather than using mule-version. | |
12797 (ps-print-version): New version number (4.1) and doc fix. | |
12798 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
12799 | |
12800 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
12801 | |
12802 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
12803 | |
12804 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
12805 | |
12806 * international/quail.el (quail-update-guidance): Check for the | |
12807 return value of (quail-guidance) fixed. | |
12808 (quail-update-translation): Bind quail-current-str locally when it | |
12809 calls quail-update-guidance. | |
12810 (quail-update-translation): If input-method-exit-on-first-char is | |
12811 non-nil, terminate translation only when the current input method | |
12812 is simple. | |
12813 | |
12814 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
12815 | |
12816 * startup.el (locale-translation-file-name): Prefer X-related names | |
12817 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
12818 (command-line): Use locale-translation-file-name if it is not nil, | |
12819 instead of testing for its existence again. | |
12820 regexp-quote the ctype before using it in a regexp. | |
12821 Allow a colon to appear after the ctype in the aliases file, | |
12822 as is done in X11R6.4. | |
12823 | |
12824 1998-09-21 Richard Stallman <rms@gnu.org> | |
12825 | |
12826 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
12827 | |
12828 * calendar/appt.el (appt-interval): Variable deleted. | |
12829 (appt-check): For minutes in between appt-display-interval times, | |
12830 do check, but don't display anything except an updated mode line. | |
12831 Count against appt-display-interval based on minutes since | |
12832 first display of this appointment, not based on time of day. | |
12833 If appt-display-mode-line, force mode line redisplay | |
12834 whenever appt-mode-string has changed. | |
12835 (appt-add, appt-delete): Add autoload cookies. | |
12836 (appt-check): Catch errors from calling `diary'. | |
12837 (appt-max-time): Renamed from max-time. | |
12838 (appt-now-displayed, appt-display-count): New variables. | |
12839 (appt-timer): Don't create one if we already have one. | |
12840 | |
12841 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
12842 More general code to use the source buffer instead of the zap file. | |
12843 | |
12844 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
12845 compare-with-file. | |
12846 | |
12847 * loadhist.el (load-history-loaded): New variable. | |
12848 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
12849 | |
12850 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
12851 | |
12852 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
12853 Fix error messages. | |
12854 | |
12855 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
12856 | |
12857 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
12858 Emacs frame. | |
12859 | |
12860 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
12861 | |
12862 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
12863 `undecided' and `undecided-unix'. | |
12864 | |
12865 1998-09-21 Dave Love <fx@gnu.org> | |
12866 | |
12867 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
12868 | |
12869 * subr.el (remove-hook): Check list values to avoid errors. | |
12870 | |
12871 1998-09-18 Noah Friedman <friedman@splode.com> | |
12872 | |
12873 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
12874 store string in eldoc-last-message without consing a new string. | |
12875 Rearrange logic from nested if's into cond's. | |
12876 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
12877 Do not print message; just return string. | |
12878 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
12879 Do not print message; just return string. | |
12880 Cache that string in eldoc-last-data. | |
12881 (eldoc-last-data): Make into a vector. | |
12882 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
12883 (eldoc-get-var-docstring): Here also. | |
12884 (eldoc-last-data-store): New function. | |
12885 (eldoc-get-fnsym-args-string): Use it. | |
12886 (eldoc-get-var-docstring): Here also. | |
12887 (eldoc-docstring-first-line): Minimize interim string consing. | |
12888 Call substitute-command-keys on the result. | |
12889 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
12890 eldoc-docstring-message): Functions removed. | |
12891 (eldoc-docstring-format-sym-doc): New function, functionality | |
12892 ripped out of eldoc-docstring-message. | |
12893 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
12894 | |
12895 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
12896 | |
12897 * international/mule.el (make-coding-system): Doc-string modified. | |
12898 | |
12899 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
12900 | |
12901 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
12902 | |
12903 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
12904 customize type. | |
12905 | |
12906 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
12907 type. | |
12908 | |
12909 * progmodes/compile.el (compilation-error-screen-columns): New | |
12910 variable. | |
12911 (compilation-next-error-locus): Use it to decide whether to use | |
12912 forward-char or move-to-column. | |
12913 | |
12914 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
12915 | |
12916 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
12917 feedmail-fiddle-plex-user-list, | |
12918 feedmail-spray-address-fiddle-plex-list, | |
12919 feedmail-prompt-before-queue-user-alist, | |
12920 feedmail-prompt-before-queue-help-supplement, | |
12921 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
12922 feedmail-queue-alternative-mail-header-separator): Fix customize | |
12923 type. | |
12924 | |
12925 * startup.el (site-run-file): Fix customize type. | |
12926 | |
12927 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
12928 customize type. | |
12929 | |
12930 * shell.el (shell-input-autoexpand): Fix customize type. | |
12931 | |
12932 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
12933 Improve layout of customize type. | |
12934 | |
12935 * net-utils.el (traceroute-program-options, ping-program-options, | |
12936 ipconfig-program-options, netstat-program-options, | |
12937 arp-program-options, route-program-options, | |
12938 nslookup-program-options, ftp-program-options): Fix customize | |
12939 type. | |
12940 | |
12941 * midnight.el (clean-buffer-list-kill-regexps, | |
12942 clean-buffer-list-kill-buffer-names, | |
12943 clean-buffer-list-kill-never-buffer-names, | |
12944 clean-buffer-list-kill-never-regexps): Fix customize type. | |
12945 | |
12946 * man.el (Man-init-defvars): Avoid trailing nil on | |
12947 Man-filter-list. | |
12948 | |
12949 * lpr.el (printer-name): Fix customize type. | |
12950 | |
12951 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
12952 | |
12953 * international/mule-cmds.el (reset-language-environment): Call | |
12954 update-coding-systems-internal. | |
12955 | |
12956 * international/mule-conf.el: Call update-coding-systems-internal | |
12957 at the tail. | |
12958 | |
12959 1998-09-14 Dave Love <fx@gnu.org> | |
12960 | |
12961 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
12962 use the menu-enable properties, pending doing it correctly and | |
12963 acceptably fast. | |
12964 | |
12965 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
12966 | |
12967 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
12968 | |
12969 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
12970 comment-{start,end} non-nil as well as bound. Report an error if | |
12971 we can't grok the mode. | |
12972 | |
12973 1998-09-13 Richard Stallman <rms@gnu.org> | |
12974 | |
12975 * simple.el (blink-matching-open): Don't log paren matching | |
12976 messages in *Messages*. | |
12977 | |
12978 1998-09-12 Richard Stallman <rms@gnu.org> | |
12979 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
12980 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 12981 Set point-before-scroll at end even if there was an error. |
12982 | |
12983 * ange-ftp.el (ange-ftp-insert-file-contents): | |
12984 Use binary mode for dumb-unix hosts as for unix hosts. | |
12985 (ange-ftp-copy-file-internal): Likewise. | |
12986 | |
12987 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
12988 | |
12989 * emacs-lisp/pp.el: Doc fixes. | |
12990 | |
12991 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
12992 (widget-choose): Don't use single-char shortcuts if # items | |
12993 exceeds that many. Use minibuffer instead. | |
12994 | |
12995 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
12996 | |
12997 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
12998 | |
12999 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
13000 | |
13001 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
13002 in terminal mode. | |
13003 | |
13004 1998-09-10 Noah Friedman <friedman@splode.com> | |
13005 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
13006 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
25837 | 13007 defcustom declaration. It's wreaking too much havoc with XEmacs |
13008 and older versions of Emacs, which share this code. | |
13009 | |
13010 * type-break.el (type-break-mode): Here also. | |
13011 | |
13012 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
13013 `t' to add-hook also to modify the new local value. | |
13014 | |
13015 1998-09-10 Dave Love <fx@gnu.org> | |
13016 | |
13017 * vc.el (vc-insert-headers): Doc fix. | |
13018 | |
13019 1998-09-10 Richard Stallman <rms@gnu.org> | |
13020 | |
13021 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
13022 ispell-... variables permanent locals. | |
13023 (flyspell-mode-off): Add autoload cookie. | |
13024 | |
13025 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
13026 do use binary mode, just as for `unix'. | |
13027 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
13028 | |
13029 * dired.el (dired-mark-files-containing-regexp): | |
13030 Don't scan directories. Ignore non-readable files. | |
13031 | |
13032 * progmodes/compile.el (compilation-error-regexp-alist): | |
13033 Fix previous change: allow . and _ in command name. | |
13034 | |
13035 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
13036 | |
13037 * uncompress.el (uncompress-while-visiting): | |
13038 Use just the car of what find-operation-coding-system returns. | |
13039 | |
13040 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
13041 | |
13042 * shell.el (shell-file-name-quote-list): Add # to the value. | |
13043 | |
13044 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
13045 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
13046 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
25837 | 13047 to make killing of ispell process work even if |
13048 kill-all-local-variables has been run. | |
13049 | |
13050 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
13051 | |
13052 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
13053 loop when sexp entry ends at end of file with no newline. | |
13054 | |
13055 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
13056 | |
13057 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
13058 (Custom-reset-standard): Fix menu inconsistency. | |
13059 | |
13060 * mail/feedmail.el (feedmail-from-line): Allow t. | |
13061 (feedmail-message-id-suffix): Allow nil. | |
13062 | |
13063 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
13064 Simplify. Make prefix arg work right. | |
13065 | |
13066 1998-09-09 Dave Love <fx@gnu.org> | |
13067 | |
13068 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
13069 | |
13070 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
13071 | |
13072 1998-09-08 Dave Love <fx@gnu.org> | |
13073 | |
13074 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
13075 stuff only after file names or at start of line. Allow parens | |
13076 around e-mail, as well as angles. | |
13077 | |
13078 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
13079 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
13080 time for nicer failure if it's not available. | |
13081 | |
13082 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
13083 | |
13084 * comint.el (comint-arguments): Ignore backslashes when using | |
13085 w32 shells that expect backslashes as the directory separator. | |
13086 | |
13087 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
13088 | |
13089 * international/fontset.el (resolved-ascii-font): New variable. | |
13090 (x-complement-fontset-spec): By side effect, set | |
13091 `resolved-ascii-font' to the resolved name of ASCII font." | |
13092 (create-fontset-from-fontset-spec): Don't get a value for | |
13093 resolved-ascii-font from the list full-fontlist. It is set by | |
13094 x-complement-fontset-spec now. | |
13095 | |
13096 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
13097 version, check the value of mule-version. | |
13098 | |
13099 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
13100 | |
13101 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
13102 several functions. No longer moves to find a macro. | |
13103 (reftex-view-cr-cite, reftex-view-cr-ref, | |
13104 reftex-end-of-bib-entry): New functions. | |
13105 (reftex-auto-view-crossref): New value `window' allowed. | |
13106 (reftex-view-crossref-when-idle): Process new `window' option in | |
13107 (reftex-translate-to-ascii-function): New default. | |
13108 (reftex-label-illegal-re): Default changed, removed Latin1. | |
13109 (reftex-latin1-to-ascii): New function. | |
13110 (reftex-what-environment): Check for section regexp before use. | |
13111 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
13112 absolute path names. | |
13113 (reftex-TeX-master-file): Changed sequence of file checks. | |
13114 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
13115 | |
13116 1998-09-06 Richard Stallman <rms@gnu.org> | |
13117 | |
13118 * progmodes/compile.el (compilation-error-regexp-alist): | |
13119 In first pattern (GNU utilities and other things), | |
13120 allow a space after the optional program name at the beginning. | |
13121 | |
13122 * mail/mail-hist.el (mail-hist-current-header-contents): | |
13123 Fix previous change: use mail-header-end. | |
13124 | |
13125 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
13126 | |
13127 * international/ccl.el: Doc fixes. | |
13128 * international/encoded-kb.el: Doc fixes. | |
13129 * international/fontset.el: Doc fixes. | |
13130 * international/kinsoku.el: Doc fixes. | |
13131 * international/kkc.el: Doc fixes. | |
13132 * international/mule-cmds.el: Doc fixes. | |
13133 * international/mule-conf.el: Doc fixes. | |
13134 * international/mule-util.el: Doc fixes. | |
13135 * international/mule.el: Doc fixes. | |
13136 | |
13137 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
13138 | |
13139 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
13140 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
13141 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
13142 punctuation for first line sentence breaking. | |
13143 (checkdoc-this-string-valid): When converting a comment into a doc | |
13144 string, make sure " chars are \". | |
13145 (checkdoc-sentencespace-region-engine): Only do double space check | |
13146 if based on the variable `sentence-end-double-space' | |
13147 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
13148 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
13149 | |
13150 1998-09-04 Richard Stallman <rms@gnu.org> | |
13151 | |
13152 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
13153 Recognize define-skeleton as a function definer. | |
13154 | |
13155 * cus-edit.el (customize-option): Refuse to customize | |
13156 a variable that has no defcustom. But if variable is autoloaded, | |
13157 first try to load the library that defines it. | |
13158 | |
13159 * international/iso-insert.el: Use `string' before calling `insert' | |
13160 so that in multibyte buffers we insert multibyte chars. | |
13161 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
13162 * dired.el (dired-mark-files-containing-regexp): |
25837 | 13163 Don't use find-file; instead, insert the file in a temp buffer. |
13164 | |
13165 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
13166 (tex-start-tex): Use that variable. | |
13167 | |
13168 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
13169 value in the `repeat' alternative a list. | |
13170 | |
13171 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
13172 the inserted newline, verify that one was really inserted. | |
13173 | |
13174 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
13175 remains on or remains off. | |
13176 (flyspell-multi-language-p): Default changed to nil. | |
13177 | |
13178 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
13179 In "found in comment" case, don't beginning-of-line after forward-line. | |
13180 | |
13181 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
13182 If the function definition is not a lambda, return original FORM | |
13183 with no error. | |
13184 | |
13185 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
13186 | |
13187 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
13188 so that by default netstat shows all network connections. | |
13189 | |
13190 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
13191 | |
13192 * international/quail.el: Doc fixes. | |
13193 | |
13194 * info.el (info): Don't add parens if FILE already has them. | |
13195 | |
13196 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
13197 | |
13198 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
13199 on extension lines. | |
13200 | |
13201 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
13202 | |
13203 * w32-fns.el (w32-shell-dos-semantics): New function. | |
13204 | |
13205 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
13206 | |
13207 * 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
|
13208 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 13209 |
13210 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
13211 | |
13212 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
13213 argument to ps-mule-generate-bitmap-font. | |
13214 | |
13215 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
13216 entry and change Latin-1 entry in the default value. | |
13217 (ps-mule-font-info-database-ps-bdf): New variable. | |
13218 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
13219 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
13220 registerd in FONT-SPEC. | |
13221 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
13222 charcter width of bitmap fonts. | |
13223 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
13224 procedure NF. | |
13225 (ps-begin-file): Output PostScript code for setting | |
13226 SpaceWidthRatio. | |
13227 (ps-plot-region): Use line-beginning-position to get a position of | |
13228 the beginning of the current line. | |
13229 | |
13230 * international/mule-cmds.el (register-input-method): Doc-string | |
13231 modified. | |
13232 | |
13233 1998-09-01 Dave Love <fx@gnu.org> | |
13234 | |
13235 * international/mule-cmds.el (current-language-environment): Fix | |
13236 setter function. | |
13237 | |
13238 1998-09-01 Simon Marshall <simon@gnu.org> | |
13239 | |
13240 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
13241 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
13242 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
13243 names with font-lock-type-face. Fontify type specs, etc., with | |
13244 font-lock-keyword-face. | |
13245 | |
13246 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
13247 | |
13248 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
13249 font is specified in FONTLIST, don't substitute it for the | |
13250 resolved name. | |
13251 | |
13252 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
13253 | |
13254 * international/mule.el (charset-description): Doc fix. | |
13255 | |
13256 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
13257 language/devanagari.el, language/ethiopic.el, | |
13258 language/european.el, language/hebrew.el, language/indian.el, | |
13259 language/japanese.el, language/korean.el, language/lao.el, | |
13260 language/slovak.el, language/thai.el, language/tibetan.el, | |
13261 language/vietnamese.el: | |
13262 Add coding: local variable, to avoid bootstrapping problem | |
13263 if you need to recompile all the Lisp files using interpreted code. | |
13264 | |
13265 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
13266 | |
13267 * cal-china.el (chinese-year-cache): Change range of years from | |
13268 1989-2000 to 1990-2010. | |
13269 | |
13270 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
13271 | |
13272 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
13273 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
13274 | |
13275 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
13276 | |
13277 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
13278 (ps-output-string-prim): Comment format changed. | |
13279 (ps-do-despool): Indentation of source code changed. | |
13280 | |
13281 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
13282 | |
13283 * subr.el (sref): Make it an alias of aref. Make the | |
13284 byte-compiler warn that it is obsolete. | |
13285 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
13286 | |
13287 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
13288 Calculate the total bytes using position-bytes instead of | |
13289 char-bytes. | |
13290 | |
13291 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
13292 | |
13293 * snmp-mode.el: New file. | |
13294 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
13295 | |
13296 1998-08-27 Karl Eichwalder <ke@suse.de> | |
13297 | |
13298 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
13299 | |
13300 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
13301 | |
13302 * calendar/diary-lib.el (diary-block): Doc fix.. | |
13303 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
13304 | |
13305 1998-08-27 Richard Stallman <rms@gnu.org> | |
13306 | |
13307 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
13308 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
13309 Clear appt-mode-string if we don't put something in it. | |
13310 | |
13311 1998-08-27 Dave Love <fx@gnu.org> | |
13312 | |
13313 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
13314 dired-local-variables-file for dired-x. | |
13315 | |
13316 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
13317 for compressed library files too. | |
13318 | |
13319 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
13320 | |
13321 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
13322 ("Latin-2"): Likewise. | |
13323 | |
13324 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
13325 | |
13326 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
13327 | |
13328 1998-08-26 Albert L. Ting <alt@artisan.com> | |
13329 | |
13330 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
13331 (mail-hist-current-header-contents): Use mail-text-start. | |
13332 | |
13333 1998-08-26 Richard Stallman <rms@gnu.org> | |
13334 | |
13335 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
13336 (customize-changed-options-previous-release): New variable. | |
13337 (customize-changed-options): Use that variable as default arg. | |
13338 | |
13339 1998-08-26 Karl Eichwalder <ke@suse.de> | |
13340 | |
13341 * midnight.el: Require `timer' not only when compiling. | |
13342 | |
13343 1998-08-26 Per Starback <starback@update.uu.se> | |
13344 | |
13345 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
13346 buffer before creating help group. | |
13347 | |
13348 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
13349 | |
13350 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
13351 coding-system-for-write before saving. | |
13352 | |
13353 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
13354 | |
13355 * isearch.el (isearch-forward): Doc fix. | |
13356 | |
13357 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
13358 | |
13359 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
13360 value, not a float. | |
13361 | |
13362 * cus-dep.el: Fix typo in output. | |
13363 | |
13364 1998-08-25 Dave Love <fx@gnu.org> | |
13365 | |
13366 * repeat.el (repeat): Doc fix. | |
13367 [From rms:] | |
13368 (repeat-previous-repeated-command): New variable. | |
13369 (repeat): Check for real-last-command being null or repeat. Set | |
13370 repeat-previous-repeated-command. | |
13371 | |
13372 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
13373 | |
13374 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
13375 | |
13376 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
13377 coding-system-for-write by the return value of | |
13378 select-message-coding-system. | |
13379 (message-send-mail-with-qmail): Likewise. | |
13380 | |
13381 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
13382 | |
13383 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
13384 define-derived-mode. | |
13385 | |
13386 * files.el (file-name-invalid-regexp): | |
13387 Fix regex for ms-dos without long file names. | |
13388 | |
13389 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
13390 | |
13391 * ps-print.el: Multi-byte buffer handling. | |
13392 (ps-print-version): New version number (4.0) and doc fix. | |
13393 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
13394 compilation for GNU Emacs and emacsens. | |
13395 (ps-generate-postscript-with-faces): Force invisible text to be | |
13396 visible. | |
13397 (dos-ps-printer): New var to avoid compilation gripes. | |
13398 | |
13399 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
13400 | |
13401 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
13402 that no more characters can't be printed in the current line. | |
13403 | |
13404 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
13405 | |
13406 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
13407 greater than TO. | |
13408 | |
13409 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
13410 | |
13411 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
13412 20.2 and the earlier version. | |
13413 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
13414 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
13415 (ps-mule-find-wrappoint): Likewise. | |
13416 (ps-mule-generate-font): Change `X' to `x' in format | |
13417 control-string. | |
13418 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
13419 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
13420 `restore' form procedures `BC' and `EC'. | |
13421 | |
13422 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
13423 | |
13424 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
13425 is an executable procedure. Make LineThickness, Xshadow, and | |
13426 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
13427 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
13428 ps-mule-font-info-database-bdf): New vars. | |
13429 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
13430 (ccl-encode-ethio-unicode): New CCL program. | |
13431 (ps-mule-encode-ethiopic): New fun. | |
13432 (ps-mule-current-charset): New var. | |
13433 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
13434 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
13435 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
13436 (ps-mule-external-libraries): New var. | |
13437 (ps-mule-init-external-library): New fun. | |
13438 (ps-mule-font-cache): New var. | |
13439 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
13440 (ps-last-font): New var. | |
13441 (ps-mule-prepare-font): New fun. | |
13442 (ps-mule-charset-list): New var. | |
13443 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
13444 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
13445 ps-mule-plot-string): New funs. | |
13446 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
13447 New vars. | |
13448 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
13449 ps-mule-prepare-cmpchar-font): New funs. | |
13450 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
13451 vars. | |
13452 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
13453 ps-mule-generate-bitmap-glyph): New funs. | |
13454 (ps-mule-initialize, ps-mule-begin): New funs. | |
13455 (ps-output-string-prim): Insert string as unibyte. | |
13456 (ps-output-prologue): New fun. | |
13457 (ps-flush-output): Handle the case of 'prologue. | |
13458 (ps-begin-file): Call ps-mule-initialize. | |
13459 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
13460 printing multibyte characters. | |
13461 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
13462 (ps-basic-plot-string): Handle the case of printing ASCII | |
13463 characters by external libraries (e.g. BDF). | |
13464 (ps-set-font): Set ps-last-font. | |
13465 (ps-plot-region): Handle multibyte characters, use | |
13466 ps-mule-plot-string for them. | |
13467 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
13468 | |
13469 * bdf.el: New file. | |
13470 | |
13471 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
13472 | |
13473 * international/mule-cmds.el (select-message-coding-system): New | |
13474 function. | |
13475 (set-language-environment-coding-systems): Set | |
13476 default-sendmail-coding-system. | |
13477 | |
13478 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
13479 (default-sendmail-coding-system): New variable. | |
13480 (sendmail-send-it): Encode the message by a coding system | |
13481 select-message-coding-system returns. | |
13482 | |
13483 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
13484 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
13485 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
25837 | 13486 (speedbar-mode): Set buffer to read only. |
13487 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
13488 with arguments. | |
13489 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
13490 | |
13491 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
13492 | |
13493 * speedbar.el (speedbar-key-map): Fix typo. | |
13494 | |
13495 See ChangeLog.7 for earlier changes. |