Mercurial > emacs
annotate lisp/ChangeLog @ 30960:c598e9bfdce2
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 19 Aug 2000 01:59:21 +0000 |
parents | 3e6393238058 |
children | 0bf7e72d456f |
rev | line source |
---|---|
30960 | 1 2000-08-19 Miles Bader <miles@gnu.org> |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
4 Compiler macro removed; beginning-of-line is no longer always | |
5 equivalent to forward-line, in the presence of fields. | |
6 | |
7 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
8 restriction, and just use save-restriction, now that it works | |
9 correctly. Don't adjust comint-last-input-start to account for | |
10 our insertion; it shouldn't have moved because we don't use | |
11 insert-before-markers anymore. Comment out call to | |
12 `force-mode-line-update'; why is it here? | |
13 | |
14 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
15 while checking for prompt to delete. Use `forward-line 0' | |
16 instead of beginning-of-line. | |
17 (gud-filter): Temporarily widen gud comint buffer while | |
18 examining output. | |
19 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
20 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
21 |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
22 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
23 check since ispell-process is not bound when ispell is not yet loaded. |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
24 |
30953 | 25 2000-08-18 Dave Love <fx@gnu.org> |
26 | |
27 * image.el (find-image): Copy `spec' before using plist-put. | |
28 | |
30948 | 29 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
30 | |
31 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
32 `portugues'. | |
33 | |
34 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
35 backward-kill-sexp, analogous to kill-sexp. | |
36 | |
37 * progmodes/icon.el (icon-indent-line) | |
38 (icon-is-continuation-line): Handle comments specially. | |
39 | |
40 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
41 | |
42 * ispell.el: Set to standard author/maintainer/keyword fields. | |
43 Fine tuning to menu map appearance and operation, and added help. | |
44 Remove `start' and `end' error messages when compiling. | |
45 (ispell-choices-win-default-height): Fixed comment string. | |
46 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
47 castellano8 dictionaries. | |
48 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
49 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
50 dictionary, added italiano dictionary. | |
51 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
52 word character | |
53 (ispell-tex-skip-alists): Added psfig support. | |
54 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
55 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
56 (ispell-minor-check): Improved html skipping support to skip across | |
57 code, and recognize `&' commands without propper `;' syntax; | |
58 (ispell-process-line): Fix alignment error when manually | |
59 correcting spelling. | |
60 (ispell): Fix comment string. | |
61 (ispell-add-per-file-word-list): Always put word list on new line. | |
62 | |
30922 | 63 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
64 | |
30928 | 65 * format.el (format-encode-run-method): Fix error message to say |
66 `encode' instead of `decode'. Use save-window-excursion around | |
67 shell-command-on-region as in format-decode-run-method because | |
68 shell-command-on-region can display a buffer with error output. | |
69 (format-decode): Don't record undo information for the decoding. | |
70 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
71 that number part of the temporary buffer name so that more than | |
72 one decoding using a temporary buffer can happen safely. | |
73 | |
74 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
75 of `A-z' in the regexp. | |
76 | |
77 * hilit-chg.el: Fix typos in commentary. | |
78 | |
30922 | 79 * help.el (view-emacs-news): Rewritten for new naming scheme |
80 for old NEWS files. | |
81 | |
82 * startup.el (command-line): Pop to *Messages* in case an error | |
83 is signaled while loading user-init-file. | |
84 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
85 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
86 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
87 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
88 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
89 |
30906 | 90 2000-08-17 Alex Schroeder <alex@gnu.org> |
91 | |
92 * sql.el (sql-magic-go): Use comint-bol. | |
93 (sql-copy-column): Use comint-line-beginning-position. | |
94 (comint-line-beginning-position): Define a replacement for | |
95 comint-line-beginning-position if it is not fboundp. | |
96 | |
97 2000-08-17 Alex Schroeder <alex@gnu.org> | |
98 | |
99 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
100 it didn't have any effect anyway. | |
101 | |
102 2000-08-17 Alex Schroeder <alex@gnu.org> | |
103 | |
104 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
105 --pset and pager=off instead of sending \\o|cat at the beginning | |
106 of the session. | |
107 | |
30903 | 108 2000-08-17 Miles Bader <miles@gnu.org> |
109 | |
110 * progmodes/octave-inf.el: Add compatibility definition of | |
111 comint-line-beginning-position. | |
112 | |
30898 | 113 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
114 | |
115 * startup.el (normal-top-level): Look in each dir in load-path for | |
116 a leim-list.el file too. This assures of loading leim-list.el | |
117 that is created at Emacs installation time even if a user have his | |
118 own leim-list.el. | |
119 | |
30897 | 120 2000-08-17 Miles Bader <miles@gnu.org> |
121 | |
122 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
123 foreground color to black if the background is dark. | |
124 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
125 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
126 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
127 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
128 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
129 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
130 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
131 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
132 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
133 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
134 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
135 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
136 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
137 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
138 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
139 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
140 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
141 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
142 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
143 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
144 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
145 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
146 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
147 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
148 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
149 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
150 (cvs-revert-if-needed): Avoid re-eval of local variables and modes. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
151 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
152 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
153 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
154 (compilation-find-file): Avoid find-file (fails in a dedicated window). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
155 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
156 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
157 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
158 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
159 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
160 (diff-find-source-location): New fun, extracted from diff-goto-source. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
161 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
162 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
163 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
164 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
165 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
166 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
167 * msb.el (msb-mode): Define it in terms of define-minor-mode. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
168 |
30870 | 169 2000-08-16 Dave Love <fx@gnu.org> |
170 | |
30894 | 171 * windmove.el (windmove) <defgroup>: Add :version. |
172 | |
173 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
174 (goto-address-fontify-p, goto-address-highlight-p) | |
175 (goto-address-url-face, goto-address-url-mouse-face) | |
176 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
177 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
178 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
179 (goto-address-at-point): browse-url-url-at-point, | |
180 goto-address-find-address-at-point can return nil. | |
181 (goto-address-find-address-at-point): Return nil on failure. | |
182 | |
183 * align.el (align) <defgroup>: Add :version. | |
184 | |
185 * calculator.el (calculator): Add :version. | |
186 (calculator): Use two lines for calculator window if `modeline' | |
187 face is boxed. | |
188 | |
30870 | 189 * play/5x5.el: Doc fixes. |
190 (5x5) <defgroup>: Add :version. | |
191 | |
192 * play/fortune.el (fortune) <defgroup>: Add :version. | |
193 (fortune-append): Fix error message. | |
194 (fortune-from-region): Doc fix. | |
195 | |
196 * play/pong.el (pong): Doc fix. | |
197 | |
198 * play/morse.el: Keywords, commentary, autoloads. | |
199 | |
30854 | 200 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
201 | |
202 * desktop.el (desktop-save): Don't look at symbol-value of a | |
203 member of minor-mode-alist, unless it is boundp. | |
204 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
205 2000-08-16 Sam Steingold <sds@gnu.org> |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
206 |
30897 | 207 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
208 `while'; use `with-current-buffer' instead of `save-excursion'. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
209 Removed unnecessary kludges now that "*Buffer List*" is excluded. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
210 |
30846 | 211 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
212 | |
213 * international/ccl.el (declare-ccl-program): Docstring modified. | |
214 (ccl-execute-with-args): Likewise. | |
215 | |
30839 | 216 2000-08-16 Miles Bader <miles@gnu.org> |
217 | |
30903 | 218 * progmodes/sql.el: Add compatibility definition of |
30839 | 219 comint-line-beginning-position. |
220 | |
30808 | 221 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
222 | |
30829 | 223 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
224 'buffer-menu' property. | |
225 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
226 fails. | |
227 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
228 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
229 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
230 |
30825 | 231 * buff-menu.el (list-buffers-noselect): Don't display the |
232 *Buffer List* buffer. | |
233 | |
30822 | 234 * font-lock.el: Require jit-lock to prevent a very late |
235 `Loading jit-lock' message. | |
236 | |
30808 | 237 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
238 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 239 mail address. |
240 | |
30804 | 241 2000-08-15 Miles Bader <miles@gnu.org> |
242 | |
243 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
244 (ispell-choices-win-default-height, ispell-help): Use | |
245 `ispell-graphic-p' instead of `xemacsp'. | |
246 | |
30802 | 247 2000-08-15 Dave Love <fx@gnu.org> |
248 | |
30842 | 249 * simple.el: Autoload widget-convert when compiling. |
250 (mail-user-agent): Doc fix. | |
251 | |
252 * help.el (function-called-at-point, variable-at-point): Use | |
253 with-syntax-table. | |
254 (help-manyarg-func-alist): Add insert-and-inherit. | |
255 | |
256 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
257 | |
258 * delsel.el (delsel-unload-hook): New function. | |
259 | |
260 * find-file.el: Doc fixes. Move provide to end. | |
261 (ff) <defgroup>: Add :link. | |
262 (ff-goto-click): Deleted. | |
263 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
264 Use mouse-set-point. | |
265 | |
266 * textmodes/tildify.el: Doc fixes. | |
267 (tildify) <defgroup>: Add:version. | |
268 | |
269 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
270 (glasses-custom-set): Use set-default, not set. | |
271 (minor-mode-alist): Propertize the lighter. | |
272 (glasses-mode): Provide optional arg. | |
273 | |
30813 | 274 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
275 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
276 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
277 option. Provide :type. | |
278 (cwarn-configuration): Provide :type. | |
279 (cwarn-mode): Doc fix. | |
280 | |
281 * add-log.el (change-log-merge): Doc fix. | |
282 (change-log-redate): New command. | |
283 | |
30802 | 284 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
285 Doze and Dog. | |
286 (browse-url): Use dolist, not mapcar. | |
287 (browse-url-at-point): Check for null url. | |
288 (browse-url-event-buffer, browse-url-event-point): Functions | |
289 deleted. | |
290 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
291 | |
292 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
293 modes. | |
294 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
295 Fix previous change to mapcan. | |
296 (msb--init-file-alist, msb--add-separators) | |
297 (msb--make-keymap-menu): Simplify. | |
298 (msb--choose-file-menu): Use copy-sequence. | |
299 (msb-mode-map): Add title to keymap. | |
300 (msb-unload-hook): New function. | |
301 | |
302 * bs.el: Fix indentation. | |
303 (bs) <defgroup>: Add :links. | |
30894 | 304 (bs-show): Doc fix. |
305 (bs-apply-sort-faces): Don't use window-system. | |
306 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 307 |
30796 | 308 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
309 | |
310 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
311 convert-standard-filename. | |
312 | |
30788 | 313 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
314 | |
30790 | 315 * emacs-lisp/authors.el: New file. |
316 | |
30788 | 317 * paren.el (show-paren-priority): New user option. |
318 (show-paren-function): Set overlay priorities to | |
319 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
320 |
30783 | 321 2000-08-14 Miles Bader <miles@gnu.org> |
322 | |
323 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
324 beginning-of-line with inhibit-field-text-motion bound. | |
325 | |
30781 | 326 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
327 | |
328 * calendar/timeclock.el: New file. | |
329 | |
330 2000-08-14 David Ponce <david@dponce.com> | |
331 | |
332 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
333 `widget-button-click'. so that one can use left mouse button to | |
334 click on dialog buttons. | |
335 | |
336 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
337 | |
338 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
339 identifiers, since XML is case sensitive | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
340 |
30767 | 341 2000-08-12 Miles Bader <miles@gnu.org> |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
342 |
30769 | 343 * comint.el (comint-output-filter): Don't bother frobbing |
344 window-start, it doesn't seem to be necessary. | |
30767 | 345 |
346 * comint.el (comint-send-string, comint-send-region): Make into | |
347 real functions. Snapshot the prompt before sending. | |
348 | |
30764 | 349 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
350 | |
351 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
352 technique similar to Info-index, instead of relying on specific | |
353 names of relevant Index nodes. | |
354 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
355 going to the first node found by Info-find-emacs-command-nodes. | |
356 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
357 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 358 |
359 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
360 | |
30741 | 361 2000-08-10 Miles Bader <miles@gnu.org> |
362 | |
363 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
364 | |
30739 | 365 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
366 | |
367 * info.el (Info-file-list-for-emacs): More elements for the | |
368 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
369 and woman manuals. | |
370 | |
30737 | 371 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
372 | |
373 * comint.el (comint-send-input): Make the newline boundary overlay | |
374 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
375 (comint-output-filter): Use `insert' instead of | |
376 `insert-before-markers'. Extend comint-last-output-overlay when | |
377 necessary since we can't rely on insert-before-markers to do it. | |
378 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
379 save-excursion when inserting the output, so that point gets | |
380 updated correctly; the old method relied on a rather dodgy | |
381 side-effect of comint-output-filter to avoid the effect of | |
382 save-excursion. | |
383 | |
30734 | 384 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
385 | |
386 * files.el (recover-file): Call insert-directory instead of | |
387 invoking `ls' directly. | |
388 | |
30732 | 389 2000-08-10 Miles Bader <miles@gnu.org> |
390 | |
391 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
392 (comint-last-prompt-overlay): New variables. | |
393 (comint-output-filter): Implement prompt highlighting. | |
394 (comint-snapshot-last-prompt): New function. | |
395 (comint-send-input): Snapshot the last prompt. | |
396 Use comint-highlight-input-face. | |
397 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
398 Use defface instead of defcustom. | |
399 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
400 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
401 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
402 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
403 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
404 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
405 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
406 (regexp-opt-group): Use a list of chars for `letters'. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
407 (regexp-opt-charset): `chars' is now a list of chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
408 Use a char-table rather than a vector so it works for multibyte chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
409 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
410 * pcvs.el (cvs-menu): Don't move point. Use popup-menu. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
411 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
412 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
413 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
414 |
30715 | 415 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
416 | |
417 * files.el (insert-directory): Don't call access-file on | |
418 directories on DOS and Windows. | |
419 | |
30704 | 420 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
421 | |
422 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
423 longer if necessary. | |
424 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
425 ccl-program-vector. | |
426 | |
30701 | 427 2000-08-09 Miles Bader <miles@gnu.org> |
428 | |
429 * comint.el (comint-output-filter): Properly handle the case where | |
430 the text surrounded by comint-last-output-overlay was deleted. | |
431 | |
30671 | 432 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
433 | |
30693 | 434 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
435 non-nil. | |
436 (Info-file-list-for-emacs): Remove "info" from the list because | |
437 that leads to trying to use the documentation from file `info' | |
438 in various situations where it isn't appropriate, for instance | |
439 C-h C-k C-h i. | |
440 | |
441 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
442 DIR and/or STRING are nil. | |
443 | |
444 * progmodes/compile.el (compilation-setup): Make variable | |
445 compilation-error-screen-columns buffer-local, as some comment | |
446 in the code suggests it should be. | |
447 | |
448 * files.el (auto-mode-interpreter-regexp): New variable. | |
449 (set-auto-mode): Use it. | |
450 | |
451 * indent.el (indent-for-tab-command): Doc fix. | |
452 | |
453 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
454 | |
30671 | 455 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
456 labels. | |
457 | |
458 * help.el (print-help-return-message): When | |
459 display-buffer-reuse-frames is set, let the help window been quit, | |
460 instead of deleting it, which might delete a reused frame. | |
461 | |
30664 | 462 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
463 | |
464 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
465 rename a directory to a name that differs only by its letter case. | |
466 | |
30655 | 467 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
468 | |
469 * international/quail.el (quail-define-rules): Handle Quail decode | |
470 map correctly. Add code for supporting annotations. | |
471 (quail-install-decode-map): New function. | |
472 (quail-defrule-internal): New optional arguments decode-map and | |
473 props. | |
474 (quail-advice): New function. | |
475 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
476 2000-08-07 Sam Steingold <sds@gnu.org> |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
477 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
478 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
479 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
480 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
481 |
30649 | 482 2000-08-03 Miles Bader <miles@gnu.org> |
483 | |
484 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
485 New variable. | |
486 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
487 comint-use-prompt-regexp-instead-of-fields. | |
488 (comint-send-input): Add `input' field property to stuff we send to | |
489 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
490 (comint-output-filter): Add `output' field property to process | |
491 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
492 (comint-replace-by-expanded-history) | |
493 (comint-get-old-input-default, comint-show-output) | |
494 (comint-backward-matching-input, comint-forward-matching-input) | |
495 (comint-next-prompt, comint-previous-prompt): Use field | |
496 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
497 (comint-line-beginning-position): New function. | |
498 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
499 (comint-replace-by-expanded-history-before-point): Use | |
500 comint-line-beginning-position and line-end-position. | |
501 (comint-last-output-overlay): New variable. | |
502 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
503 | |
504 * shell.el (shell-prompt-pattern): Doc change. | |
505 (shell-backward-command): Use line-beginning-position. | |
506 | |
507 * gud.el (gud-gdb-complete-command): Use | |
508 comint-line-beginning-position. | |
509 | |
510 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
511 comint-bol doesn't actually go to the beginning of the line. | |
512 | |
513 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
514 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
515 (try-expand-line-all-buffers): Likewise. | |
516 | |
517 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
518 explicitly matching comint-prompt-regexp. | |
519 (sql-copy-column): Use comint-line-beginning-position instead of | |
520 explicitly matching comint-prompt-regexp. | |
521 | |
522 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
523 comint-line-beginning-position. | |
524 | |
525 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
526 | |
527 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
528 looking for a prompt, use `forward-line 0' instead of | |
529 `beginning-of-line', to avoid getting caught by an input field. | |
530 | |
30633 | 531 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
532 | |
533 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
534 PATTERN, in the Unix case. | |
535 | |
30629 | 536 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
537 | |
538 * play/zone.el (zone): Discard any pending input before running | |
539 the randomly-chosen pgm. | |
540 | |
30623 | 541 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
542 | |
543 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
544 checking the existence of any multibyte characters. | |
545 | |
30619 | 546 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
547 | |
30622 | 548 * help.el (describe-mode): Test minor-mode symbol for being |
549 bound before testing its value for being nil. | |
550 | |
30619 | 551 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
552 `first', `second', and `third'. | |
553 | |
554 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
555 (second): Make it an alias for `cadr'. | |
556 | |
30616 | 557 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
558 | |
559 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
560 types of display support faces now. | |
561 | |
30614 | 562 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
563 | |
564 * pcvs.el (require): Require `cl' during compilation, only. | |
565 | |
566 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
567 (toplevel): Remove `remq' and `remove' from autoloads. | |
568 (cl-fake-autoloads): New variable. If set, arrange for an error | |
569 when CL functions etc. are autoloaded. | |
570 | |
30585 | 571 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
572 | |
30593 | 573 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
574 | |
30591 | 575 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
576 popped up, but the user clicks outside the menu, return an empty | |
577 regexp (that causes unhighlight-regexp to have no effect). | |
578 | |
30589 | 579 * menu-bar.el (menu-bar-games-menu): Add Zone. |
580 | |
30585 | 581 * hi-lock.el (toplevel): Require font-lock. |
582 | |
30576 | 583 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
584 | |
585 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
586 (ebnf-8-bit-chars): New var for bug fix. | |
587 (ebnf-string): Bug fix. | |
588 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
589 2000-08-03 Sam Steingold <sds@gnu.org> |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
590 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
591 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties' |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
592 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
593 (require 'cl): Always, not just when compiling. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
594 `ignore-errors' in `interactive', `list*', `defun*' &c make this |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
595 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
596 |
30567 | 597 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
598 | |
599 * international/mule-cmds.el (select-safe-coding-system): Make | |
600 the message text about selecting a safe coding system more clear. | |
601 | |
30564 | 602 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
603 | |
30565 | 604 * hi-lock.el: New file. |
605 | |
606 * play/zone.el: New file. | |
607 | |
30564 | 608 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
609 value of tab-width in the original buffer. Choose a line number | |
610 format that's a multiple of the original buffer's tab width, so | |
611 that lines appear right. | |
612 | |
613 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
614 Spell-check active region if in transient-mark-mode and mark | |
615 is active; otherwise spell-check buffer. | |
616 | |
617 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
618 | |
619 * ps-mule.el: Fix a customization problem on | |
620 ps-mule-font-info-database-default. | |
621 | |
30555 | 622 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
623 | |
624 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
625 display-mouse-p instead of window-system. | |
626 (ebrowse-member-mode-map): Ditto. | |
627 | |
30553 | 628 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
629 | |
630 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
631 fix. | |
632 (ebnf-version): New version number (3.2). | |
633 (ebnf-format-color, ebnf-begin-job): Code fix. | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
634 |
30547 | 635 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
636 | |
30549 | 637 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
638 font lock support on window-system. | |
639 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
640 | |
30547 | 641 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
642 display-color-p, if fboundp, instead of window-system. | |
643 | |
30545 | 644 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
645 | |
646 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
647 instead of window-system. | |
648 | |
649 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
650 window-system. | |
651 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
652 instead of window-system. | |
653 | |
654 * strokes.el (strokes-file): Run the file name through | |
655 convert-standard-filename. | |
656 (strokes-mode): Call display-mouse-p instead of looking at | |
657 window-system. Change the error message accordingly. | |
658 | |
659 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
660 | |
661 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
662 (lm-plot-square, lm-init-display): Don't use window-system. | |
663 | |
664 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
665 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
666 | |
667 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
668 instead of looking at window-system. | |
669 | |
30528 | 670 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
671 | |
672 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
673 of testing if iswitchb-prepost-hooks is bound, because the | |
674 latter will always be true when invoking a recursive minibuffer | |
675 from an active Iswitchb buffer. | |
676 | |
30526 | 677 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
678 | |
679 * files.el (shell-quote-wildcard-pattern): New function. | |
680 (insert-directory): Call it. Only prepend "\" to command on Unix | |
681 and GNU/Linux systems. | |
682 | |
30524 | 683 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
684 | |
685 * eshell/esh-groups.el: Change custom :link file names | |
686 from `eshell.info' to `eshell'. | |
687 | |
688 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
689 | |
690 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
691 correctly in recursive ange-ftp listings. | |
692 | |
693 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
694 | |
695 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
696 ps-header-font-size-internal and | |
697 ps-header-title-font-size-internal variables are not set, | |
698 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
699 face text property is (foreground-color . COLOR) or | |
700 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
701 (ps-print-version): New version number (5.2.4). | |
702 (ps-plot-region): Code fix. | |
703 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
704 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
705 Bug fix 2. | |
706 | |
707 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
708 | |
709 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
710 identifiers like `myXMLDocument'. | |
711 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
712 2000-07-28 Karl Fogel <kfogel@red-bean.com> |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
713 |
30524 | 714 * mail/mail-hist.el (mail-hist-previous-input) |
715 (mail-hist-next-input): Do the obvious code factorization. | |
716 (mail-hist-retrieve-and-insert): New func, contains common | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
717 code of above two. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
718 If inserting a message body, leave point at top. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
719 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
720 2000-07-28 Sam Steingold <sds@gnu.org> |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
721 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
722 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 723 Use `<=', not `<' to compare times! |
724 (ange-ftp-ls): Remove. | |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
725 |
30502 | 726 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
727 | |
30516 | 728 * play/cookie1.el: Add explanation of how to make cookie.el |
729 compatible with strfile(1) to comment. | |
730 | |
731 * subr.el (remove, remq): New functions. | |
732 | |
30511 | 733 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
734 escape `*' in regexps. | |
735 (midnight-find): Reverse order of arguments in the funcall of | |
736 TEST. | |
737 | |
738 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
739 and `.class'. | |
740 | |
30502 | 741 * play/meese.el: Add Commentary section. |
742 | |
30516 | 743 2000-07-27 Alex Schroeder <alex@gnu.org> |
744 | |
745 * sql.el (sql-ms): Added autoload cookie. | |
746 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
747 (sql-oracle): Ditto. | |
748 (sql-help): Doc change. | |
749 | |
750 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
751 types and exceptions. | |
752 | |
753 2000-07-27 Alex Schroeder <alex@gnu.org> | |
754 | |
755 * sql.el (sql-placeholder-history): New variable. | |
756 (sql-query-placeholders-and-send): New function that will query | |
757 the user and replace placeholders with user input. | |
758 (sql-oracle): If running on NT, set comint-input-sender to | |
759 sql-query-placeholders-and-send. | |
760 | |
761 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
762 present it as a message. | |
763 | |
764 2000-07-27 Alex Schroeder <alex@gnu.org> | |
765 | |
766 * sql.el (sql-input-ring-separator): Doc change. | |
767 (sql-input-ring-file-name): Doc change. | |
768 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
769 `sql-input-ring-file-name' to set the comint-mode equivalents | |
770 without making them local variables. | |
771 (sql-stop): Don't bind `sql-input-ring-separator' and | |
772 `sql-input-ring-file-name' dynamically to their comint-mode | |
773 equivalents. | |
774 | |
30490 | 775 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
776 | |
777 * international/mule.el (register-char-codings): New function. | |
778 (make-coding-system): Handle `safe-chars' specification in the arg | |
779 PROPERTY. | |
780 | |
781 * international/mule-cmds.el | |
782 (find-coding-systems-region-subset-p): This function deleted. | |
783 (sort-coding-systems-predicate): New variable. | |
784 (sort-coding-systems): New function. | |
785 (find-coding-systems-region): Use | |
786 find-coding-systems-region-internal. | |
787 (find-coding-systems-string): Use find-coding-systems-region. | |
788 (find-coding-systems-for-charsets): Check | |
789 char-coding-system-table. | |
790 (select-safe-coding-system-accept-default-p): New variable. | |
791 (select-safe-coding-system): Mostly rewritten. New argument | |
792 ACCEPT-DEFAULT-P. | |
793 (select-message-coding-system): Call select-safe-coding-system | |
794 with ACCEPT-DEFAULT-P arg. | |
795 (reset-language-environment): Reset default-sendmail-coding-system | |
796 to the default value iso-latin-1. | |
797 (set-language-environment): Don't set the obsolete variable | |
798 charset-origin-alist. | |
799 | |
800 * international/codepage.el (cp-coding-system-for-codepage-1): | |
801 Give `safe-chars' property to make-coding-system. | |
802 | |
803 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
804 calling select-message-coding-system twice. | |
805 | |
806 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
807 instead of `safe-charsets'. | |
808 (cyrillic-alternativnyj): Likewise. | |
809 (ccl-encode-alternativnyj): Don't check the charset | |
810 cyrillic-iso8859-5. | |
811 | |
30484 | 812 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
813 | |
814 * composite.el (compose-chars-after): Preserve match data. | |
815 | |
30481 | 816 2000-07-26 Sam Steingold <sds@gnu.org> |
817 | |
818 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
819 (ange-ftp-real-file-newer-than-file-p): New function. | |
820 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
821 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
822 | |
823 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
824 * midnight.el (midnight-float-time): Ditto. | |
825 | |
30479 | 826 2000-07-26 Andreas Schwab <schwab@suse.de> |
827 | |
828 * files.el (normal-backup-enable-predicate): Correct | |
829 interpretation of the return value of compare-strings. | |
830 | |
30471 | 831 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
832 | |
30477 | 833 * isearch.el (isearch-resume): New function. |
834 (isearch-done): Add something to command-history to resume | |
835 the search. | |
836 (isearch-yank-line, isearch-yank-word): Use | |
837 buffer-substring-no-properties instead of buffer-substring. | |
838 | |
30471 | 839 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
840 of flyspell-mouse-map. | |
841 | |
842 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
843 duplicate definition. | |
844 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
845 | |
846 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
847 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
848 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
849 2000-07-25 Sam Steingold <sds@gnu.org> |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
850 |
30459 | 851 * net/ange-ftp.el: Get modtime over the net. |
852 (ange-ftp-file-modtime): New function. | |
30473 | 853 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
854 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 855 Use it. |
856 (ange-ftp-dot-to-slash): New function. | |
857 (ange-ftp-fix-name-for-vms): Use it. | |
858 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
859 * midnight.el (midnight-buffer-display-time): Use |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
860 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
861 |
30457 | 862 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
863 | |
864 * find-dired.el: Update copyright notice. | |
865 (find-dired): Offer to kill a running `find'. | |
866 | |
867 * enriched.el (enriched-face-ans): For a `foreground-color' | |
868 property, return '(("x-color" COLOR))' so that COLOR will be | |
869 output as a parameter of the x-color annotation. Likewise for the | |
870 `background-color' property. In the case of normal face | |
871 properties, don't return annotations for unspecified foreground | |
872 and background face attributes. | |
873 | |
30450 | 874 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
875 | |
876 * language/japan-util.el (japanese-katakana-region): Fix handling | |
877 HANKAKU argument. | |
878 | |
30438 | 879 2000-07-25 Miles Bader <miles@gnu.org> |
880 | |
881 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
882 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
883 constrain-to-field. | |
884 | |
30437 | 885 2000-07-24 Andrew Innes <andrewi@gnu.org> |
886 | |
887 * timer.el (timer-activate-when-idle): Add optional parameter | |
888 DONT-WAIT. Update docstring. | |
889 (run-with-idle-timer): Specify extra parameter to | |
890 timer-activate-when-idle, so that timer will be activated | |
891 immediately if Emacs is already idle. | |
892 | |
893 * w32-fns.el (w32-using-nt): Fix docstring. | |
894 | |
30434 | 895 2000-07-24 Dave Love <fx@gnu.org> |
896 | |
897 * mouse.el (popup-menu): Set last-command-event. | |
898 (mouse-major-mode-menu-prefix): Declare. | |
899 | |
30433 | 900 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
901 | |
902 * textmodes/flyspell.el: Update to author's version 1.5d. | |
903 | |
904 * progmodes/hideshow.el: Update copyright notice. | |
905 | |
906 * vcursor.el: Set maintainer to FSF, since author cannot | |
907 be reached. | |
908 | |
30422 | 909 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
910 | |
30424 | 911 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
912 the prompt. | |
913 | |
30422 | 914 * mouse.el (popup-menu): Run the keymap through indirect-function, |
915 in case it was defined with define-prefix-key. If the menu is a | |
916 list of keymaps, look up the binding of user's choice in each one | |
917 of the keymaps. | |
918 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
919 don't have a prompt string, create one and insert it into the | |
920 keymap. Don't barf if current-local-map returns nil. | |
921 | |
30415 | 922 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
923 | |
924 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
925 to be undone. | |
926 (dired-sort-other): Use it. | |
927 | |
30412 | 928 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
929 | |
30415 | 930 * Release of cc-mode 5.27 |
30412 | 931 |
932 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
933 | |
934 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
935 c-beginning-of-statement-1 that caused a bad case of recursion | |
936 which could consume a lot of CPU in large classes in languages | |
937 that have in-expression classes (i.e. Java and Pike). | |
938 | |
939 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
940 statements before top level constructs (i.e. case 6 is moved | |
941 before case 5 and is now case 4) to catch in-expression | |
942 classes in top level expressions correctly. | |
943 | |
944 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
945 | |
946 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
947 objc-method-intro. Case 4 removed and case 5I added. | |
948 | |
949 * cc-langs.el (c-append-paragraph-start): New variable used by | |
950 c-common-init to get paragraph-start correct. | |
951 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
952 initialize paragraph-start to make it correct both with and | |
953 without the javadoc special case. | |
954 | |
955 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
956 initialize paragraph-start for javadoc markup. | |
957 | |
958 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
959 change by defaulting this to t. It's motivated by the | |
960 confusing behavior that otherwise arise from the style system | |
961 when editing both java and non-java files at the same time | |
962 (see the comments about style setting in c-common-init). | |
963 | |
964 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
965 | |
966 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
967 similar to the one in c-fill-paragraph to check the fill | |
968 prefix from the adaptive fill function for sanity. | |
969 | |
970 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
971 | |
972 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
973 defun block. | |
974 | |
975 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
976 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
977 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 978 |
979 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
980 | |
981 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
982 leading comma nicely. Extended to handle member initializers | |
983 too. | |
984 | |
30415 | 985 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 986 c-guess-basic-syntax): Fixed recognition of inheritance lists |
987 when the lines begins with a comma. | |
988 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
989 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 990 |
991 * cc-vars.el (c-offsets-alist): Changed default for | |
992 member-init-cont to c-lineup-multi-inher since it now handles | |
993 member initializers and indents better for leading commas. | |
994 | |
995 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
996 | |
997 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
998 handling that caused class open lines to be recognized as | |
999 statement-conts in some cases. | |
1000 | |
1001 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1002 guessed by the adaptive fill function unless point is on the | |
1003 first line of a block comment. | |
1004 | |
1005 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1006 when the buffer ends with a macro continuation char. | |
1007 | |
1008 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1009 function definitions as statements in Pike. The first | |
1010 statement in a lambda block is now labeled defun-block-intro | |
1011 instead of statement-block-intro. | |
1012 | |
1013 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1014 so that the class surrounding point is selected, not the one | |
1015 innermost in the state. | |
1016 | |
1017 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1018 recognition of switch labels having hanging multiline | |
1019 statements. | |
1020 | |
1021 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1022 some code in c-guess-basic-syntax to a separate function. | |
1023 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1024 recognition of member inits with multiple line arglists. | |
1025 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1026 member-init-cont when the commas are in funny places. | |
1027 | |
1028 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1029 | |
1030 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1031 not used anymore. | |
1032 | |
1033 * cc-engine.el (c-looking-at-bos): New helper function. | |
1034 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1035 inexpr and toplevel classes apart in Pike. | |
1036 | |
1037 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1038 of case 9A. | |
1039 | |
1040 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1041 constant, since "class" can introduce an in-expression class | |
1042 in Pike nowadays. | |
1043 | |
1044 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1045 | |
1046 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1047 indentation on cpp-macro lines. | |
1048 | |
1049 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1050 a syntax modifier like comment-intro, to make it possible to | |
1051 get syntactic indentation for preprocessor directives. It's | |
1052 incompatible wrt to lineup functions on cpp-macro, but it has | |
1053 no observable effect in the 99.9% common case where cpp-macro | |
1054 is set to -1000. | |
1055 | |
1056 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1057 | |
1058 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1059 member-init-cont when the preceding arglist is several lines. | |
1060 | |
1061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1062 | |
1063 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1064 style corrected to 8. | |
1065 | |
1066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1067 | |
1068 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1069 brace list openers in the gnu style. | |
1070 | |
1071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1072 | |
1073 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1074 | |
1075 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1076 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1077 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1078 when c-syntactic-indentation is nil. | |
1079 | |
1080 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1081 we were left at comments preceding the first statement when | |
1082 reaching the beginning of the buffer. | |
1083 | |
1084 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1085 off all syntactic indentation. | |
1086 | |
1087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1088 | |
1089 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1090 between the text and the block comment ender when it hangs, | |
1091 depending on how many there are before the fill. | |
1092 | |
1093 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1094 | |
1095 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1096 function to go back to the closest preceding statement start, | |
1097 which could be inside a conditional statement. | |
1098 * cc-engine.el (c-guess-basic-syntax): Use | |
1099 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1100 | |
1101 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1102 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1103 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1104 changed. | |
1105 | |
1106 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1107 up-to-date with javadoc 1.2. | |
1108 | |
1109 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1110 | |
1111 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1112 multiline Pike type decls. | |
1113 | |
1114 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1115 | |
1116 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1117 multiline comments in multiline mode, regardless of | |
1118 comment-multi-line. | |
1119 | |
1120 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1121 | |
1122 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1123 fully::qualified::names in C++ member init lists. Preamble in | |
1124 case 5D changed. | |
1125 | |
1126 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1127 | |
1128 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1129 moved to c-initialize-cc-mode. More compatible style override | |
1130 when using global style variables. | |
1131 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1132 variables moved here. | |
1133 | |
30415 | 1134 * cc-mode.texi: Documented the special behavior of |
30412 | 1135 c-special-indent-hook as a style variable. Don't talk about |
1136 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1137 that's already too late to work right. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1138 |
30412 | 1139 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1140 variable localness in c-style-variables-are-local-p to make | |
1141 the compatibility measure in c-common-init work well. | |
1142 | |
1143 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1144 longer contain set-from-style. | |
1145 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1146 set-from-style on c-special-indent-hook. | |
1147 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1148 copy-alist is sufficient now. | |
1149 | |
1150 * cc-styles.el (c-set-style, c-set-style-1, | |
1151 c-get-style-variables): Fixes to variable initialization so | |
1152 that duplicate entries in styles have the same effect | |
1153 regardless of DONT-OVERRIDE. | |
1154 | |
1155 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1156 initialization of inheriting styles failed when the | |
1157 dont-override flag is set. | |
1158 | |
1159 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1160 on this. | |
1161 | |
1162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1163 | |
1164 * cc-defs.el (c-forward-comment): Removed the workaround | |
1165 introduced in 5.38 since it had worse side-effects. If a line | |
1166 contains the string "//\"", it regarded the // as a comment | |
1167 start since the \ temporarily doesn't have escape syntax. | |
1168 | |
1169 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1170 | |
1171 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1172 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1173 when ada-prj tries to add to it. | |
1174 (ada-activate-keys-for-case): Suppress the characters that are not | |
1175 part of the Ada syntax. Better compatibility with else-mode | |
1176 (ada-adjust-case-interactive): When auto-casing is not active, | |
1177 correctly insert newlines (used to insert only ^M). Prevent the | |
1178 syntax table from being changed in case of an error | |
1179 (or '_' becomes part of a word and some commands are confused). | |
1180 Do nothing if ada-auto-case is nil. | |
1181 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1182 (ada-batch-reformat): Update usage comment | |
1183 (ada-call-from-contextual-menu): New function | |
1184 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1185 first to nil first, so that the casing exception file can be | |
1186 shared. | |
1187 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1188 files. | |
1189 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1190 anywhere in the error message | |
1191 (ada-contextual-menu-last-point): New variable | |
1192 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1193 t on XEmacs, it means that DEL should delete one character | |
1194 forward. | |
1195 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1196 New submenu "Options". | |
1197 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1198 statements. | |
1199 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1200 even if they don't match ada-fill-comment-prefix Fix handling of | |
1201 paragraphs on the first or last line of a file. | |
1202 (ada-format-paramlist): Fix handling of default parameter values. | |
1203 (ada-get-body-name): New function. | |
1204 (ada-get-current-indent): Optimized by searchling directly for an | |
1205 existing generic part or a statement outside of it. Handle | |
1206 ada-indent-align-comments when indenting comments Replaced some | |
1207 regexps by testing directly the next character. This results in a | |
1208 huge speedup on some files. New indentation scheme for renames | |
1209 statements. Stop looking for the 'while' or 'for' associated with | |
1210 a 'loop' at the first semicolon encountered. A "return" can also | |
1211 match an anonymous access subprogram declaration. | |
1212 (ada-get-indent-noindent): Ignore strings and comments when | |
1213 looking for the keywords "record" and "private". | |
1214 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1215 are not in fact seeing "end if". Ignore "when" statements except | |
1216 when initial keyword was "begin". Fix handling of nested | |
1217 procedures. Add a recursive call to this function to skip over | |
1218 other 'end' statmts. Fix indentation for "when .. => begin" | |
1219 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1220 expressions, where 'and then', 'or else' and parenthesis | |
1221 statements are mixed up. | |
1222 (ada-in-paramlist-p): Skip comments while searching for the | |
1223 beginning Fix handling of operator declarations. | |
1224 (ada-indent-align-comments): New variable | |
1225 (ada-indent-current): Change the syntax table only in the | |
1226 protected section, so that we are sure it is restored correctly. | |
1227 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1228 ada-with-indent Correctly indent "select ... then" | |
1229 (ada-indent-region): Slight speedup. | |
1230 (ada-indent-renames): New variable. | |
1231 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1232 New variables | |
1233 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1234 keyword when it is the first word in a package declaration. | |
1235 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1236 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1237 even if point is not initially at the end of the word. | |
1238 (ada-matching-decl-start-re): Add "when". | |
1239 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1240 which-func-mode Override the old find-file.el entry in | |
1241 ff-special-constructs since it is using the obsolete | |
1242 ada-spec-suffix variable | |
1243 (ada-no-auto-case): New function | |
1244 (ada-scan-paramlist): When parsing the argument type, accept | |
1245 spaces (as in "X 'Class", generated by Rational Rose). | |
1246 (ada-other-file-name): No longer loads the other file. | |
1247 (ada-popup-menu): Save and restore the current buffer and cursor | |
1248 position before and after displaying the menu. | |
1249 (ada-search-ignore-complex-boolean): New function. | |
1250 (ada-uncomment-region): Emacs21 already knows how to delete | |
1251 comments not starting in the first column. | |
1252 (ada-use-indent): New variable | |
1253 (ada-which-function): New function. | |
1254 (ada-with-indent): New variable | |
1255 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1256 can be batch-compiled from the command line. | |
1257 | |
1258 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1259 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1260 Add -toolbar to the default ddd command Switches moved from | |
1261 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1262 ada-prj-default-comp-opt | |
1263 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1264 Reference Manual to the menu | |
1265 (ada-check-current): rewritten as a call to ada-compile-current | |
1266 (ada-compile): Removed. | |
1267 (ada-compile-application, ada-compile-current, ada-check-current): | |
1268 Set the compilation-search-path so that compile.el automatically | |
1269 finds the sources in src_dir. Automatic scrollong of the | |
1270 compilation buffer. C-uC-cC-c asks for confirmation before | |
1271 compiling | |
1272 (ada-compile-current): New parameter, prj-field | |
1273 (ada-complete-identifier): Load the .ali file before doing | |
1274 processing | |
1275 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1276 conform to gnatmake's behavior. | |
1277 (ada-find-file-in-dir): New function | |
1278 (ada-find-references): Set the environment variables for gnatfind | |
1279 (ada-find-src-file-in-dir): New function. | |
1280 (ada-first-non-nil): Removed | |
1281 (ada-gdb-application): Add support for jdb, the java debugger. | |
1282 (ada-get-ada-file-name): Load the original-file first if not done | |
1283 yet. | |
1284 (ada-get-all-references): Handles the new ali syntax (parent types | |
1285 are found between <>). | |
1286 (ada-initialize-runtime-library): New function | |
1287 (ada-mode-hook): Always load a project file when a file is opened, | |
1288 so that the casing exceptions are correctly read. | |
1289 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1290 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1291 to open the project file, since the latter does not work with | |
1292 speedbar Get default values before loading the prj file, or the | |
1293 default executable file name is wrong. Use the absolute value of | |
1294 src_dir to initialize ada-search-directories and | |
1295 compilation-search-path,... Add the standard runtime library to | |
1296 the search path for find-file. | |
1297 (ada-prj-default-debugger): Was missing an opening '{' | |
1298 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1299 variables. | |
1300 (ada-prj-default-gnatmake-opt): New variable | |
1301 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1302 buffers, the project file is the default one Save the windows | |
1303 configuration before displaying the menu. | |
1304 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1305 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1306 ...) regexp-quote identifiers names to support operators +, | |
1307 -,... in regexps. | |
1308 (ada-remote): New function. | |
1309 (ada-run-application): Erase the output buffer before starting the | |
1310 run Support remote execution of the application. Use | |
1311 call-process, or the arguments are incorrectly parsed | |
1312 (ada-set-default-project-file): Reread the content of the active | |
1313 project file, not the one from the current buffer When a project | |
1314 file is set as the default project, all directories are | |
1315 automatically associated with it. | |
1316 (ada-set-environment): New function | |
1317 (ada-treat-cmd-string): New special variable ${current} | |
1318 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1319 any ${...} substring | |
1320 (ada-xref-current): If no body was found, compiles the spec | |
1321 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1322 compiler to get rid of command line length limitations. | |
1323 (ada-xref-get-project-field): New function | |
1324 (ada-xref-project-files): New variable | |
1325 (ada-xref-runtime-library-specs-path) | |
1326 (ada-xref-runtime-library-ali-path): New variables | |
1327 (ada-xref-set-default-prj-values): Default run command now does a | |
1328 cd to the build directory. New field: main_unit Provide a default | |
1329 file name even if the current buffer has no prj file. | |
1330 | |
1331 * ada-prj.el: | |
1332 Rewritten to show a tabbed-dialog. | |
1333 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1334 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1335 New function | |
1336 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1337 (ada-prj-load-from-file): New function | |
1338 (ada-prj-save): Always save fields that depend on the current buffer | |
1339 (ada-prj-show-value): New function | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1340 |
30412 | 1341 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1342 Ada mode. This will allow us to display the Ada menu in any buffer | |
1343 we want (for project items). | |
1344 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1345 number of spaces in the header. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1346 |
30395 | 1347 2000-07-24 Dave Love <fx@gnu.org> |
1348 | |
1349 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1350 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1351 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1352 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1353 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1354 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1355 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1356 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1357 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1358 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1359 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1360 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1361 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1362 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1363 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1364 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1365 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1366 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1367 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1368 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1369 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1370 (eldoc-mode): If not using idle timers, append to local post and |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1371 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1372 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1373 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1374 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1375 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1376 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1377 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1378 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1379 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1380 |
30386 | 1381 2000-07-23 Dave Love <fx@gnu.org> |
1382 | |
1383 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1384 ^o, ^u. | |
1385 | |
30359 | 1386 2000-07-21 Dave Love <fx@gnu.org> |
1387 | |
30374 | 1388 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1389 now passed to the function. It now works properly. | |
1390 | |
30359 | 1391 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1392 | |
30350 | 1393 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1394 | |
1395 * info-look.el (info-lookup): If *info* is shown in another frame | |
1396 on the same display, select that frame, instead of switching to | |
1397 the Info buffer in another window of the selected frame. | |
1398 | |
1399 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1400 kp-0 to kp-9 and kp-subtract. | |
1401 (digit-argument): Handle these keys. | |
1402 | |
30346 | 1403 2000-07-20 Dave Love <fx@gnu.org> |
1404 | |
1405 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1406 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1407 Put an extra property on the overlays and use it to clean up in | |
1408 case goto-address is re-run. | |
1409 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1410 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1411 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1412 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1413 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1414 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1415 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1416 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1417 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1418 |
30331 | 1419 2000-07-19 Dave Love <fx@gnu.org> |
1420 | |
1421 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1422 implementation. | |
1423 | |
1424 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1425 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1426 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1427 | |
30318 | 1428 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1429 | |
30329 | 1430 * textmodes/refer.el: Correct maintainer's email address. |
1431 | |
1432 * progmodes/hideif.el: Correct author's email address. | |
1433 Fix typo in comment. | |
1434 | |
1435 * xml.el: New file. | |
1436 | |
30318 | 1437 * mail/mailheader.el: Correct author's mail address. |
1438 | |
1439 * gnus/parse-time.el: Correct author's mail address. | |
1440 | |
30329 | 1441 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1442 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1443 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1444 New user options. |
1445 (comint-input-ring-file-name): Change custom type. | |
1446 (comint-mode-map): Bind mouse-2. | |
1447 (comint-insert-clicked-input): New function. | |
1448 (comint-send-input): Handle input highlighting. | |
1449 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1450 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1451 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1452 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1453 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1454 |
30311 | 1455 2000-07-18 Dave Love <fx@gnu.org> |
1456 | |
1457 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1458 improvements. | |
1459 | |
30308 | 1460 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1461 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1462 * faces.el (face-font-selection-order) |
30308 | 1463 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1464 |
30298 | 1465 2000-07-18 Dave Love <fx@gnu.org> |
1466 | |
1467 * cus-edit.el (custom-variable-reset-saved) | |
1468 (custom-variable-reset-standard): Remove unused bindings. | |
1469 | |
1470 * rect.el (open-rectangle-line): Remove unused let. | |
1471 | |
1472 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1473 | |
30296 | 1474 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1475 | |
1476 * cdl.el: Fix `Maintainer' keyword. | |
1477 | |
1478 * play/pong.el: Add author's email address. | |
1479 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1480 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1481 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1482 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1483 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1484 |
30290 | 1485 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1486 | |
1487 * mail/vms-pmail.el: Change maintainer to FSF. | |
1488 | |
1489 * net/goto-addr.el: Change maintainer to FSF. | |
1490 | |
1491 * recentf.el: Update from author. | |
1492 | |
1493 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1494 |
30277 | 1495 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1496 | |
1497 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1498 links to eshell, to avoid problems on systems where the manual is | |
1499 installed as `eshell'. | |
1500 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1501 * eshell/em-smart.el (eshell-smart): Ditto. | |
1502 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1503 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1504 |
1505 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1506 same-file check in the MS-DOS version (it does support inodes). | |
1507 | |
1508 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1509 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1510 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1511 Run default directory name through convert-standard-filename. |
30277 | 1512 |
30255 | 1513 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1514 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1515 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1516 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1517 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1518 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1519 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1520 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1521 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1522 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1523 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1524 |
30255 | 1525 * international/kkc.el (kkc-after-update-conversion-functions): |
1526 New variable. | |
1527 (kkc-update-conversion): Run functions in it at the tail. | |
1528 | |
30277 | 1529 2000-07-16 John Wiegley <johnw@gnu.org> |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1530 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1531 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1532 Adding new function. for auto-aligning blocks of code on RET. |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1533 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1534 |
30253 | 1535 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1536 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1537 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1538 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1539 the conversion list at first if appropriate. | |
1540 (kkc-next): Don't update kkc-next-count here. | |
1541 (kkc-prev): Don't update kkc-prev-count here. | |
1542 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1543 list message. | |
1544 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1545 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1546 |
30290 | 1547 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key. |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1548 |
30248 | 1549 2000-07-16 Dave Love <fx@gnu.org> |
1550 | |
1551 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1552 function to be more specific. | |
1553 | |
1554 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1555 non-string help-echo. | |
1556 (widget-types-convert-widget): Defsubst it. | |
1557 (widget-echo-help): Try to cope with a help-echo function of two | |
1558 possible sorts. | |
1559 | |
30241 | 1560 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1561 | |
1562 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1563 Declare as obsolete. | |
1564 | |
1565 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1566 | |
30226 | 1567 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1568 | |
1569 * hilit-chg.el: Fix typo. | |
1570 | |
30221 | 1571 2000-07-14 Dave Love <fx@gnu.org> |
1572 | |
1573 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1574 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1575 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1576 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1577 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1578 |
30193 | 1579 2000-07-13 Dave Love <fx@gnu.org> |
1580 | |
30195 | 1581 * emacs-lisp/easymenu.el: Doc fixes. |
1582 (easy-menu-remove): Defalias to ignore. | |
1583 | |
30193 | 1584 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1585 Call throw correctly. | |
1586 | |
30190 | 1587 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1588 | |
1589 * faces.el (frame-background-mode): Doc fix. | |
1590 | |
1591 * simple.el (eval-expression-print-length): Change custom type to | |
1592 allow entering nil as value. | |
1593 | |
30185 | 1594 2000-07-13 Dave Love <fx@gnu.org> |
1595 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1596 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1597 Change definition layout. |
30187 | 1598 (fortran-mode-menu): Reinstate customize entries. |
1599 | |
30185 | 1600 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1601 Use :filter, per old XEmacs code. | |
1602 | |
30170 | 1603 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1604 | |
1605 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1606 event when deciding what to send to the terminal. | |
1607 | |
30168 | 1608 2000-07-12 Dave Love <fx@gnu.org> |
1609 | |
1610 * cus-start.el: Add optional version as 4th element of specs and | |
1611 use it for several things new in v21. Remove load-path. Fix type | |
1612 of line-number-display-limit. | |
1613 | |
30148 | 1614 2000-07-11 Dave Love <fx@gnu.org> |
1615 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1616 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1617 Use repeat counts in various regexps. |
30150 | 1618 (fortran-mode-syntax-table): Defvar directly. |
1619 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1620 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1621 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1622 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1623 (fortran-mode): Set fortran-comment-line-start-skip, |
1624 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1625 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1626 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1627 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1628 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1629 (fortran-auto-fill): New function. | |
1630 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1631 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1632 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1633 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1634 Use fortran-auto-fill. |
30150 | 1635 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1636 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1637 |
30148 | 1638 * widget.el (widget-plist-member): New alias. |
1639 | |
30146 | 1640 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1641 | |
1642 * eshell/esh-module.el (toplevel): Reference | |
1643 byte-compile-current-file only if it is bound. | |
1644 | |
30131 | 1645 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1646 | |
1647 * dired.el: Don't require `dired-aux'. | |
1648 | |
30127 | 1649 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1650 | |
1651 * dired-aux.el (dired-show-file-type): New function. | |
1652 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1653 (dired-show-file-type): Add autoload. | |
1654 | |
30125 | 1655 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1656 | |
1657 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1658 change of fontset-info. |
30125 | 1659 (print-fontset): Likewise. |
1660 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1661 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1662 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1663 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1664 |
30111 | 1665 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1666 | |
30131 | 1667 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1668 |
30111 | 1669 * dired.el (dired-find-alternate-file): New function. |
1670 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1671 (toplevel): Require dired-aux when compiling. | |
1672 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1673 | |
1674 * info.el (Info-last-search): Variable removed. | |
1675 (Info-search-history): New variable. | |
1676 (Info-search): New Info-search-history. | |
1677 | |
1678 * battery.el, info-look.el: Change author's mail address. | |
1679 | |
30115 | 1680 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1681 |
30115 | 1682 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1683 if rmail-ignored-headers is nil. | |
1684 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1685 rmail-displayed-headers to nil. | |
1686 | |
30096 | 1687 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1688 | |
30103 | 1689 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1690 (print-region-1): Don't hard code `-h' here. | |
1691 | |
30096 | 1692 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1693 | |
30103 | 1694 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1695 | |
1696 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1697 exim can use "your message" instead of "the message". | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1698 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1699 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1700 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1701 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1702 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1703 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1704 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1705 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1706 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1707 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1708 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1709 |
30096 | 1710 * ediff-diff.el (ediff-wordify): Use syntax table. |
1711 * ediff-init.el (ediff-has-face-support-p): Use | |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1712 ediff-color-display-p. |
30096 | 1713 (ediff-color-display-p): Use display-color-p, changed to defun |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1714 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1715 Got rid of special cases for NeXT and OS/2. |
30096 | 1716 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1717 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1718 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1719 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1720 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1721 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1722 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1723 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1724 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1725 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1726 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1727 |
30076 | 1728 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1729 | |
30085 | 1730 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1731 not be changed without changing the make-dist script. | |
1732 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1733 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1734 (cl-mapc): Use mapc instead of cl-old-mapc. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1735 |
30067 | 1736 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1737 | |
1738 * makefile.nt: Add support for `bootstrap' and related targets. | |
1739 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1740 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1741 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1742 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1743 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1744 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1745 Manually call the potential top-level filter in the function binding. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1746 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1747 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1748 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1749 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1750 New var and fun to memoize easy-menu-convert-item-1. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1751 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1752 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1753 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1754 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1755 Tell easy-menu-make-symbol not to check for MENU being an expression. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1756 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1757 |
30056 | 1758 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1759 | |
1760 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1761 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1762 (eval-defun): If called with prefix arg, instrument code for | |
1763 Edebug. | |
1764 | |
1765 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1766 similar to that of eval-defun. | |
1767 | |
30029 | 1768 2000-07-04 Dave Love <fx@gnu.org> |
1769 | |
30035 | 1770 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1771 | |
30029 | 1772 * calendar/todo-mode.el: Replaced with a working version, based on |
1773 revision 1.34 tidied up. | |
1774 | |
1775 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1776 |
1777 * paths.el (prune-directory-list): New function. | |
1778 (Info-default-directory-list): Rewritten to more methodically | |
1779 enumerate a big list of possible info directories (based on the | |
1780 list used by the standalone info reader). | |
30029 | 1781 |
30021 | 1782 * info.el (info-initialize): Use prune-directory-list to remove |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1783 non-existent directories from Info-directory-list. |
30021 | 1784 |
1785 * paths.el (Info-default-directory-list): Try a list of possible | |
1786 info-directories instead of a single one. Add the possible | |
1787 info directory "/usr/share/info". | |
1788 | |
1789 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1790 man-db config file "/etc/manpath.config". | |
1791 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1792 are present in `manpath.config'. | |
1793 (woman-manpath): Include "/usr/share/man". | |
1794 | |
30006 | 1795 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1796 | |
30017 | 1797 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1798 | |
1799 * startup.el (command-line): Initialize blink-cursor based | |
1800 on window-system. | |
1801 | |
30014 | 1802 * frame.el (blink-cursor): Default to nil if not running under |
1803 a window-system. | |
1804 | |
30012 | 1805 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1806 (face-x-resources): Remove duplicate entry for :font. | |
1807 | |
30006 | 1808 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1809 instead of cycling through windows with next-window. | |
1810 | |
1811 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1812 of cycling through windows with next-window. | |
1813 | |
1814 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1815 of cycling through windows with next-window. | |
1816 | |
1817 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1818 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1819 instead of cycling through windows with next-window. | |
1820 | |
1821 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1822 instead of cycling through windows with next-window. | |
1823 | |
1824 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1825 of cycling through windows with next-window. | |
1826 | |
1827 * terminal.el (te-process-output): Use walk-windows instead of | |
1828 cycling through windows with next-window. | |
1829 | |
1830 * server.el (server-switch-buffer): Use some-window instead of | |
1831 cycling through windows with next-window. | |
1832 | |
1833 * window.el (some-window): New function. | |
1834 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1835 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1836 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1837 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1838 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1839 |
1840 * window.el (walk-windows): Guarantee termination by keeping a list | |
1841 of all the windows already handled. | |
1842 | |
29975 | 1843 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1844 | |
1845 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1846 window-system. | |
1847 | |
1848 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1849 Man-notify-method is newframe, and the display is not | |
1850 multi-frame, select the frame created for the man page. | |
1851 (Man-init-defvars): Doc fix. | |
1852 | |
29972 | 1853 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1854 | |
29982 | 1855 * faces.el (region): Change background color for light background. |
1856 | |
1857 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1858 attribute from mode-line face of Ediff control frame. | |
1859 | |
29972 | 1860 * replace.el (query-replace-map): Bind `e' like `E'. |
1861 | |
29967 | 1862 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1863 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1864 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1865 Change name to "Select All". |
29969 | 1866 |
29967 | 1867 * dos-fns.el (convert-standard-filename): Fix last change. |
1868 | |
29957 | 1869 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1870 | |
29959 | 1871 * help.el (describe-variable): Don't insert a second `'s' in front |
1872 of the string `value is shown below'. Since the syntax-table is | |
1873 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1874 an existing `'s', so that this won't be deleted. | |
1875 | |
29957 | 1876 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1877 * pcmpl-unix.el: New files. | |
1878 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1879 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1880 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1881 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1882 |
29939 | 1883 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1884 | |
29956 | 1885 * replace.el (perform-replace): Undo change of 2000-04-04. |
1886 Instead, move backward 1 character at the end of the loop when | |
1887 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1888 |
29949 | 1889 * faces.el (fringe): Change face for different backgrounds. |
1890 | |
1891 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1892 patch from John. | |
1893 | |
29939 | 1894 * eshell/*.el: Change spelling of the Free Software Foundation. |
1895 | |
1896 * eshell/esh-toggle.el: Removed. | |
1897 | |
1898 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1899 | |
1900 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1901 interactively. | |
1902 | |
1903 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1904 | |
1905 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1906 `define-key'; instead of checking `(emacs-version)' check for | |
1907 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1908 for `;' and `o' which might be electric. | |
1909 | |
1910 (sql-electric-stuff): New user option. | |
1911 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1912 (sql-magic-semicolon): New function which uses | |
1913 `sql-electric-stuff'. | |
1914 | |
1915 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1916 is not fboundp. | |
1917 | |
1918 (sql-oracle-options): New variable. | |
1919 (sql-oracle): Use it. | |
1920 | |
1921 (sql-imenu-generic-expression): Doc change. | |
1922 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1923 is used. | |
1924 | |
1925 (sql-informix): Added command line parameter "-" to force | |
1926 sql-informix-program to use stdout. | |
1927 | |
29924 | 1928 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1929 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1930 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1931 (cp864-decode-table): Doc fix. |
1932 (cp720-decode-table): New variable, supports the Arabic OEM | |
1933 codepage used by Windows. | |
1934 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1935 | |
29920 | 1936 2000-06-23 Dave Love <fx@gnu.org> |
1937 | |
1938 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1939 (font-lock-fontify-anchored-keywords): Use | |
1940 line-beginning-position. | |
1941 (global-font-lock-mode): Use mapc. | |
1942 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1943 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1944 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1945 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1946 |
29870 | 1947 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1948 | |
29885 | 1949 * comint.el (comint-substitute-in-file-name): Call replace-match |
1950 with second and third arg t. | |
1951 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1952 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1953 Specify foreground color. |
1954 | |
1955 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1956 color. | |
1957 | |
29876 | 1958 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1959 | |
1960 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1961 cddr instead of cdddr. | |
1962 | |
29873 | 1963 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1964 instead of copy-list. | |
1965 | |
1966 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1967 of copy-list. | |
1968 | |
29870 | 1969 * subdirs.el: Add eshell subdirectory. |
1970 | |
1971 * eshell: New subdirectory containing the Eshell package. | |
1972 | |
1973 * pcomplete.el: New file. | |
1974 | |
29885 | 1975 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1976 | |
29888 | 1977 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1978 proper permissions from birth. | |
1979 | |
1980 * files.el (basic-save-buffer-2): When temporarily setting | |
1981 file modes, set them to current modes plus 0200, not to 0777. | |
1982 | |
29885 | 1983 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1984 permissions from birth. | |
1985 | |
29857 | 1986 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1987 | |
1988 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1989 backup file name through convert-standard-filename. | |
1990 | |
1991 * dos-fns.el (convert-standard-filename): Convert leading | |
1992 directories as well. When long file names are supported, convert | |
1993 characters that are invalid in Windows file names. | |
1994 | |
29849 | 1995 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1996 | |
1997 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1998 ps-print crashes. New feature: page selection for printing. Create | |
1999 raw-text-unix coding system for XEmacs. Doc fix. | |
2000 (ps-print-version): New version number (5.2.3). | |
2001 (ps-plot-region): Bug fix. | |
2002 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2003 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2004 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2005 funs. | |
2006 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2007 (ps-last-page): New vars. | |
2008 | |
29845 | 2009 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2010 | |
2011 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2012 empty option string. | |
2013 | |
29839 | 2014 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2015 | |
2016 * man.el (man): Doc fix. | |
2017 | |
29829 | 2018 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2019 | |
2020 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2021 fixed. | |
2022 | |
29814 | 2023 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2024 | |
2025 * version.el (emacs-version): Use ISO date format. | |
2026 | |
2027 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2028 instead of `M-backspace'. | |
2029 | |
2030 * simple.el (turn-off-auto-fill): New function. | |
2031 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2032 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2033 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2034 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2035 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2036 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2037 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2038 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2039 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2040 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2041 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2042 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2043 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2044 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2045 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2046 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2047 Reset jit-lock-first-unfontify-pos to point-max rather than to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2048 (jit-lock-after-change): Set the `fontified' text-prop to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2049 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2050 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2051 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2052 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2053 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2054 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2055 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2056 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2057 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2058 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2059 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2060 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2061 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2062 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2063 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2064 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2065 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2066 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2067 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2068 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2069 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2070 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2071 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2072 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2073 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2074 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2075 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2076 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2077 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2078 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2079 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2080 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2081 * progmodes/idlwave.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2082 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2083 * progmodes/idlw-shell.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2084 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2085 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2086 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2087 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2088 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2089 |
29776 | 2090 2000-06-20 Dave Love <fx@gnu.org> |
2091 | |
2092 * faces.el (frame-background-mode): Use set-default, not set, in | |
2093 setter. | |
2094 (frame-update-faces, frame-update-face-colors): Define with | |
2095 defalias. | |
2096 | |
2097 * enriched.el (enriched-decode-foreground) | |
2098 (enriched-decode-background): Don't use internal-find-face. | |
2099 | |
2100 * apropos.el: Doc fixes. | |
2101 | |
2102 * cus-edit.el (customize-changed-options): Check arg. | |
2103 (customize-version-lessp): Don't require decimal point. | |
2104 | |
2105 * custom.el (defcustom, defgroup): Doc fix. | |
2106 | |
2107 * newcomment.el (comment) <defgroup>: Add :version. | |
2108 (comment-multi-line): Doc fix. | |
2109 | |
2110 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2111 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2112 | |
29747 | 2113 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2114 | |
2115 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2116 the whole buffer. | |
2117 | |
29740 | 2118 2000-06-19 Dave Love <fx@gnu.org> |
2119 | |
2120 * menu-bar.el (menu-bar-options-save): New function. | |
2121 (menu-bar-options-menu): Use it. | |
2122 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2123 Simplify. | |
2124 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2125 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2126 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2127 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2128 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2129 |
29720 | 2130 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2131 | |
2132 * international/codepage.el: | |
2133 (cp-coding-system-for-codepage-1): Delete special codes for | |
2134 generating xxx-dos coding system because now a CCL based coding | |
2135 system can handle EOL conversion by default. | |
2136 | |
2137 * international/mule.el (make-coding-system): Generate subsidiary | |
2138 coding systems for EOL handling variants even for a CCL based | |
2139 coding system. | |
2140 | |
29718 | 2141 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2142 | |
2143 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2144 (isearch-minibuffer-input-method-function): These variables | |
2145 deleted. | |
2146 (isearch-with-input-method): Don't use the above variables. | |
2147 (isearch-process-search-multibyte-characters): Likewise. Call | |
2148 read-string with the arg INHERIT-INPUT-METHOD t. | |
2149 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2150 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2151 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2152 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2153 (font-lock-after-unfontify-buffer): No need to call back to jit-lock. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2154 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2155 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2156 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2157 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2158 Don't bother checking for font-lock-mode and jit-lock-mode. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2159 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2160 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2161 |
29712 | 2162 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2163 | |
2164 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2165 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2166 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2167 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2168 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2169 |
29696 | 2170 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2171 | |
2172 * find-lisp.el: New file. | |
2173 | |
29694 | 2174 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2175 | |
2176 * time.el (display-time-mail-function): New variable, to allow | |
2177 external packages to indicate when new mail is available. | |
2178 (display-time-update): Use it. | |
2179 | |
29689 | 2180 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2181 | |
29691 | 2182 * international/mule.el (mule-version): Change version name to |
2183 SAKAKI. AOI has already been used by Meadow. | |
2184 | |
29689 | 2185 * international/quail.el (quail-show-guidance-buf): To find the |
2186 bottom window (but minibuffer), pay attention to the height of | |
2187 minibuffer. | |
2188 | |
29670 | 2189 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2190 | |
29682 | 2191 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2192 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2193 from the menu bar, as the menu bar has enough space now. | |
2194 | |
29680 | 2195 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2196 | |
29670 | 2197 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2198 characters, which use series of two ^H characters instead of one. | |
2199 | |
29667 | 2200 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2201 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2202 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2203 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2204 functions. |
29686 | 2205 (Info-find-node-2): Try a case-sensitive search first, then |
2206 do a case-insensitive search. | |
2207 | |
2208 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2209 tutorials. | |
2210 | |
29676 | 2211 * complete.el (PC-env-vars-alist): New variable. |
2212 (PC-complete-as-file-name): New function. | |
2213 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2214 process-environment. | |
2215 (PC-do-completion): Handle completion of env vars. | |
2216 | |
2217 * info.el (Info-set-mode-line): Show file name in mode line, | |
2218 use `*Info*' instead of `Info:'. | |
2219 | |
29667 | 2220 * startup.el (command-line-1): Change copyright messages to year |
2221 2000. | |
2222 | |
29665 | 2223 2000-06-15 Dave Love <fx@gnu.org> |
2224 | |
2225 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2226 not local-map. | |
2227 | |
29658 | 2228 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2229 | |
2230 * international/mule.el (set-buffer-file-coding-system): Almost | |
2231 rewritten to handle `undecided' as no-op. | |
2232 | |
29654 | 2233 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2234 | |
29667 | 2235 * Makefile.in: New file. |
29657 | 2236 |
2237 * Makefile: Removed. | |
2238 | |
29654 | 2239 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2240 (goto-address-highlight-keymap): Bind C-c RET. | |
2241 | |
29640 | 2242 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2243 | |
29649 | 2244 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2245 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2246 |
29645 | 2247 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2248 0. Give correct argument to set-auto-coding-function. | |
2249 (tar-expunge): For goto-char, use (point-min), not 0. | |
2250 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2251 (tar-subfile-save-buffer): Likewize. | |
2252 | |
29640 | 2253 * international/mule.el |
2254 (after-insert-file-set-buffer-file-coding-system): Call | |
2255 set-buffer-file-coding-system with the arg FORCE t. | |
2256 | |
29633 | 2257 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2258 | |
2259 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2260 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2261 the sender is set with `-f'. |
29633 | 2262 |
29622 | 2263 2000-06-13 Dave Love <fx@gnu.org> |
2264 | |
29630 | 2265 * help.el (describe-function-1): Kluge around cases of functions |
2266 fset to subrs whose doc doesn't match their symbol-name. | |
2267 | |
29627 | 2268 * image.el (insert-image): Default STRING to a space. |
29625 | 2269 |
29622 | 2270 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2271 (Info-build-node-completions): Match Ref tags. |
29622 | 2272 |
29612 | 2273 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2274 | |
29615 | 2275 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2276 defaliases for display-graphic-p. | |
2277 | |
29612 | 2278 * hl-line.el: Fixed a typo in commentary. |
2279 | |
29609 | 2280 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2281 | |
2282 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2283 fixed. | |
2284 | |
29608 | 2285 2000-06-12 Dave Love <fx@gnu.org> |
2286 | |
2287 * image.el (insert-image): Save a little consing. | |
2288 | |
29598 | 2289 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2290 | |
2291 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2292 to the corresponding tibetan characters. | |
2293 (tibetan-add-components): Delete code for the special treatment of | |
2294 'a chung. | |
2295 | |
2296 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2297 change. | |
2298 (tibetan-vowel-transcription-alist): More rules added. | |
2299 (tibetan-composite-vowel-alist): New variable. | |
2300 (tibetan-precomposition-rule-alist): More rules added. | |
2301 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2302 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2303 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2304 * startup.el (command-line): Only call menu-bar-mode if interactive. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2305 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2306 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2307 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2308 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2309 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2310 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2311 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2312 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2313 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2314 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2315 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2316 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2317 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2318 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2319 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2320 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2321 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2322 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2323 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2324 * startup.el (command-line, command-line-1): Don't quote lambdas. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2325 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2326 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2327 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2328 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2329 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2330 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2331 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2332 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2333 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2334 (cvs-mode-find-file): Check that we are on a filename or dirname |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2335 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2336 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2337 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2338 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2339 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2340 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2341 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2342 (cvs-status-map): Don't inherit from cvs-mode-map anymore. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2343 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2344 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2345 (cvs-add-face): Use `keymap' rather than `local-map' property, and only |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2346 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2347 (cvs-fileinfo-pp): Don't use any special map for file and dir names. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2348 Don't hardcode the mapping from state (aka type) to face, but check |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2349 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2350 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2351 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2352 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks): |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2353 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2354 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2355 (cvs-mode-diff-map): Define it as a function as well. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2356 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2357 Bind mouse-2 in this global map rather than with text-properties. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2358 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2359 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2360 file to resolve the ambiguity between C(conflict) and C(need-merge). |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2361 |
29574 | 2362 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2363 | |
2364 * international/mule.el (set-buffer-file-coding-system): If | |
2365 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2366 unconditionally. | |
2367 | |
29568 | 2368 2000-06-12 Dave Love <fx@gnu.org> |
2369 | |
2370 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2371 required. | |
2372 | |
29556 | 2373 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2374 | |
2375 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2376 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2377 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2378 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2379 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2380 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2381 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2382 below the autoload cookie so we can load the file before loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2383 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2384 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2385 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2386 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2387 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2388 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2389 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2390 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2391 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2392 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2393 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2394 Use byte-compile-current-file and load-file-name to infer the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2395 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2396 Wrap the hook var into `progn' so as not to autoload it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2397 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2398 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2399 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2400 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2401 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2402 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2403 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2404 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2405 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2406 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2407 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2408 |
29542 | 2409 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2410 | |
2411 * international/mule.el (set-buffer-file-coding-system): If one of | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2412 undecided-XXX is specified, change only EOL conversion. |
29542 | 2413 |
2414 * international/mule-conf.el (unix): New alias for the coding | |
2415 system undecided-unix. | |
2416 | |
29528 | 2417 2000-06-09 Dave Love <fx@gnu.org> |
2418 | |
29535 | 2419 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2420 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2421 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2422 (executable-insert): Change custom type. |
2423 (executable-find): Add autoload cookie. | |
29531 | 2424 (executable-make-buffer-file-executable-if-script-p): New |
2425 function. After Noah Friedman. | |
29528 | 2426 |
2427 * files.el (after-save-hook): Customize, with | |
29531 | 2428 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2429 |
29518 | 2430 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2431 | |
29522 | 2432 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2433 "tib24p-mule.bdf" for Tibetan. | |
2434 | |
29520 | 2435 * composite.el (decompose-composite-char): Declare it as obsolete. |
2436 | |
29541 | 2437 * man.el (Man-fontify-manpage): Pay attention to underline and |
2438 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2439 |
29517 | 2440 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2441 | |
2442 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2443 Set maintainer to FSF since author isn't reachable. | |
2444 | |
29508 | 2445 2000-06-08 Dave Love <fx@gnu.org> |
2446 | |
2447 * international/mule-cmds.el (select-safe-coding-system): If | |
2448 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2449 preferred coding-system if buffer-file-coding-system is | |
2450 `undecided'. From Handa. | |
2451 | |
29503 | 2452 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2453 | |
2454 * international/mule.el | |
2455 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2456 size is greater than INSERTED, judget that we are not visiting. | |
2457 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2458 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2459 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2460 * whitespace.el (defgroup whitespace): Comment out `:version'. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2461 XEmacs 20.4 has problems defining the group with this present. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2462 We'll have this commented out till get resolve the problem. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2463 |
29498 | 2464 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2465 | |
2466 * align.el: Update from author. | |
2467 | |
2468 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2469 | |
2470 * apropos.el (apropos-mode-hook): New user variable. | |
2471 (apropos-mode): Run apropos-mode-hook. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2472 |
29498 | 2473 2000-06-07 David Ponce <david@dponce.com> |
2474 | |
2475 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2476 commands. Require `wid-edit' at run-time. | |
2477 | |
2478 2000-06-07 David Ponce <david@dponce.com> | |
2479 | |
2480 * recentf.el: Added some "Commentary". | |
2481 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2482 move the point at the top of the file list. This behaviour is | |
2483 consistent with the menu one when the list contains a lot of | |
2484 files. | |
2485 (recentf-cleanup): Now displays the number of items removed from | |
2486 the list. | |
2487 (recentf-relative-filter) New menu filter to show filenames | |
2488 relative to `default-directory'. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2489 |
29498 | 2490 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2491 | |
2492 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2493 with/without giving an error if PostScript printer doesn't have this | |
2494 kind of page size. Zebra Stripe continues or restarts on next page. | |
2495 Manual/automatic paper feeding. Switch or not the header. | |
2496 (ps-print-version): New version number (5.2.2). | |
2497 (ps-windows-system): Include emx as a Windows system. | |
2498 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2499 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2500 (ps-background-text): Code fix. | |
2501 (ps-error-handler-message, ps-user-defined-prologue) | |
2502 (ps-print-prologue-header, ps-printer-name) | |
2503 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2504 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2505 (ps-use-face-background): Customization fix. | |
2506 (ps-n-up-database): Data fix. | |
2507 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2508 (ps-switch-header): New vars. | |
2509 (ps-xemacs-color-name, ps-face-foreground-name) | |
2510 (ps-face-background-name, ps-boolean-constant): New funs. | |
2511 | |
29491 | 2512 2000-06-07 Dave Love <fx@gnu.org> |
2513 | |
2514 * allout.el: New version from Manheimer. | |
2515 | |
29483 | 2516 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2517 | |
2518 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2519 charset. | |
2520 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2521 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2522 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2523 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2524 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2525 Call display-color-p and display-mouse-p instead of looking at |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2526 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2527 |
29471 | 2528 2000-06-06 Dave Love <fx@gnu.org> |
2529 | |
2530 * image.el (find-image): Doc fix. Return nil if image not found. | |
2531 (put-image, insert-image): Make STRING arg optional. | |
2532 | |
29455 | 2533 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2534 | |
2535 * language/vietnamese.el: Remove eval-when-compile. | |
2536 (viet-viscii-nonascii-translation-table): Define it as a | |
2537 translation table made from viet-viscii-decode-table. | |
2538 (viet-viscii-encode-table): Define it as a translation table made | |
2539 from the reverse map of above. | |
2540 (viet-vscii-nonascii-translation-table): Define it as a | |
2541 translation table made from viet-vscii-decode-table. | |
2542 (viet-vscii-encode-table): Define it as a translation table made | |
2543 from the reverse map of above. | |
2544 (ccl-decode-viscii): Use translate-character. | |
2545 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2546 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2547 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2548 |
29455 | 2549 * language/cyrillic.el: Remove eval-when-compile. |
2550 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2551 translation table made from cyrillic-koi8-r-decode-table. | |
2552 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2553 made from the reverse map of above. | |
2554 (ccl-decode-koi8): Use translate-character. | |
2555 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2556 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2557 a translation table made from cyrillic-alternativnyj-decode-table. | |
2558 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2559 table made from the reverse map of above. | |
2560 (ccl-decode-alternativnyj): Use translate-character. | |
2561 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2562 Likewize | |
2563 | |
2564 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2565 translation table symbol instead of translation table itself. | |
2566 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2567 | |
2568 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2569 already exists, override it. | |
2570 | |
2571 * international/fontset.el: Use family `proportional' for Tibetan | |
2572 fonts. | |
2573 | |
2574 * international/ccl.el (ccl-compile-translate-character): Don't | |
2575 check if Rrr has property translation-table. | |
2576 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2577 | |
29447 | 2578 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2579 | |
2580 * info.el: Bind case-fold-search to t when searching in case | |
2581 a user sets it to nil in a hook. | |
2582 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2583 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2584 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2585 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2586 * hl-line.el (hl-line-mode): Use the new :global key argument. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2587 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2588 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2589 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2590 (tar-grind-file-mode): Construct a string rather than modifying one. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2591 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2592 Use `format' rather than an error-prone set of copy-loops. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2593 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2594 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2595 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2596 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2597 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2598 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2599 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list) |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2600 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2601 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2602 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2603 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2604 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2605 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2606 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2607 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2608 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2609 This implicitly means that it now calls kill-all-local-variables. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2610 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2611 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2612 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2613 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2614 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2615 (doc-string-elt): Fix the wrong or missing previously unused values. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2616 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2617 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2618 so that defvar's and defun's docstrings are properly printed. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2619 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2620 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2621 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2622 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2623 Be careful not to loop indefinitely in the post-command-hook function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2624 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2625 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu> |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2626 |
29447 | 2627 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2628 tty's. |
29447 | 2629 * ediff-diff.el (ediff-exec-process): Use --binary for fine |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2630 differences whenever appropriate. |
29447 | 2631 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2632 * viper.el (find-file, find-file-other-window): Get viper to do | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2633 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2634 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2635 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2636 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2637 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2638 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2639 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2640 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2641 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2642 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2643 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2644 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2645 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2646 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2647 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2648 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2649 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2650 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2651 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2652 (easy-mmode-define-toggle): Remove (inline into define-minor-mode). |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2653 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2654 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2655 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2656 Add keyword arguments to specify global-ness or the custom group. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2657 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2658 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors. |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2659 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2660 |
29403 | 2661 2000-06-02 Dave Love <fx@gnu.org> |
2662 | |
2663 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2664 all the widgets. Don't require cl or widget. Remove | |
2665 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2666 (widget-read-event): Removed. Callers changed to use read-event. | |
2667 (widget-button-release-event-p): Renamed from | |
2668 button-release-event-p. | |
2669 (widget-field-add-space, widget-field-use-before-change): | |
2670 Uncustomize. | |
2671 (widget-specify-field): Use keymap property, not local-map. | |
2672 (widget-specify-button): Obey :suppress-face. | |
2673 (widget-specify-insert): Use modern backquote syntax. | |
2674 (widget-image-directory): Renamed from widget-glyph-directory. | |
2675 (widget-image-enable): Renamed from widget-glyph-enable. | |
2676 (widget-image-find): Replaces widget-glyph-find. | |
2677 (widget-button-pressed-face): Move defvar. | |
2678 (widget-image-insert): Replaces widget-glyph-insert. | |
2679 (widget-convert): Use keywordp. | |
2680 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2681 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2682 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2683 (widget-button-click): Don't set point at the click, but re-centre |
2684 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2685 (widget-tabable-at): Use POS arg, not point. | |
2686 (widget-beginning-of-line, widget-end-of-line) | |
2687 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2688 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2689 (widget-default-create): Use widget-image-insert; some rewriting. | |
2690 (widget-visibility-value-create) | |
2691 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2692 widget-image-insert. | |
2693 (checkbox): Create on and off images dynamically. | |
2694 (documentation-link): Change :help-echo. | |
2695 (widget-documentation-link-echo-help): Remove. | |
2696 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2697 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2698 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2699 * log-edit.el (log-edit-done): Thinko in the "same comment" detection. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2700 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2701 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2702 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2703 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2704 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2705 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2706 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2707 |
29383 | 2708 2000-06-02 Dave Love <fx@gnu.org> |
2709 | |
29392 | 2710 * files.el (convert-standard-filename): Doc fix. |
2711 (normal-backup-enable-predicate): New function. | |
2712 (backup-enable-predicate): Use it to replace the lambda form. | |
2713 | |
2714 * calendar/todo-mode.el: [This needs more work on the outline | |
2715 stuff.] Doc fixes. | |
2716 (todo) <defgroup>: Add :version. | |
2717 (todo-add-category): Don't use pushnew. | |
2718 (todo-cmd-raise): Fix typo. | |
2719 (todo-top-priorities): Change temp buffer name. | |
2720 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2721 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2722 Use outline-next-heading. |
29392 | 2723 |
29383 | 2724 * autoarg.el: Rewritten to use define-minor-mode. |
2725 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2726 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2727 | |
29376 | 2728 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2729 | |
2730 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2731 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2732 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2733 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2734 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2735 (log-edit-done): Only add the comment to the ring if it's different |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2736 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2737 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2738 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2739 |
29372 | 2740 2000-06-01 Dave Love <fx@gnu.org> |
2741 | |
2742 * hl-line.el: Rewritten using define-minor-mode. | |
2743 | |
2744 * help.el (describe-function-1): Distinguish special form from | |
2745 builtin function. Sanity-check presence of arglist for builtins. | |
2746 | |
29356 | 2747 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2748 | |
29365 | 2749 * international/characters.el: Fix syntax/category setting of |
2750 Tibetan characters. | |
2751 | |
2752 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2753 encoding of Tibetan characters. | |
2754 (tibetan-decompose-precomposition-alist): New variable. | |
2755 (tibetan-decompose-region): Convert precomposed characters to | |
2756 non-precomposed characters. | |
2757 (tibetan-decompose-string): Likewise. | |
2758 (tibetan-composition-function): Fix args to | |
2759 thibetan-compose-string. | |
2760 | |
2761 * language/tibetan.el (tibetan-composable-pattern): More | |
2762 characters included. | |
2763 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2764 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2765 "+R" added. | |
2766 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2767 | |
29359 | 2768 * language/lao-util.el (lao-composition-function): Fix args to |
2769 compose-string. | |
2770 | |
2771 * language/thai-util.el (thai-composition-function): Fix args to | |
2772 compose-string. | |
2773 | |
29356 | 2774 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2775 to prevent the point moving to the end of a composition when a |
2776 part of a composition is searched. | |
29356 | 2777 (isearch-other-meta-char): If the key invoking this command can be |
2778 mapped by function-key-map to a printing char, call | |
2779 isearch-process-search-char directly. | |
2780 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2781 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2782 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2783 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2784 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2785 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2786 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2787 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2788 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2789 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2790 * faces.el: Update calls to make-obsolete with a WHEN argument. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2791 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2792 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2793 Add an optional WHEN argument and change the format of the |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2794 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2795 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2796 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2797 new obsolete-symbol-property format and print WHEN if it is provided. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2798 |
29347 | 2799 2000-05-31 Dave Love <fx@gnu.org> |
2800 | |
2801 * loadhist.el (loadhist-hook-functions): Remove | |
2802 before-change-function, after-change-function. | |
2803 (unload-feature): Deal with symbols which are both bound and | |
2804 fbound. | |
2805 | |
2806 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2807 before-change-function, after-change-function. | |
2808 | |
2809 * simple.el (newline): Don't bind before-change-function, | |
2810 after-change-function. | |
2811 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2812 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org> |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2813 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2814 * whitespace.el (whitespace-rescan-timer-time): Update interval |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2815 set to 600 seconds (10 minutes) instead of 60 seconds since |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2816 a large number of whitespace buffers causes emacs to `freeze' |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2817 for a considerable amount of time. |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2818 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2819 * whitespace.el: Updated email address |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2820 |
29330 | 2821 2000-05-31 Dave Love <fx@gnu.org> |
2822 | |
2823 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2824 pattern for function of change. | |
2825 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2826 acknowledgements patterns. | |
2827 | |
29328 | 2828 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2829 | |
2830 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2831 being used, call isearch-process-search-multibyte-characters. | |
2832 | |
2833 * international/isearch-x.el: Mostly rewritten. | |
2834 | |
2835 * international/quail.el (quail-start-conversion): Don't include | |
2836 unhandled events in the returned events, but set them in | |
2837 unread-command-events. Exit if all inputs are deleted. | |
2838 | |
29324 | 2839 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2840 | |
2841 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2842 | |
2843 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2844 Reenable code to create initial fontsets. | |
2845 Use set-fontset-font in place of put-charset-property. | |
2846 | |
29302 | 2847 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2848 | |
29307 | 2849 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2850 label, ensure that the first colon isn't followed by another. | |
2851 | |
2852 * paths.el (Info-default-directory-list): Doc fix. | |
2853 | |
29304 | 2854 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2855 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2856 send a query containing USER only, not USER@HOST. | |
2857 | |
29302 | 2858 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2859 and rmail-msgend to compute the restriction at the end, instead of | |
2860 computing it. | |
2861 | |
29292 | 2862 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2863 | |
29295 | 2864 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2865 echo area if the minibuffer window is active. | |
2866 | |
29292 | 2867 * jit-lock.el (jit-lock-mode): Add after change function to |
2868 local hook. | |
2869 | |
2870 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2871 | |
2872 * antlr-mode.el: New commands: hide/unhide actions, | |
2873 upcase/downcase literals. | |
2874 (antlr-tiny-action-length): New user option. | |
2875 (antlr-hide-actions): New command. Suggested by | |
2876 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>. | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2877 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2878 (antlr-mode-menu): New entries. |
2879 (antlr-downcase-literals): New command. | |
2880 (antlr-upcase-literals): Ditto. | |
2881 | |
2882 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2883 (antlr-indent-line): Indent cpp directive at column 0. | |
2884 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2885 | |
2886 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2887 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2888 bug in XEmacs version of font-lock. | |
2889 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2890 be used by a smarter version of `buffers-menu-grouping-function'. | |
2891 | |
2892 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2893 | |
2894 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2895 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2896 | |
29266 | 2897 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2898 | |
2899 * international/encoded-kb.el | |
2900 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2901 charset-iso-final-char return -1 for eight-bit-control and | |
2902 eight-bit-graphic. | |
2903 | |
29261 | 2904 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2905 | |
2906 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2907 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2908 available, instead of window-system. | |
2909 | |
29259 | 2910 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2911 | |
2912 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2913 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2914 coding systems. | |
2915 | |
29248 | 2916 2000-05-26 Dave Love <fx@gnu.org> |
2917 | |
29255 | 2918 * disp-table.el (standard-display-underline): Don't use |
2919 internal-find-face. | |
2920 | |
29248 | 2921 * mail/reporter.el: Maintainer change. Doc fixes. |
2922 (reporter-version): Deleted. | |
2923 | |
2924 * emacs-lisp/elp.el: Maintainer change. | |
2925 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2926 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2927 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2928 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2929 * add-log.el (add-change-log-entry): Merge the current entry with the |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2930 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2931 |
29240 | 2932 2000-05-26 Dave Love <fx@gnu.org> |
2933 | |
29242 | 2934 * loadhist.el (unload-feature): Fix interactive spec [from |
2935 lijnzaad@ebi.ac.uk]. | |
2936 | |
29240 | 2937 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2938 subr-arity to check primitives. | |
2939 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2940 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2941 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2942 mapcar. | |
2943 | |
29226 | 2944 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2945 | |
29235 | 2946 * international/fontset.el: Set family names of non-latin charsets |
2947 in default fontset to "*". | |
2948 | |
29230 | 2949 * international/mule-diag.el (print-fontset): Combine family part |
2950 and registry part of the fontname by "-*-" instead of "-". | |
2951 | |
29226 | 2952 * international/mule-cmds.el (encode-coding-char): Make strings |
2953 multibyte before calling encode-coding-string. | |
2954 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2955 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2956 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2957 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2958 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2959 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2960 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2961 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2962 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2963 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2964 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2965 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2966 * bindings.el (esc-map): Change ; to comment-dwim and use the new |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2967 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2968 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2969 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2970 (comment-style): Don't depend on runtime data at compile-time. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2971 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2972 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2973 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2974 |
29214 | 2975 2000-05-25 Dave Love <fx@gnu.org> |
2976 | |
2977 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2978 byte-code-function-p. | |
2979 | |
2980 * mail/rmailsum.el: Add provide. | |
2981 | |
2982 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2983 | |
2984 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2985 defcustom. | |
2986 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2987 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2988 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2989 * ediff-diff.el (ediff-exec-process): delete --binary option from |
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2990 non-buffer ediff jobs. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2991 |
29205 | 2992 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2993 | |
2994 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2995 grayscale support, not about window-system. | |
2996 | |
2997 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2998 window-system. | |
2999 (ffap-highlight): Always default to t. | |
3000 | |
3001 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3002 display-popup-menus-p instead of looking at window-system. | |
3003 | |
3004 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3005 Only refuse to use string glyphs on X and MS-Windows. | |
3006 | |
3007 * avoid.el: Remove window-system from commentary, suggest to use | |
3008 display-*-p instead. | |
3009 | |
3010 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3011 window-system. | |
3012 | |
29190 | 3013 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3014 | |
3015 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3016 Fill up unsupported characters with their own codes. From Kenichi | |
3017 Handa. | |
3018 | |
29188 | 3019 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3020 | |
3021 * international/mule-diag.el (describe-char-after): Use | |
3022 display-graphic-p instead of window-system, so that this function | |
3023 works on MS-DOS. | |
3024 | |
29181 | 3025 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3026 | |
3027 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3028 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3029 the list of charsets which we convert into `?'. | |
3030 | |
29169 | 3031 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3032 | |
3033 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3034 private charsets. | |
3035 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3036 japanese-jisx0213-2): New charsets. | |
3037 | |
3038 * international/fontset.el: Setup default fontset for new charsets. | |
3039 | |
29166 | 3040 2000-05-24 Dave Love <fx@gnu.org> |
3041 | |
3042 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3043 S. Solomin" <sovs@uic.nnov.ru>]. | |
3044 | |
3045 * icomplete.el: Fix header for Finder. | |
3046 | |
3047 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3048 | |
3049 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3050 STAY. | |
3051 | |
3052 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3053 (rmail-show-message): Add call to `rmail-auto-file' during | |
3054 display. | |
3055 (rmail-auto-file): New function. | |
3056 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3057 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3058 |
29193 | 3059 * ediff-diff.el (ediff-forward-word): Take syntactic word class into |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3060 account. |
29193 | 3061 (ediff-test-utility,ediff-diff-mandatory-option) |
3062 (ediff-reset-diff-options): Utilities for proper initialization of | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3063 ediff-diff-options and ediff-diff3-options on Windows. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3064 |
29193 | 3065 * ediff-init.el (ediff-merge-filename-prefix): New customizable |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3066 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3067 |
29193 | 3068 * ediff-mult.el (ediff-filegroup-action): Use |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3069 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3070 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3071 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
|
3072 |
29193 | 3073 * viper-ex.el (ex-write): Set selective display to nil. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3074 |
29159 | 3075 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3076 | |
3077 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3078 aliases for hebrew-iso-8bit. | |
3079 | |
29148 | 3080 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3081 | |
3082 * woman.el: New version from Francis J. Wright | |
3083 <F.J.Wright@Maths.QMW.ac.uk>. | |
3084 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3085 names in environment variables regardless of the path separator. | |
3086 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3087 on all files, since woman-file-regexp already filters out any | |
3088 directories. | |
3089 | |
29140 | 3090 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3091 | |
29144 | 3092 * international/quail.el (quail-start-translation): Don't change |
3093 modified-p of the current buffer. | |
3094 (quail-start-conversion): Likewise. | |
3095 | |
3096 * international/kkc.el (kkc-region): Don't change modified-p of | |
3097 the current buffer. | |
3098 | |
29142 | 3099 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3100 conform to RFC1468. | |
3101 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3102 |
29138 | 3103 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3104 | |
3105 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3106 (speedbar-insert-button): Invisible text property fix. | |
3107 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3108 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3109 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3110 (speedbar-page-minus): Renamed from speedbar-file-- | |
3111 (speedbar-page): Renamed from speedbar-file- | |
3112 (speedbar-tag): Renamed from speedbar-tag- | |
3113 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3114 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3115 (speedbar-expand-image-button-alist): Use above renames. | |
3116 | |
3117 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3118 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3119 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3120 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3121 * sb-pg.xpm: Renamed from sb-file.xpm | |
3122 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3123 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3124 |
29128 | 3125 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3126 | |
3127 * international/quail.el (quail-show-guidance-buf): Set | |
3128 current-input-method of the guidance buffer to the name of the | |
3129 curren input method. | |
3130 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3131 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3132 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3133 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3134 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3135 * 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
|
3136 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3137 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3138 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3139 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3140 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3141 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3142 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3143 * 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
|
3144 |
29116 | 3145 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3146 | |
29127 | 3147 * startup.el (command-line): Determine source file of compiled |
3148 user init file differently. Warn if compiled user init file | |
3149 is older than its source file. | |
3150 | |
29116 | 3151 * ffap.el (ffap-url-regexp): Add `https'. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3152 |
29112 | 3153 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3154 | |
3155 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3156 rather than `|' (which is not allowed on Windows). Replace the | |
3157 drive letters with a string "drive_X". | |
3158 | |
29110 | 3159 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3160 | |
3161 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3162 | |
3163 * files.el (interpreter-mode-alist): Add `bash2'. | |
3164 | |
29091 | 3165 2000-05-22 Dave Love <fx@gnu.org> |
3166 | |
3167 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3168 mapc. | |
3169 (feature-file): Avoid calling symbol-name. Doc fix. | |
3170 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3171 (loadhist-hook-functions): Add mouse-position-function. | |
3172 (unload-feature): Change uses of mapcar. | |
3173 | |
3174 * files.el (parse-colon-path): Doc fix. | |
3175 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3176 (set-auto-mode): Use mapc. | |
3177 | |
3178 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3179 class. | |
3180 (partial-completion-mode): Add autoload cookie. | |
3181 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3182 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
|
3183 |
29102 | 3184 * 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
|
3185 `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
|
3186 |
29082 | 3187 2000-05-22 Dave Love <fx@gnu.org> |
3188 | |
3189 * bindings.el: Remove debug-ignored-errors set in other files. | |
3190 | |
3191 * progmodes/etags.el: Add to debug-ignored-errors. | |
3192 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3193 when making a new list. | |
3194 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3195 mapc. | |
3196 | |
3197 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3198 quote keywords. | |
3199 (cmpl-string-case-type): Use character classes. | |
3200 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3201 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3202 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3203 * imenu.el: |
29082 | 3204 * mail/mh-e.el: |
3205 * progmodes/compile.el: Add to debug-ignored-errors. | |
3206 | |
3207 * dabbrev.el: Add to debug-ignored-errors. | |
3208 (dabbrev-completion): Use mapc. | |
3209 | |
29075 | 3210 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3211 | |
3212 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3213 (woman-mapcan, woman-parse-man.conf) | |
3214 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3215 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3216 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3217 path syntax better. | |
3218 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3219 (woman-manpath): Call woman-parse-man.conf. | |
3220 (woman-emulation): New defcustom, defaults to nroff. | |
3221 (woman-font-support): New defconst. | |
3222 (woman-use-symbol-font): New defcustom. | |
3223 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3224 "Emulation". | |
3225 Many functions: Doc fix. | |
3226 | |
29072 | 3227 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3228 | |
3229 * international/quail.el (quail-simple-translation-keymap): Map | |
3230 128..255 to quail-self-insert-command. | |
3231 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3232 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3233 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3234 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3235 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3236 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3237 * 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
|
3238 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3239 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3240 * 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
|
3241 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3242 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3243 * 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
|
3244 |
29059 | 3245 2000-05-21 Dave Love <fx@gnu.org> |
3246 | |
29061 | 3247 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3248 are invalid characters. | |
3249 | |
29059 | 3250 * international/mule-util.el (detect-coding-with-priority): Use |
3251 mapc. Remove redundant lambda. | |
3252 | |
3253 * international/mule-diag.el (list-non-iso-charset-chars) | |
3254 (describe-fontset): Remove redundant lambda. | |
3255 | |
3256 * emulation/crisp.el (brief-mode): New alias. | |
3257 | |
3258 * emacs-lisp/ring.el (ring-elements): New function. | |
3259 | |
3260 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3261 (easy-menu-do-add-item): Use keywordp. | |
3262 | |
3263 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3264 | |
3265 * replace.el: Doc and error message fixes. | |
3266 (replace-highlight): Use facep, not internal-find-face. | |
3267 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3268 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3269 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3270 * 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
|
3271 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3272 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3273 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3274 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3275 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3276 (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
|
3277 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3278 (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
|
3279 (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
|
3280 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3281 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3282 (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
|
3283 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3284 (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
|
3285 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3286 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3287 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3288 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3289 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3290 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3291 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3292 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3293 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3294 (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
|
3295 (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
|
3296 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3297 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
|
3298 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3299 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3300 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3301 |
29029 | 3302 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3303 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3304 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3305 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3306 | |
29028 | 3307 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3308 | |
3309 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3310 and insert, not subst-char-in-region. | |
3311 | |
3312 * international/mule-diag.el (list-character-sets-1): Handle | |
3313 charsets eight-bit-control and eight-bit-graphic. | |
3314 (list-iso-charset-chars): Likewise. | |
3315 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3316 charactes as is. Use indent-to to align characters. | |
3317 | |
3318 * international/mule-cmds.el (find-multibyte-characters): Never | |
3319 exclude charsets eight-bit-control and eight-bit-graphic. | |
3320 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3321 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3322 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3323 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3324 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3325 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3326 * 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
|
3327 |
28993 | 3328 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3329 | |
3330 * gud.el (gud-jdb-directories): Doc fix. | |
3331 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3332 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3333 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3334 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3335 |
28988 | 3336 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3337 | |
28993 | 3338 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3339 |
28982 | 3340 2000-05-18 Andreas Schwab <schwab@suse.de> |
3341 | |
3342 * dired.el (dired-between-files): Also skip lines beginning with | |
3343 `used'. | |
3344 | |
28978 | 3345 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3346 | |
3347 * msb.el (msb-menu-cond): Add choice `user'. | |
3348 | |
28981 | 3349 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
|
3350 |
28981 | 3351 * ps-print.el: Compatibility, customization and doc fix. |
3352 (ps-printer-name-option): Replace defconst by defvar. | |
3353 (ps-postscript-code-directory): XEmacs compatibility. | |
3354 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3355 fix. | |
3356 (ps-user-defined-prologue, ps-print-prologue-header) | |
3357 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3358 compatibility and code fix. | |
3359 (ps-print-background-image, ps-print-background-text): | |
3360 Customization fix. | |
3361 (ps-line-number-start, ps-n-up-on): New vars. | |
3362 | |
28978 | 3363 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3364 | |
3365 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3366 the indent-comment function to just return the appropriate indent. | |
3367 | |
28975 | 3368 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3369 | |
3370 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3371 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3372 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3373 | |
28969 | 3374 2000-05-18 Dave Love <fx@gnu.org> |
3375 | |
3376 * info.el (Info-fontify-node): Add intangible property as well as | |
3377 invisible. | |
3378 | |
3379 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3380 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3381 | |
28965 | 3382 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3383 | |
3384 * international/mule-diag.el (describe-char-after): Call | |
3385 internal-char-font, not char-font. If internal-char-font returns | |
3386 nil, display "-- none --". | |
3387 | |
28959 | 3388 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3389 | |
3390 * image.el (image-type-available-p): Don't reference image-types | |
3391 if it isn't bound. | |
3392 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3393 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3394 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3395 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3396 |
28954 | 3397 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3398 | |
3399 * startup.el (command-line-1): Don't signal an error if the | |
3400 directory for auto-save-list files does not yet exist. | |
3401 | |
28950 | 3402 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3403 | |
3404 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3405 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3406 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3407 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3408 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3409 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3410 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
|
3411 |
28981 | 3412 * 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
|
3413 |
28942 | 3414 2000-05-16 Dave Love <fx@gnu.org> |
3415 | |
3416 * cus-edit.el: Don't require cl or easymenu. | |
3417 (custom-variable-prompt): Test standard-value property, not | |
3418 user-variable-p. | |
3419 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3420 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
|
3421 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3422 * 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
|
3423 |
28939 | 3424 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3425 | |
3426 * startup.el (command-line-1): Mention the FAQ in the startup | |
3427 message. | |
3428 | |
3429 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3430 | |
3431 * progmodes/compile.el (compilation-parse-errors): Collect | |
3432 `nomessage' regexps last. | |
3433 | |
3434 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3435 | |
3436 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3437 to the function name. | |
3438 | |
28926 | 3439 2000-05-15 Dave Love <fx@gnu.org> |
3440 | |
3441 * speedbar.el (speedbar-recenter): Typo. | |
3442 (speedbar-expand-line): Make arg optional. | |
3443 (speedbar-mode): Avoid a compiler warning. | |
3444 | |
28924 | 3445 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3446 | |
3447 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3448 user-specified option string is empty. | |
3449 | |
3450 * mouse.el (mouse-yank-at-click): Doc fix. | |
3451 | |
28921 | 3452 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3453 | |
3454 * term/internal.el (IT-character-translations): More updates of | |
3455 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3456 documents. | |
3457 | |
28919 | 3458 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3459 | |
3460 * env.el (getenv): New function, interactively callable. | |
3461 (setenv, getenv): Remove autoload cookies. | |
3462 | |
3463 * loadup.el: Load `env'. | |
3464 | |
3465 * progmodes/f90.el: Change author's mail address. | |
3466 | |
28908 | 3467 2000-05-14 Dave Love <fx@gnu.org> |
3468 | |
28911 | 3469 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3470 goto-addr as an option. | |
3471 | |
3472 * help.el (help-xref-stack): Doc fix. | |
3473 (help-xref-following): New variable. | |
3474 (help-make-xrefs): Use it. | |
3475 (help-xref-go-back): Use position information from stack element. | |
3476 (help-follow): Make position in stack element a pair. Use | |
3477 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3478 |
28911 | 3479 * autoarg.el: New file. |
3480 | |
3481 * faces.el: Declare more functions obsolete. | |
3482 | |
28908 | 3483 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3484 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3485 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3486 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3487 Remove all the setup-...-environment functions. | |
3488 | |
28903 | 3489 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3490 | |
28919 | 3491 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3492 >= when detecting. Require `defimage' safely. | |
28903 | 3493 (speedbar-easymenu-definition-base): Add toggle for images. |
3494 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3495 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3496 (speedbar-reconfigure-keymaps-hook): New variable. | |
3497 (speedbar-frame-parameters): Updated documentation. | |
3498 (speedbar-use-imenu-flag): Updated custom tag | |
3499 (speedbar-dynamic-tags-function-list): New variable. | |
3500 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3501 (speedbar-indentation-width, speedbar-indentation-width) New |
3502 variables. | |
3503 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3504 (speedbar-vc-indicator): Doc update. |
3505 (speedbar-ignored-path-expressions): Updated default value. | |
3506 (speedbar-supported-extension-expressions): Updated default value. | |
3507 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3508 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3509 as "+". Added overlay aliases. | |
3510 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3511 `force-mode-line-update'. | |
3512 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3513 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3514 `mouse-set-point' | |
28903 | 3515 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3516 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3517 of arbitrary text, and new helper functions. | |
3518 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3519 filename finder. | |
28903 | 3520 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3521 (speedbar-directory-buttons): Update path search/expansion. | |
3522 (speedbar-make-tag-line): Pay attention to | |
28919 | 3523 `speedbar-indentation-width'. Use more care w/ invisible |
3524 properties. | |
28903 | 3525 (speedbar-change-expand-button-char): Call |
3526 `speedbar-insert-image-button-maybe'. | |
3527 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3528 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3529 (speedbar-trim-words-tag-hierarchy) | |
3530 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3531 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3532 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3533 functions. | |
28903 | 3534 (speedbar-mouse-set-point): New function |
3535 (speedbar-power-click): Updated documentation. | |
28919 | 3536 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3537 of tag prefix text. | |
3538 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3539 to strange text. | |
3540 (speedbar-expand-line): Takes universal argument to flush the | |
3541 cache. | |
28903 | 3542 (speedbar-flush-expand-line): New function. |
3543 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3544 Use new generator insertion method. | |
3545 (speedbar-fetch-dynamic-tags): New function. | |
3546 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3547 `speedbar-fetch-dynamic-imenu'. | |
3548 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3549 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3550 "Revert Buffer" menu items. | |
3551 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3552 filename tag (for expansion purposes.). | |
28919 | 3553 (speedbar-highlight-one-tag-line, |
3554 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3555 (speedbar-recenter): New functions. | |
28903 | 3556 (defimage-speedbar): Image loading abstraction. |
28919 | 3557 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3558 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3559 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3560 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3561 (speedbar-expand-image-button-alist): New variable. |
3562 (speedbar-insert-image-button-maybe): Insert an image over some | |
3563 buttons. | |
3564 | |
28894 | 3565 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3566 | |
3567 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3568 character is always encodable. | |
3569 | |
3570 * international/mule-conf.el: Add more information in descriptions | |
3571 of character sets. | |
3572 | |
28965 | 3573 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3574 (describe-font-internal): Adjusted for the change of font-info. |
3575 (describe-font): Likewise. | |
3576 (print-fontset): Rewritten for the new fontset implementation. | |
3577 (describe-fontset): Include fontset alias names in completion. | |
3578 (list-fontsets): Adjusted for the change of print-fontset. | |
3579 | |
28895 | 3580 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3581 describe-char-after instead of displaying the detail in the echo | |
3582 area. | |
28965 | 3583 (syntax-code-table): Format changed. |
3584 (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
|
3585 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3586 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3587 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3588 * 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
|
3589 |
28890 | 3590 2000-05-12 Dave Love <fx@gnu.org> |
3591 | |
3592 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3593 dependence. Use line-{beginning,end}-position, not | |
3594 point-at{b,e}ol. Some doc fixes. | |
3595 (todo-position): New function. Fix callers of position to use it. | |
3596 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3597 | |
28885 | 3598 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3599 | |
3600 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3601 | |
28893 | 3602 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3603 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3604 |
28882 | 3605 2000-05-11 Dave Love <fx@gnu.org> |
3606 | |
28888 | 3607 * calendar/todo-mode.el: New file. |
28882 | 3608 |
28870 | 3609 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3610 | |
28881 | 3611 * comint.el (comint-read-input-ring): Move reference to |
3612 comint-input-ring-size outside of the save-excursion. It was | |
3613 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
|
3614 |
28875 | 3615 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3616 address on request from him. | |
3617 | |
28870 | 3618 * subr.el (substitute-key-definition): Add comment describing |
3619 the meaning of PREFIX. | |
3620 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3621 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3622 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3623 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3624 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3625 * 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
|
3626 (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
|
3627 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3628 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3629 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3630 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3631 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3632 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3633 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3634 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3635 * 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
|
3636 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3637 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3638 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3639 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3640 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3641 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3642 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3643 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3644 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3645 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3646 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3647 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3648 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3649 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3650 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3651 (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
|
3652 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3653 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3654 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3655 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3656 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3657 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3658 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3659 |
28845 | 3660 2000-05-09 Sam Steingold <sds@goems.com> |
3661 | |
3662 * apropos.el (apropos-print): use `describe-face' instead of | |
3663 `customize-face-other-window'. | |
3664 | |
28842 | 3665 2000-05-09 Dave Love <fx@gnu.org> |
3666 | |
3667 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3668 | |
3669 * help.el (describe-variable): Have customize button pop the | |
3670 help-xref stack when invoked. | |
3671 (help-xref-symbol-regexp): Add `face'. | |
3672 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3673 submatch numbers to cope. | |
3674 (help-xref-interned): Maybe insert face doc too. Separate | |
3675 sections with a line of hyphens. | |
3676 | |
28848 | 3677 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3678 (describe-face): Add customize button. Return the help |
3679 text. Fix prompt. | |
3680 | |
28839 | 3681 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3682 | |
3683 * term/internal.el (IT-character-translations): Fix last change. | |
3684 | |
28833 | 3685 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3686 | |
3687 * woman.el: New file | |
3688 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3689 | |
28829 | 3690 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3691 | |
28831 | 3692 * term/internal.el (IT-character-translations): Update ASCII |
3693 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3694 latin-iso8859-15. | |
3695 | |
28829 | 3696 * international/mule-cmds.el (set-language-info-alist): Call |
3697 define-prefix-command with 3 arguments, to make the map suitable | |
3698 for a menu. | |
3699 | |
28827 | 3700 2000-05-07 Dave Love <fx@gnu.org> |
3701 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3702 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3703 |
28825 | 3704 2000-05-05 Dave Love <fx@gnu.org> |
3705 | |
3706 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3707 list in doc string. Don't quote keyword symbols. | |
3708 * emacs-lisp/cl.el: Likewise | |
3709 * emacs-lisp/cl-seq.el: Likewise | |
3710 | |
28823 | 3711 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3712 | |
3713 * abbrev.el (abbrev-mode): Make ARG optional. | |
3714 | |
28812 | 3715 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3716 | |
28817 | 3717 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3718 | |
3719 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3720 | |
28812 | 3721 * subr.el (substitute-key-definition): Clarify documentation. |
3722 | |
3723 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3724 | |
3725 * glasses.el (glasses-convert-to-unreadable): Use | |
3726 `glasses-separator' instead of the hard-wired "_". | |
3727 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3728 place. | |
3729 | |
28808 | 3730 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3731 | |
3732 * term/internal.el (cjk-codepages-alist): Add associations for | |
3733 Chinese and Korean codepages. Remove FIXME comment. | |
3734 | |
28806 | 3735 2000-05-03 Dave Love <fx@gnu.org> |
3736 | |
3737 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3738 New option. | |
3739 (display-time-mail-icon): New variable. | |
3740 (display-time-string-forms): Use the above. Fix the local-map. | |
3741 | |
28795 | 3742 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3743 | |
28805 | 3744 * replace.el (query-replace-map): Add binding for `E'. |
3745 (query-replace-help): Extend help text. | |
3746 (perform-replace): Allow editing the replacement string. | |
3747 | |
3748 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3749 (makefile-mode): Set local abbrev table to | |
3750 makefile-mode-abbrev-table. | |
3751 (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
|
3752 |
28795 | 3753 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3754 set TOGGLE's value. | |
3755 | |
28805 | 3756 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3757 mail-interactive-insert-alias. | |
3758 (mail-abbrev-complete-alias): New command. | |
3759 (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
|
3760 |
28790 | 3761 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3762 | |
3763 * language/lao-util.el (lao-compose-region): New function. | |
3764 | |
28782 | 3765 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3766 | |
28789 | 3767 * files.el (recover-session): Make directories as necessary |
3768 if they don't exist yet. | |
3769 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3770 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3771 (french-calendar-multibyte-special-days-array) |
28782 | 3772 (french-calendar-special-days-array): Change French text. |
3773 (calendar-french-date-string): Change output. | |
3774 (calendar-goto-french-date): Likewise. | |
3775 | |
3776 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3777 | |
3778 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3779 (widget-documentation-string-value-create): Set `:always-active'. | |
3780 | |
28778 | 3781 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3782 | |
3783 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3784 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3785 (normal-top-level): Create the directory for auto-save files, if | |
3786 it doesn't already exist (in the ms-dos case only). | |
3787 | |
28775 | 3788 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3789 | |
3790 * international/mule-cmds.el (set-language-environment): Don't | |
3791 concat an integer (dos-codepage), use format instead. | |
3792 | |
28772 | 3793 2000-05-02 Dave Love <fx@gnu.org> |
3794 | |
3795 * help.el (help-xref-on-pp): Check for constant symbols. | |
3796 | |
28764 | 3797 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3798 | |
3799 * startup.el (normal-top-level): Put a condition-case around | |
3800 the code loading subdirs.el. | |
3801 | |
3802 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
|
3803 |
28764 | 3804 * ps-print.el: Upside-down and face background color printing, |
3805 line number step, doc fix. | |
3806 (ps-print-version): New version number (5.2). | |
3807 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3808 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3809 (ps-spool-config): Var fix. | |
3810 (ps-printer-name-option): Const fix. | |
3811 (ps-print-upside-down, ps-use-face-background) | |
3812 (ps-line-number-step): New vars. | |
3813 (ps-window-system, ps-lp-system): New consts. | |
3814 (ps-face-background): New fun. | |
3815 | |
28759 | 3816 2000-04-28 Richard Stallman <rms@gnu.org> |
3817 | |
3818 * files.el (make-auto-save-file-name): | |
3819 Apply auto-save-file-name-transforms to visited file name | |
3820 before generating auto save file name. | |
3821 (auto-save-file-name-transforms): New variable. | |
3822 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3823 * files.el (backup-enable-predicate): |
28759 | 3824 Correctly test for a file under a temporary directory. |
3825 | |
28751 | 3826 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3827 | |
3828 * subr.el (add-minor-mode): Rewritten. | |
3829 | |
28749 | 3830 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3831 | |
3832 * mail/sendmail.el (sendmail-send-it): Set | |
3833 buffer-file-coding-system to the selected coding system for MIME | |
3834 header. | |
3835 | |
28748 | 3836 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3837 | |
3838 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3839 YYYY is followed by two spaces. | |
3840 | |
3841 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3842 in the second character class of the regexp. | |
3843 | |
3844 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3845 mh-etc, too. | |
3846 | |
3847 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3848 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3849 |
28748 | 3850 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3851 | |
3852 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3853 argument. | |
3854 | |
3855 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
|
3856 |
28748 | 3857 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3858 (crm-collection-fn, crm-test-completion) | |
3859 (completing-read-multiple): Use it. | |
3860 | |
28736 | 3861 2000-04-27 Dave Love <fx@gnu.org> |
3862 | |
3863 * help.el (locate-library): Use mapc. | |
3864 (help-manyarg-func-alist): Add call-process-region. | |
3865 | |
28724 | 3866 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3867 | |
28729 | 3868 * subr.el (add-minor-mode): Make argument MAP optional. |
3869 | |
28724 | 3870 * desktop.el (desktop-save): Save list of minor modes. |
3871 (desktop-create-buffer): Restore minor modes. | |
3872 (desktop-minor-mode-table): New user-option. | |
3873 | |
3874 * subr.el (add-minor-mode): New function. | |
3875 | |
3876 * image.el (find-image): New function. | |
3877 (defimage): Rewritten to find image at load time. | |
3878 | |
3879 * startup.el (normal-top-level-add-to-load-path): Handle | |
3880 case that the default directory is not in load-path. | |
3881 | |
3882 * help.el: Old patch from Stefan Monnier. | |
3883 (help-xref-on-pp): New function. | |
3884 (describe-variable): Use it to display xrefs in a symbol's value. | |
3885 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3886 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3887 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3888 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3889 |
28713 | 3890 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3891 | |
28715 | 3892 * mail/rmail.el (rmail-expunge): When there are no deleted |
3893 messages, do nothing. | |
28713 | 3894 |
28712 | 3895 2000-04-26 Dave Love <fx@gnu.org> |
3896 | |
3897 * international/mule-cmds.el (locale-translation-file-name): | |
3898 Defvar to nil. | |
3899 (set-locale-environment): Set it here (at runtime). | |
3900 | |
28710 | 3901 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3902 | |
3903 * replace.el (perform-replace): Add parameters START and END. Use | |
3904 them instead of the check for a region in Transient Mark mode. | |
3905 (query-replace-read-args): Return two more list elements for the | |
3906 start and end of the region in Transient Mark mode. | |
3907 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3908 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3909 optional last arguments START and END and pass them to | |
3910 perform-replace. | |
3911 | |
3912 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3913 form with additional arguments for perform-replace. | |
3914 | |
3915 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3916 and END. Construct a form with additional arguments for | |
3917 perform-replace. | |
3918 | |
3919 * simple.el (shell-command): Set default directory for "*Shell | |
3920 Command Output" buffer. | |
3921 | |
3922 * language/european.el (iso-latin-4): Fix typo. | |
3923 | |
3924 * emacs-lisp/crm.el: New file. | |
3925 | |
28701 | 3926 2000-04-24 Dave Love <fx@gnu.org> |
3927 | |
3928 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3929 (Custom-reset-saved, Custom-reset-standard) | |
3930 (custom-group-value-create, custom-group-set, custom-group-save) | |
3931 (custom-group-reset-current, custom-group-reset-saved) | |
3932 (custom-group-reset-standard): Use mapc. | |
3933 (custom-buffer-create-internal): Disable undo when creating items. | |
3934 Use mapc. | |
3935 (custom-face): Avoid redundant lambda. | |
3936 | |
28699 | 3937 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3938 | |
3939 * startup.el (auto-save-list-file-prefix): Set default to | |
3940 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3941 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3942 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3943 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3944 * 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
|
3945 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3946 |
28695 | 3947 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3948 | |
3949 * frame.el (scrolling): New group. | |
3950 (automatic-hscrolling): New user-option. | |
3951 | |
3952 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3953 `--line-spacing'. | |
3954 | |
28668 | 3955 2000-04-19 Dave Love <fx@gnu.org> |
3956 | |
3957 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3958 (cl-mapc): Rename from mapc. Fix the funcall. | |
3959 | |
28653 | 3960 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3961 | |
28660 | 3962 * simple.el (clone-indirect-buffer-other-window): New command. |
3963 (clone-indirect-buffer): Add optional arg NORECROD. | |
3964 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3965 | |
28658 | 3966 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3967 | |
3968 * window.el (count-screen-lines): New function. | |
3969 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3970 instead of window-buffer-height. | |
3971 | |
3972 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3973 non-existing variable comint-input-sentinel. | |
3974 (inferior-lisp-args-to-list): Removed. | |
3975 (inferior-lisp): Use split-string instead of | |
3976 inferior-lisp-args-to-list. | |
3977 | |
3978 * hexl.el (hexl-insert-hex-string): New command. | |
3979 | |
28653 | 3980 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3981 instead of concat. | |
3982 | |
28634 | 3983 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3984 | |
3985 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3986 at the start of an existing but empty folder. | |
3987 | |
3988 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3989 | |
3990 * ps-mule.el: Customization fix, doc fix. | |
3991 (ps-multibyte-buffer): Customization fix. | |
3992 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3993 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3994 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3995 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3996 |
28626 | 3997 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3998 | |
3999 * textmodes/texinfo.el (texinfo-insert-@email) | |
4000 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4001 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4002 (texinfo-mode-map): Add key bindings for them. | |
4003 | |
4004 * files.el (basic-save-buffer-2): Use a template with `$' | |
4005 instead of `#' for VMS. | |
4006 | |
4007 * simple.el (clone-indirect-buffer): New function. | |
4008 | |
28621 | 4009 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4010 | |
4011 * iswitchb.el (iswitchb-case): New function. If the user input | |
4012 contains any upper-case characters, the search is made | |
4013 case-sensitive. | |
4014 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4015 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4016 |
28621 | 4017 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4018 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4019 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4020 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4021 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4022 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4023 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4024 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
|
4025 (texinfo-environments): New var. |
28621 | 4026 (texinfo-environment-regexp): Use regexp-opt and |
4027 texinfo-environments. | |
4028 | |
4029 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4030 ispell-process is bound since this might be eval'd before ispell | |
4031 is loaded. | |
4032 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4033 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
|
4034 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4035 * 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
|
4036 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4037 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4038 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4039 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4040 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4041 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4042 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4043 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4044 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4045 |
28602 | 4046 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4047 | |
4048 * 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
|
4049 |
28602 | 4050 * ps-print.el: Fix counting lines in a region. |
4051 (ps-print-version): New version number (5.1.5). | |
4052 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4053 (ps-printing-region): Fun code fix. | |
4054 | |
28600 | 4055 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4056 | |
4057 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4058 to file-directory-p. | |
4059 | |
28591 | 4060 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4061 | |
4062 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4063 exists before calling directory-files. | |
4064 | |
28578 | 4065 2000-04-13 Dave Love <fx@gnu.org> |
4066 | |
4067 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4068 syntax. | |
4069 | |
4070 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4071 | |
4072 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4073 (cl-old-mapc): New variable. | |
4074 (mapc): Use it. | |
4075 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4076 next-property-change. | |
4077 (cl-map-overlays): Use with-current-buffer. | |
4078 (cl-expt): Remove. | |
4079 (copy-tree, remprop): Define unconditionally. | |
4080 | |
4081 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4082 | |
4083 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4084 to use keywordp. | |
4085 (edebug-spec): Enable keywordp. | |
4086 | |
4087 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4088 string-lessp. | |
4089 | |
4090 * cus-start.el: Use keywordp. | |
4091 | |
28577 | 4092 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4093 | |
4094 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4095 2000-02-18 by doing a save-excursion. | |
4096 | |
4097 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4098 | |
4099 * ps-print.el: Customization fix, doc fix. | |
4100 (ps-print-version): New version number (5.1.4). | |
4101 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4102 (ps-print-preprint): Adjust code. | |
4103 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4104 (ps-print-prologue-header, ps-print-control-characters) | |
4105 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4106 |
28564 | 4107 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4108 | |
4109 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4110 converted to the new menu-item format, names silightly changed, | |
4111 help strings added. | |
4112 | |
4113 Support for spelling without async subprocesses: | |
4114 | |
4115 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4116 (ispell-session-buffer): New variables. | |
4117 (ispell-start-process, ispell-process-status, | |
4118 ispell-accept-output, ispell-send-string): New functions, for | |
4119 Ispell invocation when async subprocesses aren't supported. | |
4120 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4121 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4122 to process-send-string with calls to ispell-send-string, and | |
4123 accept-process-output with ispell-accept-output. | |
4124 (ispell-init-process): Call ispell-process-status instead of | |
4125 process-status with. | |
4126 (ispell-init-process): Call ispell-start-process. Call | |
4127 ispell-accept-output and ispell-send-string. Don't call | |
4128 process-kill-without-query and kill-process if they are unbound. | |
4129 (ispell-async-processp): New function. | |
4130 | |
28560 | 4131 2000-04-12 Dave Love <fx@gnu.org> |
4132 | |
4133 * info.el: Add debug-ignored-errors. | |
4134 (Info-mode-menu): Add some items. | |
4135 (Info-directory): Add autoload cookie. | |
4136 | |
4137 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4138 Modify `truncate-lines'. Make `describe-language-environment' | |
4139 always visible and add help. Modify `describe-key' help. Invoke | |
4140 Info-directory from `info'. New entry `emacs-manual'. | |
4141 | |
28542 | 4142 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4143 | |
28549 | 4144 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4145 propertized-buffer-identification. | |
4146 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4147 (ebrowse--mode-strings): Removed. | |
4148 (ebrowse--mode-line-props): Removed. | |
4149 | |
28542 | 4150 * files.el (auto-mode-alist): Add `EBROWSE'. |
4151 | |
4152 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4153 space before testing for end of buffer. | |
4154 (ebrowse-load): Removed. | |
4155 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4156 (ebrowse-create-tree-buffer): Rewritten. | |
4157 (ebrowse-tree-mode): Read tree from buffer. | |
4158 | |
4159 * progmodes/ebrowse-ffh.el: Removed. | |
4160 | |
28535 | 4161 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4162 | |
4163 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4164 | |
28534 | 4165 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4166 | |
4167 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4168 at the wrong place. | |
4169 | |
28783 | 4170 2000-04-09 Dave Love <fx@gnu.org> |
4171 | |
4172 * files.el (backup-enable-predicate): Use | |
4173 temporary-file-directory, small-temporary-file-directory. | |
4174 (make-backup-file-name-function, backup-directory-alist): New | |
4175 variables. | |
4176 (make-backup-file-name-1): New function. | |
4177 (make-backup-file-name): Use it. | |
4178 (find-backup-file-name): Likewise. Use format for clarity, not | |
4179 concat. | |
4180 (file-newest-backup): Use make-backup-file-name. | |
4181 | |
28523 | 4182 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4183 | |
28530 | 4184 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4185 |
28530 | 4186 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4187 to ebrowse-ffh.el. | |
4188 (ebrowse-load): Add autoload. | |
4189 | |
4190 * finder.el (finder-commentary): Add autoload cookie. | |
4191 | |
28523 | 4192 * mail/rfc2368.el: Correct author's email address. |
4193 | |
4194 * progmodes/ebrowse.el: New file. | |
4195 | |
4196 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4197 item help string. | |
4198 (easy-menu-do-add-item): Ditto. | |
4199 (easy-menu-define): Extend doc string. | |
4200 | |
4201 * jit-lock.el (with-buffer-unmodified): Use | |
4202 restore-buffer-modified-p. | |
4203 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4204 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4205 with-buffer-unmodified. | |
4206 | |
28517 | 4207 2000-04-08 Dave Love <fx@gnu.org> |
4208 | |
4209 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4210 unless, when. | |
4211 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4212 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
|
4213 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4214 * 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
|
4215 (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
|
4216 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
|
4217 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4218 |
28506 | 4219 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4220 | |
4221 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4222 like C-r. | |
4223 | |
4224 * progmodes/make-mode.el: Some doc fixes. | |
4225 (makefile-mode-abbrev-table): New variable. | |
4226 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4227 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4228 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4229 | |
4230 * replace.el (perform-replace): Don't move forward one char | |
4231 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4232 to do that because it leaves point 1 position after the last | |
4233 replacement, after everything has been replaced. | |
4234 | |
4235 * jit-lock.el (with-buffer-unmodified): New macro. | |
4236 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4237 modified state. | |
4238 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4239 preserving buffer's modified state. | |
4240 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4241 jit-lock-function-1. | |
4242 | |
4243 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4244 | |
28499 | 4245 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4246 | |
4247 * glasses.el: Provide facilities for inserting space before left | |
4248 parentheses and uncapitalization of identifiers. | |
4249 (glasses-mode): Try to remove old overlays in all cases. | |
4250 | |
28485 | 4251 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4252 | |
28496 | 4253 * progmodes/compile.el (compile-internal): Display the compilation |
4254 buffer in a different frame, if it's already displayed there. | |
4255 | |
28494 | 4256 * mail/rfc2368.el: New file. |
4257 | |
28492 | 4258 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4259 header and insert its value as mail body. | |
4260 | |
4261 * subr.el (member-ignore-case): New function. | |
4262 | |
4263 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4264 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4265 from dabbrev-ignored-regexps. | |
4266 | |
28485 | 4267 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4268 to extensions handled by gzip. | |
4269 | |
28492 | 4270 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4271 | |
4272 * files.el (insert-directory): List the total free space | |
4273 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4274 |
28492 | 4275 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4276 line is followed by one that matches CITATION-REGEXP, end the | |
4277 paragraph. | |
4278 | |
4279 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4280 | |
4281 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4282 (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
|
4283 |
28474 | 4284 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4285 | |
4286 * international/mule-cmds.el (encoded-string-description): | |
4287 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4288 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4289 for hexadecimal format. | |
28474 | 4290 |
28468 | 4291 2000-04-01 Dave Love <fx@gnu.org> |
4292 | |
4293 * cpp.el: Change customization group to `c' from `C'. | |
4294 | |
4295 * vcursor.el (vcursor-move): Use display-color-p. | |
4296 | |
4297 * international/mule-util.el: Provide mule-utils. | |
4298 (string-to-sequence): Simplify and speed up. | |
4299 | |
4300 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4301 | |
4302 * international/mule-cmds.el: Various menu changes. | |
4303 (describe-specified-language-support): Handle `Default'. | |
4304 (set-language-info): Purecopy `info'. | |
4305 | |
28462 | 4306 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4307 | |
4308 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4309 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
|
4310 |
28445 | 4311 2000-03-31 Dave Love <fx@gnu.org> |
4312 | |
28452 | 4313 * help.el (help-manyarg-func-alist): Correct several omissions. |
4314 | |
28450 | 4315 * add-log.el: Don't require cl, fortran. |
4316 (add-log-current-defun-function): Doc fix. | |
4317 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4318 fix. | |
4319 (change-log-version-rcs): Function deleted. | |
4320 (change-log-version-number-search): Doc fix. Use | |
4321 vc-workfile-version. Avoid CL dolist. | |
4322 (add-change-log-entry): Just call add-log-current-defun to get | |
4323 defun. Simplify somewhat. | |
4324 (change-log-get-method-definition-1): Likewise. | |
4325 (add-log-current-defun): Return nil if calling | |
4326 add-log-current-defun-function does so. Move Fortran stuff to | |
4327 fortran.el. Return string without properties. | |
4328 | |
28445 | 4329 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4330 and :alpha: char classes. | |
4331 | |
4332 * mail/supercite.el: Defvar curline when compiling. | |
4333 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4334 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4335 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4336 | |
28444 | 4337 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4338 | |
4339 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4340 | |
4341 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4342 Re-enable new code. | |
4343 | |
4344 * lpr.el (print-region-1): Use -d to specify printer name for | |
4345 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4346 | |
4347 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
|
4348 |
28444 | 4349 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4350 for function definition in symbol's function value slot first | |
4351 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
|
4352 |
28435 | 4353 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4354 | |
4355 * language/european.el ("Polish"): New language environment. | |
4356 (setup-polish-environment): New function. | |
4357 | |
28424 | 4358 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4359 | |
4360 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4361 Disable new code. | |
4362 | |
4363 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4364 trying to `load' the symbol of an autoload instead of the file | |
4365 recorded in the autoload. Fix error messages. | |
4366 | |
28429 | 4367 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4368 | |
4369 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4370 (ps-print-version): New version number (5.1.3). | |
4371 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4372 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4373 (ps-generate-postscript-with-faces): Code fix. | |
4374 (ps-color-values): XEmacs compatibility. | |
4375 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4376 (ps-default-fg, ps-default-bg): Adjust customization. | |
4377 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4378 (ps-color-scale): Renaming old ps-color-value fun. | |
4379 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4380 with ps-print-header variable. | |
4381 (ps-print-miscellany): New group. | |
4382 (ps-format-color, ps-rgb-color): New funs. | |
4383 (ps-default-foreground): New var. | |
4384 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4385 |
28416 | 4386 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4387 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4388 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4389 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4390 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4391 (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
|
4392 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4393 |
28416 | 4394 * lisp/locate.el: |
4395 (locate-word-at-point): Added this function | |
4396 (locate): Default to using locate-word-at-point as input | |
4397 Run dired-mode-hook | |
4398 | |
28405 | 4399 2000-03-29 Dave Love <fx@gnu.org> |
4400 | |
4401 * calendar/appt.el: Doc fixes. | |
4402 (appt-check): Convert min-to-app to a string before passing to | |
4403 appt-disp-window-function or concat. | |
4404 (appt-delete-window): Remove test for frame-root-window. | |
4405 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4406 | |
4407 * emacs-lisp/bytecomp.el: Doc fixes. | |
4408 (byte-compile-file-form-autoload): Update | |
4409 byte-compile-function-environment. | |
4410 | |
28403 | 4411 2000-03-29 Andreas Schwab <schwab@suse.de> |
4412 | |
4413 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4414 specially. | |
4415 | |
4416 * dired.el (dired-insert-directory): If dired-free-space-program | |
4417 failed just delete its output. | |
4418 | |
28395 | 4419 2000-03-29 Dave Love <fx@gnu.org> |
4420 | |
4421 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4422 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4423 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4424 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4425 clarity. | |
4426 | |
4427 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4428 | |
28377 | 4429 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4430 | |
4431 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4432 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4433 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4434 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4435 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4436 * 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
|
4437 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4438 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4439 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4440 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4441 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4442 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4443 |
28326 | 4444 2000-03-26 Dave Love <fx@gnu.org> |
4445 | |
28331 | 4446 * net/browse-url.el (browse-url): Re-fix case of |
4447 browse-url-browser-function being an alist. | |
4448 (browse-url): Add :link to defgroup. | |
4449 | |
28326 | 4450 * files.el: Doc fixes. |
4451 (file-truename): Include `[' in wildcard characters. | |
4452 (automount-dir-prefix): Customize. | |
4453 (find-file-wildcards): Add :version. | |
4454 (find-file-noselect): Simplify a mapcar call. | |
4455 | |
4456 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4457 compatible with inf-lisp version. | |
4458 (eval-defun-1): Fix custom-declare-variable case. | |
4459 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4460 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4461 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4462 * 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
|
4463 |
28303 | 4464 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4465 | |
28308 | 4466 * Makefile (COMPILE_FIRST): New macro. |
4467 (compile-files): Compile files from COMPILE_FIRST first. | |
4468 | |
4469 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4470 code. | |
4471 | |
28303 | 4472 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4473 matching open parenthesis in column 0 to defun-prompt-regexp | |
4474 only if open-paren-in-column-0-is-defun-start is set. | |
4475 | |
4476 * sun-curs.el: Require CL at compile-time only. | |
4477 | |
4478 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4479 instead of copy-list which is a function from CL. | |
4480 (msb--choose-menu, msb--mode-menu-cond) | |
4481 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4482 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4483 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4484 `(' in column 0 in doc string. | |
4485 (msb--add-separators): Use mapcar instead of mapcan. | |
4486 | |
4487 * cus-dep.el: Require CL at compile-time only. | |
4488 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4489 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4490 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4491 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4492 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4493 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4494 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4495 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4496 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4497 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4498 (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
|
4499 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4500 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4501 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4502 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4503 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4504 |
28292 | 4505 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4506 | |
4507 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4508 (rmail-expunge): Ask for confirmation depending on the setting | |
4509 of rmail-confirm-expunge. | |
4510 | |
4511 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4512 | |
4513 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4514 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4515 cause a bootstrap failure because things don't autoload as | |
4516 expected. | |
4517 | |
28289 | 4518 2000-03-23 Dave Love <fx@gnu.org> |
4519 | |
4520 * net/browse-url.el: Restore previous use of | |
4521 browse-url-maybe-new-window. | |
4522 | |
28287 | 4523 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4524 | |
4525 * ps-print.el: Skip banner page fix. | |
4526 (ps-print-version): New version number (5.1.2). | |
4527 (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
|
4528 |
28287 | 4529 2000-03-23 Dave Pearson <davep@davep.org> |
4530 | |
4531 * net/quickurl.el Changed the type of parameter passed to the | |
4532 function defined by `quickurl-format-function'. Before only the | |
4533 text of the URL was passed. Now the whole URL structure is passed | |
4534 and the function is responsible for extracting the parts it | |
4535 requires. Changed the default of `quickurl-format-function' | |
4536 accordingly. | |
4537 (quickurl-insert): Changed the `funcall' of | |
4538 `quickurl-format-function' to match the above change. | |
4539 (quickurl-list-insert): Changed the `url' case so that it makes | |
4540 use of `quickurl-format-function', previous to this the format was | |
4541 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4542 |
28283 | 4543 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4544 | |
4545 * startup.el: Change some spellings for the X Window System. | |
4546 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4547 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4548 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4549 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4550 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
|
4551 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4552 |
28276 | 4553 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4554 | |
4555 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4556 | |
28267 | 4557 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4558 | |
4559 * ps-print.el: N-up last page fix. | |
4560 (ps-print-version): New version number (5.1.1). | |
4561 (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
|
4562 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4563 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4564 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4565 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4566 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4567 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4568 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4569 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4570 * 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
|
4571 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4572 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4573 (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
|
4574 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
|
4575 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
|
4576 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4577 (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
|
4578 (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
|
4579 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4580 (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
|
4581 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4582 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4583 * 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
|
4584 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4585 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4586 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4587 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4588 * 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
|
4589 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4590 (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
|
4591 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4592 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4593 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4594 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4595 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4596 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4597 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4598 (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
|
4599 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
|
4600 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4601 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
|
4602 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4603 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4604 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4605 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4606 * 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
|
4607 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4608 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4609 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
|
4610 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4611 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4612 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4613 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4614 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
|
4615 (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
|
4616 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4617 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4618 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4619 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4620 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4621 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4622 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4623 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4624 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4625 |
28246 | 4626 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4627 | |
4628 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4629 (custom-button-pressed-face): Likewise. | |
4630 | |
28244 | 4631 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4632 | |
4633 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4634 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4635 depending on the value of tags-case-fold-search. | |
4636 (tags-loop-continue): Use tags-loop-eval. | |
4637 (find-tag-in-order): Bind case-fold-search depending on the value | |
4638 of tags-case-fold-search. | |
4639 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4640 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4641 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4642 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4643 (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
|
4644 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4645 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4646 (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
|
4647 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4648 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4649 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4650 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4651 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4652 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4653 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4654 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4655 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4656 * 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
|
4657 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4658 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4659 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4660 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4661 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4662 |
28233 | 4663 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4664 | |
4665 * term/x-win.el: Fontsets related initialization is simplified. | |
4666 | |
4667 * international/mule-diag.el (describe-font): Don't refer to | |
4668 global-fontset-alist, instead call font-list. | |
4669 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4670 (print-fontset): Adjusted for the change of fontset | |
4671 implementation. | |
4672 | |
4673 * international/fontset.el (x-charset-registries): Variable | |
4674 removed, instead the corresponding data is stored in the default | |
4675 fontset. | |
4676 (register-alternate-fontnames): Function removed. | |
4677 (resolved-ascii-font): Variable removed. | |
4678 (x-compose-font-name): Ignore the second argument REDOCE. | |
4679 (x-complement-fontset-spec): Complement only an ASCII font and | |
4680 element for those charsets than can use that ASCII font. | |
4681 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4682 instead call fontset-list. | |
4683 (uninstantiated-fontset-alist): Variable removed. | |
4684 (x-style-funcs-alist): Likewise. | |
4685 (fontset-default-styles): Likewise. | |
4686 (x-modify-font-name): Function removed. | |
4687 (create-fontset-from-fontset-spec): Ignore the argument | |
4688 STYLE-VARIANT. | |
4689 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4690 change. | |
4691 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4692 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4693 |
28233 | 4694 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4695 (describe-face): Include `font' attribute in the description. | |
4696 | |
28219 | 4697 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4698 | |
4699 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4700 | |
28209 | 4701 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4702 | |
28212 | 4703 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4704 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4705 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
|
4706 |
28209 | 4707 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4708 about behavior of set-buffer-modified-p wrt redisplay. | |
4709 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4710 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4711 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4712 * 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
|
4713 |
28194 | 4714 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4715 | |
4716 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4717 is a string, convert it to a syntax cell using string-to-syntax. | |
4718 | |
4719 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4720 (string-to-syntax): New function. | |
4721 | |
4722 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4723 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4724 try to use passive ftp mode. |
28194 | 4725 |
28189 | 4726 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4727 | |
28209 | 4728 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4729 |
4730 * simple.el (append-to-buffer): Update point of windows after | |
4731 insertion. | |
4732 | |
4733 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4734 forward then moving backward. Reindent. | |
4735 | |
4736 * frame.el (other-frame): Call x-focus-frame only if | |
4737 focus-follows-mouse is off. | |
4738 | |
28185 | 4739 2000-03-17 Dave Love <fx@gnu.org> |
4740 | |
4741 * pcvs-util.el (cvs-strings->string): Rename | |
4742 replace-regexps-in-string. | |
4743 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4744 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4745 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4746 * 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
|
4747 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4748 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4749 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4750 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4751 |
28174 | 4752 2000-03-16 Dave Love <fx@gnu.org> |
4753 | |
4754 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4755 `fortran'. | |
4756 (f90-mode-hook): Customize. | |
4757 (f90-mode): Set add-log-current-defun-function. | |
4758 (f90-current-defun): New function. | |
4759 | |
28169 | 4760 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4761 | |
28173 | 4762 * cus-edit.el (custom-variable-tag-face): Handle case that |
4763 default face's height is not a number. | |
4764 (custom-face-tag-face, custom-group-tag-face-1) | |
4765 (custom-group-tag-face): Ditto. | |
4766 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4767 |
28169 | 4768 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4769 | |
28161 | 4770 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4771 | |
4772 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4773 requiring easymenu. | |
4774 | |
28155 | 4775 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4776 | |
4777 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4778 handler, doc fix. | |
4779 (ps-print-version): New version number (5.1). | |
4780 (ps-user-defined-prologue, ps-error-handler-message) | |
4781 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4782 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4783 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4784 |
28150 | 4785 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4786 | |
4787 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4788 invalid self-assignment code. |
28150 | 4789 |
28149 | 4790 2000-03-14 Dave Love <fx@gnu.org> |
4791 | |
4792 * subr.el (replace-regexp-in-string): Renamed from | |
4793 replace-regexps-in-string. Doc fix. | |
4794 | |
28131 | 4795 2000-03-12 Dave Love <fx@gnu.org> |
4796 | |
4797 * cus-edit.el: Doc fixes. | |
4798 (customize-set-variable, customize-save-variable): Rename args for | |
4799 doc. | |
4800 (custom-variable-tag-face, custom-face-tag-face) | |
4801 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4802 style which user identify as hyperlink. | |
4803 (hook): Don't add undefined functions to the hook. | |
4804 (debug-ignored-errors): Transfer message from bindings.el. | |
4805 | |
28120 | 4806 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4807 | |
4808 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4809 double/nested definition. | |
4810 | |
28114 | 4811 2000-03-12 Dave Love <fx@gnu.org> |
4812 | |
4813 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4814 * enriched.el (enriched-decode-foreground): Likewise. | |
4815 (enriched-decode-background): Likewise. | |
4816 * isearch.el (isearch-highlight): Likewise. | |
4817 * info-look.el (info-lookup): Likewise. | |
4818 * simple.el (completion-setup-function): Likewise. | |
4819 | |
4820 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4821 :options. | |
4822 | |
4823 * bindings.el (mode-line-format): Fix line-number and | |
4824 column-number items. Add help-echo for the background. | |
4825 (mode-line-mule-info): Modify help-echo. | |
4826 | |
4827 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4828 defcustom. | |
4829 | |
4830 * files.el (load-file): Allow completion to .elc. | |
4831 | |
4832 * man.el: Doc fixes. | |
4833 (Man-init-defvars): Use display-color-p to set fontification. | |
4834 | |
4835 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4836 | |
28109 | 4837 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4838 | |
4839 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4840 | |
4841 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4842 | |
28098 | 4843 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4844 | |
4845 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4846 Fix comment. | |
4847 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4848 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4849 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4850 * 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
|
4851 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4852 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4853 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4854 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4855 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4856 * 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
|
4857 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4858 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4859 * 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
|
4860 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
|
4861 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4862 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4863 * 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
|
4864 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4865 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4866 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4867 |
28084 | 4868 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4869 | |
4870 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4871 removed. | |
4872 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4873 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4874 |
28114 | 4875 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4876 allow more flexibility. | |
4877 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4878 fns. | |
4879 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4880 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4881 |
28085 | 4882 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4883 |
4884 * rect.el (replace-rectangle): New function. | |
4885 | |
4886 2000-03-09 Dave Love <fx@gnu.org> | |
4887 | |
4888 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4889 "C". | |
4890 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4891 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4892 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4893 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4894 fortran-comment-line-start here. Set comment-start, | |
4895 add-log-current-defun. | |
4896 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4897 (fortran-current-defun): New function. | |
4898 | |
28073 | 4899 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4900 | |
28077 | 4901 * emacs-lisp/re-builder.el: New file. |
4902 | |
28076 | 4903 * mouse.el (mouse-drag-region): Don't run up-event handler |
4904 if hscroll has changed. | |
4905 | |
28073 | 4906 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4907 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4908 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4909 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4910 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4911 `(defun (setf foo)' differently. |
4912 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4913 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4914 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4915 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4916 (regexp-opt): Update comment and adapt the code the new meaning of |
4917 the `paren' argument of regex-opt-group for shy-groups. | |
4918 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4919 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4920 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4921 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4922 Remove open-presuf and close-presuf. Instead of checking for `all |
4923 one-char' and then later on check for `several one-char', handle | |
4924 both cases close together. Also apply a more generic algorithm | |
4925 for suffixes (the mirror image of the algorithm used for | |
4926 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4927 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4928 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4929 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4930 from comint-mode-map, so we can just inherit from it. Also, move |
4931 the initialization into the `defvar' since there's no docstring | |
4932 anyway and it's fairly short. | |
4933 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4934 shorter and this way we inherit from comint-mode-map rather than | |
4935 copying it. | |
4936 | |
4937 * subr.el (replace-regexps-in-string): Properly handle the case | |
4938 where we match an empty string. | |
4939 | |
4940 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4941 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
|
4942 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4943 |
28046 | 4944 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4945 | |
28051 | 4946 * Makefile (compile-files): Compile files one by one because |
4947 that's the only way to ensure a clean compilation environment for | |
4948 each individual file. | |
4949 | |
28046 | 4950 * frame.el (other-frame): Call x-focus-frame. |
4951 | |
28040 | 4952 2000-03-07 Dave Love <fx@gnu.org> |
4953 | |
28043 | 4954 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4955 :require to defcustom. | |
4956 | |
28040 | 4957 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4958 lists. | |
4959 | |
4960 * files.el (auto-mode-alist): Add configure.in. | |
4961 | |
4962 * progmodes/autoconf.el: New file. | |
4963 | |
28034 | 4964 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4965 | |
4966 * mail/mh-e.el: Change maintainer to `none'. | |
4967 | |
4968 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4969 to remove-hook and add-hook. | |
4970 | |
4971 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4972 | |
28035 | 4973 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4974 it as the default. |
28035 | 4975 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4976 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4977 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4978 |
28024 | 4979 2000-03-07 Dave Love <fx@gnu.org> |
4980 | |
4981 * winner.el: Fix keywords, autoload cookies. Split | |
4982 eval-when-compile form to avoid compilation failure. | |
4983 | |
28017 | 4984 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4985 | |
4986 * international/mule.el: Modify comment about coding system | |
4987 property `coding-category'. | |
4988 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4989 coding-category property of PROPERTIES. | |
4990 | |
4991 * international/mule-conf.el (coding-category-utf-8, | |
4992 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4993 categories. Include them in the argument for set-coding-priority. | |
4994 | |
4995 * international/mule-cmds.el (reset-language-environment): Include | |
4996 coding-category-utf-8, coding-category-utf-16-be, and | |
4997 coding-category-utf-16-le in the argument for set-coding-priority. | |
4998 (reset-language-environment): Initialize coding-category-utf-8, | |
4999 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5000 | |
28014 | 5001 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5002 | |
5003 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5004 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5005 extensions as well as compression extensions. | |
5006 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5007 |
27976 | 5008 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5009 | |
5010 * strokes.el: Change maintainer's mail address. | |
5011 | |
27972 | 5012 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5013 | |
5014 * international/mule-diag.el (list-character-sets): Make help-echo | |
5015 string by substitute-command-keys. | |
5016 (list-character-sets): Likewise. | |
5017 (sort-listed-character-sets): Call help-setup-xref. | |
5018 | |
27965 | 5019 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5020 | |
5021 * time.el (display-time-mail-file): Add `none' to the list of | |
5022 choices. | |
5023 | |
27954 | 5024 2000-03-01 Dave Love <fx@gnu.org> |
5025 | |
27959 | 5026 * help.el (help-xref-go-back): Don't try to set position. |
5027 | |
27954 | 5028 * international/mule-diag.el (list-character-sets): Call |
5029 help-setup-xref. Add help-echo to xrefs. | |
5030 (list-character-sets-1): Add help-echo to xrefs. | |
5031 | |
27949 | 5032 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5033 | |
5034 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5035 the mode off. | |
5036 | |
5037 * add-log.el (add-log-current-defun): Add support for | |
5038 Autoconf mode. | |
5039 | |
5040 * mail/rmail.el (rmail-quit-hook): New variable. | |
5041 | |
27931 | 5042 2000-03-01 Dave Love <fx@gnu.org> |
5043 | |
27935 | 5044 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5045 | |
27931 | 5046 * help.el (help-xref-button): Add help-echo arg. |
5047 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5048 | |
5049 * faces.el (list-faces-display): Supply help-echo with | |
5050 help-make-xrefs. | |
5051 | |
5052 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5053 nil. | |
5054 | |
27919 | 5055 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5056 | |
27927 | 5057 * image.el (defimage): Look for image files in load-path. |
5058 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5059 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5060 `number'. |
5061 | |
27927 | 5062 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5063 | |
5064 * recentf.el (recentf): Added version tag to the defgroup of | |
5065 recentf. | |
5066 | |
5067 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5068 | |
5069 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5070 too. | |
5071 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5072 action to select/unselect a file. | |
5073 (recentf-edit-list): Code cleanup and improvement. | |
5074 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5075 widget action to open a file. | |
5076 (recentf-open-more-files): No more use standard completion but | |
5077 widgets. | |
5078 (recentf-more-collection): Deleted. | |
5079 (recentf-more-history): Deleted. | |
5080 (recentf-setup-more-completion): Deleted. | |
5081 | |
5082 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5083 | |
5084 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5085 under a window-system. | |
5086 | |
5087 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5088 | |
5089 * recentf.el (recentf-edit-list): New command to edit the recent | |
5090 list which allow the user to remove files. | |
5091 (recentf-edit-selected-items): New global variable, used by | |
5092 `recentf-edit-list' to hold the list of files to be removed from | |
5093 the recent list. | |
5094 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5095 menu item. Minor code cleanup. | |
5096 | |
5097 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5098 | |
5099 * recentf.el (recentf-open-more-files): New command to open files | |
5100 that are not displayed in the menu. | |
5101 (recentf-more-collection): New global variable holding the set of | |
5102 permissible completions used by `recentf-open-more-files'. | |
5103 (recentf-more-history): New global variable holding the history list | |
5104 used by `recentf-open-more-files' completion. | |
5105 (recentf-setup-more-completion): New function to setup completion for | |
5106 `recentf-open-more-files'. | |
5107 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5108 | |
5109 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5110 | |
5111 * recentf.el (recentf-menu-action): Doc fixed. | |
5112 | |
5113 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5114 | |
5115 * recentf.el (recentf-menu-filter): Doc updated. | |
5116 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5117 (recentf-make-menu-items): New menu filter handling. | |
5118 (recentf-make-menu-item): New helper function. | |
5119 (recentf-menu-elements): New menu handling function. | |
5120 (recentf-sort-ascending): Updated to new menu filter handling. | |
5121 (recentf-sort-descending): Updated to new menu filter handling. | |
5122 (recentf-sort-basenames-ascending): New menu filter function. | |
5123 (recentf-sort-basenames-descending): New menu filter function. | |
5124 (recentf-show-basenames): New menu filter function. | |
5125 (recentf-show-basenames-ascending): New menu filter function. | |
5126 (recentf-show-basenames-descending): New menu filter function. | |
5127 | |
27919 | 5128 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5129 | |
5130 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5131 the end of the buffer. | |
5132 | |
27911 | 5133 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5134 | |
5135 * international/mule-diag.el (list-character-sets): Completely | |
5136 rewritten. | |
5137 (sort-listed-character-sets): New function. | |
5138 (list-character-sets-1): Completely rewritten. | |
5139 (list-character-sets-2): New function. | |
5140 (non-iso-charset-alist): New variable. | |
5141 (decode-codepage-char): New function. | |
5142 (charset-history): New variable. | |
5143 (read-charset) (list-block-of-chars) | |
5144 (list-iso-charset-chars) | |
5145 (list-non-iso-charset-chars) | |
5146 (list-charset-chars): New functions. | |
5147 (mule-diag): Call list-character-sets-2, not | |
5148 list-character-sets-2. | |
5149 (dump-charsets): Likewise. | |
5150 | |
27910 | 5151 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5152 | |
27919 | 5153 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5154 file name characters. | |
5155 (dired-filename-at-point): Handle ange-ftp file names. | |
5156 | |
27910 | 5157 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5158 instead of assoc-delete-all. | |
5159 (frame-notice-user-settings): Ditto. | |
5160 | |
5161 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5162 Don't copy alist. | |
5163 | |
27906 | 5164 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5165 | |
5166 * calculator.el (calculator-use-menu): New option. | |
5167 (calculator-initial-bindings): Changed some bindings to work as | |
5168 macros. | |
5169 (calculator-forced-input): Removed. | |
5170 (calculator-restart-other-mode): New variable. | |
5171 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5172 |
27906 | 5173 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5174 | |
5175 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5176 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5177 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5178 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
|
5179 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5180 * 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
|
5181 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
|
5182 (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
|
5183 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
|
5184 * 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
|
5185 * 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
|
5186 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
|
5187 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
|
5188 * 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
|
5189 * 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
|
5190 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5191 |
27898 | 5192 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5193 | |
5194 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5195 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5196 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5197 face-font-family-alternatives from working. | |
5198 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5199 chosen font. | |
5200 | |
27873 | 5201 2000-02-25 Sam Steingold <sds@goems.com> |
5202 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5203 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5204 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5205 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5206 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5207 |
5208 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5209 | |
27856 | 5210 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5211 | |
5212 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5213 writable. | |
5214 | |
27868 | 5215 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5216 |
27847 | 5217 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5218 | |
5219 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5220 | |
27845 | 5221 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5222 | |
5223 * diary-lib.el (include-other-diary-files): Undo the selective | |
5224 display in any included file and don't kill it. | |
5225 | |
27841 | 5226 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5227 | |
5228 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5229 bar. Menu items converted to (menu-item format, help strings | |
5230 added. | |
5231 [downcase, upcase]: Don't enable on MS-DOS. | |
5232 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5233 bound. | |
5234 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5235 | |
27825 | 5236 2000-02-23 Dave Love <fx@gnu.org> |
5237 | |
27838 | 5238 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5239 (backward-kill-word): Revert addition of * to interactive spec -- | |
5240 it's a feature. | |
5241 | |
5242 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5243 (backward-kill-sentence, kill-sentence): Likewise. | |
5244 | |
27835 | 5245 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5246 scratch buffer name. | |
5247 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5248 slightly. | |
5249 | |
5250 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5251 new read-face-name. | |
5252 | |
5253 * mail/footnote.el (footnote): Add :version to defgroup. | |
5254 (footnote-section-tag-regexp): Customize. | |
5255 (footnote-start-tag, footnote-end-tag): New option. | |
5256 (footnote-latin-regexp): New variable. | |
5257 (Footnote-latin): New function. | |
5258 (footnote-style-alist): Add element for latin style. | |
5259 (footnote-style): Moved. | |
5260 (Footnote-goto-footnote): Use eq to test arg. | |
5261 | |
5262 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5263 | |
27825 | 5264 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5265 (byte-compile-trueconstp): Include keywords. | |
5266 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5267 byte-compile-const-symbol-p. | |
5268 (byte-optimize-char-before): New optimization. | |
5269 | |
5270 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5271 (byte-compile-const-symbol-p): New function. | |
5272 (byte-compile-constp, byte-compile-out-toplevel) | |
5273 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5274 Use it. | |
5275 | |
5276 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5277 | |
27813 | 5278 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5279 | |
27815 | 5280 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5281 and minor-mode-map-alist. | |
5282 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5283 codes SS2 and SS3 correctly. | |
5284 (encoded-kbd-self-insert-ccl): New function. | |
5285 (encoded-kbd-setup-keymap): New function. | |
5286 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5287 by calling encoded-kbd-setup-keymap. | |
5288 | |
27813 | 5289 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5290 characters. | |
5291 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5292 locally. | |
5293 | |
27811 | 5294 2000-02-22 Dave Love <fx@gnu.org> |
5295 | |
5296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5297 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5298 defvar. | |
5299 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5300 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5301 classes. Match `defface'. | |
5302 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5303 (eval-defun-1): Fix for defcustom. | |
5304 (lisp-indent-region): Doc fix. | |
5305 | |
5306 * subr.el (when, unless, split-string): Doc fix. | |
5307 (read-passwd): Move call of clear-this-command-keys to the right | |
5308 place. | |
5309 (replace-regexps-in-string): New function. | |
5310 | |
27807 | 5311 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5312 | |
5313 * help.el (describe-variable): Set syntax table to | |
5314 emacs-lisp-mode-syntax-table when moving forward over the | |
5315 symbol's name. | |
5316 | |
27805 | 5317 2000-02-22 Dave Love <fx@gnu.org> |
5318 | |
5319 * xt-mouse.el: Doc fixes. | |
5320 (xterm-mouse-position-function): New function, replacing advice of | |
5321 mouse-position. | |
5322 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5323 | |
5324 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5325 | |
27794 | 5326 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5327 | |
5328 * format.el (format-annotate-single-property-change): Handle | |
5329 properties.with dotted-list values. | |
5330 (format-proper-list-p): New function. | |
5331 | |
5332 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5333 . COLOR) and (background-color . COLOR). | |
5334 | |
27788 | 5335 2000-02-20 Dave Love <fx@gnu.org> |
5336 | |
5337 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5338 and assignments to it. | |
5339 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5340 current local map. | |
5341 (make-flyspell-overlay): Use it. | |
5342 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5343 | |
5344 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5345 (lm-get-header-re): Defun, not defsubst. | |
5346 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5347 (lm-version): Doc fix. Simplify. | |
5348 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5349 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5350 (lm-verify, lm-synopsis): Simplify. | |
5351 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5352 | |
27785 | 5353 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5354 | |
5355 * dired.el (dired-mode): Call propertized-buffer-identification | |
5356 to set mode-line-buffer-identification to something having | |
5357 the right text properties. | |
5358 | |
5359 * bindings.el (propertized-buffer-identification): New function. | |
5360 | |
27777 | 5361 2000-02-20 Dave Love <fx@gnu.org> |
5362 | |
5363 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5364 check for t-mouse too. | |
5365 | |
5366 * cus-start.el: Make echo-keystrokes `number'. | |
5367 | |
27776 | 5368 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5369 | |
5370 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5371 Don't call ring-empty-p unless tags-location-ring is bound. | |
5372 From Noah Friedman <friedman@splode.com>. | |
5373 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5374 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5375 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5376 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5377 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5378 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5379 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5380 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5381 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5382 (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
|
5383 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
|
5384 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5385 |
27757 | 5386 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5387 | |
5388 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5389 | |
27749 | 5390 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5391 | |
27754 | 5392 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5393 | |
27749 | 5394 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5395 of `*' to handle `(* ... *)' comments. | |
5396 | |
27732 | 5397 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5398 | |
27737 | 5399 * 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
|
5400 window-system. |
27737 | 5401 |
27732 | 5402 * menu-bar.el (global-map): Menu-bar items converted to the new |
5403 format (menu-item..., rearranged for better CUA compliance, and | |
5404 their names changed for better clarity. Help strings added. | |
5405 | |
5406 * international/mule-cmds.el (mule-menu-keymap) | |
5407 (describe-language-environment-map, set-coding-system-map) | |
5408 (setup-language-environment-map): Convert to new (menu-item... | |
5409 form, add help strings. Change names of menu items for better | |
5410 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5411 submenu). | |
5412 | |
27729 | 5413 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5414 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5415 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5416 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5417 |
27717 | 5418 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5419 |
27717 | 5420 * faces.el: Don't require custom. Add more specific :groups to |
5421 various deffaces. | |
5422 (set-face-attribute): Purecopy args. | |
5423 (read-face-name): Default to name at point and use it in prompt. | |
5424 Remove colon from arg in all callers. | |
5425 (list-faces-display): Hyperlink to face descriptions and customize | |
5426 buffers. | |
5427 | |
27712 | 5428 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5429 | |
5430 * wid-edit.el (widget-match-inline): An atom never matches a | |
5431 list. | |
5432 | |
27707 | 5433 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5434 | |
27713 | 5435 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5436 at ':' characters by call to split-string. | |
27707 | 5437 |
5438 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5439 | |
27713 | 5440 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5441 |
5442 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5443 | |
27713 | 5444 * textmodes/bibtex.el: Some temporary comments removed. |
5445 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5446 explicit. | |
5447 (bibtex-field-const): Allow capital letters. | |
5448 (bibtex-start-of-string): Deleted because unused. | |
5449 | |
5450 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5451 use the term 'reference' to describe a bibtex entry as a whole. | |
5452 Further, reference keys are no longer called 'labels'. | |
5453 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5454 (bibtex-reformat-previous-labels): Renamed to | |
5455 bibtex-reformat-previous-reference-keys. | |
5456 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5457 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5458 (bibtex-reference-maybe-empty-head): Renamed to | |
5459 bibtex-entry-maybe-empty-head. | |
5460 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5461 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5462 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5463 bibtex-enclosing-entry-maybe-empty-head. | |
5464 (bibtex-entry-field-alist, bibtex-entry-head, | |
5465 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5466 bibtex-map-entries, bibtex-search-entry, | |
5467 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5468 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5469 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5470 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5471 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5472 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5473 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5474 |
5475 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5476 | |
27713 | 5477 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5478 comment. | |
5479 (bibtex-format-field-delimiters): New function, functionality | |
5480 extracted from bibtex-format-entry. | |
5481 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5482 extracted from bibtex-autokey-get-yearfield. | |
5483 | |
5484 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5485 entries in order to avoid stack overflow in the regexp matcher if | |
5486 field contents become large. | |
5487 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5488 bibtex-field-string-part-not-braced, | |
5489 bibtex-field-string-part-no-inner-braces, | |
5490 bibtex-field-string-part-1-inner-brace, | |
5491 bibtex-field-string-part-2-inner-braces, | |
5492 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5493 bibtex-field-string-quoted, bibtex-field-string, | |
5494 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5495 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5496 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5497 as parsing is now performed by the following functions. | |
5498 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5499 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5500 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5501 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5502 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5503 bibtex-search-forward-field, bibtex-search-backward-field, | |
5504 bibtex-start-of-field, bibtex-end-of-field, | |
5505 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5506 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5507 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5508 bibtex-parse-string, bibtex-search-forward-string, | |
5509 bibtex-search-backward-string, bibtex-start-of-string, | |
5510 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5511 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5512 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5513 entries. Instead of reporting the results of the parsing by | |
5514 match-beginning or match-end, these functions return data structures | |
5515 that hold the corresponding positions. | |
5516 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5517 return values rather than by match-beginning or match-end. The | |
5518 following functions have been adapted to use the new parsing | |
5519 functions. | |
5520 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5521 bibtex-enclosing-field, bibtex-format-entry, | |
5522 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5523 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5524 bibtex-print-help-message, bibtex-end-of-entry, | |
5525 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5526 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5527 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5528 method for parsing. | |
5529 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5530 bibtex-map-entries, bibtex-flash-head, | |
5531 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5532 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5533 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5534 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5535 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5536 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5537 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5538 order to make the new binding of case-fold-search immediately | |
5539 visible. | |
27707 | 5540 |
5541 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5542 | |
27713 | 5543 * textmodes/bibtex.el: Copyright notice is up to date. |
5544 Added constant 'bibtex-maintainer-salutation. | |
5545 | |
5546 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5547 than make-temp-name, use match-string-no-properties and eliminate | |
5548 a quadratic behavior when building bibtex-strings. | |
5549 | |
5550 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5551 reference key contains upper case letters. | |
27707 | 5552 |
5553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5554 | |
27713 | 5555 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5556 a new line. | |
27707 | 5557 |
5558 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5559 | |
27713 | 5560 * bibtex.el: Hiding of entry bodies is not longer provided by |
5561 bibtex.el directly. Instead the hideshow package can be used. | |
5562 Added a special bibtex entry to hs-special-modes-alist. | |
5563 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5564 |
5565 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5566 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5567 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5568 at ':' characters by call to split-string. |
27729 | 5569 |
5570 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5571 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5572 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5573 |
5574 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5575 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5576 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5577 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5578 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5579 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5580 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5581 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5582 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5583 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
|
5584 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5585 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5586 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5587 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5588 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5589 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5590 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5591 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5592 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5593 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5594 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5595 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5596 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5597 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5598 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5599 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5600 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5601 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5602 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5603 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5604 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5605 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5606 |
5607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5608 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5609 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5610 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5611 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5612 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5613 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5614 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5615 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5616 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5617 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
|
5618 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5619 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5620 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5621 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5622 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5623 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5624 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
|
5625 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5626 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5627 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
|
5628 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
|
5629 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5630 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5631 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5632 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5633 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5634 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
|
5635 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5636 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5637 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
|
5638 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
|
5639 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5640 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5641 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5642 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
|
5643 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
|
5644 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
|
5645 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5646 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5647 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5648 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5649 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
|
5650 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5651 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5652 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5653 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5654 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5655 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5656 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5657 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5658 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
|
5659 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
|
5660 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5661 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5662 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5663 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5664 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5665 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5666 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
|
5667 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5668 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 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
|
5670 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
|
5671 visible. |
27729 | 5672 |
5673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5674 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5675 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5676 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5677 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5678 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5679 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
|
5680 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5681 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5682 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 reference key contains upper case letters. |
27729 | 5684 |
5685 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5686 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5688 a new line. |
27729 | 5689 |
5690 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5691 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5692 * 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
|
5693 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5695 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5696 |
5697 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5698 | |
27713 | 5699 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5700 proceedings entry type (for cross referencing). Thanks to Wagner |
5701 Toledo Correa for the suggestion. | |
5702 | |
27713 | 5703 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5704 |
27690 | 5705 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5706 | |
5707 * international/characters.el: Setup case table for Vietnamese. | |
5708 | |
27687 | 5709 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5710 | |
5711 * uniquify.el (toplevel): Require CL at compile time. | |
5712 (uniquify-push): Removed. | |
5713 | |
5714 * shadowfile.el (shadow-when): Removed. | |
5715 | |
5716 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5717 (tempo-process-and-insert-string): Use dolist instead of | |
5718 tempo-dolist. | |
5719 | |
5720 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5721 regexp for paragraph-start. | |
5722 | |
5723 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5724 commas as well. | |
5725 | |
27657 | 5726 2000-02-10 Dave Love <fx@gnu.org> |
5727 | |
5728 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5729 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5730 Deleted. | |
5731 (widget-specify-field, widget-specify-button): Don't use | |
5732 widget-mouse-help as help-echo property. | |
5733 (default): Use #'ignore for :validate and :mouse-down-action. | |
5734 (checkbox): Add help-echo. | |
5735 (widget-sexp-validate): Rewritten to clarify error messages. | |
5736 (character): Use char-valid-p in :match function. | |
5737 (widget-color-complete): Use facemenu-color-alist. | |
5738 (widget-color-action): Use facemenu-read-color. | |
5739 | |
5740 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5741 set up `caar' &c that we now have. | |
5742 | |
27713 | 5743 2000-02-09 Ray Blaak <blaak@gnu.org> |
5744 | |
5745 * delphi.el: Make resourcestring a declaration region, like const | |
5746 and var. | |
5747 | |
27652 | 5748 2000-02-09 Dave Love <fx@gnu.org> |
5749 | |
5750 * bindings.el (mode-line-input-method-map): New variable. | |
5751 (mode-line-mule-info): Use it; fix last change. | |
5752 (mode-line-mode-menu): Move definition. | |
5753 (mode-line-mouse-sensitive-p): Deleted. | |
5754 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5755 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5756 level. | |
5757 | |
5758 * startup.el (command-line-1): Don't call | |
5759 make-mode-line-mouse-sensitive. | |
5760 | |
27644 | 5761 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5762 | |
5763 * mail/rmail.el (rmail-retry-failure): Use | |
5764 rmail-beginning-of-message before rmail-toggle-header, because the | |
5765 former toggles headers. | |
5766 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5767 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
|
5768 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5769 * 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
|
5770 (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
|
5771 (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
|
5772 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
|
5773 (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
|
5774 (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
|
5775 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5776 * 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
|
5777 (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
|
5778 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
|
5779 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5780 (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
|
5781 (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
|
5782 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
|
5783 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
|
5784 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5785 (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
|
5786 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5787 (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
|
5788 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
|
5789 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5790 (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
|
5791 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
|
5792 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5793 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
|
5794 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5795 * 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
|
5796 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
|
5797 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5798 * 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
|
5799 |
27610 | 5800 2000-02-04 Dave Love <fx@gnu.org> |
5801 | |
27617 | 5802 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5803 | |
27610 | 5804 * completion.el: Replace completion-dolist with dolist. |
5805 | |
5806 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5807 dotimes. | |
5808 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5809 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5810 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5811 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5812 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5813 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5814 * 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
|
5815 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5816 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5817 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5818 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5819 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5820 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5821 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5822 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5823 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5824 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5825 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5826 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5827 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5828 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5829 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5830 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5831 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5832 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5833 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5834 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5835 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5836 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5837 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5838 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5839 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5840 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5841 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5842 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5843 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5844 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5845 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5846 (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
|
5847 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5848 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5849 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5850 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5851 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5852 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5853 |
27590 | 5854 2000-02-02 Dave Love <fx@gnu.org> |
5855 | |
5856 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5857 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5858 | |
5859 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5860 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5861 the new builtins directly. | |
5862 | |
5863 * whitespace.el (whitespace): Add :version to defgroup. | |
5864 | |
5865 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5866 Doc fix. | |
5867 | |
5868 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5869 (number-at-point, list-at-point): Add autoload cookie. | |
5870 | |
5871 * recentf.el (recentf): Add :version to defgroup. | |
5872 | |
5873 * quickurl.el (quickurl): Add :version to defgroup. | |
5874 | |
5875 * elide-head.el (elide-head): Use point-marker more. | |
5876 | |
5877 * bs.el (bs): Add :version to defgroup. | |
5878 | |
5879 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5880 | |
5881 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5882 | |
27587 | 5883 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5884 | |
5885 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5886 succeeding process operation sets a different coding system. | |
5887 | |
5888 * calculator.el: New file. | |
5889 | |
27572 | 5890 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5891 | |
5892 * frame.el (frames-on-display-list, framep-on-display): New | |
5893 functions. | |
5894 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5895 (display-selections-p, display-screens, display-pixel-width) | |
5896 (display-pixel-height, display-mm-width, display-mm-height) | |
5897 (display-backing-store, display-save-under, display-planes) | |
5898 (display-color-cells, display-visual-class): New functions. | |
5899 | |
5900 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5901 | |
5902 * faces.el (display-color-p): Use framep-on-display. | |
5903 (display-grayscale-p): New function. | |
5904 | |
27549 | 5905 2000-01-31 Dave Love <fx@gnu.org> |
5906 | |
5907 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5908 (create-fontset-from-x-resource): Don't concat integers. | |
5909 | |
27545 | 5910 2000-01-31 Inge Frick <inge@nada.kth.se> |
5911 | |
5912 * view.el: Some changes in documentation. Removed some trailing | |
5913 whitespace. Changed some parameter names to agree with | |
5914 documentation. | |
5915 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5916 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5917 |
27541 | 5918 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5919 | |
27543 | 5920 * windmove.el: New file. |
5921 | |
27541 | 5922 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5923 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5924 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5925 |
27541 | 5926 * jit-lock.el (jit-lock-function): Widen before calculating end |
5927 position. | |
5928 (jit-lock-stealth-chunk-start): Rewritten. | |
5929 | |
5930 * info.el (Info-title-face-alist): Removed. | |
5931 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5932 faces. | |
5933 (Info-fontify-node): Use these faces. | |
5934 | |
27527 | 5935 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5936 | |
5937 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5938 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5939 `&allow-other-keywords'. | |
5940 | |
5941 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5942 the list of directories scanned heuristically. | |
5943 | |
5944 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5945 exist. | |
5946 | |
27523 | 5947 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5948 | |
5949 * w32-fns.el: Define w32-tty-standard-colors. | |
5950 | |
5951 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5952 w32 console mode. | |
5953 | |
27510 | 5954 2000-01-30 Dave Love <fx@gnu.org> |
5955 | |
27513 | 5956 * jka-compr.el (jka-compr-load): Fix up load-history. |
5957 | |
27510 | 5958 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5959 | |
5960 * emacs-lisp/cl-macs.el: Revert previous change. | |
5961 | |
27499 | 5962 2000-01-29 Dave Love <fx@gnu.org> |
5963 | |
5964 * facemenu.el: Purecopy various strings. | |
5965 | |
5966 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5967 years. Deal with three-digit years. | |
5968 | |
5969 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5970 defconst, purecopy. | |
5971 (help-back-label): Purecopy it. | |
5972 | |
27498 | 5973 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5974 | |
5975 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5976 variable. If non-nil, order the buffer list according to the | |
5977 currently selected frame. | |
5978 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5979 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
|
5980 |
27496 | 5981 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5982 | |
5983 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5984 | |
27486 | 5985 2000-01-28 Dave Love <fx@gnu.org> |
5986 | |
27491 | 5987 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5988 | |
27486 | 5989 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5990 Don't use lisp-indent-hook property. | |
5991 (cl-abs): Remove. | |
5992 | |
5993 * subr.el: Move out indent and edebug specs for when and unless. | |
5994 | |
5995 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5996 when, unless. | |
5997 | |
5998 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5999 unless, when. | |
6000 | |
27467 | 6001 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6002 | |
27481 | 6003 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6004 `collecting' as synonym for `collect'. | |
6005 | |
6006 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6007 for the case it contains spaces. | |
6008 | |
6009 * simple.el (what-cursor-position): Change formatting of | |
6010 messages. | |
6011 | |
27473 | 6012 * frame.el (delete-other-frames): New function. |
6013 (toplevel): Bind it to C-x 5 1. | |
6014 | |
27469 | 6015 * sort.el (sort-numeric-base): New option. |
6016 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6017 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6018 as default base. | |
6019 | |
27467 | 6020 * progmodes/glasses.el: New file. |
6021 | |
27451 | 6022 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6023 | |
27461 | 6024 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6025 userids differently. | |
6026 | |
27451 | 6027 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6028 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6029 progmodes/ebnf-yac.el: New files. | |
6030 | |
27446 | 6031 2000-01-26 Dave Love <fx@gnu.org> |
6032 | |
6033 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6034 on a function with an empty body. [From Eric Ludlam.] | |
6035 | |
27437 | 6036 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6037 | |
6038 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6039 | |
27433 | 6040 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6041 | |
6042 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6043 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6044 | |
27419 | 6045 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6046 | |
6047 * language/thai-util.el (thai-composition-function): Delete | |
6048 superfluous `a'. | |
6049 | |
27418 | 6050 2000-01-24 Dave Love <fx@gnu.org> |
6051 | |
6052 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6053 end-of-defun-function. | |
6054 | |
6055 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6056 &c. | |
6057 | |
27405 | 6058 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6059 | |
6060 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6061 conflicts with new face support. | |
6062 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6063 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6064 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6065 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6066 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6067 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6068 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6069 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6070 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6071 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6072 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6073 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6074 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6075 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6076 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6077 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6078 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6079 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6080 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6081 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6082 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6083 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6084 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6085 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6086 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6087 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6088 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6089 |
27366 | 6090 2000-01-19 Dave Love <fx@gnu.org> |
6091 | |
27368 | 6092 * files.el (user-init-file): Don't declare here -- is primitive. |
6093 | |
27366 | 6094 * startup.el (command-line): Check for compiled user-init-file and |
6095 set to uncompiled version if necessary. | |
6096 | |
27358 | 6097 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6098 | |
27361 | 6099 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6100 (undigestify-rmail-message): Use it. | |
6101 | |
27358 | 6102 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6103 | |
27351 | 6104 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6105 | |
6106 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6107 of mini-buffer. | |
6108 | |
27326 | 6109 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6110 | |
27330 | 6111 * emacs-lisp/copyright.el (copyright-update): Removed the |
6112 requirement for a trailing space from `copyright-regexp', to | |
6113 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6114 |
27327 | 6115 * align.el: New file. |
6116 | |
27326 | 6117 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6118 | |
6119 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6120 | |
27323 | 6121 2000-01-13 Dave Love <fx@gnu.org> |
6122 | |
6123 * ph.el: Removed. (Obsoleted by EUDC.) | |
6124 | |
27321 | 6125 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6126 | |
6127 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6128 menu with easymenu, because that causes build problems. | |
6129 | |
6130 * frame.el (frame-notice-user-settings): New variable. | |
6131 (frame-notice-user-settings): Don't modify frame parameters | |
6132 if called a second time. | |
6133 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6134 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6135 |
6136 * frame.el (frame-notice-user-settings): | |
6137 Notice default-frame-parameters even for non-window frames. | |
6138 | |
27318 | 6139 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6140 | |
6141 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6142 for Emacs. | |
6143 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6144 (eudc-bob-toggle-inline-display): Ditto. | |
6145 (eudc-bob-display-jpeg): Ditto. | |
6146 | |
27304 | 6147 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6148 | |
27313 | 6149 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6150 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6151 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
|
6152 |
27312 | 6153 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6154 nil)'. | |
6155 | |
6156 * subdirs.el: Add `net' directory. | |
6157 | |
27308 | 6158 * net: New directory. |
6159 | |
27304 | 6160 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6161 eval-last-sexp. Don't bind debug-on-error here. | |
6162 (eval-last-sexp): New function. Bind debug-on-error if | |
6163 eval-expression-debug-on-error is non-nil. | |
6164 (eval-defun-2, eval-defun): Likewise. | |
6165 | |
6166 * simple.el (eval-expression): Don't bind debug-on-error if | |
6167 eval-expression-debug-on-error is nil. Detect changed | |
6168 debug-on-error, and propagate new value to global binding, if | |
6169 eval-expression-debug-on-error is non-nil, | |
6170 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6171 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6172 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6173 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6174 * 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
|
6175 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6176 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6177 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6178 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6179 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6180 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6181 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6182 |
27288 | 6183 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6184 | |
27291 | 6185 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6186 of erasing buffer. | |
6187 | |
27288 | 6188 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6189 (fill-context-prefix): Use the longest common prefix of first |
6190 and second line fill prefix, if there is one. | |
27288 | 6191 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6192 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6193 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6194 * 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
|
6195 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6196 |
27282 | 6197 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6198 | |
6199 * add-log.el (add-log-current-defun): Handle user-defined | |
6200 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6201 |
27280 | 6202 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6203 if having found a current function |
27278 | 6204 |
6205 * add-log.el (add-log-current-defun): Call | |
6206 `add-log-current-defun-function'. Try matches at level 0 and | |
6207 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6208 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6209 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6210 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6211 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6212 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6213 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6214 |
27265 | 6215 2000-01-10 Dave Love <fx@gnu.org> |
6216 | |
6217 * elide-head.el (elide-head): Use point-marker, not point. | |
6218 | |
27261 | 6219 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6220 | |
27263 | 6221 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6222 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6223 |
27261 | 6224 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6225 Add ispell- prefix. | |
6226 | |
6227 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6228 | |
6229 * ispell.el: Only define dictionaries in menus when they exist. | |
6230 (version18p): New variable. | |
6231 (version20p): New variable. | |
6232 (xemacsp): New variable. | |
6233 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6234 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6235 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6236 run-together words. |
27261 | 6237 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6238 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6239 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6240 library path when called non-interactively. |
27261 | 6241 (ispell-menu-map-needed): Uses new variables. |
6242 (ispell-library-path): New variable. | |
6243 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6244 (ispell-word): Improved documentation string. Test for valid | |
6245 character mappings. Correctly check typed in word changes that can | |
6246 result in single words split into multiple words. Returns | |
6247 replacement word. | |
6248 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6249 replace in recursive query replace mode. Help message for | |
6250 recursive edit mode. | |
6251 (ispell-show-choices): Protect against bad framepop bindings. | |
6252 (ispell-help): Fix to work with XEmacs. | |
6253 (ispell-highlight-spelling-error): Use new variables. | |
6254 (ispell-overlay-window): Fix to work with XEmacs. | |
6255 (ispell-parse-output): Passed and returns location information | |
6256 tracking spelling corrections. Doesn't recheck same word on | |
6257 current line. | |
6258 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6259 Fix call to single argument in sleep-for. Use new variables. | |
6260 (ispell-region): Passed and returns location information tracking | |
6261 spelling corrections. Doesn't check same word on current line. | |
6262 Improved documentation string. Doesn't resend a line already | |
6263 checked to the ispell process - fixes bug in LaTeX parsing. | |
6264 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6265 (ispell-skip-region): No longer skips <TT> in SGML. | |
6266 (ispell-process-line): Tracks location information with spelling | |
6267 corrections. Added documentation string. Accounts for words | |
6268 already accepted on this line. Don't allow query-replace on line | |
6269 starting with math characters. Doesn't resend a line already sent | |
6270 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6271 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6272 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6273 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6274 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6275 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6276 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6277 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6278 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
|
6279 |
27255 | 6280 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6281 | |
6282 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6283 of a real newline. | |
6284 | |
27253 | 6285 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6286 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6287 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6288 for .png files. |
6289 | |
27251 | 6290 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6291 | |
6292 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6293 | |
27247 | 6294 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6295 | |
27249 | 6296 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6297 | |
27247 | 6298 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6299 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6300 recursion. |
6301 | |
27244 | 6302 2000-01-08 Dave Love <fx@gnu.org> |
6303 | |
27265 | 6304 * emacs-lisp/backquote.el: Remove inappropriate customization |
6305 (allowing custom.el to use backquote). | |
27244 | 6306 |
27241 | 6307 2000-01-07 Dave Love <fx@gnu.org> |
6308 | |
6309 * add-log.el (add-log-debugging): Deleted. | |
6310 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6311 file. Remove debugging code. | |
6312 (change-log-get-method-definition, change-log-name): Add doc. | |
6313 (change-log-sortable-date-at): New function. | |
6314 (change-log-merge): New command. | |
6315 | |
6316 * time.el (display-time-string-forms): Make the Mail string active. | |
6317 (display-time-update): Provide help-echo for load average. | |
6318 | |
6319 * bindings.el (make-mode-line-mouse2-map): New function. | |
6320 (mode-line-modified): Use it and simplify. | |
6321 (mode-line-mule-info): Provide help-echo info. | |
6322 (minor-mode-alist): Activate the strings. | |
6323 (make-mode-line-mouse-sensitive): Simplify for | |
6324 mode-line-buffer-identification. | |
6325 | |
27233 | 6326 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6327 | |
6328 * play/pong.el: New file. | |
6329 | |
27241 | 6330 2000-01-06 Dave Love <fx@gnu.org> |
6331 | |
6332 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6333 `array-' prefix for symbols. | |
6334 | |
6335 2000-01-05 Dave Love <fx@gnu.org> | |
6336 | |
6337 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6338 outline-headers-as-kill. | |
6339 (outline-mode): Define imenu-generic-expression. | |
6340 (outline-headers-as-kill): New command. | |
6341 | |
6342 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6343 from paragraph-start. | |
6344 (paragraph-indent-minor-mode): New command. | |
6345 | |
6346 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6347 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6348 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6349 (fortran-column-ruler): Simplify. | |
6350 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6351 (fortran-with-subprogram-narrowing): Likewise. | |
6352 (fortran-indent-subprogram): Call mark-defun. | |
6353 (fortran-check-for-matching-do): Change narrowing. | |
6354 | |
6355 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6356 (cl-lucid-hash-tag): Delete. | |
6357 (cl-hash-table-p): Correct test for native table. | |
6358 (cl-hash-table-count): Use hash-table-count. | |
6359 | |
6360 * browse-url.el (browse-url): Fix case of | |
6361 browse-url-browser-function being an alist. | |
6362 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6363 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6364 |
27233 | 6365 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6366 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6367 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6368 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6369 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6370 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6371 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6372 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6373 |
27191 | 6374 2000-01-05 Dave Love <fx@gnu.org> |
6375 | |
27241 | 6376 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6377 (beginning-of-defun-raw): Use it. |
6378 (end-of-defun): New variable. | |
6379 (end-of-defun): Use it. | |
6380 (check-parens): New command. | |
6381 | |
27182 | 6382 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6383 | |
27233 | 6384 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6385 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6386 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6387 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6388 |
27176 | 6389 2000-01-05 Andreas Schwab <schwab@suse.de> |
6390 | |
6391 * hscroll.el (hscroll): Doc fix. | |
6392 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6393 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6394 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6395 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6396 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6397 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6398 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6399 file idlw-rinfo.el. |
27182 | 6400 (idlwave-customize): load must read file idlw-shell.el. |
6401 (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
|
6402 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6403 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6404 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6405 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6406 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6407 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6408 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6409 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6410 both reftex-dcr and reftex-vcr. |
27182 | 6411 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6412 * 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
|
6413 |
27164 | 6414 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6415 |
6416 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6417 (ps-print-version): New version number (5.0.3). | |
6418 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6419 local. | |
6420 (ps-spool-config): Initialization fix. | |
27233 | 6421 (ps-print-prologue-1, ps-print-prologue-2) |
6422 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6423 (ps-background-image): Little code reformating. |
6424 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6425 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6426 (ps-prologue-file): New fun. |
6427 | |
27159 | 6428 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6429 | |
27233 | 6430 * ps-vars.el: Eliminated. |
27159 | 6431 |
6432 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6433 `;;;###autoload'. | |
6434 | |
6435 * ps-print.el: ps-vars eliminated, doc fix. | |
6436 (ps-print-version): New version number (5.0.2). | |
6437 (ps-spool-config): Initialization fix. | |
6438 (ps-print-customize): New fun. | |
6439 | |
27155 | 6440 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6441 | |
6442 * autorevert.el (auto-revert-mode): Return value of | |
6443 auto-revert-mode. | |
6444 | |
27152 | 6445 2000-01-04 Dave Love <fx@gnu.org> |
6446 | |
27198 | 6447 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6448 menu items. | |
27152 | 6449 |
27124 | 6450 2000-01-03 Dave Love <fx@gnu.org> |
6451 | |
27191 | 6452 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6453 |
27241 | 6454 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6455 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6456 `cl-hash-table-p', not `hash-table-p'. | |
6457 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6458 | |
27119 | 6459 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6460 | |
6461 * faces.el (face-read-integer, read-face-attribute) | |
6462 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6463 strings. | |
6464 | |
27112 | 6465 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6466 | |
6467 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6468 at comment end, and re-insert them after filling. | |
6469 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6470 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
|
6471 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6472 * 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
|
6473 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6474 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
|
6475 |
27102 | 6476 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6477 | |
6478 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6479 the new name of face-color-supported-p. | |
6480 | |
6481 * term/w32-win.el (xw-defined-colors): Likewise. | |
6482 | |
27097 | 6483 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6484 | |
6485 * simple.el (completion-setup-function): Count completion-size | |
6486 from minibuffer-prompt-end, not from point-min. | |
6487 | |
27091 | 6488 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6489 | |
6490 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6491 Pass the frame to tty-color-* functions. | |
6492 (display-color-p, frame-set-background-mode): Pass the frame to | |
6493 tty-display-color-p. | |
6494 | |
6495 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6496 tty-color-alist. | |
6497 (tty-color-alist, tty-modify-color-alist): New functions. | |
6498 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6499 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6500 an optional parameter FRAME. | |
6501 | |
27074 | 6502 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6503 | |
27082 | 6504 * image.el (create-image, defimage): Don't assume image data is a |
6505 string. | |
6506 | |
27074 | 6507 * image.el (defimage): Handle specifications containing :data |
6508 instead of :file. | |
6509 (image-type-from-data): New function. | |
6510 (image-type-from-file-header): Use it. | |
6511 (create-image): Add parameter DATA-P. | |
27182 | 6512 |
30729 | 6513 See ChangeLog.8 for earlier changes. |